Merge pull request #1868 from freqtrade/stoploss_restart

Stoploss restart
This commit is contained in:
Misagh
2019-06-12 10:29:17 +02:00
committed by GitHub
9 changed files with 142 additions and 18 deletions

View File

@@ -218,9 +218,12 @@ stoploss = -0.10
```
This would signify a stoploss of -10%.
For the full documentation on stoploss features, look at the dedicated [stoploss page](stoploss.md).
If your exchange supports it, it's recommended to also set `"stoploss_on_exchange"` in the order dict, so your stoploss is on the exchange and cannot be missed for network-problems (or other problems).
For more information on order_types please look [here](https://github.com/freqtrade/freqtrade/blob/develop/docs/configuration.md#understand-order_types).
For more information on order_types please look [here](configuration.md#understand-order_types).
### Ticker interval