# 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 Oscillator 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/3SQXcjcbig7VxvPXGbB3" alt=""><figcaption></figcaption></figure>
2. Enable the alerts you would like to use.<br>

   <figure><img src="/files/Lok6RXVFyfBM3QUzLr5D" 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/qfxURtn9uIvj7APDcpOU" alt=""><figcaption></figcaption></figure>
4. Create the alert.

## Available Alerts

The following table lists the available alerts and their descriptions.

| Alert Type             | Description                                                                               |
| ---------------------- | ----------------------------------------------------------------------------------------- |
| Oscillator: Bullish    | Triggers when the main oscillator crosses above the zero line.                            |
| Oscillator: Bearish    | Triggers when the main oscillator crosses below the zero line.                            |
| Trend AI: Bullish      | Triggers when the Trend AI detects the start of a bullish trend.                          |
| Trend AI: Bearish      | Triggers when the Trend AI detects the start of a bearish trend.                          |
| Volatility AI: Bullish | Triggers when the Volatility AI detects potential for significant bullish price movement. |
| Volatility AI: Bearish | Triggers when the Volatility AI detects potential for significant bearish price movement. |
| Money Flow: Bullish    | Triggers when the Money Flow indicator signals a bullish phase.                           |
| Money Flow: Bearish    | Triggers when the Money Flow indicator signals a bearish phase.                           |
| Smart Flow: Bullish    | Triggers when the Smart Flow indicator detects bullish institutional activity.            |
| Smart Flow: Bearish    | Triggers when the Smart Flow indicator detects bearish institutional activity.            |
| Reversal: Bullish      | Triggers when the Trade Copilot detects a potential bullish reversal.                     |
| Reversal: Bearish      | Triggers when the Trade Copilot detects a potential bearish reversal.                     |
| Impulse: Bullish       | Triggers when the Trade Copilot predicts a significant bullish impulse move.              |
| Impulse: Bearish       | Triggers when the Trade Copilot predicts a significant bearish impulse move.              |


---

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