added chart

This commit is contained in:
olli 2023-10-28 17:19:25 +02:00
parent f8cabd721e
commit f21628cc0e

View File

@ -83,6 +83,7 @@ function analyze {
fi fi
# Chart Part # Chart Part
local f_score=${f_buy_score} local f_score=${f_buy_score}
[ -z "${f_buy_score}" ] && f_buy_score=0
if [ -z "${f_sell_score}" ] if [ -z "${f_sell_score}" ]
then then
f_sell_score=0 f_sell_score=0