-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathconfig_rl.json
84 lines (84 loc) · 2.08 KB
/
config_rl.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
80
81
82
83
84
{
"gym_parameters": {
"indicator_strategy": "IndicatorforRL",
"fee": 0.0015,
"timerange": "20201120-20201130",
"simulate_length": 200
},
"max_open_trades": 3,
"stake_currency": "USDT",
"stake_amount": 50,
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "TWD",
"ticker_interval": "15m",
"dry_run": true,
"dry_run_wallet": 400,
"unfilledtimeout": {
"buy": 10,
"sell": 30
},
"fee": 0.0015,
"bid_strategy": {
"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": {
"use_order_book": false,
"order_book_min": 1,
"order_book_max": 9,
"use_sell_signal": true,
"sell_profit_only": false,
"ignore_roi_if_buy_signal": false
},
"exchange": {
"name": "binance",
"key": "",
"secret": "",
"ccxt_config": {"enableRateLimit": true},
"ccxt_async_config": {
"enableRateLimit": true
},
"pair_whitelist": [
"BTC/USDT"
],
"pair_blacklist": [
"BNB/USDT",
"BSDC/USDT",
"USDC/USDT",
"TUSD/USDT",
"PAX/USDT"
]
},
"pairlists": [
{"method": "StaticPairList"}
],
"edge": {
"enabled": false,
"process_throttle_secs": 3600,
"calculate_since_number_of_days": 7,
"allowed_risk": 0.01,
"stoploss_range_min": -0.01,
"stoploss_range_max": -0.1,
"stoploss_range_step": -0.01,
"minimum_winrate": 0.60,
"minimum_expectancy": 0.20,
"min_trade_number": 10,
"max_trade_duration_minute": 1440,
"remove_pumps": false
},
"telegram": {
"enabled": false,
"token": "",
"chat_id": ""
},
"initial_state": "running",
"forcebuy_enable": false,
"internals": {
"process_throttle_secs": 5
}
}