added chart

This commit is contained in:
olli 2023-10-28 15:36:55 +02:00
parent 9640c422cf
commit cab583fd0e

View File

@ -67,7 +67,7 @@ function analyze {
else else
check_sell_conditions ${g_tmp}/${tmpfile} check_sell_conditions ${g_tmp}/${tmpfile}
fi fi
f_buy_score="" f_buy_score="0"
fi fi
if ! [ -f "${g_tmp}/open-${tmpfile}" ] if ! [ -f "${g_tmp}/open-${tmpfile}" ]
then then
@ -77,7 +77,7 @@ function analyze {
else else
check_buy_conditions ${g_tmp}/${tmpfile} check_buy_conditions ${g_tmp}/${tmpfile}
fi fi
f_sell_score="" f_sell_score="0"
fi fi
# Chart Part # Chart Part
echo "$line,${f_market_performance},${f_buy_score},${f_sell_score}" >>analyze-${analyzedate}/chart-${tmpfile} echo "$line,${f_market_performance},${f_buy_score},${f_sell_score}" >>analyze-${analyzedate}/chart-${tmpfile}