move pairlist filters out of config[]

This commit is contained in:
Matthias
2019-11-19 06:34:54 +01:00
parent 66a273b31b
commit c22b00b303
7 changed files with 30 additions and 41 deletions

View File

@@ -61,10 +61,7 @@
}
},
{"method": "PrecisionFilter"},
{"method": "LowPriceFilter",
"config": {
"low_price_percent": 0.01
}
{"method": "LowPriceFilter", "low_price_ratio": 0.01
}
],
"exchange": {