diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index 4256adb..8b360d3 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -114,7 +114,7 @@ function check_buy_conditions_strategy { local f_echo_prefix="BUY ${f_ASSET}@${CURRENCY}:${f_price}:${f_strategy} - " if [ -s "${f_strategy}" ] then - . "${f_strategy}" || return 0 + . "${f_strategy}" || return 1 else g_echo_note "${f_echo_prefix}Strategy file not found" return 1