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}
|
# check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||||
# else
|
# else
|
||||||
#echo "SELL Checks"
|
#echo "SELL Checks"
|
||||||
check_sell_conditions ${g_tmp}/${tmpfile}
|
time check_sell_conditions ${g_tmp}/${tmpfile}
|
||||||
# fi
|
# fi
|
||||||
# fi
|
# fi
|
||||||
# if ! [ -f "${g_tmp}/open-${tmpfile}" ]
|
# if ! [ -f "${g_tmp}/open-${tmpfile}" ]
|
||||||
@ -110,7 +110,7 @@ function analyze {
|
|||||||
# then
|
# then
|
||||||
# check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
# check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||||
# else
|
# else
|
||||||
check_buy_conditions ${g_tmp}/${tmpfile}
|
time check_buy_conditions ${g_tmp}/${tmpfile}
|
||||||
# fi
|
# fi
|
||||||
fi
|
fi
|
||||||
## Chart Part
|
## Chart Part
|
||||||
|
Loading…
Reference in New Issue
Block a user