I have N opened positions with:
String uniqueName = Time[0].ToString(); EnterLongStop (1, High[0]+ TickSize,uniqueName ); SetStopLoss(uniqueName,CalculationMode.Price,Low [0] - TickSize,true );
My question is how to change stop loss value to be break even plus 1 for all opened orders once price reaches same risk value?

Comment