5.20231.904
wijmo.chart.finance Enumeration DataFields Wijmo API Enumeration

DataFields Enumeration

Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.

Enumeration members

Enumeration members

Close

Close: = 0

Close values are used for calculations.

HL2

HL2: = 5

Average of high and low values is used for calculations.

HLC3

HLC3: = 6

Average of high, low, and close values is used for calculations.

HLOC4

HLOC4: = 7

Average of high, low, open, and close values is used for calculations.

High

High: = 1

High values are used for calculations.

HighLow

HighLow: = 4

High-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.

Low

Low: = 2

Low values are used for calculations.

Open

Open: = 3

Open values are used for calculations.