From 37cde77e1899d7b7d493a3a186846de00032ccff Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Dec 2018 07:01:57 +0100 Subject: [PATCH] Fix typo --- docs/bot-optimization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bot-optimization.md b/docs/bot-optimization.md index 844dd8581..a3ab18d30 100644 --- a/docs/bot-optimization.md +++ b/docs/bot-optimization.md @@ -224,7 +224,7 @@ stoploss = -0.10 ``` This would signify a stoploss of -10%. -If your exchange supports it, it's recommendet 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 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).