From f0abb1f63cb0a9054734ddd51d1bda876ba248fd Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 26 Nov 2023 17:33:18 +0100 Subject: [PATCH] debug --- 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 77ef332..71fc7e0 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -106,7 +106,7 @@ function check_sell_conditions { # echo "${csv_headline},Marketperformace #${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s, # echo "${f_SELL}" - echo "g_percentage-diff ${BUY_PRICE} ${f_price}" >&2 + echo "g_percentage-diff ${BUY_PRICE} ${f_price}" g_percentage-diff ${BUY_PRICE} ${f_price} #result=${g_percentage_diff_result} g_calc "${g_percentage_diff_result}-${FEE}"