mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
Updated README.md.
This commit is contained in:
36
README.md
36
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.
|
||||
|
||||
Reference in New Issue
Block a user