When an algorithm is stopped manually, all the orders placed by the algo remained. We have to manually cancelled all the open orders.
Could Qt provide a way to automatically cancel all open orders placed by the algo? maybe in a finally style cleanup method or some kind of callback?
Thanks,
Hong