Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 3.14 KB

README.md

File metadata and controls

64 lines (35 loc) · 3.14 KB

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!

Looking for arbitrage opportunies with ccxt @ steemit

Enigma Catalyst

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.

co3k-crypto-currency-note – an Python example of using ccxt to fetch OHLCV candles from Kraken and charting them with matplotlib in a Jupyter Notebook, made by co3k.

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.