From 812bf27d1a85f7013b3ba98abd353c7c16020a19 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Fri, 16 Jul 2021 19:16:51 -0600 Subject: [PATCH] Removed use_short_signal --- config_examples/config_binance_margin.example.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config_examples/config_binance_margin.example.json b/config_examples/config_binance_margin.example.json index c11534b7c..b3e2b6531 100644 --- a/config_examples/config_binance_margin.example.json +++ b/config_examples/config_binance_margin.example.json @@ -12,7 +12,6 @@ "sell": 30 //TODO-mg: Update to exit }, "shorting_enabled": true, - "use_short_signal": true, "use_exit_short_signal": true, "ignore_roi_if_buy_signal": true, "ignore_roi_if_short_signal": true,