forked from whittlem/pycryptobot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.sample
62 lines (62 loc) · 1.84 KB
/
config.json.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"binance": {
"api_url": "https://api.binance.com",
"api_key_file": "binance.key",
"config" : {
"base_currency" : "BTC",
"quote_currency" : "GBP",
"live" : 0,
"sellatloss" : 0,
"sellatresistance" : 0,
"trailingstoploss" : -1.5,
"trailingstoplosstrigger" : 5,
"nosellmaxpcnt" : 3,
"nosellminpcnt" : -3,
"disablebullonly" : 0,
"disablebuynearhigh" : 1,
"disablebuymacd" : 0,
"disablebuyobv" : 1,
"disablebuyelderray" : 0,
"disablefailsafefibonaccilow" : 1,
"disableprofitbankreversal" : 0,
"disabletracker" : 1,
"disabletelegram" : 1,
"autorestart" : 0,
"graphs" : 0,
"verbose" : 0,
"stats" : 0
}
},
"coinbasepro": {
"api_url": "https://api.pro.coinbase.com",
"api_key_file": "coinbasepro.key",
"config" : {
"base_currency" : "BTC",
"quote_currency" : "GBP",
"live" : 0,
"sellatloss" : 0,
"sellatresistance" : 0,
"trailingstoploss" : -1.5,
"trailingstoplosstrigger" : 5,
"nosellmaxpcnt" : 3,
"nosellminpcnt" : -3,
"disablebullonly" : 0,
"disablebuynearhigh" : 1,
"disablebuymacd" : 0,
"disablebuyobv" : 1,
"disablebuyelderray" : 0,
"disablefailsafefibonaccilow" : 1,
"disableprofitbankreversal" : 0,
"disabletracker" : 1,
"disabletelegram" : 1,
"autorestart" : 0,
"graphs" : 0,
"verbose" : 0,
"stats" : 0
}
},
"telegram": {
"token": "",
"client_id": ""
}
}