|
1 | 1 | { |
2 | | - "exchange": { |
3 | | - "pairlists": [ |
4 | | - { |
5 | | - "method": "VolumePairList", |
6 | | - "number_assets": 80, |
7 | | - "sort_key": "quoteVolume", |
8 | | - "refresh_period": 1800 |
9 | | - }, |
10 | | - {"method": "AgeFilter", "min_days_listed": 3}, |
11 | | - {"method": "SpreadFilter", "max_spread_ratio": 0.005}, |
12 | | - {"method": "PriceFilter", "min_price": 0.0001}, |
13 | | - { |
14 | | - "method": "RangeStabilityFilter", |
15 | | - "lookback_days": 3, |
16 | | - "min_rate_of_change": 0.1, |
17 | | - "refresh_period": 1440 |
18 | | - }, |
19 | | - { |
20 | | - "method": "VolatilityFilter", |
21 | | - "lookback_days": 4, |
22 | | - "min_volatility": 0.02, |
23 | | - "max_volatility": 0.75, |
24 | | - "refresh_period": 86400 |
25 | | - }, |
26 | | - {"method": "ShuffleFilter"} |
27 | | - ], |
28 | | - } |
| 2 | + "pairlists": [ |
| 3 | + { |
| 4 | + "method": "VolumePairList", |
| 5 | + "number_assets": 80, |
| 6 | + "sort_key": "quoteVolume", |
| 7 | + "refresh_period": 1800 |
| 8 | + }, |
| 9 | + {"method": "AgeFilter", "min_days_listed": 3}, |
| 10 | + {"method": "SpreadFilter", "max_spread_ratio": 0.005}, |
| 11 | + {"method": "PriceFilter", "min_price": 0.0001}, |
| 12 | + { |
| 13 | + "method": "RangeStabilityFilter", |
| 14 | + "lookback_days": 3, |
| 15 | + "min_rate_of_change": 0.1, |
| 16 | + "refresh_period": 1440 |
| 17 | + }, |
| 18 | + { |
| 19 | + "method": "VolatilityFilter", |
| 20 | + "lookback_days": 4, |
| 21 | + "min_volatility": 0.02, |
| 22 | + "max_volatility": 0.75, |
| 23 | + "refresh_period": 86400 |
| 24 | + }, |
| 25 | + {"method": "ShuffleFilter"} |
| 26 | + ] |
29 | 27 | } |
0 commit comments