Hi,

When I try to run my code with 

resolution = Resolution.Minute 

I get:

Runtime Error: 'VX XMVZF6ORDFXL' wasn't found in the TradeBars object, likely because there was no-data at this moment in time and it wasn't possible to fillforward historical data. Please check the data exists before accessing it with data.ContainsKey("VX XMVZF6ORDFXL") in DataDictionary.cs:line 228

It works for lower resolution such as hour day etc. Any idea how I can make this work with resolution = Resolution.Minute?

Author