> 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/crt-model-tm/time-filter.md).

# Time Filter

The Candle Range Theory (CRT) Model incorporates various times when the CRT can occur, each designed to analyze market trends at different levels of granularity.

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

These specific times enable traders and investors to capture key price movements and shifts in market dynamics, offering insights across both short-term and long-term perspectives.

The CRT model supports the following times when the CRT can happen:

### 4-Hour CRT

<table><thead><tr><th width="163.7265625"></th><th></th></tr></thead><tbody><tr><td>1-5-9 (AM/PM)</td><td>Captures early market trends setting the tone for the trading day.</td></tr><tr><td>2-6-10 (AM/PM)</td><td>Analyzes market shifts after the early session and pre-midday changes.</td></tr></tbody></table>

### 1-Hour CRT

<table><thead><tr><th width="163.234375"></th><th></th></tr></thead><tbody><tr><td>8-9-10 (AM/PM)</td><td>Reflects late-market movements, influenced by global markets' closing.</td></tr><tr><td>2-3-4 (AM/PM)</td><td>Focuses on overnight consolidation and early morning trend shifts.</td></tr><tr><td>7-8-9 (AM/PM)</td><td>Tracks early morning market activity before the official opening.</td></tr></tbody></table>

By using these pairings, the CRT provides a comprehensive framework for market analysis across multiple timeframes, enabling users to adapt their approach based on specific trading objectives.


---

# 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/crt-model-tm/time-filter.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.
