sd2000sd:
REASON_PROGRAM | 0 | Expert Advisor terminated its operation by calling the ExpertRemove() function |
Can someone explain this?
You can programmatically chose to terminate your expert advisor if any given condition is met... something like
if(anything_went_wrong) { ExpertRemove(); // This will remove the expert advisor from your chart }
I hope it helps.

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
REASON_PROGRAM
0
Expert Advisor terminated its operation by calling the ExpertRemove() function
Can someone explain this?