This commit is contained in:
olli 2023-11-27 11:04:46 +01:00
parent b9bf8fb7e1
commit 079bf3ff8f

View File

@ -100,7 +100,7 @@ function analyze {
then
if [ "${ANALYZE_VERBOSE}" -eq "0" ]
then
check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
check_sell_conditions ${g_tmp}/${tmpfile} #>>${g_tmp}/output-${tmpfile}
else
#echo "SELL Checks"
check_sell_conditions ${g_tmp}/${tmpfile}
@ -111,7 +111,7 @@ function analyze {
# then
if [ "${ANALYZE_VERBOSE}" -eq "0" ]
then
check_buy_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
check_buy_conditions ${g_tmp}/${tmpfile} #>>${g_tmp}/output-${tmpfile}
else
check_buy_conditions ${g_tmp}/${tmpfile}
fi