Hi,

I deployed a strategy with an IB paper trading account. In my strategy, I used self.History() call to pull in some history for ES, NQ, and RTY histories. I subscribed to “US Securities Snapshot and Futures Value Bundle” and the data comes in fine except self.History() call. The log shows that there is no data returned from the self.History() call. And it is ok in backtesting. 

Questions are:

  1. Do I need to subscribe to different data to get the History() working?
  2. If not, any idea why it doesn't return data?

 

Thanks for the help!