Backtesting issues in MT5 (EAs work Live but not in Backtest)
-
Hello,
I have a couple of EAs that are trading live but are not yielding any results in the backtesting.
1- I have this simple multi-pair EA that trades three cryptocurrencies against USD. If each pair's strength goes above 70 %, it buys and shorts when goes below 30 %.
In the backtesting mode, It is not taking any trades although I traded it live.2- I then thought to change to one single pair in the conditions and then I backtested. Still, backtesting is not working.
I am sure these EAs are working in Live Mode in MT5 but not sure why are they are not working in the Backtesting.
Thanks,
-
@mohamed80 I don't see ant of the symbols included in those custom code blocks are specified in the pip size rules. Try it again with those rules included there.
-