backtrader
Python Backtesting library for trading strategies [Moved to: https://github.com/mementum/backtrader] (by backtrader)
bt
bt - flexible backtesting for Python (by pmorissette)
backtrader | bt | |
---|---|---|
1 | 5 | |
8,281 | 2,219 | |
- | - | |
0.9 | 6.8 | |
over 2 years ago | 8 days ago | |
Python | Python | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
backtrader
Posts with mentions or reviews of backtrader.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-04.
-
Best Backtesting Libraries (Python)
backtrader – Python Backtesting library for trading strategies
bt
Posts with mentions or reviews of bt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-04.
-
Best Backtesting Libraries (Python)
bt – bt is a flexible backtesting framework for Python used to test quantitative trading strategies.
-
Are there any ready solutions for backtesting portfolio with daily or more frequent rebalancing?
Here is link number 1 - Previous text "Bt"
- What open source frameworks should i be considering for hobby algo trading?
-
How do I run 100 algos live?
A better way would be to create a master strategy that manages 100 other strategies, each with $10 a pop. The bt backtesting framework was designed to support this. That way you can manage your portfolio from one account, but also use multiple strategies. The master strategy just handles fund allocation, and rebalancing if necessary.
What are some alternatives?
When comparing backtrader and bt you can also consider the following projects:
zipline - Zipline, a Pythonic Algorithmic Trading Library
PyPortfolioOpt - Financial portfolio optimisation in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity
pyalgotrade - Python Algorithmic Trading Library
PyThalesians - Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
awesome-quant - A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
pybacktest - Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier — compact, simple and fast
analyzer - :chart: Python framework for real-time financial and backtesting trading strategies
trade