28 lines
770 B
R
28 lines
770 B
R
% Generated by roxygen2: do not edit by hand
|
|||
|
|
% Please edit documentation in R/data.R
|
||
|
|
\docType{data}
|
||
|
|
\name{sample_ohlcv}
|
||
|
|
\alias{sample_ohlcv}
|
||
|
|
\title{Synthetic daily OHLCV sample series}
|
||
|
|
\format{
|
||
|
|
A data frame with 250 rows and 6 columns:
|
||
|
|
\describe{
|
||
|
|
\item{date}{Trading date (\code{Date}).}
|
||
|
|
\item{open}{Opening price.}
|
||
|
|
\item{high}{Session high.}
|
||
|
|
\item{low}{Session low.}
|
||
|
|
\item{close}{Closing price.}
|
||
|
|
\item{volume}{Traded volume.}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
\usage{
|
||
|
|
sample_ohlcv
|
||
|
|
}
|
||
|
|
\description{
|
||
|
|
A deterministic, synthetic daily OHLCV (open / high / low / close / volume)
|
||
|
|
price series for use in the examples, the \emph{Getting started} vignette, and
|
||
|
|
tests. It is a seeded random walk, \strong{not} real market data. Regenerate with
|
||
|
|
\code{data-raw/sample_ohlcv.R}.
|
||
|
|
}
|
||
|
|
\keyword{datasets}
|