I am trading since some weeks with simulated StopOrders by setting the parameter "simulated" to true:
SetStopLoss(string fromEntrySignal, CalculationMode mode, double value, bool simulated)
Works fine with IB TWS as long as I do not change anything manually there. But in the case where I exit all my positions within IB and turn off NT the stops keep hanging in and since they are simulated I don't see them. And of course the get triggered when a bar gets through the stoplevel.
My question: What options do I have to cancel those orders once again or make them visible so that I can delete them manually.
Thx,
Peter

Comment