forked from jilv220/BB_RPB_TSL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_dynamic.json
34 lines (34 loc) · 1.24 KB
/
config_dynamic.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
"pairlists": [
{
"method": "VolumePairList",
"number_assets": 120,
"sort_key": "quoteVolume",
"refresh_period": 1800,
},
{"method": "AgeFilter", "min_days_listed": 14},
{"method": "SpreadFilter", "max_spread_ratio": 0.006},
{
"method": "PriceFilter",
"min_price": 0.001
},
{
"method": "RangeStabilityFilter",
"lookback_days": 3,
"min_rate_of_change": 0.05,
"refresh_period": 1800
},
{
"method": "VolatilityFilter",
"lookback_days": 3,
"min_volatility": 0.02,
"max_volatility": 0.42,
"refresh_period": 1800
},
{"method": "ShuffleFilter"},
{
"method": "VolumePairList",
"number_assets": 80,
"sort_key": "quoteVolume",
"refresh_period": 1800,
}
],