An open API service indexing awesome lists of open source software.

https://github.com/rbeeli/short-term_momentum_strategy

Short-term momentum trading strategy implemented for the lecture "Systematic risk premia strategies traded at hedge funds" at University of Zurich, FS 2018.
https://github.com/rbeeli/short-term_momentum_strategy

fund hedge momentum reversal strategy trading

Last synced: 6 months ago
JSON representation

Short-term momentum trading strategy implemented for the lecture "Systematic risk premia strategies traded at hedge funds" at University of Zurich, FS 2018.

Awesome Lists containing this project

README

          

# Short-term Momentum trading strategy

Short-term momentum trading strategy implemented for the lecture "Systematic risk premia strategies traded at hedge funds" at University of Zurich, FS 2018.

---

## Overview

* Implementation in R
* In accordance to paper [Short-term Momentum (Medhat, Schmeling 2021)](https://academic.oup.com/rfs/article-abstract/35/3/1480/6286969):

+ 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

## Results

![Main findings (excess returns)](./results/main_findings_table.png)

![Cumulative performance of strategies](./results/strategies_performance.png)