> For the complete documentation index, see [llms.txt](https://angel-algorithm.gitbook.io/angelalgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://angel-algorithm.gitbook.io/angelalgo/toolkits/angel-algo-toolkit-pro-tm/s-r-order-block.md).

# S/R Order Block

## S/R Order Blocks&#x20;

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

The indicator doesn't search for imbalances in the conventional manner, which typically involves a lack of trades between two price levels. Instead, it detects rapid shifts away from important levels, indicating potential areas of imbalance. By analyzing crossovers, cross-unders, pivot points, and comparing highs/lows within the same timeframe, traders can uncover undervalued or overvalued zones. These inferred imbalances are essential for traders seeking price levels where significant market movements may occur.

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

**Operation Mechanics** *Bullish*

* **Crossing Above Pivot High:** When the closing price of a bar exceeds a pivot high, it signals buyer dominance and an upward price trend.
* **New Low in the Same Period:** If a lower low occurs within the same period as the pivot high, it suggests a retracement from a high point, possibly resulting in a price gap as the price swiftly rebounds.

*Bearish*

* **Crossing Below Pivot Low:** A closing price below a pivot low indicates seller control and a downward price trend.
* **New High in the Same Period:** A higher high within the same period as the pivot low indicates a market rally to a new high before a decline below the pivot low, potentially causing a downside price gap.

**Utilization Approach** Enhanced order blocks are frequently revisited, providing potential entry or exit points as prices may attempt to "fill" the imbalance created by rapid price movements. This strategy leverages the concept that market imbalances are often revisited, enhancing trading confluence when combined with the order block concept.

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

### Heat Map

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

The heatmap displayed offers a comprehensive visual representation, effectively illustrating the strength and significance of the order block. Utilizing color gradients and intensity variations, it provides traders with a clear and detailed understanding of the order block's magnitude within the market context. This visual aid serves as a valuable tool for assessing the level of support or resistance offered by the order block, allowing traders to make informed decisions based on the prevailing market dynamics.


---

# 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://angel-algorithm.gitbook.io/angelalgo/toolkits/angel-algo-toolkit-pro-tm/s-r-order-block.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.
