> 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/unicorn-model-tm/timeframe-pairing.md).

# Timeframe Pairing

Timeframe pairing is critical to successfully executing the ICT Unicorn Model. This involves combining **higher timeframe analysis** (for directional bias and key levels) with **lower timeframe execution** (for precision entries and risk management).

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

The Unicorn Model supports the following timeframe pairing:

<table><thead><tr><th width="154.3515625">Timeframe</th><th>Description</th></tr></thead><tbody><tr><td>Automatic</td><td>Automatically selects the best timeframe pairing based on current timeframe.</td></tr><tr><td>15s - 5m</td><td>Ultra-fast scalping; micro to short-term trend detection.</td></tr><tr><td>1m - 5m</td><td>Fast intraday trades; ideal for scalping and quick setups.</td></tr><tr><td>2m - 15m</td><td>Short-term scalping to early intraday momentum.</td></tr><tr><td>3m - 30m</td><td>Intraday view with mid-term setup confirmation.</td></tr><tr><td>5m - 60m</td><td>Strong intraday to multi-hour trend tracking.</td></tr><tr><td>15m - 1H</td><td>Good for day trading; balances entry and confirmation.</td></tr><tr><td>30m - 3H</td><td>Mid-term trend analysis; swing trade positioning.</td></tr><tr><td>1H - 4H</td><td>Popular for swing trades; broader trend confirmation.</td></tr><tr><td>4H - 1D</td><td>Higher timeframe swing to weekly trend setups.</td></tr><tr><td>1D - 1W</td><td>Position trading; tracks long-term market trends.</td></tr><tr><td>1W - 1M</td><td>Long-term investment view; monthly trend strength.</td></tr><tr><td>1M - 6M</td><td>Macro trend overview; strategic investment horizon.</td></tr><tr><td>Custom</td><td>A user-defined timeframe for flexible and personalized analysis.</td></tr></tbody></table>

The Unicorn Model relies on this multi-timeframe approach to align institutional intent with intraday setups.


---

# 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/unicorn-model-tm/timeframe-pairing.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.
