fix empty vars
This commit is contained in:
parent
eb69fdc114
commit
22834209c4
@ -108,14 +108,14 @@ function analyze {
|
||||
then
|
||||
check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||
else
|
||||
check_sell_conditions ${g_tmp}/${tmpfile} | tee -a ${g_tmp}/output-${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} | tee -a ${g_tmp}/output-${tmpfile}
|
||||
check_buy_conditions ${g_tmp}/${tmpfile} #| tee -a ${g_tmp}/output-${tmpfile}
|
||||
fi
|
||||
fi
|
||||
## Chart Part
|
||||
|
Loading…
Reference in New Issue
Block a user