Updated README.md.

This commit is contained in:
Adrian Gallagher
2015-03-20 17:48:22 +11:00
parent 9c03284d80
commit 9829fdff03

View File

@@ -1,4 +1,34 @@
gocryptotrader
==============
A cryptocurrency trading bot supporting multiple exchanges written in Golang.
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.