mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 23:16:49 +00:00
35 lines
949 B
Markdown
35 lines
949 B
Markdown
A cryptocurrency trading bot supporting multiple exchanges written in Golang.
|
|
|
|
**Please note that this bot is under development and is not ready for production!**
|
|
|
|
## Exchange support
|
|
+ Bitfinex.
|
|
+ Bitstamp.
|
|
+ BTCChina.
|
|
+ BTCE.
|
|
+ BTCMarkets.
|
|
+ Coinbase (Only unauthenticated polling).
|
|
+ Cryptsy.
|
|
+ Huobi.
|
|
+ Itbit.
|
|
+ Kraken.
|
|
+ LakeBTC.
|
|
+ OKCoin International and OKCoin China.
|
|
|
|
## Current features
|
|
+ Support for BTC/LTC primarily, will be expanded to the available exchanges cryptocurrencies.
|
|
+ Complete API set for all exchanges.
|
|
+ Ability to turn off/on certain exchanges.
|
|
+ Ability to adjust manual polling for exchanges.
|
|
+ SMS notification support via SMS Gateway.
|
|
+ Basic event trigger system.
|
|
|
|
## Planned features
|
|
+ WebGUI.
|
|
+ Websocket/Pusher/FIX support.
|
|
+ Expanding event trigger system.
|
|
+ TALib.
|
|
+ Trade history summary generation for tax purposes.
|
|
|
|
Please feel free to submit any pull requests or suggest any desired features to be added.
|