Chaikin Accumulation/Distribution Oscillator

Top  Previous  Next

Category: Advanced Indicator Set 1

 

Input parameters

Name

Setting

Default

High

High time series

High

Low

Low time series

Low

Close

Close time series

Close

Volume

Volume Time Series

Volume

Fast Period

Integer >= 1

3

Slow Period

Integer >= 1

10

 

Calculations

Chaikin Oscillator = ExpMovAverage(AccumDist, Fast Period) - ExpMovAverage(AccumDist, Slow Period),

where:

AccumDist = CumSum{[(Close-Low) – (High-Close)] / [High-Low] * Volume},

and CumSum is the cumulative summation operation.

 

Discussion

Marc Chaikin developed the Accumulation/Distribution Oscillator in the early 1970’s as an extension of  Larry Williams’ and Joe Granville’s works on the accumulation/distribution processes. The Chaikin Oscillator uses a combination of the closing price and daily price range to characterize the accumulation/distribution process of the stock. The basic idea is that if a stock price closes higher than (High+Low)/2 then the stock is under accumulation, if lower – it is under distribution.

In general, the Chaikin Oscillator has high positive values when volume is high while the price is increasing, and high negative values when volume is low while the price is decreasing.

The Chaikin Oscillator can be used to generate buy signals when it makes an upturn while in negative territory and the 21-day price moving average is trending up. A sell signal is created when the Chaikin Oscillator makes a downturn in positive territory and the 21-day price moving average is trending down.

 

References

Colby, Robert W. and Meyers, Thomas A. "The Encyclopedia of Technical Market Indicators", Irwin, Burr Ridge, IL, 1988.