When you reach a loss greater than 10% below, on your balance send alert
-
When you reach a loss greater than 10% below, on your balance (no in open trades, only balance account)
send alert
Does anyone know how to do this?Cuando alcanza una pérdida superior al 10%, en su Balance (no en operaciones abiertas, solo Balance de Cuenta)
enviar alerta
¿Alguien sabe como hacer esto? -

it does not work

no me funciona
-

does not work either
Tampoco funciona -
light pink blocks you must use together with dark pink blocks (For each trade)
... and they control each trade separated ... you can use Bucket of trades in case of group of trades ... or using "loop" to count parameters from trades for further use ... -
thanks I've done it recently, but I do not recognize 10% in the balance
for example $ 250 usd to lose $ 25 usd in $ 225 should warn
I have tried several solutions but they are not acceptable -
reviewing I found this to implement the system I hope it helps the people who need it
https://fxdreema.com/shared/zG9ViAGob
This "break" block is to stop the loop there (when the trade that is loaded is too old), because I set it to loop for 100 history positions.
-

-
The easiest way, but only if you want to work with the account profit, is to check Account -> Profit in the Condition block. Otherwise there is a block Check profit (unrealized) to check the profit made by a group of trades that are currently opened. Or, there is a block Check profit (period of time) that also includes the profit of already closed trades.
-
thank you very much finished
