Hi,

I'm playing around with various VIX indices and was wondering what happens if I subscribe to the VIX3M index with the API invocation

self.AddIndex("VIX3M", Resolution.Minute)

 

In the backtesting it seems the data is not available but the API call succeeds.

If I wanted to go live with the algo using Interactive Brokers, does this mean that the call will succeed and feed me real VIX3M data from the broker's market data subscription I am using or will it fail?

 

Is it possible to somehow request symbols from interactive brokers that are absent from QuantConnect datasets?

 

Thanks