From 562f91025a84abec8653163fb715d2c62ab9ab66 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 22 Nov 2023 17:50:40 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/analyze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 94b48ed..df547ef 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -90,7 +90,7 @@ function analyze { f_market_performance=${f_market_performace_array[${f_time}]} [ -z "${f_market_performance}" ] && f_market_performance=${f_market_performance_before} f_market_performance_before=${f_market_performance} - echo "MARKET_PERF=$f_market_performance" + #echo "MARKET_PERF=$f_market_performance" #if [ -f "${g_tmp}/open-${tmpfile}" ] if [ -n "${f_open_trade}" ]