> 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/new-week-opening-gap.md).

# New Week Opening Gap

The ICT New Week Opening Gap (NWOG) refers to the price gap between the closing price on Friday at 4:59 PM EST and the opening price on Sunday at 6:00 PM EST. This gap typically forms due to external factors such as geopolitical events, economic news, or unexpected developments over the weekend, which can lead to significant price shifts when the market reopens.

<figure><img src="/files/36MxVORhn4kzrH1kQZVi" alt=""><figcaption></figcaption></figure>

The NWOG highlights a period where **no trading activity occurs**—from the Friday market close to the Sunday market open—creating a **liquidity void**. This gap represents a disconnection in price action and is considered a **fair value gap** by ICT (Inner Circle Trader) standards.

To identify a NWOG:

* Mark the **Friday closing price at 4:59 PM EST**.
* Mark the **Sunday opening price at 6:00 PM EST**.
* The difference between these two price levels is the **New Week Opening Gap**.

This gap often acts as a **magnet for price**, with the market typically revisiting and "filling" it as part of price rebalancing.

### Consequent Encroachment of NWOG

The **Consequent Encroachment** is the **50% retracement level** of the NWOG and is known to be one of the most reactive price levels. It frequently serves as a point of **support, resistance, or reversal**.

To measure it:

* Use the **Fibonacci retracement tool** with levels set at **0, 0.5, and 1**.
* Apply it from the **low to high of the NWOG**.
* The **0.5 level** represents the **midpoint**, or **consequent encroachment**, which traders monitor for potential reactions.

### Why Do ICT NWOGs Occur?

Because the market is closed during the weekend, any impactful event—such as **wars, natural disasters, or changes in economic policy**—can cause price to open significantly higher or lower than where it closed on Friday. This dislocation results in a visible price gap at the weekly open, creating an **imbalance** that the market often seeks to correct.

### How to Use ICT NWOG

According to ICT principles, traders should mark at least **four recent weekly opening gaps** on their charts. These NWOGs can provide:

* **Fair value references**
* **Support and resistance levels**
* **Liquidity draw zones**
* **Areas of price accumulation or rejection**

By incorporating NWOG analysis into your trading strategy, you can gain deeper insight into institutional behavior and improve your market timing.


---

# 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/new-week-opening-gap.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.
