Dissable a specific EA from another chart

 

Hello Traders

Let's say I have several EAs running at the same time, however I do not have access to their source code.

Is there a way to dissable (untick allow live trading/remove EA) programmatically only one specific one, without affecting the others .

For example have in another chart an  EA/Indicator, that subject to conditions will do this.


Thank you

 
Michalis Phylactou :

Hello Traders

Let's say I have several EAs running at the same time, however I do not have access to their source code.

Is there a way to dissable (untick allow live trading/remove EA) programmatically only one specific one, without affecting the others .

For example have in another chart an  EA/Indicator, that subject to conditions will do this.


Thank you

No. You can not delete EA with another chart. But you can try through: ChartApplyTemplate 
 
Karputov Vladimir:
No. You can not delete EA with another chart. But you can try through: ChartApplyTemplate 

Awesome ,Thanks a lot.

Reason: