View source: R/okx_candle_data.R
| repair_local_okx_candle_gaps | R Documentation |
Fetches multiple OKX historical candle pages in memory and writes the merged
repair result to local storage with one sync_local_data() call.
repair_local_okx_candle_gaps(
inst_id,
bar,
before,
config = NULL,
local_path = NULL,
limit = 100L,
tz = "UTC",
storage = c("single", "monthly")
)
inst_id |
Instrument identifier. |
bar |
Candle interval. |
before |
Character/numeric vector of OKX history pagination cursors. |
config |
Optional OKX API config. If omitted, defaults from the
package config and |
local_path |
Optional OKX storage path. |
limit |
Integer page size. |
tz |
Output time zone. |
storage |
Local storage mode: monolithic |
A sync result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.