You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
I was wondering if anybody else has the same problem as me. When I create an EA using the Heiken_Ashi indicator in the \MQL5\Indicators\Examples folder my strategy tester freezes and says "waiting for update".
If I try other EA's on the same symbol and time frame everything works fine. Also there is nothing suspicious in the logs that I can see. Even happens with this simple code here...
If I comment out the iCustom line the tester does not freeze.
Any ideas or advise would be appreciated...
For now I think I will have to do the calculations manually in the code :(