Thank you all for your help. I decided to go with jrswindle's database. ... update data looks like it is still working. Ron D ... AmiQuote ... If it ... Jim ...
I put together an EOD stock quote downloader that I'm offering for free. It has some nifty features like being able to keep your indices security lists...
Interesting! question ... where do you obtain the free data to download?? I am currently using a combination of EODData and Yahoo. Yahoo loads directly in AB...
hi David, this looks good software to me.But how to use this for other markets for eg I want to use this for Indian Markets. and How to edit the list. If u...
Hello David, I downloaded the program. It seems very good to me. I'm from the Netherlands and looking forward for European Markets, such as AEX, AMX, DAX and...
Currently the data comes from Yahoo and downloads as ascii .csv file. Then I just use Amibroker's wizard to import the columns correctly. As for the questions...
Thanks, David For those looking for free downloads that cover a variety of markets I can't speak too highly of MLDownloader. It downloads most foreign ...
Could someone tell me what the Interactive Broker symbols are for VIX, TRTIN or TRINQ, advancing issues and volume and declining issues and volume are. Thanks,...
During backtests, I would like to always set the selected symbol to a known symbol, such as !SPX. Is there an easy way to do this from within AFL? I looked at...
I am using a Samsung SyncMaster 214T (1600x1200) together with a SyncMaster 740BX (17" 1024x1280) in vertical mode. They match pretty well. The extra 80 pixels...
How can I write an Industry ATC composite formed only by the positive EPS stocks? -create Industries with ATC formula but if stock has EPS<=0.01 don't add it...
Ray, You are missing the point. If you only pull data that has positive value then by default you are eliminating all the stocks that Yahoo doesn't give EPS...
hi, Can ne one help me out. I have attached an afl code called "RMO". Well when i explorer on intraday it didn't select ne stock but on EOD it works fine. Can ...
hi, Can ne one help me out. I have attached an afl code called "RMO". Well when i explorer on intraday it didn't select ne stock but on EOD it works fine. Can ...
Could it possibly be this: RMO= EMA(SwingTrd1, 81); this would be my first guess....you are smoothing the swingtrd1 by 81 periods... Anthony ... From: kailash...
Hi, In the Custom Backtester, I need to run a nested loop to examine all signals in comparison to a given signal, and have tried the following code to...
I have two intraday data feeds, one from Scottrade via QuoteTracker plugin and the other using the InteractiveBroker plugin. Can I run both instances of AB at...
Dont understand your structure. The general format is: for (i=start; i<upper limit; i++) You are doing something right since the inner loop works, but I...
hi, it seems to be possible. I ran this code on top of some backtest. The results in the AA window show that both loops are used. If you want to change a...
Ed, Unfortunately, I cannot re-create your results here. I used a very simple backtest, and copied your code verbatim, but the outer loop still executes only...
Hi, I am new to Amibroker and trying to figure out how to generate text labels on a chart that are plotted directly above or below each price bar that is...
I am starting to take a greater interest in volume for trading decisions. Would appreciate feedback from anyone experienced with the use of volume, both for...
How can I add up how many stocks I trade that have an AVG 60-Day volume over 500,000 shares and how many are under 500,000 shares when running backtester? Any...
I have recently started to use Amibroker. I have recently had a problem when updating my data files. I got a message 7 files are corrupt. I have sent these off...