# Timeframe Mapping

One of the most powerful features of the AMD Model is its ability to map **Higher Timeframe (HTF)** structure onto your **Lower Timeframe (LTF)** entry chart.

However, not every pairing works well. You want a balance: enough detail on the LTF to see the structure form, but not so much noise that the HTF context gets lost.

{% hint style="danger" %}
The AMD Model does not provide any built-in or automatic mapping between specific timeframes. Instead, the suggested timeframes are recommendations based on practical experience and observation. They are proposed because they tend to align well with the structure, logic, and intended application of the model. However, they remain flexible guidelines rather than fixed rules. Traders and analysts are free to adapt the timeframes to suit their own strategies, markets, and objectives, as long as they preserve the underlying principles and internal coherence of the AMD framework.
{% endhint %}

Here are the **recommended pairings** to get the best results:

| If your LTF (Entry) is...   | Use this HTF (Context)...          |
| --------------------------- | ---------------------------------- |
| **15 seconds - 30 seconds** | **1 Hour (1H)**                    |
| **1 minute - 2 minutes**    | **4 Hours (4H)**                   |
| **3 minutes - 5 minutes**   | **8 Hours (8H)** or **Daily (1D)** |
| **15 minutes**              | **Weekly (1W)**                    |

#### Why these pairings?

* **The "Factor of 4-8":** Generally, multiplying your LTF by 60-120 gives a solid HTF candle to track.
* **Intraday Structure:** For day trading, mapping the **4H** candle onto a **1m** chart is a favorite among professionals. It lets you see the 4-hour candle build itself bar-by-bar.
* **Swing Trading:** Using the **Daily** or **Weekly** HTF on a **15m** chart helps you catch major market reversals.

{% hint style="info" %}
Experiment with these pairings to find the rhythm that suits your trading style.
{% endhint %}


---

# 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.candelacharts.com/models/amd-model/timeframe-mapping.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.
