Update docs/stoploss.md
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
902d40a32a
commit
e30a38932f
@ -107,7 +107,7 @@ For example, simplified math:
|
|||||||
|
|
||||||
* the bot buys an asset at a price of 100$
|
* the bot buys an asset at a price of 100$
|
||||||
* the stop loss is defined at -10%
|
* 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$
|
||||||
* assuming the asset now increases to 102$
|
* assuming the asset now increases to 102$
|
||||||
* the stop loss will now be -2% of 102$ = 99,96$
|
* the stop loss will now be -2% of 102$ = 99,96$
|
||||||
* now the asset drops in value to 101$, the stop loss will still be 99,96$ and would trigger at 99,96$
|
* now the asset drops in value to 101$, the stop loss will still be 99,96$ and would trigger at 99,96$
|
||||||
|
Loading…
Reference in New Issue
Block a user