Calculations based on Close values.
Calculations based on High values.
Calculations based on Median Price values, that is the arithmetical mean of High and Low. (High + Low) / 2
Calculations based on Typical Price values, that is the arithmetical mean of High, Low and Close. (High + Low + Close) / 3
Calculations based on Weighted Close values. (Open + High + Close * 2) / 4
Calculations based on other indicator's values.
Calculations based on Low values.
Calculations based on arithmetical mean of Open and Close values. (Open + Close) / 2
Calculations based on arithmetical mean of Open, High, Low and Close values. (Open + High + Low + Close) / 4
Calculations based on Open values.
To select which values the indicator calculations are based on.