Trailing Group of Trades Buy and Sell as 1 Position
-
Does Trailing Group of Trades work with Buy and Sell sum as one Position ? How to do that ?
I have multiple positions for buy sell with multiple lots size (not equal)
In the picture, if price go down I want to trailing sum profit in pips on all positions (like trail money on loss function buy I want it as pips)I have tried Trailing stop (group of trades) block. But it do only trailing on profit side (trailing only sells when price go down) I want it to close both buy and sell positions when trailing reach. like sum of position.
How can I do that ?

-
Try using the for each trade version, group of trades is a bit deceptive and adjusted depending on running trades, for each is the same distance regardless of trades.
-
@jstap How do I combine them into 1 position and trailing when profit by using foreach trade ?
-
When placing a new trade, you can use an existing trade SL, but it probably won't be long before all the runners are the same distance behind the price anyway.
-
I have both buy & sell
ex buy 0.01 0.05, sell 0.03, 0.1
When price go down, I just want to trailing all buy/sell positions when total sum get profit not only winning side. When price reverse to the trailing stop, all positions close