/backtesting

Repo to perform backtesting on stocks and validate strategies.

Primary LanguagePython

Backtesting

Repo to perform backtesting on stocks and validate strategies.

In order to setup this project, run:

Setting up

bin/setup

Running it

You'll then be able to:

NOSTATS=true STRATEGY=landry python3 main.py

Deps

This project relies on:

TODO

  • Show stats in the end of the run using pyfolio.
  • Improve Landry's strategy.