> For the complete documentation index, see [llms.txt](https://trnd-bot.gitbook.io/trnd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trnd-bot.gitbook.io/trnd/how-to/how-to-set-up-alerts.md).

# How to Set up Alerts

{% embed url="<https://youtu.be/j1MQLw1gIfM>" %}

1. **Using the TradingView Web Platform**:
   * **Method 1: Alert Button on the Top Toolbar**:
     * Click the **Alert** button at the top of your chart.
     * Set the conditions and parameters for your alert, such as price levels or indicator crossovers.
     * Customize the alert text to describe what triggered the alert.
     * Choose how you want to be notified (e.g., via email, pop-up, sound, or webhook).
     * Click **Create Alert**.
   * **Method 2: Right-Click Menu**:
     * Right-click on the chart where you want to set the alert.
     * Select **Create Alert**.
     * Configure the alert conditions and notification preferences.
     * Click **Create Alert**.
   * **Method 3: Drawing Panel**:
     * Use the drawing tools to create a trendline, horizontal line, or other shapes.
     * Click the **Alert** button on the drawing panel.
     * Set the alert conditions based on the drawing.
     * Customize the alert message.
     * Choose your preferred notification method.
     * Click **Create Alert**.
2. **Using the TradingView Mobile App**:
   * Tap the **plus icon** at the bottom of the chart.
   * Select **Alerts**.
   * Specify the parameters for your alert (e.g., price levels, indicator conditions).
   * Customize the alert text.
   * Choose your preferred notification method (email, push notification, etc.).
   * Tap **Create Alert.**&#x20;

Remember to name your alerts appropriately so you can easily identify them in the alerts manager.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://trnd-bot.gitbook.io/trnd/how-to/how-to-set-up-alerts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
