Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 305 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 305 Bytes

backtester

A simple event-driven backtesting module for python

The project is work in progress and requires you to write your own data connector.

Installation

python setup.py install

Inspiration

Thanks to https://github.com/quantstart/qstrader for great inspiration and the statistics one-pager.