PureBytes Links
Trading Reference Links
|
Hello all,
I do have a problem with importing csv data files from Yahoo historical data to Amibroker Testversion.
There is a script provided on amibroker.com (http://www.amibroker.com/docs/ab302.html) which refers to a different formatting of data.
The data is currently available in the following format from yahoo:
Date,Open,High,Low,Close,Volume,Adj Close
2009-10-16,51.13,51.76,50.95,51.51,980000,51.51
2009-10-15,51.86,52.15,51.75,52.09,1085600,52.09
2009-10-14,52.31,52.44,52.12,52.35,1049300,52.35
The "Import2" script (provided by amibroker) is expecting:
Date,Open,High,Low,Close,Volume
1-Feb- 0,104,105,100,100.25,2839600
31-Jan- 0,101,103.875,94.50,103.75,6265000
28-Jan- 0,108.1875,110.875,100.625,101.625,3779900
Does anybody have the amended script to import data according to the formatting provided now by yahoo or know another way to import this data.
Many thanks,
Elisabeth
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
|