From a0a14a107820df972d1e02b42267093f58748f1e Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Fri, 14 Feb 2020 01:08:17 +0300 Subject: [PATCH] freqtrade/templates/subtemplates/exchange_bittrex.j2 --- freqtrade/templates/subtemplates/exchange_bittrex.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/freqtrade/templates/subtemplates/exchange_bittrex.j2 b/freqtrade/templates/subtemplates/exchange_bittrex.j2 index 7a7e8e291..7b27318ca 100644 --- a/freqtrade/templates/subtemplates/exchange_bittrex.j2 +++ b/freqtrade/templates/subtemplates/exchange_bittrex.j2 @@ -1,3 +1,10 @@ +"order_types": { + "buy": "limit", + "sell": "limit", + "emergencysell": "limit", + "stoploss": "limit", + "stoploss_on_exchange": false +}, "exchange": { "name": "{{ exchange_name | lower }}", "key": "{{ exchange_key }}",