Typically, momentum strategies create portfolios of 20-50 stocks. What if only a single stock was used?
Ammann, Manuel and Moellenbeck, Marcel and Schmid, Markus, Feasible Momentum Strategies in the US Stock Market (November 17, 2010, SSRN) explores precisely this idea (summary).
We ran a bunch of backtest scenarios adapted for the Indian market.
Methodology
- Each month, stocks are ranked by past return over a formation period J (3, 6, or 12 months).
- The best-performing stock(s) are “winners” (bought).
- Short the NIFTY.
- Positions are held for a holding period K (3, 6, or 12 months), using the standard overlapping-portfolio construction (K staggered investment “strands” so only 1/K of the book turns over each month).
- A one-month lag is inserted between the formation period and the holding period to avoid short-term reversal effects.
- Portfolios of 1, 3, 5, or 10 stocks N per side are tested (buying more than just the single best).
Paper Best
Using the “best” config in the paper, we realized that considering just returns without volatility leads to failure.

Beta hedging + Omega
Momentum stocks tend to be high beta, so instead of shorting the same notional, we shorted the beta. Besides, Sharpe penalizes volatility symmetrically. Omega with NIFTY as MAR penalizes only underperformance relative to the index.
Also, the training set pointed us toward a longer holding period K (6 vs. the paper’s 3) and a larger number of stocks in the portfolio N (3 vs. the paper’s 1).
With these changes, we were able to squeeze out 5 more points in the hedged variant and almost match the buy & hold momentum index in the long-only variant.

More details can be found here.
The most important contribution of this paper is the parameterization of the holding period and the usage of strands (portfolio sleeves) to create over-lapping portfolios. Something that can be carried over to future research in this area.
Code and charts on github.






