/backtrader_addons

Helpful addons (analyzers, observers, indicators, data feeds etc) for backtrader

Primary LanguagePythonMIT LicenseMIT

backtrader_addons 0.5.8

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

Content

  • modified observers related to drawdowns - drawdown in % and in $ as well as drawdown length wiki
  • trade_list analyzer wiki
  • Alphavantage adjusted daily time series CSV data feed aka AlphavantageCSVData wiki
  • Dividends indicator for AlphavantageCSVData wiki
  • Splits indicator for AlphavantageCSVData wiki
  • Split-only adjusted close indicator for AlphavantageCSVData wiki

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 MIT License - see the LICENSE.md file for details