Ban new operations until ...
-
Can someone help me with this? Thank you
I want to give the order:
If the price has hit the Stop Loss, prohibit opening of new orders until ... (Circumstance X)
From what I have put:- Check consecutive losses (1)
- Check type (last closed) - Sell Trade
- (Prohibit opening of new operations of the Sell type until ...)
- Circumstance X
I don't know which fxDreema option completes point 3
I'm not sure if the logic of this terminal understands steps 1 and 2 -
Use a boolean condition (true/false) controlling your launching conditions. Until that condition is not true, no new trades are possible.