small fixes

This commit is contained in:
olli 2023-05-19 11:53:56 +02:00
parent d4490501a8
commit 2d469a6330

View File

@ -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} ]