Set of add-ons for backtrader - Python trading strategy backtesting library.
- 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
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 GPL v3 License - see the LICENSE file for details