Nitpicking documentation:

- Clarify order_types.stoploss_on_exchange
- Detail available_capital ammendments
- Clarify BNB fee reduction when BNB runs out on Binance
- Explain PrecisionFilter
This commit is contained in:
Georgi D. Karapetrov
2024-03-11 13:41:54 +02:00
parent cab38fb8c3
commit a4541fda2f
3 changed files with 9 additions and 3 deletions

View File

@@ -369,6 +369,8 @@ 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.
Namely, pairs are blacklisted if the stop price would be the same as 99% of the stop price due to precision rounding on the exchange.
!!! Warning "Backtesting"
`PrecisionFilter` does not support backtesting mode using multiple strategies.