(Open + High + Low + Close) / 4
(Previous Open + Previous Close) / 2
Max(High, Open, Close)
Min(Low, Open, Close)
These smoothed values are calculated recursively, and the level of smoothing depends on the period of the moving average used.