Update docs/stoploss.md

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
Fredrik81 2020-08-16 13:17:11 +02:00 committed by GitHub
parent 5091767276
commit 81a75c97cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ For example, simplified math:
* the stop loss would get triggered once the asset drops below 90$
* stoploss will remain at 90$ unless asset increases to or above our configured offset
* assuming the asset now increases to 103$ (where we have the offset configured)
* the stop loss will now be -2% of 103$ = 100,94$
* now the asset drops in value to 101$, the stop loss will still be 100,94$ and would trigger at 100,94$
* the stop loss will now be -2% of 103$ = 100.94$
* now the asset drops in value to 101$, the stop loss will still be 100.94$ and would trigger at 100.94$
!!! Tip
Make sure to have this value (`trailing_stop_positive_offset`) lower than minimal ROI, otherwise minimal ROI will apply first and sell the trade.