An OHLC/HLC bar series is a sequence of vertical bars, each bar connected to two
horizontal dashes displayed on opposite sides. This type of series is intended to be used in
the stock market, displaying prices progression against time. The top and bottom of the
vertical bars correspond to the 'high' and 'low' values, whereas the left and right horizontal
dashes correspond to the 'open' and 'close' values, respectively.
Any OHLC series type is 'ohlc'. To specify an OHLC/HLC bar series the parameter
seriex_type must be passed values 0 or 1, to identify an OHLC or HLC bar series,
respectively.
The number of values passed to the seriex_values parameter must always be a multiple
of 4. Every sequential set of 4 values is assigned to one data point, corresponding to the
open, high, low and close values.
For a complete list of OHLC/HLC bar series parameters, click here.
The properties of OHLC/HLC bar series are a subset of this list.
For a complete list of parameters shared by series displayed by GraphApplet.class, click
here.