From 7bf28241aee4444023107d74071ee12904efb6ed Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 27 Oct 2023 13:52:28 +0200 Subject: [PATCH] fix --- dabo/functions/check_sell_conditions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 7f7efda..c023195 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -131,6 +131,8 @@ function check_sell_conditions_strategy { # default local SELL_HOLD_IF_RESULT_NEGATIVE="0" + f_do_sell="" + # run strategy if [ -s "${f_strategy}" ] then