Improve documentation

This commit is contained in:
Matthias
2019-09-01 10:17:02 +02:00
parent 9d7ebc65e7
commit 514860ac3b
2 changed files with 16 additions and 13 deletions

View File

@@ -224,7 +224,7 @@ 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).
If your exchange supports it, it's recommended to also set `"stoploss_on_exchange"` in the order_types dictionary, so your stoploss is on the exchange and cannot be missed due to network-problems (or other problems).
For more information on order_types please look [here](configuration.md#understand-order_types).