ChartDirector 7.1 (.NET Edition)

FinanceChart.addHLOC


Usage

[C#]public HLOCLayer addHLOC(int upColor, int downColor);
[VB]Public Function addHLOC(upColor As Integer, downColor As Integer) As HLOCLayer

Description

Adds a HLOC layer to the main chart.

Arguments

ArgumentDefaultDescription
upColor(Mandatory)The candle color for a up day.
downColor(Mandatory)The candle color for a down day.

Return Value

A HLOCLayer object representing the HLOC layer created.