From 0384da5c9b422b83da323c05c925fb5d672c16c2 Mon Sep 17 00:00:00 2001 From: smarmau <42020297+smarmau@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:13:01 +1000 Subject: [PATCH] Update protections.md --- 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 a7f6d4d91..736148cc4 100644 --- a/docs/includes/protections.md +++ b/docs/includes/protections.md @@ -25,7 +25,7 @@ All protection end times are rounded up to the next candle to avoid sudden, unex * [`MaxDrawdown`](#maxdrawdown) Stop trading if max-drawdown is reached. * [`LowProfitPairs`](#low-profit-pairs) Lock pairs with low profits * [`CooldownPeriod`](#cooldown-period) Don't enter a trade right after selling a trade. -* [`ProfitLimit`](#profitlimit) Stop trading once a set profit limit is reached +* [`ProfitLimit`](#profit-limit) Stop trading once a set profit limit is reached ### Common settings to all Protections