Concept

ROC-of-ROC

ROC-of-ROC, also known as acceleration, is a Momentum & Oscillators concept. The Library holds 3 implementations, each one a working definition you can pull into Quant.

Top ROC-of-ROC indicators

3 total

What is ROC-of-ROC?

ROC-of-ROC applies rate of change twice: it measures how fast the speed of price movement is itself changing. In the physics analogy, price is position, momentum or ROC is velocity, and ROC-of-ROC is acceleration. The second derivative is positive while momentum builds, crosses zero the moment momentum stops building, and turns negative while momentum decays, which can happen well before price itself stops rising.

The appeal is lead time: in an idealized cycle each derivative turns before the one below it, so acceleration rolls over before momentum, which rolls over before price. The cost is noise, because differencing amplifies the fastest fluctuations in a series and doing it twice compounds that. Practical versions smooth the inputs or the output, and treat the reading as context for trend acceleration and inflection rather than as a standalone trigger.

How traders use it

  • As an early deceleration warning: price pressing to new highs while acceleration is already negative shows the thrust behind the move fading, a cue to tighten risk rather than an automatic reversal call.
  • As a thrust-quality check at breakouts: strongly positive acceleration on the breakout distinguishes impulsive moves from grinding drifts.
  • As an earlier zero-cross trigger: acceleration flips sign around the point where momentum peaks, ahead of momentum's own zero cross, but it fires many false starts, so it is usually smoothed and confirmed by other evidence.

Related concepts · Rate-of-change cluster

Concept family

Momentum & Oscillators

91 concepts mapped · 72 in the Library

ROC-of-ROC FAQ

What does ROC-of-ROC actually measure?

It measures the change in the rate of change: not whether price is rising, and not how fast, but whether that speed is increasing or decreasing. A rally can show positive momentum with negative acceleration, meaning it is still going up but more slowly each bar. That distinction is the entire content of the indicator.

Why is ROC-of-ROC so noisy, and what helps?

Differencing a series amplifies its fastest fluctuations, and ROC-of-ROC differences price twice, so bar-to-bar noise dominates the raw output. Common fixes are smoothing price before the first ROC, smoothing the final line, or lengthening both lookbacks. Every fix adds lag, which eats into the early-warning property that motivated the second derivative in the first place.

Build ROC-of-ROC your way.

Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.