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

# Setting Alerts

1. **Open Your Chart**: First, open the TradingView chart where you have applied the indicators for which you want to set up alerts.
2. **Select the Indicator**: Make sure the indicator you want to set an alert for is active on your chart.
3. **Access the Alert Menu**:
   * Click on the 'Alert' icon at the top of the screen, which looks like a bell.
   * Alternatively, you can right-click on the chart and select 'Add Alert' from the dropdown menu.
4. **Configure Alert Conditions**:
   * In the 'Create Alert' window, choose the condition for your alert. This is typically under the 'Condition' dropdown menu where you can select the specific indicator.
   * Then, specify the parameters for the alert, such as the value or condition that should trigger the alert (e.g., crossing above/below a certain level).
5. **Set Alert Options**:
   * Choose how you want to be notified (e.g., on-screen pop-up, email, or SMS if available).
   * Optionally, you can customise the alert name, message, and how often it should trigger.
6. **Activate the Alert**:
   * Once you’ve configured the alert settings to your preference, click the 'Create' button to activate the alert.
7. **Manage Alerts**:
   * You can view, modify, or delete your active alerts by clicking on the 'Alert' icon. This will display a list of all your alerts where you can manage them.

Remember, the availability of certain alert features might depend on your TradingView account type (e.g., free, pro, or premium). In order to access the full benefits of our indicators we recommend using a paid-for account, what level of account is entirely dependent on what type of trader you are and how much you intend to use it.&#x20;


---

# 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://insilico-research.gitbook.io/insilico-research/setting-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.
