diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index cf30f0f..406f74a 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -109,7 +109,7 @@ function check_sell_conditions_strategy { g_echo_note "${f_echo_prefix}Strategy file not found" return 1 fi - g_echo_note "${f_echo_prefix}Running SELL checks" + [ -n "${BOT}" ] && g_echo_note "${f_echo_prefix}Running SELL checks" # check if the result (profit/loss until now) is lowering and sell if too low () if [ -f ${f_TRADE_HIST_FILE_INTERIM} ]