Alternatives to Wealthlab and Tradestation

Quote from Anseld:

i'm writing an options system in matlab. anyone else doing that?

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
 
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)
 
Quote from Holmes:

At present I am evaluating this as a replacement for my TS2000i. And TS better look out because these guys know what they are doing. New version is coming out in a month or so and I will then switch.

Got some other products (MetaServer RT, Qloader, Uniserver) from these guys and they have proven to be able to build stable products and they are listening to their customers. Service (both pre and post sales) is outstanding.

Have only the highest regards for Andrew and his team.

Sherlock.

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.
 
Quote from Anseld:

i'm writing an options system in matlab. anyone else doing that?
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.
 
Quote from 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)
How have you solved the Matlab->Metatrader and Metatrader->Matlab problem? The MetaTrader4 has no API.
 
Back
Top