EA active switch

 

Hi

I have an active running EA which I am trying to control when the EA should start and stop trading based on conditions I provide.

If anyone have any suggestions it would be much appreciated.

 
  1. F7 -> allow live trading
  2. Add an input bool run=true; and test it before trading.
  3. Code your conditions into it.
  4. or code an on/off button to click.
Reason: