Include stoploss_on_exchange in stoploss_guard

fix #4183
This commit is contained in:
Matthias
2021-01-11 07:55:01 +01:00
parent bc0550358f
commit f159c46438
2 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ The below example stops trading for all pairs for 4 candles after the last trade
```
!!! Note
`StoplossGuard` considers all trades with the results `"stop_loss"` and `"trailing_stop_loss"` if the resulting profit was negative.
`StoplossGuard` considers all trades with the results `"stop_loss"`, `"stoploss_on_exchange"` and `"trailing_stop_loss"` if the resulting profit was negative.
`trade_limit` and `lookback_period` will need to be tuned for your strategy.
#### MaxDrawdown