EA optimization - ISSUE
Hi guys!
I have developed an EA, with HFT strategy type, and the signals are working well, tested in scripts and single run, but when I am trying to do optimization, the results are coming as 0 trades in forex symbols and index symbols are working well .
Does anyone have any idea?
PS: I'm normalizing the digits with _Digits all functions.
Thanks for all !
Send a screenshot
PS: I'm normalizing the digits with _Digits all functions.
_Digits is for only the current chart symbol. If you are trying to trade multiple symbols, use of _Digits, _Symbol, _Period, and _Point (or the corresponding functions) is wrong.
Consider also the possibility that you are unintentionally returning a "failed" reason for the OnInit() event handler with INIT_FAILED or INIT_PARAMETERS_INCORRECT.
You may also want to delete the optimisation cache files, just in the case they have been corrupted (<data folder>\Tester\cache\).

- Free trading apps
- Free Forex VPS for 24 hours
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi guys!
I have developed an EA, with HFT strategy type, and the signals are working well, tested in scripts and single run, but when I am trying to do optimization, the results are coming as 0 trades in forex symbols and index symbols are working well .
Does anyone have any idea?
PS: I'm normalizing the digits with _Digits all functions.
Thanks for all !