Learn R Programming

ichimoku (version 1.5.5)

sample_ohlc_data: 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

Arguments

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]

Examples

Run this code
head(sample_ohlc_data)

Run the code above in your browser using DataLab