powered by
An example data set of OHLCV data for Nikkei 225 (Osaka), Active Daily Continuation
data("nikkei")
A data frame with 4411 observations on the following 27 variables.
Open
a numeric vector
High
Low
Close
Volume
Adjusted
OHLC
HLC3
tr
atr
trueHigh
trueLow
segment
a Date
Date
FirstRowNumSegment
RowNum
bars_since_segment
current_std
Mature_Days
Mature_STD
lags_mature_days
lags_mature_std
current_sma
current_adiv
Mature_ADIV
Current_IV
lags_mature_adiv
data(nikkei) ## maybe str(nikkei) ; plot(nikkei) ...
Run the code above in your browser using DataLab