added chart
This commit is contained in:
parent
795ae0b787
commit
b2ef8fb521
@ -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 ',,')
|
||||||
|
Loading…
Reference in New Issue
Block a user