From b8959cb24075fbaf7cd8c06f1a249a69c391b58d Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 1 Nov 2023 13:58:59 +0100 Subject: [PATCH] fix --- 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 dd6d3d3..db2cf1c 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -38,7 +38,7 @@ function check_sell_conditions { f_real_result=$(echo "${f_result}-${FEE}" | bc) # analyze - [ -z "${BOT}" ] && echo "INTERIM RESULT: ${f_BUY_PRICE_LAST_RATE_DIFF}%" + [ -z "${BOT}" ] && echo "INTERIM RESULT: ${f_real_result}%" # store new interim result