Add documentation for ROI-1 case

This commit is contained in:
Matthias
2019-12-07 15:26:10 +01:00
parent 3163cbdf8a
commit 189835b963
2 changed files with 7 additions and 1 deletions

View File

@@ -169,6 +169,9 @@ This parameter can be set in either Strategy or Configuration file. If you use i
`minimal_roi` value from the strategy file.
If it is not set in either Strategy or Configuration, a default of 1000% `{"0": 10}` is used, and minimal roi is disabled unless your trade generates 1000% profit.
!!! Note "Special case to forcesell after a specific time"
A special case presents using `"<N>": -1` as ROI. This forces the bot to sell a trade after N Minutes, no matter if it's positive or negative, so represents a time-limited force-sell.
### Understand stoploss
Go to the [stoploss documentation](stoploss.md) for more details.