highlow (fts)
Time series High-Low plot
highlow (fts)
is not recommended. Use highlow
instead.
Syntax
Description
highlow(
generates a High-Low plot
of the data in the financial time series object tsobj
)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).
highlow(___,
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 line object that makes up the High-Low plot.hhll
= highlow(___,Name,Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a