> 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/visuals.md).

# Visuals

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

Imbalance Concepts share the core drawing modes with Block Concepts, but include an exclusive dynamic mode tailored specifically for tracking market gaps:

1. **Basic Mode:** Draws a clean, shaded rectangular box highlighting the entire imbalance zone.
2. **OTE Mode (Optimal Trade Entry):** Highlights the "Optimal Trade Entry" area within the imbalance. Includes the **Show OTE Box** toggle.
3. **Quadrants Mode:** Divides the imbalance into four equal horizontal sections to monitor exactly how deep price pushes into the gap.
4. **Profile Mode:** Displays a visual distribution profile indicating activity during the imbalance's formation.
5. **Fill Mode&#x20;*****(Exclusive to Imbalance Concepts)*****:** Dynamically illustrates the mitigation of an imbalance. As price action retraces into a Fair Value Gap or other imbalance, the visual box updates in real-time to show only the remaining, unfilled portion of the gap.

### Additional Features <a href="#user-content-additional-features-1" id="user-content-additional-features-1"></a>

* **Dynamic History:** Unlike persistent blocks, imbalances like FVG, IFVG, BPR, and OG are automatically removed from the chart once they are fully filled, ensuring your workspace remains clean and relevant.
* **Consequent Encroachment (Mean Line):** Toggle the **Show Mean** setting to draw the critical 50% midpoint line of the imbalance.
* **Hide Overlap:** Removes overlapping imbalances from view.
* **Advanced Styling & Labels:** Fully configure borders and text labels (e.g., "-FVG").
* **Extend:** Extend the imbalances to the current candle for easy visibility.


---

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