Chaikin OscillatorChaikin Oscillator object is a Trading Indicator and it was created by bug man on September 12, 2009. The creation of this Technical Analysis function demanded 4 lines of code. The indicator is called 'ChaikinOsc' and it is developed using JScript.Net programming language. It has 2 parameters. The different parameters are: slow (Type: Number - Default Value: 0): lookback period for the slow moving average fast (Type: Number - Default Value: 0): lookback period for the fast moving average Example: p = ChaikinOsc(0, 0); To display the trading indicator on a chart: Plot(ChaikinOsc(0, 0), "Chaikin Oscillator", colorRed); Future and Past Bars: The function do not access future bars. It needs zero old bars. Click on this link to download Chaikin Oscillator Search terms used to find this trading item include chaikin oscillator, chaikin oscillator download, divergence chaikin oscillator indicator, how to create chaikin oscillator, Chaikin Oscillator software The trading object is saved under the following categories: Technical Analysis Trading Indicators: Accumulation Distribution Indicator (AD) Chaikin Money Flow Indicator Fibonacci retracement: Golden ratio ForceIndex Price and Volume Trend Ease of Movement Indicator The DeMark's DeMarker indicator Buy Indicator Drawdown: Long and Short |
|