I have in onexecution with entries for first position
avgFillkSa = execution.Order.AvgFillPrice;
and then I have
if(execution.Name=="Profit target" && execution.Order.FromEntrySignal=="kSa")
{SetStopLoss("kSb", CalculationMode.Price, avgFillkSa + 2*TickSize, false); }
But stop for kSb doesnt move with fill of target kSa

Thank you!
Tony

Comment