debug
This commit is contained in:
@@ -100,7 +100,7 @@ function analyze {
|
|||||||
then
|
then
|
||||||
if [ "${ANALYZE_VERBOSE}" -eq "0" ]
|
if [ "${ANALYZE_VERBOSE}" -eq "0" ]
|
||||||
then
|
then
|
||||||
check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
check_sell_conditions ${g_tmp}/${tmpfile} #>>${g_tmp}/output-${tmpfile}
|
||||||
else
|
else
|
||||||
#echo "SELL Checks"
|
#echo "SELL Checks"
|
||||||
check_sell_conditions ${g_tmp}/${tmpfile}
|
check_sell_conditions ${g_tmp}/${tmpfile}
|
||||||
@@ -111,7 +111,7 @@ function analyze {
|
|||||||
# then
|
# then
|
||||||
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}
|
check_buy_conditions ${g_tmp}/${tmpfile}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user