The Chande Momentum Oscillator (CMO) is a modified RSI. Developed by Tushar
S. Chande.
Usage
CMO(x, n = 14)
Arguments
x
Price, volume, etc. series that is coercible to xts or matrix.
n
Number of periods to use.
Value
A object of the same class as x or a vector (if try.xts
fails) containing Chande Momentum Oscillator values.
Details
The CMO divides the total movement by the net movement ([up - down] / [up +
down]), where RSI divides the upward movement by the net movement (up / [up +
down]).