-
Notifications
You must be signed in to change notification settings - Fork 0
/
configrename.json
79 lines (74 loc) · 1.66 KB
/
configrename.json
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
71
72
73
74
75
76
77
78
79
{
"max_open_trades": 2,
"stake_currency": "BTC",
"stake_amount": 0.001,
"amend_last_stake_amount": true,
"tradable_balance_ratio": 1.00,
"fiat_display_currency": "USD",
"timeframe": "1m",
"dry_run": false,
"unfilledtimeout": {
"buy": 10,
"sell": 15
},
"bid_strategy": {
"use_order_book": false,
"ask_last_balance": 0.0,
"order_book_top": 1,
"check_depth_of_market": {
"enabled": false,
"bids_to_ask_delta": 1
}
},
"order_types": {
"buy": "limit",
"sell": "limit",
"stoploss": "market",
"stoploss_on_exchange": false,
"stoploss_on_exhange_interval": 60
},
"exchange": {
"name": "binance",
"key": "",
"secret": "",
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": true,
"rateLimit": 200
},
"pair_blacklist": [
"BNB/BTC",
"SC/BTC",
"XVG/BTC",
"FUN/BTC",
"RSR/BTC",
"DGB/BTC",
"VET/BTC",
"CHZ/BTC",
"DOGE/BTC",
"WBTC/BTC",
"TRX/BTC"
]
},
"pairlists": [
{
"method": "VolumePairList",
"number_assets": 40,
"sort_key": "quoteVolume",
"refresh_period": 1000
},
{"method": "SpreadFilter", "max_spread_ratio": 0.005},
{"method": "ShuffleFilter", "seed": 42}
],
"telegram": {
"enabled": true,
"token": "",
"chat_id": ""
},
"initial_state": "running",
"forcebuy_enable": true,
"internals": {
"process_throttle_secs": 5
},
"download_trades": true
}