> For the complete documentation index, see [llms.txt](https://docs.tradefi.bot/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradefi.bot/whitepaper/ai-trading-agents-bots/al-ai-agent-ranger-reversor-v1-or-tradefi.bot-eth-usdt-45m/vi.-exchange-integration.md).

# VI. Exchange Integration

The AL/AI Agent Ranger Reversor v1 is built not just for visualization — but for execution.\
With one click, you can connect your strategy to real trades on OKX, Bybit, Bitget, Binance (via connector), and more.

Here’s how to set it up like a pro.

***

### 🛠️ Step 1 — Open the Alert Creation Panel

Click on the ⏰ **Alert** button in TradingView or press `Alt + A`. You’ll see the following configuration window:<br>

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

***

### ⚙️ Settings Tab

* **Symbol**: `ETHUSDT.P` *(Perpetual contract)*
* **Condition**: Select the strategy script (e.g. `Ranger Reversor v1`)
* **Interval**: Same as chart (`45M`)
* **Expiration**: Set to open-ended or customize

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

✅ Tip: Always use `"Any alert() function call"` for strategy-based alerts.

***

### 💬 Message Tab

* **Alert Name**:&#x20;

  ```pine_v5
  🟣👨🏻‍💻 AI Agent Ranger Reversor v1 | Tradefi.bot • ETH 45M
  ```

**Paste Message From your Exchange**

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

📌 You can also customize fields depending on your execution bot.

***

### 📡 Notifications Tab

In the Notifications tab:<br>

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

* ✅ Enable “Notify in app”
* ✅ Enable “Webhook URL”
* Paste the webhook for your target exchange (example):

```plaintext
https://www.okx.com/algo/signal/trigger
```

* ✅ Enable “Play sound” (optional)
* ❌ Do not enable email unless needed

***

### 🌐 Supported Exchanges & Webhook Integration

<div align="left"><figure><img src="/files/9eT1F8h09X5I29iTDyp7" alt=""><figcaption></figcaption></figure></div>

#### OKX

* 📺 Tutorial: <https://youtu.be/l_lJBfSc6DE>

***

<div align="left"><figure><img src="/files/zJgWBvHKJspMLTZRBn7g" alt=""><figcaption></figcaption></figure></div>

#### Bybit

* 📺 Tutorial: <https://youtu.be/kDER-3rU14g>

***

<div align="left"><figure><img src="/files/wGwinStkq6IqaYp0JA3D" alt=""><figcaption></figcaption></figure></div>

#### Bitget

* 📄 Tutorial: <https://www.bitget.com/support/articles/12560603798450>

***

#### ![](/files/F31lpSun4DVwyREaNUm3)

#### Binance

* 📄  Tutorial: <https://www.binance.com/en/support/faq/detail/3f57291b56474f5e900cc4b754f61ff3>

***

### 🔁 Multiple Bots? Use Unique Alerts.

If you're running more than one AL/AI Agent, create a **dedicated alert per bot** with its own webhook and JSON format.\
\
Never combine multiple agents into a single alert — it may break the execution flow.

***


---

# 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.tradefi.bot/whitepaper/ai-trading-agents-bots/al-ai-agent-ranger-reversor-v1-or-tradefi.bot-eth-usdt-45m/vi.-exchange-integration.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.
