Syntax
Public Function ChandeMomentumscillator(applyTo As ENUM_APPLIED_PRICE, period As Integer) As String |
The Chande Momentum Oscillator (Chande) is an advanced momentum oscillator derived from linear regression.
Increasingly high values of CMO may indicate that prices are trending strongly upwards.
Conversely, increasingly low values of CMO may indicate that prices are trending strongly downwards.
CMO is related to MACD and Price Rate of Change (ROC).
Parameters
Key | Description |
applyTo | Value can be one ENUM_APPLIED_PRICE |
period | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also