Add few sentences on docs
- Add warning that PrecisionFilter can't be used on backtest that use multiple strategies - Add note that not all pairlist handlers can be used on backtest
This commit is contained in:
@@ -220,6 +220,9 @@ As this Filter uses past performance of the bot, it'll have some startup-period
|
||||
|
||||
Filters low-value coins which would not allow setting stoplosses.
|
||||
|
||||
!!! Warning "Backtesting"
|
||||
`PrecisionFilter` does not support backtesting mode using multiple strategies.
|
||||
|
||||
#### PriceFilter
|
||||
|
||||
The `PriceFilter` allows filtering of pairs by price. Currently the following price filters are supported:
|
||||
|
Reference in New Issue
Block a user