Skip to content

Cap3ya/tinyPythonBacktester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Tiny Python Backtester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages