From 5f5f75e147360a57dffe911c3a4bdb0de39680e1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 20 Jan 2021 13:57:53 +0100 Subject: [PATCH] Improve wording in protections documentation --- docs/includes/protections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/includes/protections.md b/docs/includes/protections.md index 3ae456c42..de34383ac 100644 --- a/docs/includes/protections.md +++ b/docs/includes/protections.md @@ -65,7 +65,7 @@ The below example stops trading for all pairs for 4 candles after the last trade `MaxDrawdown` uses all trades within `lookback_period` in minutes (or in candles when using `lookback_period_candles`) to determine the maximum drawdown. If the drawdown is below `max_allowed_drawdown`, trading will stop for `stop_duration` in minutes (or in candles when using `stop_duration_candles`) after the last trade - assuming that the bot needs some time to let markets recover. -The below sample stops trading for 12 candles if max-drawdown is > 20% considering all trades - with a minimum of `trade_limit` trades - within the last 48 candles. If desired, `lookback_period` and/or `stop_duration` can be used. +The below sample stops trading for 12 candles if max-drawdown is > 20% considering all pairs - with a minimum of `trade_limit` trades - within the last 48 candles. If desired, `lookback_period` and/or `stop_duration` can be used. ```json "protections": [