Short-term momentum trading strategy implemented for the lecture "Systematic risk premia strategies traded at hedge funds" at University of Zurich, FS 2018.
-
Implementation in R
-
In accordance to paper:
-
Monthly pricing data from the Center for Research in Security Prices (CRSP)
-
Sample starts in July, 1963 and ends in December, 2016
-
All common shares traded on NYSE, AMEX, and Nasdaq Measure short-term momentum using the return over the previous month: ๐๐๐_(๐,๐ก) = ๐_(๐,๐กโ1)
-
Measure short-term turnover using previous month volume and number of shares outstanding data: ๐๐_(๐,๐ก) = ๐๐๐ฟ_(๐,๐กโ1) / ๐๐ป๐ ๐๐๐_(๐,๐กโ1)
-
Portfolios are value-weighted by market capitalization and rebalanced at the end of each month
-