From d8fe53a2ab3ce0d1eb6e27e0282d520ed09521da Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 7 Nov 2023 15:58:16 +0100 Subject: [PATCH] old checks --- dabo/functions/check_buy_conditions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index f0e08c7..5238ac0 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -125,7 +125,6 @@ function check_buy_conditions_strategy { echo " ${f_echo_prefix} Strategy buy signal: ${f_do_buy}" return 0 fi - return 1 if [ $(echo "${f_market_performance} > ${GOOD_MARKET_PERFORMANCE_INDEX}" | bc -l) -eq 0 ] then