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 →
Backtesting.py Alternatives
Similar projects and alternatives to backtesting.py
-
-
vectorbt
Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. 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.
-
ccxt
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
-
PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop
Open Source Trading Strategies & End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready. Lightweight, efficient and stable implementation 🔥
-
blankly
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
-
gym-anytrading
The most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
lumibot
Backtesting and Trading Bots Made Easy for Crypto, Stocks, Options, Futures, FOREX and more
-
Alpaca-API
The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
-
-
StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
-
superset
Apache Superset is a Data Visualization and Data Exploration Platform
-
IBC
Automation of Interactive Brokers TWS. You can download the latest release here: https://github.com/ibcalpha/ibc/releases/latest
-
-
-
fast-trade
low code backtesting library utilizing pandas and technical analysis indicators
-
AlgoTradingRepoList
This repository contains basic information about different algotrading repo I like.
-
InfluxDB
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.
backtesting.py reviews and mentions
-
Python developers -- what broker and api do you use?
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)?
https://kernc.github.io/backtesting.py/ offers nice way to zoom backtesting. It has some bugs, but good for visualization.
-
Backtest libraries
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?
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
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
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
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
Stats
kernc/backtesting.py is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
The primary programming language of backtesting.py is Python.
Popular Comparisons
- backtesting.py VS backtrader
- backtesting.py VS vectorbt
- backtesting.py VS PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop
- backtesting.py VS ccxt
- backtesting.py VS gym-anytrading
- backtesting.py VS blankly
- backtesting.py VS ta4j
- backtesting.py VS lumibot
- backtesting.py VS StockSharp
- backtesting.py VS zipline