dotnetCHARTING Send comments on this topic.
ChaikinOscillator Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : ChaikinOscillator Method


This method implements the Chaikin Oscillator (also known as the Chaikin A/D Oscillator) and evaluates this indicator for the latest and all previous periods for which there exists sufficient data.

Overload List

OverloadDescription
ChaikinOscillator(String,Series,Double)This method implements the Chaikin Oscillator (also known as the Chaikin A/D Oscillator) and evaluates this indicator for the latest and all previous periods for which there exists sufficient data.  
ChaikinOscillator(Series,Double)This method implements the Chaikin Oscillator (also known as the Chaikin A/D Oscillator) and evaluates this indicator for the latest and all previous periods for which there exists sufficient data.  
ChaikinOscillator(SeriesCollection,Int32)This method implements the Chaikin Oscillator (also known as the Chaikin A/D Oscillator) and evaluates this indicator for the latest and all previous periods for which there exists sufficient data.  

See Also