algorithmic trading system

looking for an athomatic and algorimthic trading solution for equities intraday trading. The system should be able to work with Sterling platform - any ideas?
thanks
 
I am currently working with a client now to do this; however, the response from Sterling has not been stellar.

Do you use Sterlings FIX API or their ActiveX plug-in?
 
If you like VB, then you can always just build off of Sterling's AcriveX API examples. The free Visual Studio Express Edition works with that API. There's also a way to do this with Visual C++, apparently.

If you don't like VB, then you can always write a "connector" app for Sterling and have the "real" app in whatever language/platform you choose.
 
Back
Top