update README to document stoploss

This commit is contained in:
Janne Sinivirta 2017-09-07 17:38:28 +03:00
parent 75f891194e
commit a1d616f8c2
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ See the example below:
},
```
`stoploss` is loss in percentage 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.
The other values should be self-explanatory,
if not feel free to raise a github issue.