Update stoploss.md

This commit is contained in:
Matteo Manzi 2022-10-16 12:02:27 +02:00 committed by GitHub
parent b6c096d3bc
commit b7dce8d24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ At this stage the bot contains the following stoploss support modes:
2. Trailing stop loss. 2. Trailing stop loss.
3. Trailing stop loss, custom positive loss. 3. Trailing stop loss, custom positive loss.
4. Trailing stop loss only once the trade has reached a certain offset. 4. Trailing stop loss only once the trade has reached a certain offset.
5. [Custom stoploss function](strategy-advanced.md#custom-stoploss) 5. [Custom stoploss function](strategy-callbacks.md#custom-stoploss)
### Static Stop Loss ### Static Stop Loss