> 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/toolkits/imbalance-concepts-tm/intraday-gaps.md).

# Intraday Gaps

### What are Intraday Gaps?

**Intraday Gaps (IG)** are price inefficiencies that occur within a single trading day on lower timeframes (e.g., 1m, 5m, 15m charts). Unlike opening or weekend gaps that occur between major trading sessions, Intraday Gaps happen while the market is actively open and trading.

<figure><img src="https://3870127617-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCBVnUk5c5TVytimjy972%2Fuploads%2FWRDZht4BT8P4YMS6DWsC%2Fdocs-ic-007.png?alt=media&amp;token=5c7e522a-75cb-4dc1-b5cf-dbeafc1ba991" alt=""><figcaption></figcaption></figure>

These gaps are typically caused by:

* **High-Impact News Events:** Sudden influxes of volume (like CPI, FOMC, or NFP releases) that cause price to jump rapidly, leaving behind unchecked price levels.
* **Low Liquidity Periods:** Fast moves during the lunch hour or algorithmic sweeps that create localized imbalances.
* **Session Transitions:** Rapid repricing when moving from the morning session to the afternoon session.

In the context of ICT principles, an Intraday Gap represents a momentary lack of liquidity where buy and sell orders were not paired efficiently. This creates a "void" that market algorithms will naturally seek to revisit and rebalance later in the session.

### How to Use Intraday Gaps

Intraday Gaps are highly actionable because they often get filled within the same trading session. Traders can use them in the following ways:

#### **1. Draw on Liquidity (DOL) Targets**

When an Intraday Gap forms and price moves away from it, the gap acts as a magnetic target. If you are already in a trade, an unfilled Intraday Gap in your direction is an excellent Take Profit (TP) target. The algorithm will often retrace to "repair" this gap before the session closes.

#### **2. High-Probability Entry Zones (OTE)**

Once price retraces into an Intraday Gap, it serves as a high-probability zone for a continuation trade.

* **Bullish Scenario:** If price surges up leaving a gap below, wait for a retracement down into the gap to go Long.
* **Bearish Scenario:** If price drops sharply leaving a gap above, wait for a retracement up into the gap to go Short.
* **Consequent Encroachment (CE):** The 50% midpoint of the Intraday Gap is often the most sensitive level. Look for price to reject precisely off this CE level for a highly accurate entry.

#### **3. Breakaway Gaps**

If an Intraday Gap forms during a strong trend and price fails to retrace to fill it, it becomes a "Breakaway Gap." This signals immense institutional momentum. You can use the edge of the gap as a trailing stop-loss level, knowing that if price violates the gap, the trend might be exhausting.

{% hint style="info" %}
Combine Intraday Gaps with **Order Blocks** or **Breaker Blocks**. When an Intraday Gap aligns directly with an Order Block (creating a Fair Value Gap inside the block), it creates a high-confluence entry zone that significantly increases the probability of a successful trade.
{% 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/toolkits/imbalance-concepts-tm/intraday-gaps.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.
