Create TradingView
Ⓡ
Indicator
Alert1. Select signal order type
The Indicator you use may export several alert conditions. That means you might need to create more than one Alert based on the conditions you want to trigger.
For example, if the Indicator exports signals to open long positions create alert using “Long Open” type.
If that Indicator exports Stop Loss signals create another alert using “Long Close” type.
Create another alert for Take Profit signals using “Long Close” type.
Then create separate alerts for Short related signals.

Indicator Condition | Signal Type |
---|---|
Open long position | |
Close long position | |
Stop Loss for long position | |
Take Profit for long position | |
Open short position | |
Close short position | |
Stop Loss for short position | |
Take Profit for short position |
2. Visit your TradingView
Ⓡ
ChartIndicator must be added on the chart.
Select alarm button.

3. Create Alert
On “Alerts” tab click plus button.

4. Set your Indicator as Condition
On “Settings” tab select your indicator under Condition section.

5. Select Indicator’s targeted alert condition
Indicator’s alert conditions should follow a meaningful naming convention so you understand the purpose of each one.
In this example, “LONG” means “Open Long”, “SHORT” is for “Open Short” and “CLOSE” means “Close opened position”.

6. Set Trigger frequency
Select how often the alert should be triggered. Most common is “Once Per Bar Close”.

7. On “Settings” tab delete default alert message

8. Copy & Paste the generated Alert Message

9. On “Notifications” tab Copy & Paste the generated Webhook Url
Then click “Create” button to finish the setup.
