I am entering two positions with Entry methods and using SetStopLoss() twice with different fromSignalName values (the two different names of the entry orders) Everything seems fine, I get two separate Stop loss orders at two different prices. However, after the second entry order executes both stop losses increase to the same size as the overall position meaning the stops combined are double the strategy position. For example
Entry 1 Quantity = 5000
Entry 2 Quantity = 5000
I end up with Stop Loss 1 Quanitity = 10000 and stop loss 2 quantity = 10000
Iniitially before Entry 2, Stop loss 1 = 5,000 then after entry 2 both stop loss orders jump to 10000
What might be happening?

Comment