From d7a8503a55ea91d995a13b9ef1623f0a91b5bf0a Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 1 Nov 2023 15:00:38 +0100 Subject: [PATCH] score --- dabo/functions/check_buy_conditions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index f5a1f60..b6c2b5d 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -126,6 +126,7 @@ function check_buy_conditions_strategy { return 0 fi + return 0 # Check market-performance if [ $(echo "${f_market_performance} > ${GOOD_MARKET_PERFORMANCE_INDEX}" | bc -l) -eq 0 ] then