Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 339 Bytes

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.