Hedge your portfolio in the currency markets (Forex)! Forex forecast, updated currency reports (yen, euro, dollar) and options/investment guide are FREE when...
Hello folks. Is there any way to input a long list of tickers together with the company name? Currently Im creating a comma separated file of tickers then...
You can import full names using Import Wizard. THere is also ready-to-use template available at: http://www.amibroker.com/docs/ab305.html Best regards, Tomasz...
Tomasz - thanks for your reply to my last question. I have another. Ive been using Amiquote to update UK and US databeses without any problems at all. Its a...
Andy You are correct in that currently AQ does not handle downloading of extended historical quotes for international (non US) markets. I am sure TJ already ...
Thanks for the reply ... ... different ... MLDownloader comes with dozens of stock lists set up (FTSE100, FTSE250, CAC40, DAX etc) so you dont actually have to...
Andy, I think the problem is the exchange/country extension codes. In MLD the symbol code used for accessing the datafeed server and the symbol code used for...
Andy, I don't understand: if you like ML downloader then USE IT. Why do you want to use AmiQuote when MLD is so good as you write. AmiQuote is given FREE and...
Point taken. I thought Amiquote was part of Amibroker, I know they are two programs, but I thought they were kind of a "pack". Im not saying I want to use MLD,...
Andy, 1. If you look at the history of AmiQuote you will see that it is updated on constant basis. (not as often as AmiBroker but still a few releases per...
This may be simple for some but I have very little success compiling my own formulas. I guess I am not mathematically inclined. My question is: Can anyone...
First, Congratulations Thomasz, my wishes for good health to your Wife and child. As a father of an 18 year old girl, I know and appreciate the joys of family....
Jim: You are a dreamer if you think Omnitrader will do anymore than AmiBroker. I am a long time user ot MetaStock which has all of the capabilities of...
Hello, I have no experience with Omnitrader however you can easily perform Omni-trader-like "voting" using AMiBRoker exploration mode: cond1 = MFI() > 30; ...
Hello, I am using AB 4.30 and AQ 1.52 I recently decided to expand the number of stocks that I track and set up a separate database. I intended to download...
Hello, "Current" mode has to be used DURING MARKET HOURS or just after trading session close (few hours). If you run this in the morning they are reset for a...
With EOD Data is current from previous night, i collect data with Yahoo Current setting at the beginning of the current day, about 25-30 minutes after the...
that's how it was set. i checked the .ADH files and found them to contain correct data but when imported manually it would not overwrite the incorrect data. i...
Hello, $STRICT should be set to 1 in aqd.format file. This is essential to AVOID importing invalid data that sometimes Yahoo current server reports. Yes the...
ok, sounds like we are getting closer. i set $STRICT to 0 because occasionally, the Open, High or Low field is 'N/A'. when this happens, the 'Close' or...
Jeff, Unfortunatelly these N/A quotes are highly unreliable and sometimes they refer to previous day (not current one). This may lead to problems you...
Hello, MACD is in fact the spread between exponential averages. MACD( 12, 26 ) is equivalent to difference between 12-day EMA and 26 day EMA. It could be coded...
my last post on this subject: with $strict set to 1, i scanned 1500 stocks (the S&P1500) for last trades on the current date. the database was updated with...
Jeff, Open = Close approach is taken when following settings are applied: $STRICT 0 $ALLOWNEG 0 Best regards, Tomasz Janeczko amibroker.com ... From: JJ To:...
Hello, A new AmiQuote 1.53 has been just released to http://www.amibroker.com/bin/aq1530.exe It adds new free EOD data source: eSignal Central, featuring not...
after getting Yahoo Current quotes just around market open, i look at the .AQD files and see that date for some quotes is previous day. is there a way to...
Jeff, you are probably seeing the stocks that had not yet opened. Have you tried to re- download? Jayson ... From: JJ [mailto:jparent@...] Sent: Monday,...