Open a trade only if current trade isn’t profitable?
-
So far I’ve been using the “no trade” block but want a more custom solution to that.
Here’s what I’m trying to do:
If a buy order is triggered, buy only if there is no current buy trade, or if there is a sell trade open, only buy if the sell trade is not profitable.But if a current sell trade is in profit, don’t open the buy trade.
-
@yoloyacht this block looks promising

-
@roar it checks price though, not pips
-
@yoloyacht but you are only interested if there is more or less than 0 profit, right? Zero is the same for pips and money.
-
How to exactly do this with check profit unrealized block ?
-
@Fibonatic That block will check all open trades profit combined at the moment, whereas the pink block can search for each individual trade separately.