Skip to content

seangeiger/backtrader_addons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backtrader_addons 0.18.10

Set of add-ons for backtrader - Python trading strategy backtesting library.

Content

  • Alphavantage CSV data feed (parses CSV files)
  • Alphavantage data feed (direct download)
  • PremiumData futures CSV data feed (parses CSV files)
  • trade_list analyzer (return closed trades table)
  • drawdown and drawdown length observers (modified)
  • stop/limit order tracking observer (keep tracking of stop and limit order prices)
  • limited test report analyzer
  • up/down candle counting indicator

Installation

From github repo:

pip install git+https://github.com/ab-trader/backtrader_addons.git

Version numbering

A.B.C

  • A - major version number: conceptual changes
  • B - minor version number: increased every time the code modified due to any reasons (bug fixed, refactoring, components added etc).
  • C - number of components included

Authors

  • ab-trader

License

This project is licensed under the GPL v3 License - see the LICENSE file for details

About

Addons (analyzers, observers, indicators, data feeds etc) for backtrader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%