I ran the code below to exit my positions. It worked quite well. Unfortunately however the Strategy execution also stopped. Is this to be expected?
ExitShortStopLimit(tickPrice +1, tickPrice +1); //Just get out!!
I noticed that the log and trace files ended when the positions were closed. I really expected it to run OnExecution or at least OnMarketData.
Please advise

Comment