Backtester101 icon indicating copy to clipboard operation
Backtester101 copied to clipboard

A proof-of-concept custom backtester

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.