added chart

This commit is contained in:
olli 2023-10-28 16:47:51 +02:00
parent 795ae0b787
commit b2ef8fb521

View File

@ -48,7 +48,7 @@ function analyze {
IFS=$'\n' IFS=$'\n'
# Chart Part # Chart Part
head -n1 ${file} >analyze-${analyzedate}/chart-${tmpfile} echo "$(head -n1 ${file}),Market Perrormance,Buy Score,Sell Score" >analyze-${analyzedate}/chart-${tmpfile}
# Chart Part End # Chart Part End
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,') for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,')