fix
This commit is contained in:
parent
a28b442e5c
commit
14f3347115
@ -114,7 +114,7 @@ function check_buy_conditions_strategy {
|
|||||||
local f_echo_prefix="BUY ${f_ASSET}@${CURRENCY}:${f_price}:${f_strategy} - "
|
local f_echo_prefix="BUY ${f_ASSET}@${CURRENCY}:${f_price}:${f_strategy} - "
|
||||||
if [ -s "${f_strategy}" ]
|
if [ -s "${f_strategy}" ]
|
||||||
then
|
then
|
||||||
. "${f_strategy}" || return 0
|
. "${f_strategy}" || return 1
|
||||||
else
|
else
|
||||||
g_echo_note "${f_echo_prefix}Strategy file not found"
|
g_echo_note "${f_echo_prefix}Strategy file not found"
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user