Indicators
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.
coppock (tick)
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.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 20 | The lookback period in minutes |
longPeriod | number | 14 | Long-term period for ROC calculation |
shortPeriod | number | 11 | Short-term period for ROC calculation |
smoothingPeriod | number | 10 | Period for smoothing the Coppock Curve |
SQL example
TICK coppock WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=truecmo
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.
dpo
Detrended Price Oscillator (DPO) removes the trend from price to identify cycles and overbought/oversold conditions. It helps traders identify potential market cycles and turning points.