I am just curious, is it possible to access the VIX or any non-tradeable index in Seetu?
I have tried the following, but it doesn’t seem to return any results.
VIXClose = GetOther(“VIX”,“Close”);
VIXClose = GetOther("^VIX",“Close”);
VIXClose = GetOther("@VIX",“Close”);
VIXClose = GetOther("$VIX",“Close”);
I have even tried VIX Futures without success.
VIXClose = GetOther("@VXM6",“Close”);
VIXClose = GetOther("@VXM7",“Close”);
Any suggestions are very much appreciated.