Tomasz, I'm just starting to experiment using amiquote to give me 'during the day' updates. If there have been no trades for the day, Yahoo returns the date of...
Nigel, Remove $ALLOWNEG 1 (if you have added it) and use version 4.20.5 or higher the latest is 4.20.8 Best regards, Tomasz Janeczko amibroker.com ... From:...
Sorry Tomasz, still no good. AmiBroker Version 4.20.8. aqd.format ----cut-here----------------------------------- # AmiQuote daily download format (.AQD...
Nigel, If $ALLOWNEG is not specified and only CLOSE price is present in the data file, AmiBroker assumes H = L = O = close This is needed to allow import from...
Tomasz, Ah Hah! That seems to fix it. I think I got hungup on the $ALLOWNEG because the release notes talk about setting O,H,L to close (which is what was...
Sorry Tomasz, I spoke too soon. Using $HYBRID has fixed the overwriting of historical OHL, but now the volume for current data is being accumulated, rather...
Nigel, a new switch $STRICT 1 will be added in 4.21 that will check if OHL fields are OK. Best regards, Tomasz Janeczko amibroker.com ... From: "Nigel Rowe"...
I have run into a problem downloading intraday data which has worked until today. Specifically, all data downloads and the status for each symbol is...
I'm new to this and while I find it exciting - I am having a bit of a struggle with the scripting. I've scanned the Amibroker site and the mailing list and...
I am using AmiQuote to get index data. Until last week, I downloaded ^NYA but now ^NYA is the NEW composite and ^NYZ is the old NY composite. Has anyone...
Hello, Simply go to Symbol->Information and in the "Ticker field" change the symbol from ^NYA to ^NYZ. Also if you want to merge histories form 2 tickers ...
... From: bistrader <bisteele@...> To: amiquote@yahoogroups.com Sent: Monday, January 13, 2003 3:04 PM Subject: [amiquote] YAHOO ^NYA AND ^NYZ I am using...
Does anyone collect Forex data and keep a database on it for AmiBroker? I'm looking for a source and routine to collect it for analysis within AmiBroker. ...
Forex data are provided by eSignal for example. Soon for registered users of AmiQuote I will add an option to use eSignal's free EOD quotes. Symbols are...
Thanks for the response Tomasz. Do you know if eSignal's free EOD quotes includes Forex currency pairs in it? I could not tell from their web site. Thanks...
Yes. pairs are included. Best regards, Tomasz Janeczko amibroker.com ... From: <brett@...> To: <amiquote@yahoogroups.com> Sent: Monday, January 20, 2003...
Bert, At this link they have back data. http://www.nyse.com/marketinfohome.html?query=/marketinfo/indetf.html I have not tried it yet, but I think "merge" the...
It seems that i'm not about to download more that approx 12 months of Australian historical daily data using Amiquote (v1.5) I've tried tickers that I know...
Hello, Yes Yahoo applies limits to downloads of international data. You can download only 200 bars of data in one request. An easy solution is to split your...
Hello, You have to split the downloads into smaller chunks by modifying From-To dates. Best regards, Tomasz Janeczko amibroker.com ... From: "John R"...