This commit is contained in:
olli 2023-05-19 11:09:06 +02:00
parent a28b442e5c
commit 14f3347115

View File

@ -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