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