turn on/Off buy & sell blocks
-
please can someone help me here
i want buy & sell blocks turn off if 5percent of balance is lost and turn on the next day by 01:00am. so that the ea dont loss more than 5% of the balance in a day. thanks https://fxdreema.com/builder -
Your link is just the builder page, you probably want to do this:

-
@jstap Thanks for the reply sir.
i still dont understand how to stop the ea from trading till the next day. thanks -
if the target is reached all trades will close and no new ones will be placed. That will work with a fixed value, once working work out the % value in a variable, when needed, if you are not sure how just ask
-
@jstap ok,the % value is on constant, is it surppose to be on variable?
-
please my challenge is this, if the target is reached all trades will close and no new ones will be placed. how do i set the resumption time? thanks
-
save morning balance, /100*x.xx will give you the % to make or lose in a day saved to a variable. Then where the constants are in the above picture, add the variable, or -variable (name) in the loss block. If you put this together in a project, add a shared link and I'll check it for you