Periodical trading
-
PLEASE HELP, what can i do to make my EA to take a break for sometime after taking consecutive losses then have it resume autonomously?...i have uploaded my build incase i have the wrong arrangement.

-
Once per minute will activate at the start of the minute counting from midnight, so 60 would be the opening of every hour, not 60 minutes from when something happens. You will need separate trees to do this, for example, you could have a once-per-minute block set to1 adding 1 to a variable, when n the variable meets the condition reset to 0 so the 1st tree can place a trade and then check the check the variable if consecutive loses are still under reset to 0.
-
hey @jstap, I've been trying to wrap my head around on the arrangement of those trees, could you show me a visual representation of what you mean, thanks

-
This is how to reset a variable to 0 every time count == 60
-
Forgot to add the link to reset: https://fxdreema.com/shared/2lBBvVHed