# Imbalance Concept

Imbalance is the discrepancy between buying and selling pressure, leading to price gaps on the chart due to strong market forces.

<figure><img src="/files/JvYRLNavRjI0ZZK5mw0u" alt=""><figcaption><p>Imbalance concept</p></figcaption></figure>

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

| Method                  | Description                                  |
| ----------------------- | -------------------------------------------- |
| FVG Filters             | Display FVG on the current timeframe.        |
| FVG Signals             | Display when the price touches the FVG zone. |
| Mitigation Type:        |                                              |
| <ul><li>Wick</li></ul>  | Display FVG by wick. (recommended)           |
| <ul><li>Close</li></ul> | Display FVG by close.                        |
| High Timeframe          | Option to display FVG on a higher timeframe. |
| FVG Extend              | Adjust FVG display length to fit the screen. |


---

# 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/imbalance-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.
