From a2592ed30d859558e4960ddf57b89246de76cee8 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 26 May 2021 17:19:17 +0700 Subject: [PATCH] Update config_full.json.example --- config_full.json.example | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config_full.json.example b/config_full.json.example index 86f36ed65..6aeb756f3 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -166,14 +166,14 @@ "buy": "on", "buy_fill": "on", "sell": { - "roi": "off", - "emergency_sell": "off", - "force_sell": "off", - "sell_signal": "off", - "trailing_stop_loss": "off", - "stop_loss": "off", - "stoploss_on_exchange": "off", - "custom_sell": "off" + "roi": "off", + "emergency_sell": "off", + "force_sell": "off", + "sell_signal": "off", + "trailing_stop_loss": "off", + "stop_loss": "off", + "stoploss_on_exchange": "off", + "custom_sell": "off" }, "sell_fill": "on", "buy_cancel": "on",