View source: R/okx_candle_data.R
| get_local_okx_candle | R Documentation |
Get Local OKX Candle Data
get_local_okx_candle(
inst_id,
bar,
local_path = NULL,
storage = c("single", "monthly"),
from = NULL,
to = NULL
)
inst_id |
Instrument identifier. |
bar |
Candle interval. |
local_path |
Optional OKX storage path. |
storage |
Local storage mode: monolithic |
from, to |
Optional bounds used to prune monthly partitions before read. |
data.table or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.