diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 103f004..9f4a328 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -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