Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CCXT Cryptocurrency Trading Library Examples

preview


To run the ccxt examples from any folder type one of the following commands in console.

JavaScript

JavaScript Examples

node path/to/example.js # substitute for actual filename here

bitcoin ascii chart

Python

Python Examples

basic-chart

python path/to/example.py # substitute for actual filename here

PHP

PHP Examples

php -f path/to/example.php # substitute for actual filename here

See Also

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!

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.

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.

ccxtを使って裁定取引botを作ってみたらなぜか虚しくなった件 – An article in Japanese explaining the basics of programming an arbitrage bot with CCXT.

Лучшая криптотрейдинг библиотека? – An article in Russian on setting up CCXT to connect and trade with crypto exchanges.

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!

bitcoin-chart-cli

It uses the asciichart JavaScript module by kroitor for nice-looking lightweight ASCII line charting )) Both packages are available in npm!

asciichart

Special thx to MitchTalmadge for porting this package to Java language! Java-people, check it out here: ASCIIGraph.