I a strategy, defined a stoploss of 2% for short position in Initialize method
SetStopLoss("Short",CalculationMode.Percent, 0.02, false);

I attached screenshot of that trade
Is someone could explain me why position was not cut around 2 % ?
Thanks in advance

Comment