From 213155e6d394e64fe488e57eb9706c0879b1d3c0 Mon Sep 17 00:00:00 2001 From: misagh Date: Sun, 16 Dec 2018 22:09:46 +0100 Subject: [PATCH] typo --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 9b2860988..bd36688a8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -172,7 +172,7 @@ It means if the order is not executed immediately AND fully then it is canceled It is the same as FOK (above) except it can be partially fulfilled. The remaining part is automatically cancelled by the exchange.
`order_time_in_force` contains a dict buy and sell time in force policy. This can be set in the configuration or in the strategy. Configuration overwrites strategy configurations.
-possible values are: `gtc` (defaul), `fok` or `ioc`.
+possible values are: `gtc` (default), `fok` or `ioc`.
``` python "order_time_in_force": { "buy": "gtc",