-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.config.yml
70 lines (58 loc) · 1.06 KB
/
sample.config.yml
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
63
64
65
66
67
68
69
70
---
general:
production: false
loglevel: debug
limit_threads_recv: 5
limit_threads_analysis: 5
# highly depends on the power of your CPU and RAM
limit_tickerdata: 500
redis:
host: redis
port: 6379
vars:
hb_tracker: 'heartbeat-tracker'
chans:
data_tracker: 'channel-data'
data_analyzer: 'channel-analyzer'
database:
host: db
port: 5432
influxdb:
host: grafinflux
port: 8086
db: cryptodb
usr: adm
pwd: adm
datatracker:
exchanges:
- bittrex
# - bitfinex
bittrex:
enabled: true
short: 'btrx'
tickers:
5m: 'fivemin'
30m: 'thirtymin'
1h: 'hour' # we have no 4h on bittrex o_O :(
1d: 'day'
stake_currency_enabled: true
stake_currency: 'BTC'
min_price_usd: 0.003
max_price_usd: 1
blacklist:
- XVG
# analysis:
# plugins:
# - 00_cci14
# - 01_strat1
# - 02_strat2
#
#bifinex:
# enabled: true
# short: 'btfi'
# stake_currency_enabled: true
# stake_currency: 'USD'
# min_price_usd: 0.003
# max_price_usd: 1
# blacklist:
# - NEO