If your EA stops then it may have a critical error. Look in the Experts log and you may find a clue where you need to fix the code.
Hot candidates for such things are errors of array out of range or zero devide!
As Keith said the Expert log will tell you!
As Keith said the Expert log will tell you!
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
I have noticed that I have an old EA that sometimes stops to run.
I mean I have to click compile button again so EA refreshes and restarts to run.
After days it will kinda freeze again for sure.
What can I do?
Should I replace void_Start() by void OnTick() ???
Please help.