SCHEDULING START/STOP EA

 
hello, someone know an EA that can schedule stop of all EA running?  So we can decide for example to kill EA and/or close orders, the day with market mover news. 

Ideal is have something like a calendar where indicate run/stop preferred days 

Thank you so much 

Gianluca 

 
Fuorissimo:
hello, someone know an EA that can schedule stop of all EA running?  So we can decide for example to kill EA and/or close orders, the day with market mover news. 

Ideal is have something like a calendar where indicate run/stop preferred days 

Thank you so much 

Gianluca 

I believe, it is impossible for an EA to control other EAs or stop the MT4 platform to stop trading,

BUT, each EA must have a specific code to go or to stop upon specific conditions. 

 
Osama Shaban:

I believe, it is impossible for an EA to control other EAs or stop the MT4 platform to stop trading,

BUT, each EA must have a specific code to go or to stop upon specific conditions. 

If not and EA, can to be a very useful option for MT4
 
TerminalClose()
 
Either build it in to each individual EA or have a parent EA that communicates with the child EAs through either named pipes or global variables 
Reason: