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. 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.Documentation Index
Fetch the complete documentation index at: https://docs.luxalgo.com/llms.txt
Use this file to discover all available pages before exploring further.
How To Create An Alert
To create an alert you can:- Click on the alert button at the top of your chart.

- From the alert manager

- Using hotkeys
ALT + A(Windows) or⌥ + A(Mac)
Trigger Conditions
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.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.
Crossing/Crossing Up/Crossing Down




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

Outside/Inside Channel


Greater/Less Than


How To Use Placeholders

{{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.
Note that
plot("Name") must be part of the indicator selected in the alert condition.Warning Message

Managing Alerts
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.

Updating Alerts
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.


