The subdirectories contain backtesting scripts that you can execute.
Usually the in each file the main
file needs to be executed and the src/config
file contains configuration values that you can play around with.
(Recommended if you are not using anaconda)
Create the environment
python3 -m venv virtual-env
Activate the environment (Unix/MacOs)
source virtual-env/bin/activate
Or on Windows
virtual-env\Scripts\activate.bat
pip install -r requirements.txt