# CRT Model™

**Candle Range Theory (CRT)** is a framework that treats **every candle as a tradable range**.

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

A candle defines high/low, the next candle often **sweeps** one side (manipulation), **reclaims** back inside, and **distributes** toward the **opposite side** with **50% of the range** as a common first target.

**CRT in one line:** *Define a range → wait for a sweep → trade the reclaim back through the range.*

{% hint style="warning" %}

* This model is designed for educational and analytical purposes to study market structure, trends, and price behavior.
* It does not provide trading signals and should not be used as a substitute for independent analysis or proper risk management.
* The model is timeframe - and symbol-agnostic, automatically adapting to any market, asset, or chart it is applied to.
  {% 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/crt-model-tm.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.
