Skip to content
/ btreport Public
forked from Oxylo/btreport

Extension for creating Performance Reports with Backtrader

Notifications You must be signed in to change notification settings

jc92/btreport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Create a 1 page PDF Performance report for any backtest.

Installation (local)

$ git clone https://github.com/Oxylo/btreport.git
$ cd btreport
$ pip install -r requirements.txt

Example

$ python example.py outputdir/for/report

like so:

$ python example.py /home/user/Desktop

Windows users

The program has been deveveped and tested on Linux. Windows users may face some problems installing the weasyprint library, for instructions see: http://weasyprint.readthedocs.io/en/latest/install.html#windows

Output

PDF Performance Report is written to given outputdir:

Alt text

About

Extension for creating Performance Reports with Backtrader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.4%
  • HTML 27.6%