Stop Loss
-
Hi,
I am trying to set the Break Even for a group of trades after 50 pips from the last trade entry. Then set a 100 pip trailing stop at 100 pips for the group.
I see that trailing stop is based on average entry price of group. Can you please guide me on this one?

-
Where you can see (each trade), then this block does what it does to each trade independently. It gets the first trade - it does what it does, then it gets the second trade... until it checks all the trades available.
Where you can see (group of trades), it first calculates the average value of what is needed (like the open price) of all trades, then it modifies what it needs to be modified (like the SL values) for each one, one by one.