Backtesting.py Alternatives

Similar projects and alternatives to backtesting.py

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better backtesting.py alternative or higher similarity.

backtesting.py reviews and mentions

Posts with mentions or reviews of backtesting.py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Python developers -- what broker and api do you use?
    4 projects | /r/algotrading | 8 Jun 2023
    We chose backtesting.py for a backtesting framework. There are several to choose from but that one seems like the most well-supported and actively worked on at the moment.
  • Anyone here built backtest/alpha visualization/exploration dashboard(s)?
    2 projects | /r/algotrading | 31 Mar 2023
    https://kernc.github.io/backtesting.py/ offers nice way to zoom backtesting. It has some bugs, but good for visualization.
  • Backtest libraries
    3 projects | /r/quant | 15 Jun 2022
    https://kernc.github.io/backtesting.py/ Nice analytics/visualisation but you need to do tricks to buy half a bitcoin. No native support of strategies based on multiple assets.
  • Any advice on where to start?
    2 projects | /r/algotrading | 4 Mar 2022
    Hey, love the learning attitude! Some things to consider include (how are you actually going to write your code). If you want to spend more time experimenting with a signal (which with your background, seems like you do), try using a framework out there like backtesting.py, backtrader, or blankly (the last one is my favorite because I'm able to actually deploy live in one line whereas the others don't). These frameworks have built-in backtesting, data connections, etc. that should help you speed your dev up.
  • Why Building a Trading Algorithm is More Than Just the Algorithm - 3 Things
    4 projects | dev.to | 19 Feb 2022
    It’s super easy to get up and running with code. With the rise of data science as a field, datasets are far and wide. Accessible from just about any venue. Take a look at Kaggle, QuiverQuant, Yahoo Finance, or even directly from the brokerages and exchanges. Developers can easily download data directly as a .csv or .json and quickly get up and running by utilizing frameworks like backtesting.py or vectorbt. “Great, it seems like I can get up and running and I’ll have an awesome money making trading algorithm in no time”.... unfortunately, wrong. Why is this wrong? Well, simulation is NOT the real world. The real world is not a CSV file—the real world is a stream of events. Cause and effect. The real world works in a fashion where new data comes in, you make a decision, and then you figure it out, not “I have all of this data, let me run this all through time and figure it out”. Indeed, the data sources that you get in real-time are almost completely different from the data sources you use in simulation. Rather than .csv you use WebSockets; rather than QuiverQuant you use APIs; rather than backtesting frameworks you use more robust, event driven packages. Without it, you’re stuck duplicating code, rewriting it into an event-based system, and ultimately using that to go into production, and who knows if your code is going to change along the way.
  • Backtesting for Python
    3 projects | /r/algotrading | 1 Sep 2021
    I highly recommend using the Backtesting (https://github.com/kernc/backtesting.py) library. With some small modifications to data, you can quickly backtest any trading strategy.
  • Custom forex backtester
    4 projects | /r/algotrading | 21 Mar 2021
    backtesting.py is a good option. It should be pretty easy to make strategy to suite your needs.
  • A note from our sponsor - Mergify
    blog.mergify.com | 21 Sep 2023
    Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free. Learn more →

Stats

Basic backtesting.py repo stats
25
4,068
6.6
29 days ago
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
www.influxdata.com