# MA Bands

### Overview

Moving average bands consist of a moving average (MA) and two lines or “bands” that are spaced at a certain percentage distance from the MA or a certain ATR (Average True Range) value away from the MA.

### Interpretation

Moving average bands are interpreted as follows:

* When the price approaches the upper band, the asset is considered overbought.
* When the price approaches the lower band, the asset is considered oversold.

## Indicator Triggers:&#x20;

<figure><img src="/files/UpwDpBxpy4NfniLDgSDp" alt="" width="426"><figcaption><p>MA Bands triggers list</p></figcaption></figure>

### Price cross up/down the MA Bands:

<figure><img src="/files/PEhrJiCtJWSEKvyHJA2m" alt="" width="563"><figcaption><p>We want to short (sell) when the price breaks above the upper moving average band.</p></figcaption></figure>

<figure><img src="/files/AHBRR5Biu4ZXBvqoFMXj" alt=""><figcaption><p>The short signal is triggered right after the price breaks above and the candle closes above the band.</p></figcaption></figure>

### Price Touch up/down the band:

<figure><img src="/files/nCmyTvcpmE19RKaSmFJQ" alt="" width="563"><figcaption><p>Place a short signal when the price touches the upper band.</p></figcaption></figure>

<figure><img src="/files/yLwzV1JJ4iu1Xj6aLl3P" alt=""><figcaption><p>“At the candle with the white arrow, the price touched the upper band. A short signal is immediately triggered even before the current candle closes.”</p></figcaption></figure>

### MA Bands distance % / ATR:

It is possible to trade a specific distance (in % or ATR) of the price relative to the lower, upper, or central band.

<figure><img src="/files/scgaS0H57zEb2gSjKEeO" alt="" width="563"><figcaption><p>Place a short signal as soon as the upper band is below the price at a distance between 1 and 4% or between 1 and 4 ATR.</p></figcaption></figure>

<figure><img src="/files/bIKqKz2BH6R6gL7CSwCJ" alt=""><figcaption><p>When the upper band moves away from the price by a distance of [1%-4%], a short signal is triggered.</p></figcaption></figure>

This trigger works exactly the same way with the distance ATR. (ATR setup is in indicator settings menu)

## Touch Band <a href="#touch-vwap-line" id="touch-vwap-line"></a>

This trigger works in exactly the same way with the ATR distance. (The ATR configuration can be found in the indicator’s settings menu).

<figure><img src="/files/4NkfB5vX1N3FW0R1U1aZ" alt="" width="375"><figcaption><p>A buy signal will be triggered if the price touches the lower MA band.</p></figcaption></figure>

<figure><img src="/files/5mTmxJ4BrxKYMCW1CRVw" alt="" width="563"><figcaption><p>A buy signal is triggered when the price touches the lower MA band.</p></figcaption></figure>

## Moving Average (MA) Tips :&#x20;

* **Choose the right type of moving average**: The main types of moving averages include the simple moving average (SMA), the exponential moving average (EMA), and the weighted moving average (WMA). Experiment with different types to find the one that works best with your trading strategy.
* **Determine the width of the bands (distance between the bands)**: The width of the bands around the moving average is crucial, as it determines the level of volatility you want to capture. Wider bands capture more volatility but may result in more false signals, while narrower bands provide fewer signals but are more reliable.
* The MA Band indicator can generate many triggers, especially over short periods. A good combination with it is a **volatility indicator** such as ATR to filter which trades are worth taking.


---

# 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.runbot.io/indicators/runbot-indicators/ma-bands.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.
