# TradingView Alerts?

Combined Alerts

The combined alert is a single alert that incorporates multiple conditions. This allows bypassing the limit of one alert for free TradingView users.

Creating Combined Alerts In order to create a combined alert go to the Angel Algo settings, and scroll down to the Combined Alert section. Toggle all the conditions you want to include in your Combined Alert. Now create a new alert, in the first Condition drop-down menu select the Angel Algo indicator, in the second drop-down menu select Combined Alert, you can then create the alert.

Updating Combined Alerts If you already set a combined alert and want to change the indicator settings or want to change the set of conditions included in your Combined Alert. You need to delete the existing alert, make all changes in the Angel Algo settings and just create a new Combined Alert as described in the previous section.

<figure><img src="/files/pLmwwlsnqmsU9UHZ3vtC" alt=""><figcaption></figcaption></figure>

### Conditions for Activation

Users have the option to specify the conditions that trigger an alert through the condition menu. Here, they can select indicators and define a set of rules governing the alert trigger. The second dropdown menu determines the specific alert trigger conditions, while the other dropdown controls the elements or plots utilized for the conditions.

{% hint style="info" %} <mark style="color:purple;">Indicators generate plots, which are visual representations used to establish alert conditions. Plots visualize series of values, conditions, and other data. It's important to note that indicators may produce multiple plots.</mark>
{% endhint %}

Below are the explanations for the available conditions to set custom alerts:

1. **Price**: Trigger the alert based on specific price movements, such as crossing a certain threshold or reaching a particular level.
2. **Indicator**: Set the alert condition based on the behavior of an indicator, such as crossing over or under a certain value.
3. **Time**: Trigger the alert at a specific time or within a designated time frame.
4. **Volume**: Set the alert based on changes in trading volume, such as volume spikes or decreasing volume.
5. **Pattern**: Trigger the alert when a predefined chart pattern appears, such as triangles, head and shoulders, or flags.
6. **Custom Expression**: Define a custom mathematical expression to trigger the alert based on specific criteria.

These conditions provide flexibility for users to create custom alerts tailored to their trading strategies and preferences.

### Place Holders

<figure><img src="/files/UyfPC2AWXTgztxEIqsen" alt=""><figcaption></figcaption></figure>

Placeholders enable the retrieval of variable values in an alert message. These variables may include the closing price of a symbol (`{{close}}`), the timeframe of the chart where the alert is set (`{{interval}}`), and even the value of an indicator. You can achieve this by utilizing the `{{plot("Name")}}` placeholder, where `"Name"` represents the desired plot name for the value to be returned in the alert message.&#x20;

{% hint style="info" %} <mark style="color:purple;">Please be aware that the</mark> <mark style="color:purple;"></mark><mark style="color:purple;">`plot("Name")`</mark> <mark style="color:purple;"></mark><mark style="color:purple;">function must be included as part of the indicator chosen in the alert condition.</mark>
{% endhint %}

## Warning Message

<figure><img src="/files/irJ7a0KO4tYsKGGhLdBK" alt=""><figcaption></figcaption></figure>

When setting up alerts with certain indicators like the Angel Algo indicator, you may encounter a warning message. This occurs due to internal Pinescript functions utilized in the script that might exhibit repainting behavior under certain configurations.

It's important to note that the alerts generated by the AngelAlgo indicators do not repaint. Therefore, you can proceed by clicking on "continue anyway."

(Insert Picture Of Angel Algo Premuim Alerts setup)


---

# 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://angel-algorithm.gitbook.io/angelalgo/getting-started/tradingview-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.
