Max Loss Daily at input amount
-
How can i set a fix amount, lets say $180 for the current day maximum loss.
If all open trades/closed trades > $180 it closes everything and will wait until the next day.I would like a condition to use for this
Condition (MaxLossAmountDaily > $180 ) = stop trading for todayI got other conditions for % drawdown but i also want to add a fix amount.

-
This will do it, you don't need the flag but should give you a good idea: https://fxdreema.com/shared/jUJ01khE
-
@jstap thank you. how about if i want for example $180 dollar loss for the day?
-
check profit (period of time) < 180 above buy/sell
separate tree - check profit (period of time) > 180 above close block -
@jstap what about cumulative profits, closed + open profits? if above 180 then stop trading for the day.
-
That works on your account profit, will also count running profit