From 91c714c7d17907afc9404075eb78ef87d634d984 Mon Sep 17 00:00:00 2001 From: misagh Date: Wed, 16 Jan 2019 18:58:12 +0100 Subject: [PATCH] stoploss_on_exchange_interval added to full config --- config_full.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index 0427f8700..234722f82 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -37,7 +37,8 @@ "buy": "limit", "sell": "limit", "stoploss": "market", - "stoploss_on_exchange": "false" + "stoploss_on_exchange": "false", + "stoploss_on_exchange_interval": 60 }, "order_time_in_force": { "buy": "gtc",