|
Hello,
Theory vs practice.
6 months of ONE MINUTE data - yes it is possible and I have
done that in my development copy of IB plugin.
Problem is that IB API backfills are inefficient and
they start throttling (disconnect you) pretty quickly after requesting "too
much".
Gettin 6 months of 1-minute data requires you to use
repeated requests since in one request you can only day 5 days,
so you need to do 30 requests for one symbol - and it will
start throttling (disconnecting about 50th request)
- each request needing about 4-5 seconds to complete
gives you >2 minutes to backfill one symbol ).
But if you are talking about tick data - problems are 20x
worse.
Look at this IB tread discussing problems in getting just 16
hours of tick data:
In single step you can only get 2000 SECONDS of IB ticks
(which are in fact 1-second bars).
So you are getting only 2000 ticks. If you repeat this to get
more history you get locked up after 20 requests.
Then you have to reconnect, wait 3+ minutes and then it MAYBE
allow you to download more, if not, wait another 3 minutes
and re-try and maybe...
This is simply unusable.
Best regards, Tomasz Janeczko amibroker.com
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 other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- Re: [amibroker] IB Tick data backfill Tomasz Janeczko
- RE: [amibroker] IB Tick data backfill Nick Ali
- Re: [amibroker] IB Tick data backfill Tomasz Janeczko
- [amibroker] Re: IB Tick data backfill JD Fagan
- Re: [amibroker] Re: IB Tick data backfill Tomasz Janeczko
- Re: [amibroker] Re: IB Tick data backfill Steve Dugas
- Re: [amibroker] IB Tick data backfill Daniel LaLiberte
- Re: [amibroker] IB Tick data backfill Tomasz Janeczko
- Re: [amibroker] IB Tick data backfill Daniel LaLiberte
- Re: [amibroker] IB Tick data backfill Tomasz Janeczko
