Hi, I'm developing a trading bot based on IB api (actually, I almost finished and it's working jast well), but jast found out that I can make only 60 requests for historical data in 10 minutes.
I'm going to trade on around 170 instruments and I need 2 last closed bars for every instrument every 5 minutes(I'm trading on 5-minute chart). Does it mean that I will be able to get this data only for 60 instruments in every 10 minites?
I didnt think that it will be a problem to get 340 bars of historical data every 5 minutes.
I guess I need to use another data service like IQFeed(they have API and fees bot very Expensive) or maybe you have some advice how to get this solved.
Thank you.
I'm going to trade on around 170 instruments and I need 2 last closed bars for every instrument every 5 minutes(I'm trading on 5-minute chart). Does it mean that I will be able to get this data only for 60 instruments in every 10 minites?
I didnt think that it will be a problem to get 340 bars of historical data every 5 minutes.
I guess I need to use another data service like IQFeed(they have API and fees bot very Expensive) or maybe you have some advice how to get this solved.
Thank you.