entryLongOrder = EnterLong(1, "entry1");
SetStopLoss("entry1", CalculationMode.Price, stopLossPrice, false);
My problem is:
If an StopLoss-order is executed 'normal' then the name of the associated Long order are available in IExecution.Order.FromEntrySignal ("Entry1").
But will the StopLoss triggered by ExitOnClose, IExecution.Order.FromEntrySignal is empty.
How can i get the name of the associated Long order?
Eddy

Comment