ema800 workaround

This commit is contained in:
olli 2023-11-27 21:44:01 +01:00
parent 04779fa941
commit fc7eb9f5e0

View File

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