Autotrading for ib

Discussion in 'Automated Trading' started by clarodina, Sep 11, 2011.

  1. Any software for autotrading and programming for ib?
     
  2. does the two allow programming?
     
  3. You may want to check out tradelink.

    It's open source, supports all major native order types (stop/limit/market) and most other order types.

    Has super fast simulation capabilities for testing offline, and it's broker neutral. So if you get a better deal with non-IB broker later on you can switch without modifying your code.

    tradelink supports 17+ brokers and data feeds. 300 users on community list.

    google tradelink for more info or tradelink.org
     
  4. It's very interesting that it supports Genesis (Laser), Blackwood and Sterling. All of these are Prop trading firm platforms.
     
  5. Maverick74

    Maverick74

    Tradelink use to have atrocious delays in real time execution. Is that still the case?
     
  6. tradelink itself has live latency of .05ms or 50us.

    the brokers generally have differing capabilities with respect to latency.
     
  7. Sierra Chart works great for automated trading and supports custom programming as well. I've used it for over 2 years so far with different automated strategies and it is very flexible and reliable once you learn how to use it. No complaints other than sometimes the pre-releases and occasionally new release versions break existing functionality so it is best to test versions extensively before using live. Their support board is a great resource as well.
     
  8. cstfx

    cstfx

    You can program your strategies (Ninjascript) in C##. Please note tho that Ninjatrader is a Windows app (.Net I believe) even tho the TWS is Java and can run on Windows, Mac, or Linux equally.
     
  9. JamesL

    JamesL

    C##?
     
    #10     Sep 13, 2011