forked from qtrade-exchange/liquidity-bot-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
52 lines (49 loc) · 1.11 KB
/
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
orderbook_manager:
markets:
# configs are always "market_base" format
ETH_BTC:
BTC: .499
ETH: .499
DOGE_BTC:
BTC: .499
DOGE: .99
ETH_USDT:
ETH: .499
USDT: .99
intervals:
buy_limit:
0.10: 0.25
0.15: 0.35
0.20: 0.4
sell_limit:
0.10: 0.25
0.15: 0.35
0.20: 0.4
default:
intervals:
buy_limit:
0.03: 0.25
0.05: 0.35
0.09: 0.4
sell_limit:
0.03: 0.25
0.05: 0.35
0.09: 0.4
currency_reserves:
BTC: 0.00015000
ETH: 0.00000150
DOGE: 0.01
USDT: 1.00
monitor_period: 60
reserve_thresh_usd: 100.00
price_tolerance: .01
amount_tolerance: .05
dry_run_mode: False
cost_basis_btc: 0.69933965 #0.25286578 #0.16142410 #0.08865473 #0.03112887 #0.01529097
market_data_collector:
update_period: 60
scrapers:
qtrade:
markets: {'ETH_BTC':'ETH_BTC', 'DOGE_BTC':'DOGE_BTC', 'ETH_USDT':'ETH_USDT'}
bittrex:
markets: {'ETH-BTC':'ETH_BTC', 'DOGE-BTC':'DOGE_BTC', 'ETH-USDT':'ETH_USDT'}