mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-11 02:11:15 +00:00
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