Skip to content

Quantitative Momentum - Investment Strategy inspired by Wesley Gray and Jack Vogel

License

Notifications You must be signed in to change notification settings

avinashbarnwal/Momentum-Strategy

Repository files navigation

Quantitative Investing

Investment strategy is inspired by book Quantitative momentum Quantitative Momentum

Objective

Portfolio Creation using momentum factor and P/B Factor. This also tests different size of stocks in portfolio to maximize portfolio returns. There is additional variant of momemtum factor. We call it significant regression momentum portfolio. Similar strategy is used for P/B factor.

Structural Steps

Momentum Portfolio

  1. Stock population - S&P 500
  2. Divide and choose , Large Cap and Mid Cap Stocks.
  3. Rank the assets in Large Cap basis return in last 12 months(returns are monthly).
  4. Equal Weight allocation among the specific size of portfolio.
  5. Test the hypothesis across the size of portfolio basis per month returns and take the portfolio having maximum per month returns.
  6. Similar steps for Mid Cap
  7. Test the return for Mid Cap and Large Cap and invest accordingly.

P/B Portfolio

  1. Rank the stocks based on P/B on each month and rebalance the portfolio based on equal weight.
  2. Similar steps done in momentum portfolio.

Regression Momentum Portfolio

  1. Rank the assets in Large Cap basis return in last 12 months(returns are monthly).
  2. Test for linear regression between rank ad return for last 12 month.
  3. Invest only in stocks where slope is significant.

About

Quantitative Momentum - Investment Strategy inspired by Wesley Gray and Jack Vogel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages