PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "goedings" <goedings@xxx> wrote:
>
> I am probably not the only one with the ambition to have multiple
> years of 1m data for reliable backtesting. Does anyone have a good
> solution?
I have been looking at the same basic problem.
hdf5 (http://www.hdfgroup.com/products/hdf5/whatishdf5.html) is a
possible solution. It is free open source software library that has
been around for 20 years. It is well tested and heavily used in the
scientific community.
It is specifically designed to handle very large datasets efficiently.
I have seen benchmarks showing it is as much as 100 times faster than
an SQL DB.
You can efficiently read 'columns' of data into arrays, so you could
load just the high and low arrays if that's all you need.
There is a high level API for variuos programming languages but I
don't think there is a plugin for Amibroker (yet?).
Bill
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/
|