for prop firm TRADING EA
-
How can turn OFF EA when the equity reach 5% drawdown of the day?
thank you -
@mcvinbabas @jstap @l-andorrà How do you set a limit?
-
once per bar, day
modify variable, account, equity. var=daystartequityonce per bar, 1minute
condition, account, equity (below or equal) value, daystartequity adjust ".95
use the turn off block to turn off the sell and buy now blocks by ID number of the dreema block.That means, if current equity is below or equal to 95% of the Equity measured at the start of the day, then it will turn block ID that you set in it.
Dont forget to once per bar, daily, turn it back on. -
@mcvinbabas This is how I would do it:
-
@jstap thank you
-
this the best way for me
https://fxdreema.com/shared/e0U4Uk0Ed