sample_ohlc_data {ichimoku} | R Documentation |
Sample OHLC Price Data
Description
Simulated prices for a hypothetical financial asset. Created for the purpose of demonstrating package functions in examples and vignettes only.
Usage
sample_ohlc_data
Format
A data frame with 256 observations of 6 variables:
time - timestamp of observation [POSIXct]
open - opening price [numeric]
low - low price [numeric]
high - high price [numeric]
close - closing price [numeric]
volume - volume [integer]
Source
Not applicable: simulated data
Examples
head(sample_ohlc_data)
[Package ichimoku version 1.5.3 Index]