algorithmic trading system

Discussion in 'Automated Trading' started by Thornhill, Sep 12, 2008.

  1. Thornhill

    Thornhill

    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
     
  2. 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?
     
  3. Euler

    Euler

    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.