# Liquidity Concept

This feature detects and highlights key liquidity zones.&#x20;

There are two types of liquidity: buy-side liquidity and sell-side liquidity.&#x20;

Buy-side liquidity represents a level on the chart where short sellers would typically place their stop-loss orders.&#x20;

Sell-side liquidity indicates a level on the chart where long-biased traders would set their stop-loss orders.

<div align="left"><figure><img src="/files/ZWOBxy4rQ6EeufmM0GRl" alt=""><figcaption></figcaption></figure></div>

These areas often act as support or resistance levels and can present potential entry opportunities. Some price actions when a Liquidity Zone occurs include the following:

Reversal: Typically, the price may reverse and move in the opposite direction, seeking the opposing liquidity zone.

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

Continuation: When a liquidity zone is broken, it signals that the price action is likely to continue following the prevailing trend.

<div align="left"><figure><img src="/files/yBgdJzPNgpFW6L7oSwJL" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/fY0uy6LZgmYbpa24vXBP" alt=""><figcaption></figcaption></figure></div>

| Method           | Description                                                |
| ---------------- | ---------------------------------------------------------- |
| Liquidity Detect | Display the Liquidity zone in green when the price enters. |
| Lines            | Display the liquidity line on the chart.                   |


---

# 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.mrd-indicators.com/feature/tradingview-indicators/mrd-smart-ranges/liquidity-concept.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.
