How to auto restart EA per "n" day
-
Hello
I finding how to The EA can Auto restart per "n" dayWho can help me please?
Thanks
-
@khacdiepvnc What do you exactly mean by 'restart'? You will need a variable controlling when the period is active. You can use a boolean one.
-
@l-andorrà thank for reply
I need to restart the EA on MT4.
It is similar to reopening EA -
@khacdiepvnc Is the EA suppsoed to be removed from the chart? Because if so you cannot do that. Teh Ea need to be running on the chart 24/7. However, you can program it to restart all variables and begin a new cicle of calculations. Is that what you want?