# Momentum

Help identify the speed of price movement by comparing prices over time. It can also be used to analyze volume. It is calculated by comparing the current closing price to previous closing prices. Typically, this appears as a line below a price chart that oscillates as momentum changes. When there is a divergence between price and a momentum indicator, it can signal a change in future prices.

* **Stochastic oscillator (Leading):** Used to predict price turning points by comparing the closing price to its price range.
* **Commodity Channel index (CCI) (Leading):** An oscillator to help identify price reversals, price extremes and trend strength.
* **Relative strength index (RSI) (leading):** It measures the stock’s recent trading strength, velocity of a change in the trend and magnitude of the move.


---

# 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://docs.yummyprofit.com/indicator-and-strategy/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.
