Home > freetb4matlab > financial > highlow.m

highlow

PURPOSE ^

%

SYNOPSIS ^

function h = highlow (high, low, close, open, color)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {h =} highlow (high, low, close)
% @deftypefnx {Function File} {h =} highlow (high, low, close, open)
% @deftypefnx {Function File} {h =} highlow (high, low, close, open, color)
%
% Plot the @var{high}, @var{low}, and @var{close} of a security.  The
% @var{close} is plotted as a tick to the right, and if @var{open} is
% given and non-empty, it is plotted as a tick to the left.  The color
% can override the default color for the plot.
%
% @seealso{bolling, candle, dateaxis, movavg, pointfig}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003