Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
1 registered members (TipmyPip), 17,605 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
stooq.pl quotes help #488841
08/05/25 10:27
08/05/25 10:27
Joined: Jul 2025
Posts: 6
E
Estotrader Offline OP
Newbie
Estotrader  Offline OP
Newbie
E

Joined: Jul 2025
Posts: 6
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


Ernesto "Estorader"
Options Trader
Re: stooq.pl quotes help [Re: Estotrader] #488852
08/07/25 08:37
08/07/25 08:37
Joined: Jul 2025
Posts: 6
E
Estotrader Offline OP
Newbie
Estotrader  Offline OP
Newbie
E

Joined: Jul 2025
Posts: 6
UPDATE (Solved)

I could not solve the stooq.pl issue (not finding Vix quotes)

The workaraund was.

Downloading VIX quotes using Download.c with mi IBKR broker connection and using these tickers:
VIX-IND-CBOE-USD (For VIX)
VXN-IND-CBOE-USD (For VXN)
RVX-IND-CBOE-USD (For RVX)


Last edited by Estotrader; 08/07/25 08:38.

Ernesto "Estorader"
Options Trader

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1