Quote from One:
dloomis,
Esig EFS, I currently subscribe to and could program in TradeStation (won't because no link to IB) so I would be doubling up on data and charting costs. Looks like DynaOrder may handle directly though and I'll look into it.
T.Net,
Thanks for confirm that it can be handled by API products. Is it worth learning to program the API directly if this is the only functionality I need? Else, do you have a recomm. on which product would be easiest to implement for this functionality.
--------
You will need a basic setup to get quotes and send/receive orders and status. The easiest one will be using the COM component provided by IB (they call it TWS.ocx). You can program your strategy easily in Excel Visual Basic For Applcaition, although VB.NET or other languages will do better if you need more than one thread to manage the quotes and your strategy engine.
Croc,
Thanks I'll take a look at the link.
By the way, does anyone else think the standard of showing bid size in a different column from ask size in many of these apps. is misguided? Why not just use different colors? In the demos I find constantly looking back and forth between bid and ask volumes that are in different rows AND different columns harder than TWS and others where they are in the same row or column where I can watch both easily without looking back and forth.