Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to stop algorithm but keep positions?

Hi,
If correct the positions will be closed once i stop the algorithm. Can i stop and keep positions open? I was thinking of changing the password.
J.

1 response

Stopping an algorithm will not close any of the positions in your IB account, it only cancels all subsequent calls to handle_data. It prevents any future orders from being placed. Your account will remain in the state it was in after the last call to handle_data.