/Backtester101

A proof-of-concept custom backtester

Primary LanguageJupyter NotebookMIT LicenseMIT

AlgoTrading101 Backtester

To install the backtester, run the following command in your terminal:

pip install poetry
poetry install

To run the backtester, run the following command in your terminal:

python main.py

Read about it here.