From 0da3b1f7650d6006d0d326367c8395618b4434c2 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 22 Nov 2023 18:10:24 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/analyze.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 103f004..9f4a328 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -100,7 +100,7 @@ function analyze { # check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} # else #echo "SELL Checks" - check_sell_conditions ${g_tmp}/${tmpfile} + time check_sell_conditions ${g_tmp}/${tmpfile} # fi # fi # if ! [ -f "${g_tmp}/open-${tmpfile}" ] @@ -110,7 +110,7 @@ function analyze { # then # check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} # else - check_buy_conditions ${g_tmp}/${tmpfile} + time check_buy_conditions ${g_tmp}/${tmpfile} # fi fi ## Chart Part