Hello!
I have mixed scripts DownloadEOD.c and CSVfromHistory.c to get EOD quotes in csv for my actual excelbackteseter, till i could migrate all mi indicators and risk logic to Zorro
The problem is i cant find the VXN and RVX quotes in the stoop.pl needed in the DownloadEOD.c script , i can find VIX, that stooq call VI.C, but could not find VXN or RVX, hope someone clever than i, can tell me the tickers or perhpas them are not present? I used the stooq.pl search i all imaginable ways but no results
// the symbol that you want to download
string Ticker4 = "VI.C", Ticker1_Save="VIX"; //^VIX FOUND
string Ticker5 = "????", Ticker2_Save="VXN"; //Cboe NASDAQ-100 Volatility Index (VXN) CANT FIND
string Ticker6 = "????", Ticker3_Save="RVX"; //Cboe Russell 2000 Volatility Index (RVX) CANT FIND