Comparison of auto trading platforms

Discussion in 'Automated Trading' started by rdencpa, Dec 5, 2007.

  1. What language is it written in ?
    What measures in the code did you take to "failsafe" the trading system/application ?
     
    #11     Dec 10, 2007
  2. Can't find a quote on their website....
     
    #12     Dec 10, 2007
  3. curt504

    curt504

    This may be hair spliting since both SQ and NT are top notch but anyone care to split hairs comparing both?

    Purpose: build and run ATS systems, muliple strategies simultaneously. Strategies that need tick and or bar streams for multiple symbols in parallel.

    Language and API ease / power?

    Reliability of the end running system?

    Tnx
     
    #13     Dec 12, 2007
  4. rdencpa

    rdencpa

    I have looked at the TT and SQ web pages and on TT I didn't really see anything that had to do with ATS but their interfaces look very good.

    At the SQ link:
    http://www.smartquant.com/openquant.php
    the list of features looks impressive and fairly complete. Are there any features that are missing?

    Muti-strategies is one that I need but that is coming soon?

    It looks like SQ might be a better choice than NT?

    Thanks for all the excellent posts.
     
    #14     Dec 19, 2007
  5. the mult version one was just released today.

    They are offering 20% off if you purchase the lifetime membership, $599 (i think) ... not a bad deal
     
    #15     Dec 21, 2007
  6. rdencpa

    rdencpa

    In order to better evaluate different ATS platforms, I started a list of some of the features that I would need:

    1) Automation through IB and other brokers.
    2) Since I have multiple systems with a wide variety of time frames, I need to be able to manage not only intraday automation but also multi-day systems. Tradestation has a problem whenever there is a disconnect-it doesn't know what to do with open positions when it reconnects it also doesn't know what to do with existing open orders. This should be a feature that can be turned on and would automatically take care of this situation. Tradestation has a problem and must be closed and reopened once per day as does the IB TWS.
    3) Trading multiple accounts from one instance of the automation software.
    3) Trading multiple accounts from multiple instances of the automation software on one or more computers. Can the software have multiple instances running on the same computer? Does the license allow running the software on more than one computer at the same time? If so how many?
    4) Trading multiple systems from one instance of software on one computer into one account. Software must tag positions so that it can identify which positions belong to which systems. Also with the tag in place, it could deal with disconnects, re-connects and be able to handle all automatically.
    5) Tracking trades by system for historical performance review. It should retain all trades into a database for comparison to simulation and for further analysis.
    6) Can it use one data feed for real time data, such as e-signal, but place trades at IB where the data subscription has been turned off?
    7) For 24 hour Forex trading, does the software need to be restarted once per day? Can this process be automated?
    8) Can software handle differences between strategy filled orders and real orders automatically? Or as with Tradestation, does this need to be done manually?
    9) Is the syntax of the language the same as a standard programming language? This is an advantage to programmers.
    10) Is the product new to the market and relatively untested? Version 1.x or higher than 2.x?
    11) Should we look for backtesting features in an automation product? If yes, then there is a whole new list of desired features that we would need to consider, such as the ability to handle portfolio level testing. Tradestation does not support portfolio level testing.
    12) For end of day systems, trades for next day market on open, limit on open, stop limit, etc. should be able to be placed before the market opens or at any time specified in the code. Tradestation cannot place market on open orders or even limit on open, only plain limit orders or stop orders via automated code (AFAIK). Can it handle OCO & OSO orders? Can it handle sending a new order if limit on open order not filled?
    13) Can it manage GTC orders or at least continuously place new day orders each day for EOD systems.
    14) Can it manage the option of trading during off hours with different order types than regular trading hours?
    15) It should support basket trading. IB has special features for this.
    16) Is the technology used to maintain the connection to the broker and the data feed reliable and able to automatically handle internet disconnects. Short term ones that last a few seconds should be handled automatically and long term disconnect should set off all kinds of alarms.
    17) How good is the support for the product, hours available?
    18) Can software take signals from Tradestation or other software and send them to IB or other brokers? This is a handy interim feature while re-coding exiting Tradestation system.


    This is just a start and anyone that has had experience with automating strategies should please add to the list.
     
    #16     Dec 23, 2007
  7. Dude- for this incredible feature list you've developed, why not just check-out the top of the heap:
    Bloomberg
    Somehow, I think that even their auto-trading platform which STARTS at $100k per license may not be able to do all of this.
    So, if they cannot do this, what makes you think a cheapo $100/mo package could do it ?
     
    #17     Dec 23, 2007
  8. rdencpa,

    I too am looking for automating software with similar features as the ones you have listed.

    I have trouble believing that in 2008, I can not find an of the shelf software that can provide 100% unattended automated trading.

    Maybe I am not looking at the right place.

    Anyone have any suggestions?

    tks
     
    #18     Dec 23, 2007
  9. rdencpa

    rdencpa

    I am developing a list of what I need and want in a AT interface. I do not expect that I will find all in one package. The point is that the list can serve as a comparison checklist.

    I will look at Bloomberg. High cost is not a barrier since I have found that the most expensive cost (for me) is my time and if I get started with the wrong package, I end up spending a lot of time and then later find that it doesn't do what I thought it would do. Then both time and money are wasted.
     
    #19     Dec 23, 2007
  10. imjames

    imjames

    > 7) For 24 hour Forex trading, does the software need to be restarted once per day? Can this process be automated?

    At 00:00am EST, IB servers restart. At that time, the market data is
    lost. Sometimes it restores in about 20 minutes, and sometimes it
    doesn't, so a TWS restart is necessary.


    You can automate this process with TWSstart:

    http://twsstart.free.fr/


    However in any case your ATS must be able to handle disconnects/reconnects to TWS.
     
    #20     Dec 24, 2007