more pure bash to speed up things
This commit is contained in:
parent
85520453f7
commit
d4ffeeddf6
@ -133,9 +133,13 @@ f_macd_histogram_signal=${f_macd_histogram_signal}"
|
|||||||
get_var_from_line ema800 39
|
get_var_from_line ema800 39
|
||||||
|
|
||||||
# Coingecko price
|
# 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 {
|
function get_var_from_line {
|
||||||
if [ -z "${f_last_line_array[$2]}" ]
|
if [ -z "${f_last_line_array[$2]}" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user