I tried implementing a mean reversion strategy based on the VIX index locally, and now I want to deploy it on Blueshift for backtesting and live trading.
Problem: I found that Blueshift does not support the VIX index. It reports the following error:
[ERROR]
Blueshift Alert(b2874382-b175-463c-9001-c2c1fc1942fc)[2023-01-03 00:00:00-05:00](ERROR): Error in strategy: Asset not found ->>> symbol VIX not found. Are you using the correct data-set?..
[PLATFORM]
Blueshift Alert(b2874382-b175-463c-9001-c2c1fc1942fc)[2025-03-24 13:26:32.655187-04:00](PLATFORM): Initiated graceful exit for b2874382-b175-463c-9001-c2c1fc1942fc...
How should I resolve this issue?