PureBytes Links
Trading Reference Links
|
Hi,
I did some research on how to automate the import of ascii data into
AB through a script. I found this article:
http://www.amibroker.com/docs/ab302.html
I modified it to loop through all of the .csv files in a specified
folder and execute the ImportCSV() function for each of the files.
I did a test run for approx 10 tickers, with EOD data for the past 20
years (about 300KB per file) and it took over a minute per ticker.
When I just manually do the import using File > Import ASCII, then
select all files in my data folder, it only takes a minute or two to
import all this data for the entire S&P500.
Why is it so much slower thru jscript?
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|