Page 1 of 1

Multi-Model

Posted: Mon Aug 27, 2012 7:33 pm
by wguan
I was wondering what others think about parameter insensitive models. These are a set of trading systems that are exploiting the exact same type of anomaly but with varying parameter. For example, trading different versions of RSI2. The idea is to robustly extract profits from an anomaly while avoiding the downside of single parameter set selection. Any thoughts?

Here are a few charts I've put together, but this single experiment may not be very conclusive.

Model1 (rsi1): RSI(2) 50/50
Model2 (rsi2): RSI(2) Buy: <30 Short: >70
Model3 (rsi3): RSI(2) Buy: <30 Sell: >50 Short: >70 Cover: <50
Model4 (no.reb): equal weight but no rebalance
Model5 (reb): equal weight rebalance weekly

Posted: Tue Aug 28, 2012 11:59 am
by sluggo

Posted: Tue Aug 28, 2012 12:55 pm
by wguan
Thanks so much sluggo, just what I was looking for.

Posted: Fri Aug 31, 2012 1:06 am
by wguan
FWIW, I thought i'd post a superficial analysis to the idea of voting...

I've taken 3 correlated strategies (mean reverting in nature) (signal correlation attached n=60), and tested the performance of equal weighing each strategy verses voting.

The voting procedure was to take trades if 2 or 3 out of 3 strategies provided long or short signals. Equal weight with 33% allocation to each strategy and rebalancing monthly.

Note: results do not include commission + slippage, simulated using daily return of SPY

Edit: one burning question on the back of my mind is how would one go about formulating strategies given a bunch of entry, exit, and money management components. It's probably confidential, but fall river seem to employ computers to search up trading systems. Anyone have any ideas how this works? I'd love to write an algo and test out some truly uncorrelated models. Thanks

Posted: Sun Sep 02, 2012 7:09 pm
by Macro
awesome work, wguan!