Creating and Managing Watchlist Alerts on TradingView

5 min read

This guide provides a detailed walkthrough of using the Watchlist and Alerts features in TradingView.

1. Accessing the Watchlist #

  1. Open TradingView:
    • Go to TradingView.com.
    • If you’re not logged in, click “Sign In” in the top-right corner and enter your credentials.
    • If you don’t have an account, click “Sign Up” and follow the prompts to create one.
  2. Open a Chart:
    • In the top-left corner, click the “Chart” tab to open a new chart.
    • In the search bar at the top of the screen, type the symbol you want to analyze (e.g., NQ, AAPL, SPX).
    • As you type, a dropdown menu will appear with matching symbols. Select the correct symbol from the list.
    • If the symbol doesn’t appear, ensure you’ve typed it correctly or check if it’s supported by TradingView.
  3. Locate the Watchlist Icon:
    • On the right side of the chart, look for the “Watchlist Details and News” icon. It is represented by a list icon with horizontal lines and a small news icon next to it.
    • If you don’t see it, ensure your chart layout is set to the default view. You can reset the layout by clicking the “Layout” menu at the top-right corner and selecting “Reset Layout.”
  4. Open the Watchlist Panel:
    • Click the “Watchlist Details and News” icon. This will open a panel on the right side of the screen, displaying your current watchlist (if any).

2. Creating a Watchlist #

  1. Open the Watchlist Panel:
    • Click the “Watchlist Details and News” icon to open the panel.
  2. Add Symbols to the Watchlist:
    • Click the “+” (plus) button at the top of the watchlist panel. This button is located next to the watchlist name.
  • A text box will appear. Type the symbol you want to add (e.g., NQ, AAPL, SPX).
  • As you type, a dropdown menu will appear with matching symbols. Select the correct symbol from the list.
  • If the symbol doesn’t appear, ensure you’ve typed it correctly or check if it’s supported by TradingView.
  • Repeat this process to add multiple symbols to your watchlist.
  1. Create a New Watchlist:
    • Click the dropdown menu at the top of the watchlist panel. This menu displays the name of your current watchlist (e.g., “Main Watchlist”).
    • Select “Create New List.”
    • A pop-up window will appear. Enter a name for your watchlist (e.g., “Day Trading List,” “Key Indexes”).
    • Click “Create.”
  1. Switch Between Watchlists:
    • Use the same dropdown menu to switch between different watchlists you’ve created.
    • For example, if you have a “Day Trading List” and a “Key Indexes” list, you can toggle between them using this menu.

3. Creating Alerts on a Watchlist #

  1. Open the Alert Menu:
    • In the watchlist panel, click the “Create Alert on the List” button. This button is located near the top of the panel, next to the watchlist name.
  • This will open the alert creation menu with all the symbols in your watchlist pre-selected.
  1. Set Alert Conditions:
    • Condition Type: By default, the condition is set to “Price.” You can change this by clicking the dropdown menu next to “Condition.”
      • Price: Alerts based on price movements.
      • Technical Indicators: Alerts based on indicators like moving averages, RSI, etc.
  1. Choose Time Intervals:
    • Click the “Time Interval” dropdown menu to select the chart timeframe for the alert.
      • Options include  5 minutes, 1 hour, 4 hours, 1 day, etc.
  1. Configure Trigger Options:
    • Click the “Trigger” dropdown menu to choose how the alert triggers:
      • Only Once: The alert triggers once when the condition is met.
      • Once Per Bar: The alert triggers every time a new bar forms and the condition is met.
      • Once Per Bar Close: The alert triggers only at the close of a bar if the condition is met.
      • Once Per Minute: The alert triggers every minute if the condition is met.
  2. Set Expiration:
    • Click the “Expiration” dropdown menu to set an expiration date for the alert.
  3. Customize Alert Name and Message:
    • Alert Name: Enter a custom name for the alert (e.g., “%  Move Alert Example”).
    • Alert Message: Customize the message that will be sent when the alert triggers.
  1. Configure Notifications:
    • Enable notifications for:
      • Desktop: Pop-up notifications on your computer.
      • Mobile App: Notifications on your phone.
      • Email: Email notifications.
    • Webhook: Enter the webhook URL if you want to send the alert to a chat group, website, or app.
  1. Create the Alert:
    • Once all settings are configured, click the “Create” button to activate the alert.

4. Managing and Editing Alerts #

  1. View Alerts:
    • Click the “Alerts” icon at the top of the chart to open the alerts menu.
  1. Edit Alerts:
    • Hover over an alert and click the “Edit” button to modify its settings.
  1. Check Alert Status:
    • In the watchlist panel, look for the clock icon next to the watchlist name. This indicates that alerts are active for that watchlist.

5. Advanced Features #

  1. Pine Script Alerts:
    • Open the Pine Script Editor by clicking “Pine Editor” at the bottom of the chart.
    • Write a custom script to define specific alert conditions.
    • Use the alertcondition() function to create alerts based on your script.
    • Save the script and apply it to your chart.
  1. Webhook Integration:
    • In the alert creation menu, enter the webhook URL for your app, website, or chat group.

6. Conclusion #

This guide covers all essential features for setting up and managing Watchlist Alerts on TradingView. Let me know if you need refinements or additional sections!

For further reference, check the official TradingView support page:

 Watchlist Alerts – TradingView Support