From e3602cc7b8d17626e1ced0b96b584d179745c052 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 4 Sep 2024 18:04:06 +0200 Subject: [PATCH] fix --- dabo/functions/get_ohlcv-candle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/get_ohlcv-candle.sh b/dabo/functions/get_ohlcv-candle.sh index 4208f84..7196fc9 100644 --- a/dabo/functions/get_ohlcv-candle.sh +++ b/dabo/functions/get_ohlcv-candle.sh @@ -163,7 +163,7 @@ function get_ohlcv-candle { then f_open=${f_data_unit_ref[1]} fi - g_num_exponential2normal "$f_open" && f_open=$g_num_exponential2normal_resul + g_num_exponential2normal "$f_open" && f_open=$g_num_exponential2normal_result f_high=${f_data_unit_ref[2]} g_num_exponential2normal "$f_high" && f_high=$g_num_exponential2normal_result f_low=${f_data_unit_ref[3]}