Hello! I was wondering if there's any way to retrieve past order from the Broker on Algorithm init in local mode. 
For instance:

I run an algorithm for a while that generate, let's say, 5 buy/sell orders. I stop QC to deploy another algorithm. I run QC again: can I get those 5 orders previously made in a list directly from the Broker and check them in Initialize/PostInitialize function?

Author