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

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
longPeriodnumber14Long-term period for ROC calculation
shortPeriodnumber11Short-term period for ROC calculation
smoothingPeriodnumber10Period for smoothing the Coppock Curve

SQL example

TICK coppock WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=true

On this page