-
Notifications
You must be signed in to change notification settings - Fork 46
/
pairlists.json
49 lines (49 loc) · 1.09 KB
/
pairlists.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
{
"max_open_trades": 1,
"stake_currency": "USDT",
"stake_amount": "unlimited",
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"timeframe": "5m",
"dry_run": false,
"dry_run_wallet": 1000,
"cancel_open_orders_on_exit": false,
"unfilledtimeout": {
"buy": 15,
"sell": 15,
"unit": "minutes"
},
"bid_strategy": {
"price_side": "ask",
"ask_last_balance": 0.0,
"use_order_book": false,
"order_book_top": 1,
"check_depth_of_market": {
"enabled": false,
"bids_to_ask_delta": 1
}
},
"ask_strategy": {
"price_side": "bid",
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 1
},
"exchange": {
"name": "binance",
"key": "",
"secret": "",
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": true,
"rateLimit": 200
},
"pair_whitelist":[
]
},
"pairlists": [
{"method": "StaticPairList"}
],
"dataformat_ohlcv": "jsongz",
"dataformat_trades": "jsongz"
}