To run the ccxt examples from any folder type one of the following commands in console.
node path/to/example.js # substitute for actual filename here
python path/to/example.py # substitute for actual filename here
php -f path/to/example.php # substitute for actual filename here
The GDAX Trading Toolkit (GTT) – a trading toolkit developed by the GDAX team that integrates the CCXT library!
Enigma Catalyst – The major effort towards decentralized exchanges integrates ccxt!
Projects based on ccxt – A list of hundreds of ccxt-based projects by developers from all over the world!
Looking for arbitrage opportunies with ccxt – An article @steemit on getting started with ccxt.
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.
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.
Which Bitcoin crypto currency bot project? Gekko vs ccxt vs Tribeca vs Blackbird – A video comparison of opensource cryptocurrency trading platforms.
LOC-Extension – a LibreOffice extension which embeds ccxt to provide cryptocurrency price lookup in your spreadsheets.
CryptoMon Bot - helps tracking of your cryptocurrency investments and making smart, informed buy/sell decisions.
ZenBot - a command-line cryptocurrency trading bot using Node.js and MongoDB.
bitcoin-chart-cli by madnight – a command-line console util that draws Bitcoin, Ether, Litecoin and many altcoin charts right in the terminal!
It uses the asciichart JavaScript module by kroitor for nice-looking lightweight ASCII line charting )) Both packages are available in npm!
Special thx to MitchTalmadge for porting this package to Java language! Java-people, check it out here: ASCIIGraph.