Description Usage Arguments Value
Select bookdepth columns from order book / tick data
1 2 3 4 5 6 7 | select_bookdepth(
dt,
book_depth = 5L,
code_col = "Code",
date_col = NULL,
time_col = "Time"
)
|
dt |
order book or tick data |
book_depth |
max book depth |
code_col |
column name of code, defaults to Code |
date_col |
column name of date, defaults to NULL (not selected) |
time_col |
column name of time, defaults to Time |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.