# PPMA (Pivot point moving average)

Pivot point analysis is a method of identifying key levels that the price can respond to. Pivots tend to act as support or resistance and can be turning points. This method is commonly used by day traders, although the concepts are valid in different time frames.&#x20;

This indicator was designed to smooth out market noise and show market trends more clearly. The goals are achieved in the same way as in the case of the simple moving average indicator. The only difference is the original price used to calculate the two indicators: simple moving average uses any price from the list of data sources (mainly the closing price), while PPMA uses Pivot point values ​​that are calculated for each period. Whether used alone or in combination with other methods, pivots are a useful tool in a technical trader's toolbox.

### Calculation

Pivot Point = (High + Low + Close) / 3 ( Typical Price )&#x20;

PPMA = SMA(Pivot Point, period), where&#x20;

SMA = Simple Moving Average&#x20;

period = calculation time period

### Main parameters

* Period of PPMA – allows to specify the number of periods, over which the indicator is to be calculated. The smaller the number is, the less market noises the indicator filters, and the faster it reacts to the market price changes.
* Win num on chart for indicator – allows to display the indicator in a separate window. Available values: Main and Sub window.

This indicator looks as follows on the chart:

<figure><img src="/files/MCCvGjmKN3QKn8mY43hM" alt=""><figcaption></figcaption></figure>


---

# 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://guide.traderevolution.com/project/web-platform/technical-indicators/moving-avergae/ppma-pivot-point-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.
