# ALERT BOTS

Alert Bots let you plug external alerts—TradingView webhooks, custom scripts, indicators—directly into Skyrexio and have trades fire off instantly on your exchange. Build once, run 24/7, share with the community (or keep it private)—all while staying non-custodial.

***

### What an Alert Bot can do

| Feature                          | Why it matters                                                                      |
| -------------------------------- | ----------------------------------------------------------------------------------- |
| **Dynamic entries & exits**      | React to every alert in real time: pyramiding, scaling out, reversing, you name it. |
| **Pre-set entries & exits**      | Prefer strict rules? Lock in exact price levels or percentages.                     |
| **Full risk management**         | Stop-loss, trailing stop, multi-target take-profit, cool-down timers.               |
| **Cross-exchange execution**     | Run the same strategy on Binance, Bybit, OKX, etc.—one alert, many accounts.        |
| **Webhook + PineScript support** | Send webhooks with alert\_message; Skyrexio parses it automatically.                |
| **Private or public**            | Keep the bot to yourself or list it in the Marketplace and earn on profit-sharing.  |

***

### How it works [Full guide](/alert-bots/set-up-an-alert-bot.md)

### How it works

1. **Create the bot**\
   Go to **Bots → Create → Alert Bot** and pick your exchange account & market (spot or futures).
2. **Define positions**
   * **Entry mode:** *Dynamic* (alert controls size/side) or *Preset* (fixed order params).
   * **Exit mode:** *Alert* (webhook closes) or *Preset* (TP / SL levels).
3. **Link your alert**
   * TradingView: paste the generated webhook URL and JSON payload into the alert box.
   * Custom script: POST the same payload to the URL.
4. **Test in Demo mode, then launch**\
   Select the **Virtual Exchange** to run the bot in Demo mode, verify that alerts trigger the expected orders, then switch to your real account.
5. **Monitor**\
   Live PnL, open orders, and alert logs appear under **My bots** page.

***

### Sharing in the Marketplace 💸

Want to monetize your strategy?

1. Toggle **Make public** when creating/editing the bot.
2. Set a performance fee (%) — the High-Water Mark model applies here too.
3. Once approved by Skyrexio’s risk filters, your bot goes live in the Marketplace.
4. Every copier who profits shares a slice with you automatically.

Incentives are aligned: better performance → more copiers → higher earnings.

***

### Best-practice checklist

* **Backtest on TradingView** before going live; the **Dry Run** feature shows sample fills.
* **Start small**, then scale allocation once the live track record builds confidence.
* **Restrict your API keys** to *Read* and *Trade* only—keep withdrawals disabled for maximum safety.
* **Use clear bot names & versions** so you can track performance and updates at a glance.
* **Review the bot log** after every session; investigate any rejected orders or alert misfires immediately.

***

Alert Bots give you institutional-grade automation without code deployments or server costs. Harness your signals, automate execution across multiple exchanges, and (if you choose) earn from other traders—while your funds stay safely on your own accounts.


---

# 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.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.
