"ChandeMomentumOscillator" (Financial Indicator)
"ChandeMomentumOscillator" (Financial Indicator)
Commonly abbreviated CMO.
Is a momentum indicator.
Was developed by Tushar Chande.
Is computed using the close prices.
Returns two time series. The first is the ratio of net change to total change over the previous 20 periods, scaled to be between
and
. The second is a 9-period simple moving average of the first.
FinancialIndicator["ChandeMomentumOscillator",n1,n2] uses periods n1 and n2.
Examples
TradingChart[{"MSFT", {{2009, 1, 1}, {2009, 3, 31}}}, {"ChandeMomentumOscillator"}]See Also
Indicator Types: ChaikinOscillator ▪ CloseLocationValue ▪ WilliamsAccumulationDistribution ▪ AccumulationDistributionLine
History
Introduced in 2010 (8.0)