Added min_price, max_price to PriceFilter

This commit is contained in:
gambcl
2020-07-08 22:02:04 +01:00
parent 091285ba43
commit 14eab9be04
4 changed files with 67 additions and 16 deletions

View File

@@ -66,7 +66,7 @@
},
{"method": "AgeFilter", "min_days_listed": 10},
{"method": "PrecisionFilter"},
{"method": "PriceFilter", "low_price_ratio": 0.01},
{"method": "PriceFilter", "low_price_ratio": 0.01, "min_price": 0.00000010},
{"method": "SpreadFilter", "max_spread_ratio": 0.005}
],
"exchange": {