Hi, There

I am debugging my algrithm which will base on daily CBOE VIX, VIX3M data to trade SVXY and VXX when criteria satisfied. However, when check detailed daily data readiness of each equity, lots of data missing error reported in OnData() method. 

You can reproduce the issue in attached backtest. Can you help to check if that is real data missing issue or my data readiness check logic problem? 

ps. I planned to use data from 2012/01/01, but due to data missing issue so limited it to 2020/01/01 - now.

Appreciate for your quick advice.