Page 1 of 1

%99.90 accuracy but no trades

Posted: Thu Sep 30, 2021 5:11 pm
by gu00hero
Hi Im having this issue these last months. Some ea s working fine, the ea s that was working before now working too. But lately, some ea s I try in mql5 doesnt make any trades in my backtests with %99.90 real spread commission and slippage added. In authors ea signal, the ea trades everyday, also lots of trades in his/her backtest reports. Pair doesnt matter. This only happens in every tick method.

Re: %99.90 accuracy but no trades

Posted: Fri Oct 01, 2021 12:38 am
by tickstory
Hi Gu00hero,

Please see our FAQ here that addresses this question. The short answer is that you will need to trouble-shoot your EA by looking at the logs and/or adding some debugging information so you know why it's not taking a trade.

Thanks.

Re: %99.90 accuracy but no trades

Posted: Fri Oct 01, 2021 4:46 pm
by gu00hero
Sorry I forgot to write, there is no error message in journal tab in strategy tester.

Re: %99.90 accuracy but no trades

Posted: Tue Oct 05, 2021 12:21 am
by tickstory
Hi Gu00hero,

As mentioned, you will need to add whatever logging is necessary to determine why your EA is not taking a trade. This is the only way to trouble-shoot issues like this. If your EA is written by a third-party, you will need to consult the author to assist you further.

Thanks.