# MMA (Modified moving average)

Modified moving average (MMA) is an algebraic tool that makes averages more susceptible to price shifts. The Modified moving average is a special case of the Exponential moving average, for which the smoothing constant is equal to the reciprocal of the smoothing interval. This average is a slope that helps it catch up with the rising or falling value of the currency's trading price.

In general, Modified moving averages resemble Simple moving averages but there are some differences. The first point of the Modified moving average is calculated precisely as the first point of the Simple moving average. However, all subsequent points are measured by adding the new price and then subtracting the last average from the resulting sum. MMA is the difference, the new point on the scheme.

## Calculation <a href="#calculation" id="calculation"></a>

MMA = price \* K + MMA \* (1.0 – K), where

K = 1/ N

N - period of MA for calculation.

## Main parameters <a href="#main-parameters" id="main-parameters"></a>

* Period of Modified MA – number of periods for calculating the modified moving average, 9 by default;
* Data type – determines the type of price at which the moving average will be calculated, available values: Close, Open, High, Low, Median, Typical, and Weighted.

This indicator looks as follows on the chart:

![](https://1123742694-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MgF394Y8wbK0k-qZW4n%2Fsync%2F575d076aceff6ab685aee5f577105ea082d384b0.jpg?generation=1628062536257243\&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.za.velocitytrade.com/mobile-applications/ios/phone/technical-indicators/moving-averages/mma-modified-moving-average.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.
