# Connect TradingView Indicator

1. Click Alert Messages in your bot, copy webhook URL, messages to open and close trade

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

2. Go to TradingView charts, select trading pair, choose indicator and apply it to the chart

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

3. Set the chart timeframe and indicator configuration to meet your expectations

<figure><img src="/files/2iUT5Z5cMngMclXOfnzK" alt=""><figcaption></figcaption></figure>

4. Click Alert, select the indicator as the condition, paste the bot message and webhook URL, click Create

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

Note: if you chose Alert close orders when configuring the bot, set another alert with close message to exit trades

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


---

# Agent Instructions: 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:

```
GET https://docs.skyrexio.com/alert-bots/connect-tradingview-indicator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
