Description Usage Arguments Value Examples
Volume bar transformations from raw data
1 | volumebarr(data, vol)
|
data |
a data.frame with follwing headers name: "Time", "Price", "Size", "cum_volume" and "ppt" |
vol |
integer number for volume level |
a data.frame in the form OHLC with ending date for each bar.
1 | tranform_data <- volumebarr(SSI_data, 5000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.