Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Stopping an algorithm should automatically cancel all open orders placed by the algo

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