> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/models/amd-model/timeframe-mapping.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.candelacharts.com/models/amd-model/timeframe-mapping.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
