The latest NeoTicker integrated with IB on real-time data streaming, data collection, smart order placement, automatic system order routing, market depth display, etc.
On the other hand, the historical data request part, we've tested that extensively and notice multiple connections requesting data was not possible (upto their API 8.61) and when multiple clients connecting to TWS, each with their own request at the same time can cause disconnect and other odd behaviour on the rest of the connected clients. Thus we have to hold off the historical data support.
For the most common symbols like ES, NQ, indices, etc. we already have our own backfill going back 30 days for our clients with minute data and tick data, not time polled data - I think that works pretty well.
This backfill ability is standardized across all supported brokerage feeds, so no matter which brokerage you are using, the data will be available.
Since NeoTicker manage data locally on your computer, you can easily import historical data from various sources (including data from peer NeoTicker users) to extend the length of your historical data for specific symbols.
In short, we are trying to provide the best possible solution for our clients that can result in better usage experience.
Lawrence
Quote from dcraig:
I think this is nonsense. While I do not particularly like the TWS historical data API, and it is a bit nasty to code to, it does work reliably and will retrieve up to 6 months of data as IB state in their release notes. If I can manage to code to it, then I'm sure Neoticker can manage it if they put their minds to it.