| repair_local_binance_klines_gaps | R Documentation |
Fetches all requested Binance kline windows in memory and writes the merged
repair result to local storage with one sync_local_data() call.
repair_local_binance_klines_gaps(
symbol = "ETHUSDT",
interval = "1m",
windows,
limit = 1500L,
tz = "UTC",
local_path = NULL,
storage = c("single", "monthly")
)
symbol |
Trading pair symbol. |
interval |
Candlestick interval. |
windows |
A |
limit |
Page size. Binance futures allows up to 1500. |
tz |
Time zone applied to returned timestamps. |
local_path |
Optional Binance storage path. |
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.