MT4 - MT5 Backtesting Issues.
-
Hello Partners.
First of all, thank the Companions who Help Good, those who Need Help.
I have the following Question and Problem.
The EA, only Trade Longs. Purchase and Close the Purchase. Does not sell.- Buy in 1H, if the Close is > than the MA 10
- and in 5 min it is > 40
- Closes, if in 5 min < 40
Simple and Easy… Until here.
But when you put it in MT4 or MT5, for backtesting, it DOESN'T WORK, as it should.
In the Programming of the EA, be included the Corresponding Times.
Has anyone Tried "Something". Similar? Using 2 Different Times.
Thank you for your Attention.
-
@pepe-4 Times (candle) on back test will only work if used time is less than the times in block.
-
@jstap said in MT4 - MT5 Backtesting Issues.:
Times (candle) on back test will only work if used time is less than the times in block.
Thanks for answering.
I assume you have tried it.
I only get results, not correct, if I use it in 5 and 1h.
In lower temporalities, which in this case would be 1 min... It doesn't work.
I will continue to investigate...
Thanks for your contribution.