move pairlist filters out of config[]
This commit is contained in:
@@ -61,10 +61,7 @@
|
||||
}
|
||||
},
|
||||
{"method": "PrecisionFilter"},
|
||||
{"method": "LowPriceFilter",
|
||||
"config": {
|
||||
"low_price_percent": 0.01
|
||||
}
|
||||
{"method": "LowPriceFilter", "low_price_ratio": 0.01
|
||||
}
|
||||
],
|
||||
"exchange": {
|
||||
|
Reference in New Issue
Block a user