Skip to content

Commit fea234a

Browse files
committed
Merge branch 'main' of github.com:iterativv/NostalgiaForInfinity
2 parents 425abf8 + 273888e commit fea234a

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed
Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
{
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+
]
2927
}

0 commit comments

Comments
 (0)