I need help
-
I have an Ea that is currently using SL and TP. I want this EA to stop trading once the daily draw down limit of 4% is hit and start trading the next day. I have tried some suggestion given before, not still working well. Please help me out
-
Add a shared link, in a separate tree take day balance/100*your day percent number and save in a variable, use this variable in a Check profit(period of time) block, close trades if reached, copy this block with the opposite <> at the top of your buy sell tree.
-
please help me out with your explanation here: https://fxdreema.com/builder/shared/BCTafnFtc
-
You want to get your value in a separate tree, then close and check this value in other trees.

-
i should add that block to what i already have?
-
@jstap i should add that block to what i already have?
-
What I would personally do is set up a separate project, put your values into a comment so you can see what's happening on back test. then you can see what needs to be done.