daily Drawdown
-
Hello guys
I want to add an option to my bot to close all trades if the total number of open trades (in a day) reaches a certain percentage of loss.
That is, the amount of drawdown in the robot per day should not be more than, for example, 2%.
Thank you for guiding me. -
Use formular block to take balance/100*2 once a day and save into a variable, use this variable in a check profit (period of time) block.
-
Alguien compartio esta solucion en otro hilo.... Espero que te sirva amigo.