Chande Momentum Oscillator
CMO measures the difference between the sum of positive and negative price changes.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 14 |
Outputs
Output | Type |
---|---|
cmo | np.ndarray |