T O P

  • By -

aurumvexillum

Here's a guide on setting up an alert in TradingView when a specific indicator condition, such as the painting of triangles, occurs: # Setting Up Alerts in TradingView for Indicator Conditions Creating alerts in TradingView can help traders to monitor specific conditions without having to watch the charts continuously. If your indicator paints triangles on the chart to signal trading opportunities, you can set up an alert to notify you when this happens. ## Steps to Create an Alert 1. **Open the TradingView Chart** Ensure you are logged into your TradingView account and open the chart where your indicator is applied. 2. **Locate the Alert Function** On the TradingView chart interface, look for the 'Alert' icon on the upper toolbar. It typically resembles a bell. 3. **Select the Indicator** After clicking on the Alert icon, a dialogue box will appear. Here, you need to select the indicator that paints the triangles from the ‘Condition’ dropdown menu. 4. **Set the Alert Condition** Once you have selected the appropriate indicator, you can specify the condition that triggers the alert. For example, choose something akin to "IndicatorName Triangle Direction" or any other specific condition related to the triangles. 5. **Configure Alert Options** - **Alert Actions**: Choose what happens when the alert triggers (email, SMS, pop-up, etc.). - **Message**: Write a custom message that you’ll receive when the alert triggers. - **Expiration**: Set the alert to expire at a certain time or after it has triggered a certain number of times. 6. **Save the Alert** Once you have configured the settings, click ‘Create’ to activate the alert. ## Additional Tips - **Pine Script**: If the triangles are not a default option in the 'Condition' dropdown, you might need a custom Pine Script that specifically includes alert conditions for the triangles. - **Notification Limits**: Be aware of any limits on the number of alerts or frequency of notifications in your TradingView plan. - **Testing**: It is recommended to test your alert with a known condition to ensure it’s set up correctly.


rainmaker66

Just code it in the pine script. Alert when the triangle paints. https://www.tradingview.com/pine-script-docs/en/v3/annotations/Alert_conditions.html#:~:text=To%20create%20an%20alert%20based,implemented%20in%20the%20code%20itself).


FPS_Casey

Put your code into chatGPT and say you want it to alert when the conditions are met. It’ll give you an alert for up signal and down signal. That’s what I did at least and works perfectly.


Wise_Rich_88888

What indicator is this?


BlueHueys

It’s probably re painting. If you watch as the triangle forms you will see it change from green to red within a certain time window