Quote from alanm:
Quote from Moreagr:
I would like to auto calculate over 400 tickers with at least 20 data cells for each ticker real time.. which language or software plug -ins could be suitable for this?
could VB6 with excel handle this or would i need a more powerful language like C++... to handle all this data calculations.
Excel could never handle this volume with stocks that are at all active from a data source that gives you every change in bid/ask/bidSize/AskSize/lastPrice.
It may be able to handle it at IB (if you generate enough commissions to get 400 concurrent tickers), who aggregates changes into snapshots 3-5x per second if it's done right.
Otherwise, you're looking at using C++/VB/etc. This may not be all that hard if the vendor provides a working sample application which you can strip down and modify to your needs. If you then want to display the data, you'll want to do the same thing as IB - generate snapshots - there's no point in displaying changes that are much faster than a human can process.
here is a thread discussing this product: http://www.quotein.com/
http://www.elitetrader.com/vb/showthread.php?s=&threadid=60297
their website says: "up to a thousand of fast streaming quotes (with 10 fields each) are well within the limits of an average machine Snapshot" - does anyone have experience with this?