is.OHLC(x)
has.OHLC(x, which = FALSE)is.OHLCV(x)
has.OHLCV(x, which = FALSE)
is.HLC(x)
has.HLC(x, which = FALSE)
has.Op(x, which = FALSE)
has.Hi(x, which = FALSE)
has.Lo(x, which = FALSE)
has.Cl(x, which = FALSE)
has.Vo(x, which = FALSE)
has.Ad(x, which = FALSE)
is.BBO(x)
is.TBBO(x)
has.Ask(x, which = FALSE)
has.Bid(x, which = FALSE)
has.Price(x, which = FALSE)
has.Qty(x, which = FALSE)
has.Trade(x, which = FALSE)
If which=TRUE, a numeric value representing the column position will be returned.
is.OHLC and is.HLC return a single value of TRUE or FALSE.
Op,
OpCl, etc.Columns names must contain the full description of data,
that is, Open, High, Low, Close, Volume or Adjusted. Abbreviations
will return FALSE (or NA when which=TRUE). See
quantmod.OHLC for details of
is.OHLC (and is.HLC, similarly) will only return TRUE is there are columns
for Open, High, Low and Close. Additional columns will not affect
the value.
quantmod.OHLC,OHLC.TransformationsgetSymbols("YHOO")
is.OHLC(YHOO)
has.OHLC(YHOO)
has.Ad(YHOO)Run the code above in your browser using DataLab