From 4fbb9d4462d353414a99087cbe54562466fd0c7e Mon Sep 17 00:00:00 2001 From: misagh Date: Tue, 8 Jan 2019 12:39:53 +0100 Subject: [PATCH] adding stoploss_on_exchange_interval to order_types dict. default to 1 minute (60) --- freqtrade/strategy/interface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freqtrade/strategy/interface.py b/freqtrade/strategy/interface.py index 694430fd6..acf627c8a 100644 --- a/freqtrade/strategy/interface.py +++ b/freqtrade/strategy/interface.py @@ -75,7 +75,8 @@ class IStrategy(ABC): 'buy': 'limit', 'sell': 'limit', 'stoploss': 'limit', - 'stoploss_on_exchange': False + 'stoploss_on_exchange': False, + 'stoploss_on_exchange_interval': 60, } # Optional time in force