Alternatives to Wealthlab and Tradestation

Discussion in 'Trading Software' started by bulat, Mar 16, 2005.

  1. Don't waste money on Jurik.
     
    #21     Apr 9, 2005
  2. Anseld

    Anseld


    i'm writing an options system in matlab. anyone else doing that?
     
    #22     Apr 9, 2005
  3. 377OHMS

    377OHMS

    Anseld,

    I'm working in Matlab as well.

    First I'm writing a trade simulation against on-demand historical data with a suite of accepted statistical measures of system performance.

    I want to be able to properly backtest *any* system and be able to compare results in a meaningful way before I even think about coding my own ideas.

    My goal is an autonomous platform that will allow me participate in the markets while keeping my day job.

    Matlab can pull symbols down from the TradeIdeas server so that I'm not just processing a fixed set of symbols though that does complicate backtesting.

    Matlab can also trade live against the IB TWS API nicely and is fast enough to do running correlations etc on the fly. IB only slings data every 300 msec or so so its not like I'm having to process every tick, just snapshots sufficient for trading.

    Glad to encounter another ML'er. Drop me a PM if you like.

    Good luck!
    Scott
     
    #23     Apr 9, 2005

  4. Stay away from Investor RT, unless you like spending all your time managing the database.
     
    #24     Apr 9, 2005
  5. flakac

    flakac

    I am working in Matlab to.
    The main problem is the data feed to Matlab and order execution from Matlab
    (Matlab -> MetaTrader, MetaTrader -> MySQL, MetaTrader -> Matlab)
     
    #25     Apr 9, 2005
  6. maxpi

    maxpi

    That matches my experience exactly. I was thinking of resurrecting the TS2000 but thought better of it when I recalled all the annoyances, if their new software can do well I will probably have one eventually.
     
    #26     Apr 9, 2005
  7. Trajan

    Trajan

    I'm starting to do the same. I haven't got very far and there is a definite learning curve. Matlab is not for those who don't have a good knowledge of the underlying math involved, but isn't that hard to program.

    So far, I managed to use a couple of models to estimate HV, price european call options, usefull models and puts will come the next couple of weeks and download Yahoo eod data and put it in a useful format. I still need to figure out how to connect it to IB. I don't want to get to integrated with IB since I'm switching platforms/brokers soon, but I figure that practice should help.

    I could have it in usefull shape immedaitely, but I'm still undecided about what I want it to ultimately do. I'm just almost through the first reading of Hull and Wilmott books.
     
    #27     Apr 10, 2005
  8. kut2k2

    kut2k2

    What's wrong with Jurik?
     
    #28     Sep 18, 2005
  9. flakac

    flakac

    How have you solved the Matlab->Metatrader and Metatrader->Matlab problem? The MetaTrader4 has no API.
     
    #29     Sep 19, 2005