diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 17172ea..7f7efda 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -149,7 +149,7 @@ function check_sell_conditions_strategy { # Check sell signal from strategy if [ -n "${f_do_sell}" ] then - $f_SELL="Strategy sell signal: ${f_do_sell}" + f_SELL="Strategy sell signal: ${f_do_sell}" return 0 fi