Description Usage Arguments Value Examples
Function to transform raw transactions data into a time bar for a specific timeframe.
1 |
data |
a data.frame with follwing headers name: "Time", "Price", "Size", "cum_volume" and "ppt" |
type |
type of time bar from "minute", "hour" or "day" |
a data.frame in the form OHLC with ending date for each bar.
1 | transform_data <- bar_time(SSI_data, "minute")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.