more pure bash to speed up things
This commit is contained in:
parent
a0362391cd
commit
0da3b1f765
@ -100,7 +100,7 @@ function analyze {
|
||||
# check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||
# else
|
||||
#echo "SELL Checks"
|
||||
check_sell_conditions ${g_tmp}/${tmpfile}
|
||||
time check_sell_conditions ${g_tmp}/${tmpfile}
|
||||
# fi
|
||||
# fi
|
||||
# if ! [ -f "${g_tmp}/open-${tmpfile}" ]
|
||||
@ -110,7 +110,7 @@ function analyze {
|
||||
# then
|
||||
# check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||
# else
|
||||
check_buy_conditions ${g_tmp}/${tmpfile}
|
||||
time check_buy_conditions ${g_tmp}/${tmpfile}
|
||||
# fi
|
||||
fi
|
||||
## Chart Part
|
||||
|
Loading…
Reference in New Issue
Block a user