sample_ohlc_data {ichimoku} | R Documentation |
Synthetic prices for a hypothetical financial asset. Created for the purpose of demonstrating package functions in examples and vignettes only.
sample_ohlc_data
A data frame with 234 observations of 5 variables:
Date - date of observation
Open - daily opening price
Low - daily low price
High - daily high price
Close - daily closing price
Not applicable: synthetic data
cloud <- ichimoku(sample_ohlc_data, ticker = "TKR")