# SMA MTF (MultiTimeFrame)

#### Description <a href="#description_68" id="description_68"></a>

The SMA MTF – as is true for the other multi-timeframe indicator variations – allows traders to display the SMA of a specific timeframe on a chart of a different timeframe.

See [*BollingerMTF*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#bollingermtf), [*EmaMTF*](https://agenatrader.github.io/AgenaIndicator-documentation/indicators_oscillators/#ema-mtf-multitimeframe).

#### Visualization <a href="#visualization_63" id="visualization_63"></a>

The image shows a 5-minute chart with an SMA (14) calculated on 4-hour bars

![SMA MTF (MultiTimeFrame)](https://agenatrader.github.io/AgenaIndicator-documentation/media/SMAmtf.jpg)


---

# 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://indicators.agenatrader.com/standard-indicators/moving-averages/sma-mtf-multitimeframe.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.
