From 9ef31b00ca041c5a6efc54757333fe47758c35c9 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 26 May 2021 17:05:09 +0700 Subject: [PATCH] Fix test fail --- config_full.json.example | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index 24d364fdf..86f36ed65 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -165,7 +165,16 @@ "startup": "on", "buy": "on", "buy_fill": "on", - "sell": "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" + }, "sell_fill": "on", "buy_cancel": "on", "sell_cancel": "on"