Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backtrader seems now abandoned #941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/alternatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ kindly have a look at some similar alternative Python backtesting frameworks:
output detailed statistics and useful charts.
- [vectorbt](https://polakowo.io/vectorbt/) -
a pandas-based library for quickly analyzing trading strategies at scale.
- [Backtrader](https://www.backtrader.com/) -
a pure-python feature-rich framework for backtesting
and live algotrading with a few brokers.
- [PyAlgoTrade](https://gbeced.github.io/pyalgotrade/) -
event-driven algorithmic trading library with focus on
backtesting and support for live trading.
Expand Down Expand Up @@ -93,3 +90,6 @@ abandoned, and here for posterity reference only:
a library to construct, backtest, analyze, and evaluate portfolios
and their benchmarks, with comprehensive documentation illustrating
all underlying methodologies and statistics.
- [Backtrader](https://www.backtrader.com/) -
a pure-python feature-rich framework for backtesting
and live algotrading with a few brokers.