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

# Alerts

### Stay Informed <a href="#user-content--stay-informed" id="user-content--stay-informed"></a>

You don't need to stare at the chart all day. Interbank Price Action™ comes with a comprehensive alert system that pushes notifications to your phone, email, or webhook when key events occur.

### Comprehensive Alert List <a href="#user-content--comprehensive-alert-list" id="user-content--comprehensive-alert-list"></a>

Below is the complete list of alert messages you may receive, depending on your settings:

#### Market Structure <a href="#user-content-market-structure" id="user-content-market-structure"></a>

* **Structue Break**: `Bullish BOS` / `Bearish BOS`
* **Character Change**: `Bullish CHOCH` / `Bearish CHOCH`
* **Complex**: `Bullish CHOCH+` / `Bearish CHOCH+`

#### Swing Points <a href="#user-content-swing-points" id="user-content-swing-points"></a>

* **Swing Structure**: `Bullish Swing BOS` / `Bearish Swing BOS`
* **Swing CHoCH**: `Bullish Swing CHOCH` / `Bearish Swing CHOCH`

#### Institutional Blocks <a href="#user-content-institutional-blocks" id="user-content-institutional-blocks"></a>

* **Order Block**: `Bullish Order Block` / `Bearish Order Block`
* **Swing OB**: `Bullish Swing Order Block` / `Bearish Swing Order Block`
* **Breaker**: `Bullish Breaker Block` / `Bearish Breaker Block`
* **Mitigation**: `Candle Entering in a Bullish Order Block` / `Candle Entering in a Bearish Order Block`

#### Imbalances (Gaps) <a href="#user-content-imbalances-gaps" id="user-content-imbalances-gaps"></a>

* **Fair Value Gap**: `Bullish FVG` / `Bearish FVG`
* **Inversion FVG**: `Bullish IFVG` / `Bearish IFVG`
* **Volume Imbalance**: `Bullish VI` / `Bearish VI`
* **Opening Gap**: `Bullish OG` / `Bearish OG`
* **Balanced Price Range**: `Bullish BPR` / `Bearish BPR`

#### Liquidity & Patterns <a href="#user-content-liquidity--patterns" id="user-content-liquidity--patterns"></a>

* **Liquidity Sweep**: `Bullish Liquidity Print` / `Bearish Liquidity Print`
* **Equal Highs/Lows**: `EQH` (Equal Highs) / `EQL` (Equal Lows)
* **Swing Failure**: `Bullish SFP` / `Bearish SFP`
* **Wyckoff Zones**: `Accumulation Zone` / `Distribution Zone`


---

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