Hi everyone!

When a live-trading algorithm gets redeployed, my understanding is that everything gets reset. 

Assuming I'm live-trading with my IBKR account and my algorithm runs all of its stocks in minute resolution with universe selection and I'm using QuantConnect's data as my data feed, I have 2 questions:

  1. My indicators are warmed up with minute resolution history data, assuming that my algorithm is redeployed at 3:22 pm EST, will history data have history data up till 3:21 pm EST, or will the history data only contain data up till 3:00 pm EST?
  2. What should I do if my IBKR account already holds onto “GOOGL” stock but universe selection did not filter down “GOOGL”?

 

Best regards

Cheng Li

Author