Set of add-ons for backtrader - Python trading strategy backtesting library.
- 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
From github repo:
pip install git+https://github.com/ab-trader/backtrader_addons.git
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
- ab-trader
This project is licensed under the MIT License - see the LICENSE.md file for details