From 9829fdff0374390f46a01780b52378732cc0c70f Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Fri, 20 Mar 2015 17:48:22 +1100 Subject: [PATCH] Updated README.md. --- README.md | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a84cfcf2..0c59bf01 100644 --- a/README.md +++ b/README.md @@ -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.