Chaikin Volume Accumulation OscillatorChaikin Volume Accumulation Oscillator item is a Trading Indicator and it was developed by bug man on February 12, 2010. The coding of this Technical Analysis method necessitated 3 lines. The trading indicator is named 'ChaikinVAO' and it is implemented using C#. It gets one variable. The parameter is: period (Type: Number - Default Value: 25): Period Example: p = ChaikinVAO(25); To draw the trading indicator on a chart: Plot(ChaikinVAO(25), "Chaikin Volume Accumulation Oscillator", colorRed); Future and Past Bars: The method does not use future bars. It requires no old bars. Click on this link to download Chaikin Volume Accumulation Oscillator Search terms used to find this trading item include Volume Accumulation Oscillator, chaikin volume accumulation oscillator, chaikin volume, chaikin volume accumulation, volume accumulation The trading object is saved under the following categories: Technical Analysis Trading Indicators: Guppy Multiple Moving Average Oscillator GMMA - Guppy Multiple Moving Average Tom Demark -TD- Range Projections DeMark Range Expansion Index Market trading rules Moving Average: Rule-based Chande's & Kroll's R2 Indicator Chande's TrendScore News Sentiment Indicator Anchored Indicator Donchian Channels Relative Momentum Index End of Month Day of week and Week number function Day of week Average Standard Error Bands calcA calcB Number of bars up to the end of the month Number of bars since the beginning of the month |
|