From f8cabd721e3dae46e0977ccb75295adfc4ac38b0 Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 28 Oct 2023 17:17:43 +0200 Subject: [PATCH] added chart --- dabo/analyze.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 27a6ce8..19c7cfe 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -53,6 +53,10 @@ function analyze { for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,') do + # Chart Part + f_sell_score="" + f_buy_score="" + # Chart Part End IFS="$ORIGIFS" current=$(echo $line | cut -d, -f2) time=$(echo $line | cut -d, -f1 | cut -d: -f1,2)