I did solve it by calculating the indicator value as a part of the EA code
Posts made by fblanco
-
RE: MT5 Backtest consistence issuesposted in Questions & Answers
-
MT5 Backtest consistence issuesposted in Questions & Answers
Hi, i dont think this is an issue with FXDreema but at MT5.
I´m experimenting high difference between visual backtest and non visual . The visual seems to be the correct one, as i can check visually the indicator at at the correct levels.
I see some other has the same problem at MQL forum :
https://www.mql5.com/en/forum/350328
Any body know the solution ? -
RE: Countifposted in Questions & Answers
Thanks JStap, i have build something similar. i was wondering if there was something already built , like more compact.
But a lot of thanks! -
Countifposted in Questions & Answers
Hi, Im trying to figure out the best and easiest way to count on the past ( Loopback bars) If they are bullish ( Close(i) > Open (i) )
Which would be the easiest way?
I now there are specific block for IsBullishCandle, but my idea is then to check condition on loopbackbars over indicators and so. The function i want to create is something like a Countif function