> 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/interbank-price-action-tm/liquidity.md).

# Liquidity

Liquidity is the fuel of the market. Price constantly seeks areas where orders are resting to facilitate large institutional transactions. Identifying these pools of liquidity helps you anticipate where price is likely to go.

### Equal Highs & Lows (EQH / EQL) <a href="#user-content-equal-highs-lows-eqh-eql" id="user-content-equal-highs-lows-eqh-eql"></a>

One of the most common retail patterns is the "Double Top" or "Double Bottom". While retail traders see these as reversal patterns and place their stops just above/below them, institutions see them as liquidity pools to target.

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

#### How It Works <a href="#user-content-how-it-works" id="user-content-how-it-works"></a>

We scan for Swing Highs or Lows that are relatively equal in price.

* **EQH (Equal Highs)**: Price forms two or more peaks at the same level. Likely to be swept to the upside.
* **EQL (Equal Lows)**: Price forms two or more troughs at the same level. Likely to be swept to the downside.

#### Modes <a href="#user-content-modes" id="user-content-modes"></a>

* **Short Term**: Detects recent, minor equal highs/lows. Good for scalping.
* **Intermediate Term**: Detects more significant levels. Good for day trading.
* **Long Term**: Detects major levels that may take days or weeks to revisit.

### Buy Side & Sell Side Liquidity <a href="#user-content--buy-side--sell-side-liquidity" id="user-content--buy-side--sell-side-liquidity"></a>

This visualizes the liquidity resting above old highs (Buy Side) and below old lows (Sell Side).

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

* **Buy Side Liquidity (BSL)**: Stops from short sellers are located above old highs. When price sweeps BSL, short sellers are stopped out (buying back their positions), providing liquidity for institutions to sell into.
* **Sell Side Liquidity (SSL)**: Stops from long buyers are located below old lows. When price sweeps SSL, long buyers are stopped out (selling their positions), providing liquidity for institutions to buy into.

#### Visualization <a href="#user-content-visualization" id="user-content-visualization"></a>

* **Lines**: Draws lines extending from the highs/lows.

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

* **Areas**: Highlights the zone above/below the levels.

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

* **Volume**: We estimate the volume profile within these liquidity pools to gauge their significance.

### Liquidity Prints <a href="#user-content--liquidity-prints" id="user-content--liquidity-prints"></a>

Ever see a candle wick aggressively take out a level and then snap back? That's a Liquidity Print.

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

* **Detection**: Highlights specific candles that swept a key liquidity level (Swing High/Low).
* **Usage**: These are often excellent entry triggers. If price sweeps a level and closes back inside the range, it signals a potential reversal (see **Swing Failure Pattern**).


---

# 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/interbank-price-action-tm/liquidity.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.
