Skip to content

IgorWounds/Backtester101

Repository files navigation

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.