Update docs/stoploss.md

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

View File

@ -63,7 +63,7 @@ Example of stop loss:
For example, simplified math:
* the bot buys an asset at a price of 100$
* the stop loss is defined at -10%
* the stop loss would get triggered once the asset dropps below 90$
* the stop loss would get triggered once the asset drops below 90$
### Trailing Stop Loss