This commit is contained in:
olli 2024-09-04 18:04:06 +02:00
parent 0dcdc33e7b
commit e3602cc7b8

View File

@ -163,7 +163,7 @@ function get_ohlcv-candle {
then then
f_open=${f_data_unit_ref[1]} f_open=${f_data_unit_ref[1]}
fi 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]} f_high=${f_data_unit_ref[2]}
g_num_exponential2normal "$f_high" && f_high=$g_num_exponential2normal_result g_num_exponential2normal "$f_high" && f_high=$g_num_exponential2normal_result
f_low=${f_data_unit_ref[3]} f_low=${f_data_unit_ref[3]}