To select which values the indicator calculations are based on.

Enumeration Members

Enumeration Members

Close: 3

Calculations based on Close values.

High: 1

Calculations based on High values.

Hl2: 4

Calculations based on Median Price values, that is the arithmetical mean of High and Low. (High + Low) / 2

Hlc3: 6

Calculations based on Typical Price values, that is the arithmetical mean of High, Low and Close. (High + Low + Close) / 3

Hlcc4: 8

Calculations based on Weighted Close values. (Open + High + Close * 2) / 4

Indicator: 9

Calculations based on other indicator's values.

Low: 2

Calculations based on Low values.

Oc2: 5

Calculations based on arithmetical mean of Open and Close values. (Open + Close) / 2

Olhc4: 7

Calculations based on arithmetical mean of Open, High, Low and Close values. (Open + High + Low + Close) / 4

Open: 0

Calculations based on Open values.