| Contents | Index |
highlow(High, Low, Close, Open, Color) highlow(High, Low, Close, Open, Color, Dates, Dateform) Handles = highlow(High, Low, Close, Open, Color, Dates, Dateform)
High | High prices for a security. A column vector. |
Low | Low prices for a security. A column vector. |
Close | Closing prices for a security. A column vector. |
Open | (Optional) Opening prices for a security. A column vector. To specify Color when Open is unknown, enter Open as an empty matrix []. |
Color | (Optional) Vertical line color. A string. MATLAB software supplies a default color if none is specified. The default color differs depending on the background color of the figure window. See ColorSpec in the MATLAB documentation for color names. |
Dates | (Optional) User-defined dates. A column vector. |
Dateform | (Optional) Format of the date string as tick labels. For more information on date string formats, see dateaxis. |
highlow(High, Low, Close, Open, Color) plots the high, low, opening, and closing prices of an asset. Plots are vertical lines whose top is the high, bottom is the low, open is a short horizontal tick to the left, and close is a short horizontal tick to the right.
highlow(High, Low, Close, Open, Color, Dates, Dateform) plots the high, low, opening, and closing prices of an asset. Plots are vertical lines whose top is the high, bottom is the low, open is a short horizontal tick to the left, and close is a short horizontal tick to the right. The plot also contains user-defined dates and date string format for tick labels.
Handles = highlow(High, Low, Close, Open, Color, Dates, Dateform) plots the figure and returns the handles of the lines.
The high, low, and closing prices for an asset are stored in equal-length vectors AssetHi, AssetLo, and AssetCl respectively.
highlow(AssetHi, AssetLo, AssetCl, [], 'cyan')
plots the price data using cyan lines.
bolling | candle | dateaxis | highlow | movavg | pointfig
View demos and recorded presentations led by industry experts.
Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |