Limiting the % Loss in a Day
-
HI Pros,
I wanted to limit my daily loss to a certain %.
Once the % loss allowed is reached, the EA will stop trading for the day and will resume the next day.
Any help is greatly appreciated.
Thank you.
-
@marvinm This will do it: https://fxdreema.com/shared/jFevUlOUd
-
Hi @jstap
Thank you so much for your response.
Appreciate it.
Will check this one and will integrate it to my system and let you know about it.Again Thank you.
-
Hi @jstap
If I want to adjust the %, ill go to constant? right?
-
@marvinm Correct.
-
Thank you so much @l-andorrà
-
@jstap hello how can i add mt5 mobile allert how much my daily allowance DD every 4hrs?
-
@mcvinbabas The mobile alert is a yellow block, use a once per hours block to send alert every 4 hours, I assume by DD you mean the difference between current balance and start balance, or current equity vs day start balance? either way you need to subtract current value off start value before sending, to do this save the balance into a variable at day start then you can subtract the number you want.