# Alerts

Momentum Concepts offers specialized alerts for trend shifts, signals, and statistical reversal signatures.

### Available Alert Types

1. **Momentum Signals**:
   * **Any Buy Signal**: Triggered when any level of buy signal (L1, L2, or L3) occurs.
   * **Any Sell Signal**: Triggered when any level of sell signal (L1, L2, or L3) occurs.
2. **Reversal Probabilities**:
   * **Bottom Probability**: Triggered when the KNN Bottom Reversal Engine confirms a bottoming pattern.
   * **Top Probability**: Triggered when the KNN Top Reversal Engine confirms a topping pattern.

### Advanced Alert Strategy

For maximum efficiency, you can set an alert on the **Any Alert() function call**. This will send a notification for:

* Standard, Strong, and Elite signals.
* Confirmed machine-learning reversals.

### Alert Content

Alerts are pre-configured with descriptive text (e.g., "Momentum Buy Signal (L2) detected") so you can identify the setup directly from your mobile device or desktop notification without opening the chart.

### Frequency

Most alerts are set to **Once Per Bar Close**. This is essential for KNN and Signal analysis to ensure the bar has finished calculating and the momentum transition is sustained.


---

# 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.candelacharts.com/oscillators/momentum-concepts/alerts.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.
