# Alerts

### Overview

Alerts in the AstraAlgo Indicator are designed to keep traders informed of key market movements in real time.&#x20;

They notify you whenever a significant trading signal appears on your chart, ensuring you can act promptly even when you’re away from TradingView.

***

### Built-In Alerts

{% hint style="danger" %}

#### IMPORTANT!

For best results, set your alerts to **Once Per Bar Close**. This ensures alerts are only sent for confirmed signals.
{% endhint %}

#### Bullish Signal Alert

This alert triggers whenever a new bullish entry signal occurs.&#x20;

It is designed for traders who want to be notified of potential long opportunities as soon as they are confirmed.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FKw7gskJMXg6dBCWmxevT%2F11.PNG?alt=media&#x26;token=89f796f5-3493-4d21-bfc5-3a6a8be6ab9c" alt=""><figcaption></figcaption></figure>

#### Bearish Signal Alert

This alert triggers whenever a new bearish entry signal occurs.&#x20;

It helps traders catch potential short opportunities promptly.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FlTwBL1kP8QleQ4S5pJYq%2F12.PNG?alt=media&#x26;token=84c3a37e-215e-4ac6-801b-9dc70e17d6c9" alt=""><figcaption></figcaption></figure>

#### Any Signal Alert

This alert triggers on either a bullish or bearish signal.&#x20;

It is useful for traders who want to monitor all signal activity without setting separate alerts for each direction

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2F4pCTAAgWY0qYth9ekOiG%2F13.PNG?alt=media&#x26;token=15a4bb8f-cb2c-42fd-9f38-fda630561da3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

#### Usage Tips

Creating alerts with your chosen [Signal Mode](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/signal-modes) and [Filters](https://docs.astraalgo.com/toolkits/indicator/signals-and-alerts/filters) ensures notifications are accurate, relevant, and aligned with your trading approach.
{% endhint %}

***

For detailed explanations of each setting, visit the Settings Glossary.

{% content-ref url="../../../resources/materials/settings-glossary" %}
[settings-glossary](https://docs.astraalgo.com/resources/materials/settings-glossary)
{% endcontent-ref %}

***


---

# 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.astraalgo.com/toolkits/indicator/signals-and-alerts/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.
