# MOM

## MOM

The Momentum Indicator (MOM) is a leading indicator measuring a security's rate of change. It compares the current price with the previous price from a number of periods ago. The plot forms an oscillator that moves above and below 0. It is an unbounded oscillator with no lower or upper limit.

The source code for the MOM function is available [here](https://app.optionalpha.com/ta/MOM.txt).


---

# 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.optionalpha.com/technical-documentation/indicators/mom.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.
