From a44425fdba5e44994f4e6324d0234ab705b54c22 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 26 May 2023 15:42:39 +0200 Subject: [PATCH] sell defaults --- dabo/functions/check_sell_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 940f39b..7f1d08f 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -120,7 +120,7 @@ function check_sell_conditions_strategy { local SELL_RSI720_SIGNAL_FROM="101" # never occur rsi defaults to suppress error messages if no values from strategy given - local SELL_MACD_RELATION_FROM="101" + local SELL_MACD_RELATION_FROM="-101" # default local SELL_HOLD_IF_RESULT_NEGATIVE="0"