# Rate of Change

## Description <a href="#description" id="description"></a>

&#x20;Rate of change is the same indicator as Momentum and also shows an acceleration of price movement. But instead of Momentum, Rate of Change is expressed in percantage value. Simply put ROC measures the percentage change in price between the current price and the price N-periods in the past.

Rate of change can be used in variety of different ways. In addition to being used as a general trend or trend strength indicator, the ROC is also commonly used to find a divergence of a price that is a signal of a possible upcoming trend change.

![](/files/-MZNQdsWGMUN7lxEDPpz)

## Formula <a href="#formula" id="formula"></a>

&#x20;ROC = (Close - Close(N-periods ago))/Close(N-periods ago) x 100

Where: \
**Close** - current close price \
**Close(N-periods ago)** - the close price N-periods ago

## &#x20;Most useful cases  <a href="#most-useful-cases" id="most-useful-cases"></a>

**Trend indicating -** crossing a zero line could be used as an indicator of a new trend wave.

![](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-LEiCcaLkLSDzK7fzQYN%2F-LEiFmeQRribQwMFLy9Z%2Fimage.png?alt=media\&token=de9449e7-1e61-4e52-9e49-f9c9e9209bd1)

**Divergence/Convergence** - Divergence/Convergence pattern is a form of price action when new high(low) of the price not confirmed with a new high/low of ROC. Such price and indicator’s behavior can be interpreted as the weakness of current existing trend.

![](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-LEiCcaLkLSDzK7fzQYN%2F-LEiFzSGukt96O3jPIiR%2Fimage.png?alt=media\&token=e5fe7d11-1581-464c-abd1-8e3f9567a81d)

​


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.ampfutures.com/trading-platforms/quantower/analytics-panels/chart/technical-indicators/oscillators/rate-of-change.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
