added chart
This commit is contained in:
parent
bb54ed855f
commit
f8cabd721e
@ -53,6 +53,10 @@ function analyze {
|
|||||||
|
|
||||||
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,')
|
for line in $(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,')
|
||||||
do
|
do
|
||||||
|
# Chart Part
|
||||||
|
f_sell_score=""
|
||||||
|
f_buy_score=""
|
||||||
|
# Chart Part End
|
||||||
IFS="$ORIGIFS"
|
IFS="$ORIGIFS"
|
||||||
current=$(echo $line | cut -d, -f2)
|
current=$(echo $line | cut -d, -f2)
|
||||||
time=$(echo $line | cut -d, -f1 | cut -d: -f1,2)
|
time=$(echo $line | cut -d, -f1 | cut -d: -f1,2)
|
||||||
|
Loading…
Reference in New Issue
Block a user