Is it possible for an EA to either disable or remove itself after closing a trade ?
- Disable Ea
- Asking an expert advisor that can automatically remove another EA by schedule/equity
- VPS : Disabled
disable can be done:
void start(){ static bool running=true; if(running){ //do whatever you want if(OrderIsClosed){ running=false; } } }
rjay:
Is it possible for an EA to either disable or remove itself after closing a trade ?
https://www.mql5.com/en/forum/120736.
Is it possible for an EA to either disable or remove itself after closing a trade ?

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