diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 6bd66bf..885d878 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -108,14 +108,14 @@ function analyze { then check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} else - check_sell_conditions ${g_tmp}/${tmpfile} + check_sell_conditions ${g_tmp}/${tmpfile} | tee -a ${g_tmp}/output-${tmpfile} fi else if [ "${ANALYZE_VERBOSE}" -eq "0" ] then check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile} else - check_buy_conditions ${g_tmp}/${tmpfile} + check_buy_conditions ${g_tmp}/${tmpfile} | tee -a ${g_tmp}/output-${tmpfile} fi fi ## Chart Part