5
5
[ ![ GitHub release] ( https://img.shields.io/github/release/saniales/golang-crypto-trading-bot.svg )] ( https://github.com/saniales/golang-crypto-trading-bot/releases )
6
6
[ ![ license] ( https://img.shields.io/github/license/saniales/golang-crypto-trading-bot.svg?maxAge=2592000 )] ( https://github.com/saniales/golang-crypto-trading-bot/LICENSE )
7
7
8
-
9
- A golang implementation of a console-based trading bot for cryptocurrency exchanges.
8
+ A golang implementation of a console-based trading bot for cryptocurrency exchanges.
10
9
11
10
## Usage
12
11
13
12
Download a release or directly build the code from this repository.
13
+
14
14
``` bash
15
- $ go get github.com/saniales/golang-crypto-trading-bot
15
+ go get github.com/saniales/golang-crypto-trading-bot
16
16
```
17
17
18
18
If you need to, you can create a strategy and bind it to the bot:
19
+
19
20
``` go
20
21
import bot " github.com/saniales/golang-crypto-trading-bot/cmd"
21
22
@@ -37,13 +38,16 @@ A Fake balance for each coin must be specified for each exchange if simulation m
37
38
38
39
| Exchange Name | REST Supported | Websocket Support |
39
40
| ------------- | ------------------ | ----------------- |
40
- | Bittrex | Yes | No |
41
- | Poloniex | Yes | Yes |
42
- | Kraken | Yes (no withdraw) | No |
43
- | Bitfinex | Yes | Yes |
44
- | Binance | Yes | Yes |
41
+ | Bittrex | Yes | No |
42
+ | Poloniex | Yes | Yes |
43
+ | Kraken | Yes (no withdraw) | No |
44
+ | Bitfinex | Yes | Yes |
45
+ | Binance | Yes | Yes |
46
+ | Kucoin | Yes | No |
47
+ | HitBtc | Yes | Yes |
48
+
49
+ ## Configuration file template
45
50
46
- # Configuration file template
47
51
Create a configuration file from this example or run the ` init ` command of the compiled executable.
48
52
49
53
``` yaml
@@ -96,13 +100,14 @@ strategies:
96
100
market_name : ETCBTC
97
101
` ` `
98
102
99
- # Donate
103
+ ## Donate
104
+
100
105
Feel free to donate:
101
106
102
- | METHOD | ADDRESS |
103
- |-------- |-------------------------------------------- |
104
- | Paypal | https://paypal.me/AlessandroSanino |
105
- | BTC | 1DVgmv6jkUiGrnuEv1swdGRyhQsZjX9MT3 |
106
- | XVG | DFstPiWFXjX8UCyUCxfeVpk6JkgaLBSNvS |
107
- | ETH | 0x2fe7bd8a41e91e9284aada0055dbb15ecececf02 |
108
- | USDT | 18obCEVmbT6MHXDcPoFwnUuCmkttLbK5Xo |
107
+ | METHOD | ADDRESS |
108
+ |-------- |-------------------------------------------- |
109
+ | Paypal | https://paypal.me/AlessandroSanino |
110
+ | BTC | 1DVgmv6jkUiGrnuEv1swdGRyhQsZjX9MT3 |
111
+ | XVG | DFstPiWFXjX8UCyUCxfeVpk6JkgaLBSNvS |
112
+ | ETH | 0x2fe7bd8a41e91e9284aada0055dbb15ecececf02 |
113
+ | USDT | 18obCEVmbT6MHXDcPoFwnUuCmkttLbK5Xo |
0 commit comments