Description Usage Arguments Value
View source: R/features_from_ohlcv.R
Function calculates basic features from OHLCV financial data
1 2 3 4 5 | features_from_ohlcv(
ohlcv,
window_sizes = c(5, 22),
quantile_divergence_window = c(50, 100)
)
|
ohlcv |
a data.table object with coluimns: symbol, datetime, open, hogh, low, close, volume |
window_sizes |
Length of window for calculating rolling versions of the indicators. |
quantile_divergence_window |
window size from divergence from quantiles indicator. |
Data.table with new features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.