Long-only momentum strategy modeled on Alpha Architect's QMOM ETF, selecting stocks with the smoothest momentum and rebalancing the portfolio before quarter end to capture a window-dressing seasonality effect.
CLI:
quantrocket codeload clone 'qmom'
Python:
from quantrocket.codeload import clone
clone("qmom")
Start here: qmom/Introduction.ipynb
Find more code in QuantRocket's Codeload Library