# Alerts

## Overview

TradingView offers a built-in alert system, a useful feature that allows you to stay up-to-date on significant changes or movements in the market. We allow users to receive a large variety of customized alerts for our tools and features. Lune Market Analysis has a built-in alert system that allows users to set up multiple alert conditions using just a single TradingView alert. Users can configure this system within the settings of the indicator.

**To use the alert system:**

1. Open your indicator's settings and navigate to the **ANY ALERT() FUNCTION CALL** section.<br>

   <figure><img src="/files/AXudmSApLQ2lFZa2PVz2" alt=""><figcaption></figcaption></figure>
2. Enable the alerts you would like to use.<br>

   <figure><img src="/files/zMRWCDoevgYIGb7wiX1T" alt=""><figcaption></figcaption></figure>
3. Create a TradingView alert, set the condition to **"Any alert() function call"**, and customize your alert message and notifications.<br>

   <figure><img src="/files/jk5p9giaUEjkI6eyEgVs" alt=""><figcaption></figcaption></figure>
4. Create the alert.

## Available Alerts

The following table lists the available alerts and their descriptions.

| Alert Type                   | Description                                                          |
| ---------------------------- | -------------------------------------------------------------------- |
| **Signal: Bullish**          | Triggers when a bullish trade signal is generated by the indicator.  |
| **Signal: Bearish**          | Triggers when a bearish trade signal is generated by the indicator.  |
| **Trade Exit: Bullish**      | Triggers when a bullish trade exit signal is detected.               |
| **Trade Exit: Bearish**      | Triggers when a bearish trade exit signal is detected.               |
| **Swift Trend: Bullish**     | Triggers when the Swift Trend indicator signals a bullish trend.     |
| **Swift Trend: Bearish**     | Triggers when the Swift Trend indicator signals a bearish trend.     |
| **Ultra Trend: Bullish**     | Triggers when the Ultra Trend indicator signals a bullish trend.     |
| **Ultra Trend: Bearish**     | Triggers when the Ultra Trend indicator signals a bearish trend.     |
| **Surge Flow: Bullish**      | Triggers when Surge Flow indicates a bullish market flow.            |
| **Surge Flow: Bearish**      | Triggers when Surge Flow indicates a bearish market flow.            |
| **Vision Pulse: Bullish**    | Triggers when Vision Pulse predicts a potential bullish market move. |
| **Vision Pulse: Bearish**    | Triggers when Vision Pulse predicts a potential bearish market move. |
| **Reversal Clouds: Bullish** | Triggers when the price enters a potential bullish reversal zone.    |
| **Reversal Clouds: Bearish** | Triggers when the price enters a potential bearish reversal 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:

```
GET https://docs.lunefi.com/premium-tradingview-indicators/lune-indicators-suite/lune-market-analysis/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.
