Remove some occurances of percentage

This commit is contained in:
Matthias
2020-06-01 20:02:12 +02:00
parent 3139343946
commit 67a3c32373
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Stop Loss
The `stoploss` configuration parameter is loss in percentage that should trigger a sale.
The `stoploss` configuration parameter is loss as ratio that should trigger a sale.
For example, value `-0.10` will cause immediate sell if the profit dips below -10% for a given trade. This parameter is optional.
Most of the strategy files already include the optimal `stoploss` value.