> 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/statistics/ohlc-expansion-map/alerts.md).

# Alerts

Stay on top of every institutional move with real-time **Alerts**. The OHLC Expansion Map allows you to monitor critical behavioral levels even when you are away from your screen.

### Alert Conditions

The indicator is programmed to trigger alerts when price crosses any of the following key levels:

#### 1. Manipulation Zone Entry

Triggered when price enters the Resistance 1 (\[-M]) or Support 1 (\[+M]) zones. This notifies you that a "fake-out" or institutional accumulation/manipulation phase is potentially starting.

#### 2. Distribution Target Hit

Triggered when price reaches the Resistance 2 (\[+D]) or Support 2 (\[-D]) extremes. These are your primary targets or potential reversal areas.

#### 3. Open Price Cross

Notifies you when price returns to the "equilibrium" (the opening price) after an expansion or manipulation phase.

#### 4. Volatility Expansion

Alerts for price entering the ATR-based Volatility Box, signaling potential exhaustion.

### Setting up Alerts in TradingView

1. Click the **Alerts** icon in the TradingView sidebar.
2. Select **CandelaCharts - OHLC Expansion Map** as the "Condition."
3. Choose the specific alert message from the dropdown (e.g., `{{strategy.order.alert_message}}` or use the default message).
4. Set your notification preferences (Pop-up, Email, Webhook, Mobile app).

### Dynamic Placeholders

The indicator uses dynamic strings to provide detailed information in your alert messages:

* **Timeframe:** Identifies which timeframe (1D, 4H, etc.) triggered the alert.
* **Session/Macro Name:** Identifies the specific session or macro (e.g., "London Open").
* **Level Type:** Clearly states whether it was a Manipulation or Distribution level.
* **Price:** Includes the exact price level at the time of the trigger.


---

# 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/statistics/ohlc-expansion-map/alerts.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.
