ema800 workaround
This commit is contained in:
parent
04779fa941
commit
fc7eb9f5e0
@ -126,7 +126,11 @@ f_macd_histogram_signal=${f_macd_histogram_signal}"
|
|||||||
# Coingecko price
|
# Coingecko price
|
||||||
get_var_from_line coingecko_price 40
|
get_var_from_line coingecko_price 40
|
||||||
|
|
||||||
[ -n "${f_empty_var}" ] && return 1
|
if [ -n "${f_empty_var}" ]
|
||||||
|
then
|
||||||
|
g_echo_note "got not all vars"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user