For Forex propfirm
-
Hi can you help how to build a block tree in mt5 that will control my ea, i want to pause my ea from trading if its hit 2% drawdown from my balance, and it will resume operating when DD reset time.
Thank you -
@mcvinbabas You want to do something like this:
-
@jstap yes exactly thank you
-
@mcvinbabas You welcome.
-
@mcvinbabas I just thought, the number you use needs to be a -, I changed the example to achieve this: https://fxdreema.com/shared/xl1ueyu7d
-
@jstap hi do i need to input everyday my account balance in starting balance or it automatic?
-
@mcvinbabas This depends, what I put will work from the number put in the input, so to update would need changing, if you want this to automatically adjust to the current balance, use balance in blocks instead of the constant.
-
@jstap what is each settings
-
@ukejika ?
-
@jstap boss can you check its not working for me
https://fxdreema.com/shared/k7AjJPvCb -
@mcvinbabas What is not working? I use all these principles and they work for me.
-
@jstap its still continue opening trades even it hit 2% DD. can you check if theres wrong with my tree block please
-
@mcvinbabas This is multiplying by the same variable it's putting the percent answer into, add a fixed number for the percent you want to risk in a day.