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