Overview
The Chaos Accelerator/Decelerator Oscillator is discussed by Bill M. Williams, PhD in his "Trading Chaos" book(s).
Interpretation
Bill Williams' "Trading Chaos" book(s) describe some basic (and advanced) concepts for trading using the Chaos Accelerator Oscillator as part of a larger, more inclusive Chaos-based trading methodology.
For a full, detailed description of Bill Williams' Chaos trading methods, please refer to:
"Trading Chaos: Applying Expert Techniques to Maximize Your Profits" by Bill M. Williams, PhD (1995)
"New Trading Dimensions: How to Profit from Chaos in Stocks, Bonds, and Commodities" by Bill M. Williams, PhD (1998)
"Trading Chaos: Maximize Profits with Proven Technical Techniques" by Bill M. Williams, PhD (2004)
--------------------------------------------------------------------------------------------------------
AC:= Mov(Prc,5,S) - Mov(Prc,34,S) - Mov(Mov(Prc,5,S) - Mov(Prc,34,S),5,S);
ACGreen:= If(AC>Ref(AC,-1), AC, 0);
ACRed:= If(AC<Ref(AC,-1), AC, 0);