- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 31, 2009EachTickMode is a function which--if set to true--allows the EA to place a trade immediately when a signal appears. When set to false, the EA will place a trade if there is a signal at the end of a bar. OpenBarCount and CloseBarCount keep track of ...
4H Box Breakout
-
Getting that 5th digit?
Started Aug 30, 2009|Platform Tech|11 replies
I'm trying to get a script to pull the values of each digit. Let's say the bid is 1.12345 The ...
-
Ronald Raygun replied Aug 30, 2009If you read the article a little more closely, you would realize that the history center in metatrader (where the backtester gets its data) does not in fact store tick data. The most granular data it stores is M1 data. Once I discovered that, I ...
Free Backtesting and Optimization Service
-
Ronald Raygun replied Aug 30, 2009Can't seem to get higher than 25% for M1 data after build 216. url url
Free Backtesting and Optimization Service
-
Ronald Raygun replied Aug 29, 2009Depends on the broker, but it's not normally that long. A few milliseconds would be my guess. EA sends info for it. Not necessarily. It depends on whether or not IsTradeAllowed() is true or false.
2 quick questions and hopefully simple answers
-
Ronald Raygun replied Aug 29, 2009Kenz is right. That said, I suggest you start reading: book.mql4.com docs.mql4.com url
Five dollar programmer
-
Ronald Raygun replied Aug 29, 2009I could be wrong, but this seems like you're trying to get a lot of EAs and systems for free... Could you perhaps post a sample backtest or maybe post proof that you have good data?
Free Backtesting and Optimization Service
-
Ronald Raygun replied Aug 28, 2009This system plays on momentum. If the price moves 10 pips in one direction, there is an x percent chance that it will move spread + 1 pip in the same direction, and a y percent chance that it will move 10 pips in the other direction. Please fill in ...
Random Auto Scalping to Profits
-
Ronald Raygun replied Aug 27, 2009Distance of south : Distance of north To what?
Maths (ratio) problem
-
Ronald Raygun replied Aug 27, 2009image Use the above button.
Need Expert Input...should be a quick question on my code
-
Ronald Raygun replied Aug 26, 2009Is there any reason why you can't assign two different scripts to one hotkey?
Another type of Order Script ?
-
Ronald Raygun replied Aug 26, 2009Why not keep a running average of the spread? I'm not entirely sure how your EA works, but as I envision it, the EA weighs various factors into making its decision. One factor is whether or not the current spread from the broker is good to use. The ...
Anyone Know How To get the [shift] of Bid & Ask?
-
Ronald Raygun replied Aug 26, 2009. To highlight the equation I'm using... It cancels out the other MIN_LOT function that happens earlier. The difference between my MM function and other MM functions is that mine works regardless of whether or not a broker uses 0.01 lots, 0.1 lots, ...
4H Box Breakout
-
Ronald Raygun replied Aug 25, 2009It's just the structure of the code. Can't really fix that.
Changing the way code looks