more pure bash to speed up things

This commit is contained in:
olli 2023-11-11 17:58:16 +01:00
parent 85520453f7
commit d4ffeeddf6

View File

@ -133,9 +133,13 @@ f_macd_histogram_signal=${f_macd_histogram_signal}"
get_var_from_line ema800 39
# Coingecko price
get_var_from_line coingecko_price 40
get_var_from_line coingecko_price 40a
set | grep f_ 1>&2
}
set | grep f_
function get_var_from_line {
if [ -z "${f_last_line_array[$2]}" ]
then