From 23af196321bd0e0273e5a841919d43fddb78a23d Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 23 Nov 2023 10:30:42 +0100 Subject: [PATCH] more pure bash to speed up things --- 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 32552b7..2f1f127 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -122,6 +122,7 @@ function check_buy_conditions_strategy { #if [ -s "${f_strategy}" ] #then + echo "${f_strategy}" #time . "${f_strategy}" || return 1 #else # g_echo_note "${f_echo_prefix}Strategy file not found"