candle (fts)
Time series candle plot
candle (fts)
is not recommended. Use candle
instead.
Use fts2timetable
to convert a
fints
object to a timetable
object.
Syntax
Description
candle(
generates a candle plot of
the data in the financial time series object. tsobj
)tsobj
must
contain at least four data series representing the high, low, open, and closing
prices. These series must have the names High
,
Low
, Open
, and Close
(case-insensitive).
candle(___,
indicates the actual names of the required data series if the data series do not
have the default names.Name,Value
)
returns the handle to the patch objects and the line object that make up the candle
plot. hcdl
= candle(___,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a