Tiny Python Backtester that focus on modularity. Your collaboration is welcome.
Steps for a working environment:
# install necessary packages (ubuntu)
$ sudo apt update
$ sudo apt install python3 python3-pip python3-venv gh
# clone repository
$ gh repo clone Cap3ya/tinyPythonBacktester
# move to repository
$ cd tinyPythonBacktester
# create and activate the python virtual env
$ python -m venv . && source bin/activate
# install the required python libraries
$ pip install -r requirements.txt
# run the main
$ python src/main.py