# Momentum

## Description

Momentum indicator shows an acceleration of price movement. From technical point of view it is the difference between current price and close price N-periods ago. Firstly introduced by John J. Murphy in "Technical Analysis of the Financial Markets" Momentum fixedly joined to traders arsenal. In spite of age this indicator is still actual and widely used

![](https://3544171604-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvquTYs4Kw8odYPu7JS%2F-LvqvlZAGmY-zeltmwwG%2F-Lvqvnl3cWKf-ndU5hhI%2Fimage%20\(12\).png?generation=1576100912775541\&alt=media)

## Formula

Momentum = Close - Close(N-periods ago)

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

## Most useful cases

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

![](https://3544171604-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvquTYs4Kw8odYPu7JS%2F-LvqvlZAGmY-zeltmwwG%2F-Lvqvnl5BX2Rlq1cjc0z%2Fimage%20\(29\).png?generation=1576100907271330\&alt=media)

* **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  Momentum. Such price and indicator’s behavior can be interpreted as the weakness of current existing trend.

![](https://3544171604-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvquTYs4Kw8odYPu7JS%2F-LvqvlZAGmY-zeltmwwG%2F-Lvqvnl7U_nozYOJCCT0%2Fimage%20\(44\).png?generation=1576100907713785\&alt=media)


---

# 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.optimusflow.app/analytics-panels/chart/technical-indicators/oscillators/momentum.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.
