This post is to illustrate that momentum strategies that minimize loss during large drawdowns are not profitable when the inverse of the strategy is employed.
Take for instance the SP500 sector momentum algo, the top 2 outperform the benchmark, and the bottom 2 tend to underperform. In my long algo, I buy the highest x sectors every month and exit if the SP500 month-end price is lower than the 200 day moving average. This produces a good return.
Lets try the exact inverse! If the long strategy works, surely the short version should at least hedge.
Basically the code does nothing until the SP500 dips below its 200 day moving average. Then it shorts the worst performing sector until the sp500 rises above the moving average again.
The result is just awful. The short porfolio does rise during the 2008 recession, and finishes slightly above, but nowhere close to being worth the whipsaw events that bleed portfolio value. The only value it provides is for adrenaline junkies who prefer to see rises and falls in their portfolio and would hate to dump all their portfolio into cash.
To those familiar with moving averages or technical signals in general, this might be intuitive. But I really needed to see it for myself to believe it. I also thought that negative momentum would tip the scales towards a profitable short strategy.
I think I will test it again, but with a combined long/short combination. Today is my only day off in 3 weeks, I hope I don't spend all my time programming.....