cmo
Chande Momentum Oscillator (CMO) is a momentum oscillator that measures the difference between upward and downward price movements. It helps identify overbought and oversold conditions and potential trend reversals.
cmo (tick)
Chande Momentum Oscillator (CMO) is a momentum oscillator that measures the difference between upward and downward price movements. It helps identify overbought and oversold conditions and potential trend reversals.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 20 | The lookback period in minutes |
period | number | 14 | Period for CMO calculation |
SQL example
TICK cmo WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=trueadxr
Average Directional Movement Rating (ADXR) is a smoothed version of ADX that helps confirm trend strength. It is calculated as the average of the current ADX and the ADX from a specified number of periods ago.
coppock
Coppock Curve is a long-term momentum indicator that helps identify major market trends. It is calculated by adding two rate of change values and smoothing the result.