Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 507 Bytes

File metadata and controls

33 lines (21 loc) · 507 Bytes

jhBacktest

Backtest and analysis trading strategy with Python

Install

$ git clone https://github.com/joosthoeks/jhBacktest.git
$ cd jhBacktest
$ [sudo] pip3 install -r requirements.txt
$ [sudo] pip3 install -e .

Run

$ cd example/
$ python3 start.py

Dependencies