awesome-ccxt

Trading bots

A curated collection of trading bot platforms and tools for cryptocurrency market analysis and automated trading.

A curated list of awesome CCXT assets, resources, and more.

GitHub

143 stars
12 watching
15 forks
last commit: about 1 year ago
Linked from 1 awesome list


Awesome CCXT / Trading bots

Supertrend crypto bot 377 almost 2 years ago Python, pandas. Has a good video tutorial
CryptoMon Bot Helps tracking of your cryptocurrency investments and making smart, informed buy/sell decisions
ZenBot 8,234 almost 3 years ago A command-line cryptocurrency trading bot using Node.js and MongoDB
Titan 166 over 2 years ago Based on python, flask, postgres
Python-crypto-Bot 12 about 4 years ago
Nash 13 about 6 years ago Arbitrage bot on meteorjs
cryptodaemon Bot watches which currencies are now in a significant decline but have the potential for growth
pine-bot-client 179 over 5 years ago
cryptobot 19 almost 2 years ago lowhighbot, poolbot, releasebot
ccxt-trader 9 about 6 years ago cryptocurrency arbitrage calculator on #python
KryptoBot 28 7 months ago
blockbid-ccxt-tutorials 384 almost 4 years ago
trader0
bakuchi 2 over 3 years ago arbitrage bot
Superalgos 4,238 3 days ago Trading bot platform, node.js, tensorflow

Awesome CCXT / Signals

Peregrine 1,203 over 3 years ago Arbitrage on python
ccxt-arbitrage 7 about 6 years ago
crypto-arbitrage-framework 583 about 5 years ago
Nash 13 about 6 years ago Arbitrage bot on meteorjs
ccxt-trade-mgr 8 over 5 years ago take profit vs. stop loss
EasyTrage 62 over 6 years ago crypto arbitrage bot in MERN
Automatic-Arbitrage-Crypto-exchange 17 about 5 years ago
Cryptocurrency-Multi-Exchange-Arbitrage-Strategy 45 about 5 years ago

Awesome CCXT / Trading toolkits

The Coinbase Pro trading toolkit (CPTT) 873 almost 5 years ago – a trading toolkit developed by the coinbase team that integrates with ccxt, bitfinex, bitmex, bittrex, coinbasePro, gemini, poloniex
bt-ccxt-store 427 5 months ago – Store with backtesting. #python
ZTOM 57 almost 2 years ago #python, #backtesting, #rest, orders manager, loggin, reporting, throttling control
TradingSystemDemo #Catalyst, #CryptoCompare, #backtesting, #alerts, #trading, #python
Visuccxt #python
DataSynchronizer 69 over 3 years ago
Trading-indicator 241 9 months ago fetch data with ccxt and generate indicators

Awesome CCXT / Trading terminals

Kupi-terminal 278 3 months ago Customized, extendable trading platform based on js, vue, react, express (rest api), mongo. Can: plot OHLCV, buy/sell, show balances, history balances, orders, trades, my orders, my trades
ccxt-trading-cp 24 over 6 years ago Trading terminal in console: plot OHLCV, find arbitrage signals, buy/sell, show balances
Auto-Trade-Crypto-Bot 125 11 months ago Crypto trading #bot in #python with #telegram
ccxt-exchange-template 4 over 5 years ago python

Awesome CCXT / Analytics platforms

CoinTop 25 about 6 years ago portfolio with secure access to keys
DACP 23 over 6 years ago portfolio
hodlwatch 122 almost 2 years ago portfolio
Live-Crypto-Dashboard-and-DB 8 almost 2 years ago python, sentiments

Awesome CCXT / API

sanic-ccxt 2 over 5 years ago Unified REST API on #python
ccxt-rest 464 almost 2 years ago Unified REST API on #javascript
ccxt-microservice 13 about 6 years ago Unified REST API on #python
mpakus/ccxt-server 18 over 6 years ago #javascript
imloama/ccxt-server 2 over 5 years ago #typescript
ccxt-private-ws 8 almost 2 years ago private websocket connections with CCXT compatible data layout

Awesome CCXT / AI

Taurus 51 over 5 years ago A cryptocurrency trading platform using deep reinforcement learning

Awesome CCXT / Utils

bitcoin-chart-cli 305 8 months ago by – a command-line console util that draws Bitcoin, Ether, Litecoin and many altcoin charts right in the terminal!
node-red-contrib-ccxt 7 over 2 years ago Node-red integration
freqcache 12 over 6 years ago A environment to control egress and ingress data from ccxt fronted trading bots for security and scalability
candlestick-convert 52 about 1 month ago [Object,Object] => [[],[]]
crypto-exporter 26 almost 3 years ago An exporter capable of connecting to multiple exchanges and getting account balances and exchange rates
ccxtreplay 4 about 5 years ago collect data from ccxt exchanges and replay it for backtesting

Awesome CCXT / Languages

CCXT 33,104 6 days ago Javascript, python, php, C#
kizzx2/ccxt-rs 37 about 1 year ago Rust
irbis-labs/ccxt-rs 12 almost 5 years ago Rust. Early version. See branch 'preview'
CCXT.NET 195 2 months ago C#
ccxtex 12 over 5 years ago Elixir/Erlang
ccxt.dart 4 over 5 years ago Dart
ccxt-go 77 almost 3 years ago Go

Awesome CCXT / Javascript examples

Examples from ccxt 33,104 6 days ago
Using ccxt and technicalindicators to calculate MACD for BTC/USDT with Node.js – A runkit sample showing how to fetch data and run statistical calculations

Awesome CCXT / Python examples

Examples from ccxt 33,104 6 days ago
ccxt_notes 4 over 6 years ago jupiter notebooks
51bitqunt 848 4 months ago video playlist

Awesome CCXT / PHP examples

Examples from ccxt 33,104 6 days ago

Awesome CCXT / Articles

Enigma Catalyst – The major effort towards decentralized exchanges integrates ccxt!
Playing with CCXT in Google Colab – An article on how useful Colab can be for quick prototyping and testing your trading ideas with CCXT
CC Power Analytics Part 1: How to get the data of the exchanges – The first part of a series of articles on cryptocurrency analytics
Looking for arbitrage opportunies with ccxt – An article @steemit on getting arbitrage started with ccxt for crypto-arbitrage
A n00bs Guide To Deep Cryptocurrency Trading – An article @ Medium on deep neural trading using ccxt for backend tasks
Let’s write a cryptocurrency bot – A multi-part advanced tutorial on a new cryptocurrency trading framework also integrating ccxt
Download Cryptocurrency Data with CCXT – A sample script to download historical data from exchanges with a video overview:
Experiments : Creating a Crypto Twitter Bot to Announce Newly Listed CryptoCoins – An article on how to integrate with CCXT and Twitter to get new currencies from exchanges automatically
How to make your own trading bot – A tutorial on algortrading in Python
Writing crypto trading bot in Python with Telegram and ccxt – A tutorial on programming a Telegram bot in Python with CCXT
Data science is eating the world — Here’s how you can start exploring it – An article on collecting and analyzing financial big data
Chasing fake volume: a crypto-plague – An article @ Medium on trading volumes analysis
CCXTが便利な理由!CCXTライブラリをインストールしよう – An article in Japanese on getting CCXT up and runining
Bitflyerや各取引所の個別APIをCCXTライブラリ経由で直接利用する方法 – How to use Bitflyer and individual API of each exchange directly via the CCXT library
CCXTライブラリでBitflyerに注文を出す方法をマスターする – Master placing orders on Bitflyer with the CCXT library
CCXTでBitflyerに出した注文を管理・キャンセルする方法 – How to manage and cancel orders placed on Bitflyer with CCXT
Bitflyerの未約定の全注文をCCXTで一括でキャンセルする方法 – How to cancel all uncommitted orders of Bitflyer in bulk with CCXT
Python3とCCXTライブラリを用いたBitMEX自動売買bot作成Tips – An article in Japanese on getting started with CCXT and a few bot tips
BitMEX 自動売買BOT開発 (API編) ① 開発環境の構築、APIライブラリの詳細、全APIマップ – An article on developing an automatic BitMEX trading bot
仮想通貨トレード Bot 制作に便利な CCXT ライブラリに関する知見まとめ (Python 随時更新) – A summary on Python version of CCXT API in Japanese
Python3とCCXTを使用して仮想通貨の自動売買プログラムを作る – Automatic cryptocurrency trading using Python 3 and CCXT
ccxtを使って裁定取引botを作ってみたらなぜか虚しくなった件 – An article in Japanese explaining the basics of programming an arbitrage bot with CCXT
Python 3 / BitMEX の BOT を作ろう CCXT + BOT サンプルコード 〈基礎編〉 – A sample of basic BitMEX bot with CCXT in Python 3
ccxtがbtcfxbot界隈でちょっと話題になっていたので使ってみた – Trying CCXT for a basic bot
python異步加協程獲取比特幣市場信息 – An article in Chinese on using CCXT with Python
Лучшая криптотрейдинг библиотека? – An article in Russian on setting up CCXT to connect and trade with crypto exchanges

Awesome CCXT / Videos

The Evolution of CCXT – An awesome Gource visualization video on YouTube! )
A Video Crash-Course On Using CCXT – A series of awesome video tutorials on getting started with CCXT!
Download Cryptocurrency Data with CCXT – A sample script to download historical data from exchanges with a video overview:
Python数字货币量化交易开发入门视频-利用CCXT获取bitmex交易所的行情数据 – An video in Chinese on how to get started with CCXT in Python and a tutorial on OHLCV + Pandas export to CSV
数字货币量化交易1 【群友 Shadow 自制】ccxt 的python版本安装及使用入门 – Trading Digital Currencies 1: Installing and using the Python version of ccxt (video in Chinese)
数字货币量化交易2 【群友 林军 自制】ccxt Unified API命令详解及node版本使用演示 – Trading Digital Currencies 2: Using unified CCXT API (video in Chinese)
数字货币量化交易3 ccxt Custom API命令详解及node版本使用演示 – Trading Digital Currencies 3: Details on using custom exchange-specific in ccxt (video in Chinese)
Algorithmic Trading - Aula 4 – A video introduction to algorithmic trading with CCXT from Curso Algo Trading in Portuguese language
Présentation de projet - Créer un Bot Telegram de A à Z (+CCXT) – La création d'un bot Telegram en Node.js, qui va rechercher des informations sur les différentes marketpalce de crypto-monnaies, et cela via la librairie CCXT
Which Bitcoin crypto currency bot project? Gekko vs ccxt vs Tribeca vs Blackbird – A video comparison of opensource cryptocurrency trading platforms

Awesome CCXT / Other

Projects based on ccxt 33,104 6 days ago – A list of hundreds of ccxt-based projects by developers from all over the world!
LOC-Extension 38 11 months ago – a LibreOffice extension which embeds ccxt to provide cryptocurrency price lookup in your spreadsheets
exchange-connector 0 about 6 years ago Exchange connector over ccxt and kafka
ccew 15 over 5 years ago has the same scheme as ccxt, but provide data by websocket

Backlinks from these awesome lists:

More related projects: