Restart EA after Terminate command
-
Hi Fxdreema community,
Is it possible to restart the EA for the next day after executing the "Terminate" command?
A simple example: no position block =》 condition =》 buy order =》 condition =》 close all trades =》 Terminate !! (then restart from the beginning in the next following day).
P.S: I need this function for the backtesting process.
Thanks in advance

-
@citiadvisor I'm afraid not. You need the EA to be always on the chart for it to be active. You will need to use variables to stop/reinitialize its daily activity.