-
Notifications
You must be signed in to change notification settings - Fork 61
/
config_dynamic.json
28 lines (28 loc) · 1009 Bytes
/
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
{
"pairlists": [
{
"method": "VolumePairList",
"number_assets": 90,
"sort_key": "quoteVolume",
},
{"method": "AgeFilter", "min_days_listed": 14},
{"method": "SpreadFilter", "max_spread_ratio": 0.006},
{
"method": "RangeStabilityFilter",
"lookback_days": 3,
"min_rate_of_change": 0.05,
"max_rate_of_change": 0.99,
"refresh_period": 1800
},
{
"method": "VolatilityFilter",
"lookback_days": 3,
"min_volatility": 0.02,
"max_volatility": 0.62,
"refresh_period": 1800
},
{
"method": "ShuffleFilter",
}
],
}