Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.24 KB

Project 15: Trend following, momentum crashes and high correlations

  1. Kai BANTO ECKERT - [email protected]
  2. Refik TURKELI - [email protected]
  3. Karel VAN DER BEN - [email protected]

How to run this project

After installing python, required package has to be installed with the command:

# pip install requirements.txt 

Results can be explored using Jupyer notebooks on the file Interactive Results.ipynb. The easiest way to explore the results in through the web application.

The web application can be run locally using:

# python app.py 

Description of files

  • dataset.py Functions for clean access to all the data used in the project.
  • calculate.py Calculations for portfolio statistics.
  • strategy.py Weight and price transformation calculations for all employed strategies.
  • viz.py Plots of portfolio statistics.
  • report.py LaTeX table generating function for the report.
  • app.py The code for the web application.
  • Interactive Results.ipynb Jupyter notebook for local interactive testing of strategies.
  • data/ Data files of the project.
  • requirements.txt Packages that are required to be installed for this project.