Quote from ProfLogic:
Just adjust the amount of data on a chart and it will help. If you have a couple years worth of dta is takes a while to load. If you have 60 days of data it loads in a snap, 3 weeks and it's super fast.
Quote from just21:
What is the oscillator on the charts?
Quote from bighorn:
It's IB's pacing violation policy that keeps the data from loading quickly. Backfilling 50000 bars can take hours (only about 3 weeks or so on the 343?). Load several charts and it will take all night and then some. Open Tick will backfill the same data in minutes.
Another issue with IB backfill is that it sometimes changes the chart if you write over the collected real time data. Perhaps correcting for bad ticks or pulling from another snap-shot source. I don't know the why, I just know that it does. MC says it is a IB issue, IB says it's a MC issue. Go figure.
BTW, thanks for sharing your setup. I have been lurking around watching for your posts for a while; I'm just now beginning to understand it better. It took a while to find all the nuggets; you have them spread out all over ET!!
Thanks again......
IB has many, MANY, did I mention MANY problems with their API !Quote from ProfLogic:
Your welcome cause I like to share.
I can tell you the problem is an IB problem for sure. I have a programmer that works for me and he's de-constructed the relationship and found it's with IB.
I use eSignal but at some point in the future, if Own Data settles down, I'll make the switch full time.
WRONG. It's IMPOSSIBLE to have a fast backfill with IB's historical data access due to PACING LIMITS. You get SIX requests per minute. Exceed that and you have violated the threshhold and must start again. So, sixty symbols will require 10 minutes AT A MINIMUM.....and could be much more depending upon the time frame and number of bars retrieved. 600 symbols will require nearly 2 HOURS to download.Quote from bighorn:
I know the IB backfill works as well as Open Ticks. It's the matter of setting it up properly. I have been using it about a year, maybe more, and they have come a long way since then. I like it.
Quote from syswizard:
IB has many, MANY, did I mention MANY problems with their API !
It's almost staggering. It actually can cause good programmers to break down and cry...it's that bad. There are just so many workarounds, and idiosyncracies...and BUGS !
Couple that with the pacing limits and some architectural problems, and well then, it doesn't take an Einstein to see that you could waste a lot of time with learning their API and all of the quirks and limitations.
Quote from ProfLogic:
Your welcome cause I like to share.
I can tell you the problem is an IB problem for sure. I have a programmer that works for me and he's de-constructed the relationship and found it's with IB.
I use eSignal but at some point in the future, if Own Data settles down, I'll make the switch full time.