diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index cbdb30a..c93d84e 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -38,7 +38,7 @@ function check_sell_conditions { g_percentage-diff ${f_BUY_PRICE} ${f_price} f_result=${g_percentage_diff_result} f_BUY_PRICE_LAST_RATE_DIFF=${f_result} - result=${f_BUY_PRICE_LAST_RATE_DIFF} + result=${f_result} g_calc "${f_result}-${FEE}" f_real_result=${g_calc_result}