Update protections.md

This commit is contained in:
smarmau 2022-09-29 21:13:01 +10:00 committed by GitHub
parent e2dcb93445
commit 0384da5c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [`MaxDrawdown`](#maxdrawdown) Stop trading if max-drawdown is reached.
* [`LowProfitPairs`](#low-profit-pairs) Lock pairs with low profits * [`LowProfitPairs`](#low-profit-pairs) Lock pairs with low profits
* [`CooldownPeriod`](#cooldown-period) Don't enter a trade right after selling a trade. * [`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 ### Common settings to all Protections