Update docs/stoploss.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
Fredrik81 2020-08-16 14:58:06 +02:00 committed by GitHub
parent f8efb87a67
commit bd308889fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ It is also possible to have a default stop loss, when you are in the red with yo
For example, your default stop loss is -10%, but once you have more than 0% profit (example 0.1%) a different trailing stoploss will be used. For example, your default stop loss is -10%, but once you have more than 0% profit (example 0.1%) a different trailing stoploss will be used.
!!! Note !!! Note
If you want the stoploss to only be changed when you break even of making a profit (what most users want) please refere to next section with [offset enabled](#Trailing-stop-loss-only-once-the-trade-has-reached-a-certain-offset). If you want the stoploss to only be changed when you break even of making a profit (what most users want) please refer to next section with [offset enabled](#Trailing-stop-loss-only-once-the-trade-has-reached-a-certain-offset).
Both values require `trailing_stop` to be set to true and `trailing_stop_positive` with a value. Both values require `trailing_stop` to be set to true and `trailing_stop_positive` with a value.