> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/modules/signals/tradingview.md).

# Creating a notification from the Tradingview chart

### You can create an alert directly from the chart in two clicks

Click on the "+" next to the price scale right on the chart

<div data-full-width="true"><figure><img src="/files/Msqc19N8w2ULT7ZmQXP2" alt=""><figcaption></figcaption></figure></div>

In the window that opens, all parameters will be filled in automatically, you can make your changes, add additional parameters or a comment.

<div data-full-width="true"><figure><img src="/files/4lNegu4YBdqhOjNBnuCk" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Remember, the **Price** timeframe is used to track price values only.
{% endhint %}

<div data-full-width="true"><figure><img src="/files/YpLuv11dzMoI5W8Ed2UZ" alt=""><figcaption></figcaption></figure></div>

You can change the Price alert parameters, while the price value that was on the scale will remain in place, you can edit it.<br>

After clicking the Save button, the alert will appear on the chart

<div data-full-width="true"><figure><img src="/files/EXrsQuE5ypfujfDgjwig" alt=""><figcaption></figcaption></figure></div>

You can move the alert on the price scale directly on the chart. To do this, pull the left edge of the alert bar.

<figure><img src="/files/onnUh9D0jyBMrT9vk1uf" alt=""><figcaption></figcaption></figure>

To remove the alert from the chart, just click on the cross on the purple tag and confirm your choice.

<div data-full-width="true"><figure><img src="/files/GAYEYth6bt0e7PewNCoA" alt=""><figcaption></figcaption></figure></div>


---

# 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://docs.cvizor.com/en/modules/signals/tradingview.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.
