


% -*- 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