Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ccxt | 29,741 | 220 | 74 | 10 hours ago | 14,316 | December 03, 2023 | 1,071 | mit | Python | |
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges | ||||||||||
Freqtrade | 23,571 | 2 | 14 hours ago | 59 | November 30, 2023 | 46 | gpl-3.0 | Python | ||
Free, open source crypto trading bot | ||||||||||
Abu | 10,540 | a month ago | 2 | gpl-3.0 | Python | |||||
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构 | ||||||||||
Binance Trade Bot | 7,367 | 6 days ago | 134 | gpl-3.0 | Python | |||||
Automated cryptocurrency trading bot | ||||||||||
Jesse | 4,943 | 2 | 13 hours ago | 208 | December 03, 2023 | 4 | mit | Python | ||
An advanced crypto trading bot written in Python | ||||||||||
Tribeca | 3,642 | 2 years ago | 117 | other | TypeScript | |||||
A high frequency, market making cryptocurrency trading platform in node.js | ||||||||||
Krypto Trading Bot | 2,851 | a year ago | 68 | other | C++ | |||||
Self-hosted crypto trading bot (automated high frequency market making) written in C++ | ||||||||||
Crypto Trading Bot | 2,688 | 10 months ago | 111 | mit | JavaScript | |||||
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition) | ||||||||||
Binance Trader | 2,358 | 4 months ago | 93 | Python | ||||||
💰 Cryptocurrency Trading Bot for Binance (Experimental) | ||||||||||
Pytrader | 1,784 | 5 years ago | 95 | mit | Python | |||||
cryptocurrency trading robot |
A multi-asset, multi-strategy, event-driven trade execution and management platform for running many algorithms/bots at many venues simultaneously, with unified risk management and reporting.
This is not a standalone trading bot. You need to install and run this on a server or VPS using your own trading algorithms.
Using python 3.9
Trade any API-accessible market with unified multi-strategy portfolio management, autonomously or semi-autonomously.
Allocation-based risk management (allocate x% of capital to specific strategies with y% exposure per strategy).
Porfolio performance metrics and tracking. Tracks the following:
Feature library - assemble new strategies quickly from existing features.
Trade consent via Telegram (or write your own messaging client). Accept, veto or tweak trade setups before they are actioned.
Account multicasting - trade as many accounts on as many platforms as desired.
UI - web dashboard for portfolio stats and individual trade metrics
Integration with Backtrader
Blockchain-based strategy auditing - publish trade signals to IPFS and Ethereum/BSC to empirically prove win rate over time
Accounting and compliance reporting
1 minute resolution OHLCV bars for all watched instruments are stored with MongoDB.
This software works with 1 minute and above resolution strategies. Tick-resolution support planned later. With this in mind, the software converts tick data to 1 min bars where live tick data is available, but doesn't store ticks locally (i.e. it handles tick data but doesnt use it as is, yet).
Individual strategy implementations are not included. A simple moving average cross model is included as an example only. Custom strategy implementations, collaboration or any other enquiries please email me at [email protected].
Feature requests and discussion regarding new features are very welcome, please reach out.
TA-LIB - https://mrjbq7.github.io/ta-lib/
Backtrader - https://www.backtrader.com/
Based on architecture described by Michael Halls-Moore at QuantStart.com (qsTrader), and written works by E. Chan and M. Lopez de Prado. Thanks all.
GNU GPLv3