Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Tony Cooper's "Easy Vola Investing" - Stratergy 2: Momentum

According to Tony Cooper's article, his stratergies of trading voatility must be good. I just try to implement his stratergy 2: The Momentum. The return and drawdown is terrible. Especially after the black swan on Feb.5th.

Maybe I did anywhere wrong?

2 responses

In this version I'm rebalancing 10 minutes after market open rather than 10 minutes before close. This makes sure you're closer to your latest information (yesterday's close), and makes sure you actually get filled (the log said most of your orders weren't filled).

Another thing is that you might want to order every day even if you're already holding some of the symbol you want to own, because otherwise you might have a tiny amount of cash sometimes (leftover from unfilled order or ETF was too expensive), but this has just a minor influence.

Anyway, it doesn't seem to help much at all. Note that the paper is from 2013 so you might need to re-configure the momentum lookback period k. Or it's just another rubbish paper.

NB: I also set slippage and commission to 0 in the attached backtest, because that's what the paper does as well (yeah...).

...you might need to re-configure the momentum lookback period k...

I have made an notebook and did the optimation where I chose the k in range from 10 to 150. But this helps little.