Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ccxt | 27,671 | 122 | 6 | 5 hours ago | 13,116 | July 14, 2022 | 1,078 | mit | TypeScript | |
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges | ||||||||||
Freqtrade | 21,121 | 2 | 6 hours ago | 42 | July 03, 2022 | 62 | gpl-3.0 | Python | ||
Free, open source crypto trading bot | ||||||||||
Abu | 9,650 | a month ago | 2 | gpl-3.0 | Python | |||||
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构 | ||||||||||
Zenbot | 8,154 | a year ago | 294 | mit | HTML | |||||
Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB. | ||||||||||
Binance Trade Bot | 7,034 | 19 days ago | 121 | gpl-3.0 | Python | |||||
Automated cryptocurrency trading bot | ||||||||||
Jesse | 4,522 | 2 | 9 days ago | 185 | July 07, 2022 | 8 | mit | Python | ||
An advanced crypto trading bot written in Python | ||||||||||
Tribeca | 3,642 | a year ago | 117 | other | TypeScript | |||||
A high frequency, market making cryptocurrency trading platform in node.js | ||||||||||
Krypto Trading Bot | 2,851 | 7 months ago | 68 | other | C++ | |||||
Self-hosted crypto trading bot (automated high frequency market making) written in C++ | ||||||||||
Crypto Trading Bot | 2,688 | 2 months ago | 111 | mit | JavaScript | |||||
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition) | ||||||||||
Binance Trader | 1,877 | 2 years ago | 91 | Python | ||||||
💰 Cryptocurrency Trading Bot for Binance (Experimental) |
A trading bot built on node.js that uses IFTTT like rules described in strategy files to trade on bittrex. Extend this framework with your own trading strategies based on different technical indicators.
RULE compute market with moving averages
IF short moving average IS GREATER THAN mid moving average
AND mid moving average IS GREATER THAN long moving average
THEN market = BULL
IF long moving average IS GREATER THAN mid moving average
AND mid moving average IS GREATER THAN short moving average
THEN market = BEAR
ELSE market = VOLATILE
RULE fail safe
IF (current account value IS LESSER THAN yesterday's value BY some arbitrary percentage)
THEN sell all held security positions
AND halt further trading
RULE buy security
IF (market condition IS BULL)
THEN buy security FOR amount available to trade
RULE buy security cheaper
IF (market condition IS BULL AND
current bid price IS LESSER THAN last buy price BY certain percentage)
THEN buy more security FOR amount available to trade
RULE sell security
IF (moving averages have crossed over
AND market condition IS NOT BULL
AND current bid price IS GREATER THAN last buy price BY certain percentage)
THEN sell all held positions of security
RULE compartmentalise your account for trade
IF account balance = x
THEN compartmentalise account amount for trading and a reserve balance
The project requires
All code provided on this repository is for experimental and demonstration purposes only. I take no responsibility for any monetary loss from its use. Please use this project at your own risk.