# Setup Automated Alerts

{% hint style="success" %} <mark style="color:purple;">Simply Algos indicators work with</mark> <mark style="color:purple;"></mark><mark style="color:purple;">**all types of TradingView accounts — including the FREE plan.**</mark>&#x20;

<h4 align="center"><mark style="color:purple;">No separate purchase is required.</mark></h4>
{% endhint %}

In this page, we show you the specifics of how to set up any alert on TradingView in general. If you want to learn how to set up specific alerts on our exclusive tools specifically, you can see the following [video](https://youtu.be/olKQq5XR5S0?t=38). On the TradingView platform, alerts can be created to trigger for any user set condition, such as crosses between two indicators, price entering or exiting a channel…etc. Users can be notified when the condition is trigerred via phone notifications, emails, SMS, and more through webhooks.

## [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#how-to-create-an-alert)How To Create An Alert <a href="#how-to-create-an-alert" id="how-to-create-an-alert"></a>

To create an alert you can:

* Click on the alert button at the top of your chart.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image510.png" alt=""><figcaption></figcaption></figure>

* From the alert manager

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image370.png" alt=""><figcaption></figcaption></figure>

* Using hotkeys `ALT + A` (Windows) or `⌥ + A` (Mac)

## [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#trigger-conditions)How To Create Trigger Conditions <a href="#trigger-conditions" id="trigger-conditions"></a>

Users can select the conditions used to trigger an alert in the condition menu, selecting the indicators and a set of rules used to trigger an alert. The second drop down menu controls the specific alert trigger conditions, while the other drop down controls the elements/plots to be used for conditions.

{% hint style="info" %}
Indicators return plots, which are visual elements that can be used to set the alert condition. Plots are used to visualize series of values, conditions, etc. Note that indicators can return multiple plots.
{% endhint %}

#### [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#crossing%2Fcrossing-up%2Fcrossing-down)Available conditions to set custom alerts are explained below: <a href="#crossing-2fcrossing-up-2fcrossing-down" id="crossing-2fcrossing-up-2fcrossing-down"></a>

### Crossing/Crossing Up/Crossing Down <a href="#crossing-2fcrossing-up-2fcrossing-down" id="crossing-2fcrossing-up-2fcrossing-down"></a>

Crossing conditions are commonly used and allow users to be alerted when two elements cross each other.

Three crossing conditions are available, **Crossing**, **Crossing Up**, **Crossing Down**.

<figure><img src="https://1435523151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGiOM4N2Tp1F8OlSVwHr5%2Fuploads%2FmlkX9zoRd4VdQ6pdtxSr%2FScreenshot%202025-09-01%20at%2010.11.22%E2%80%AFPM.png?alt=media&#x26;token=f2cbdbc3-dce0-4e7b-9040-c7c4fab77e59" alt=""><figcaption></figcaption></figure>

**Crossing** will alert on any crosses between two selected plots/values.

**Crossing Up** will alert only when the first selected element crosses over the second one.

**Crossing Down** will alert only when the first selected element crosses over the second one.

### [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#entering%2Fexiting-channel)Entering/Exiting Channel <a href="#entering-2fexiting-channel" id="entering-2fexiting-channel"></a>

**Entering/Exiting Channels** conditions will trigger when any selected element enter or exit user selected upper/lower bounds.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/enteringChannel.png" alt=""><figcaption></figcaption></figure>

The **Entering Channel** condition will trigger when the element in the first drop-down menu cross-under the selected upper bound or cross-over the selected lower bound.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/exitingChannel.png" alt=""><figcaption></figcaption></figure>

The **Exiting Channel** condition will trigger when the element in the first drop-down menu cross-over the selected upper bound or cross-under the selected lower bound.

### [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#outside%2Finside-channel)Outside/Inside Channel <a href="#outside-2finside-channel" id="outside-2finside-channel"></a>

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/outsideChannel.png" alt=""><figcaption></figcaption></figure>

**Outside/Inside Channels** conditions will trigger when any selected element is outside or within selected upper/lower bounds.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/insideChannel.png" alt=""><figcaption></figcaption></figure>

#### [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#greater%2Fless-than)Greater/Less Than <a href="#greater-2fless-than" id="greater-2fless-than"></a>

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/greaterThan.png" alt=""><figcaption></figcaption></figure>

The **Greater Than** and **Less Than** conditions will trigger when a selected element is greater or less than a selected element or value.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/lessThan.png" alt=""><figcaption></figcaption></figure>

## [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#how-to-use-placeholders)How To Use Placeholders <a href="#how-to-use-placeholders" id="how-to-use-placeholders"></a>

![](https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image257.png)

Placeholders allow for the value of a variable to be returned in an alert message. This variable can be the closing price of a symbol (`{{close}}`), the time frame of the chart the alert is created on (`{{interval}}`), and even the value of an indicator. This is done using the `{{plot("Name")}}` placeholder, where `"Name"` is the name of the plot you want the value to be returned in the alert message. Note that only the first 22 plots in an indicator can be used in placeholders.

{% hint style="info" %}
Note that `plot("Name")` must be part of the indicator selected in the alert condition.
{% endhint %}

### [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#warning-message)Warning Message <a href="#warning-message" id="warning-message"></a>

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image276.png" alt=""><figcaption></figcaption></figure>

When you create an alert using certain indicators such as the Signals & Overlays indicator, you might see a warning message, this is caused by internal Pinescript functions used in the script that may have a repainting behavior when set in a specific way.

The alerts provided by the Simply Algos indicators **do not repaint** and as such, you can click on **continue anyway**.

## [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#managing-alerts)How To Manage Alerts <a href="#managing-alerts" id="managing-alerts"></a>

The alerts manager menu allows you to manage the alerts you have currently set. From there you can create, remove, pause, reactivate, clone, search, sort and edit your alerts. To access the alert manager menu click on the alerts icon represented by an alarm symbol at the top left of the chart.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image370.png" alt=""><figcaption></figcaption></figure>

If you want to remove all your current alerts click on the three horizontal dots at the right of the “add alert” icon, then select “remove all”.

<figure><img src="https://1435523151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGiOM4N2Tp1F8OlSVwHr5%2Fuploads%2FbZ9ocwUzi2171pU1bv4W%2FScreenshot%202025-09-01%20at%2010.15.54%E2%80%AFPM.png?alt=media&#x26;token=7f807a8a-1157-4367-a99d-9ecaee65f6d4" alt="" width="375"><figcaption></figcaption></figure>

For more information on how to manage alerts go [here](https://www.tradingview.com/support/solutions/43000595311-manage-alerts/).

## [​](https://docs.luxalgo.com/docs/getting-started/tradingview-alerts#updating-alerts)How to Update Alerts <a href="#updating-alerts" id="updating-alerts"></a>

It is important to note that if one of the indicator settings is **changed after the alert is created**, then the alert will be **triggered using the old settings**. In order to update an alert go to the alert manager and click on edit.

<figure><img src="https://mintlify.s3.us-west-1.amazonaws.com/luxalgo/public/images/setup-alerts/image.png" alt=""><figcaption></figcaption></figure>

In the first drop-down menu of the **Condition** section, select the second indicator with the same name as the one first used to create the alert you want to update and save the alert.

<figure><img src="https://1435523151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGiOM4N2Tp1F8OlSVwHr5%2Fuploads%2FmlkX9zoRd4VdQ6pdtxSr%2FScreenshot%202025-09-01%20at%2010.11.22%E2%80%AFPM.png?alt=media&#x26;token=f2cbdbc3-dce0-4e7b-9040-c7c4fab77e59" alt=""><figcaption></figcaption></figure>
