From 2d469a633067ac1c1370cfbf1cab2f36de8d7bd3 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 19 May 2023 11:53:56 +0200 Subject: [PATCH] small fixes --- dabo/functions/check_sell_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ]