# Live Signal Alerts

{% hint style="warning" %}
Please note that this whole guide might miss information or is outdated. Please contact Luxy Instant Support here: [**👉** ](https://www.luxsignals.com/luxy)[**https://www.luxsignals.com/luxy**](https://www.luxsignals.com/luxy) **- Luxy knows everything about LuxSignals and can help you better than this guide.**
{% endhint %}

{% hint style="info" %}
We have recently released a new update on 23rd of November, so creating alerts might have changed. You can see the old version at the very bottom of this page.
{% endhint %}

## Important Information

{% hint style="success" %}
All trialing users and Ultimate users receive  [**TradingView’s Essential Plan**](https://www.tradingview.com/pricing/?aff_id=133050) **for free**—how cool is that!

Here’s how you can easily claim it:

* **Fastest and easiest way**:\
  Start a [30-day **Free** Trial](https://www.tradingview.com/pricing/?aff_id=133050) of the Essential Plan. It’s **risk-free** and takes less than a minute to get.
* **Long-term solution:**\
  Already finished the Trial? Just send the receipt to [Luxy Support](https://www.luxsignals.com/luxy) (make sure to connect your account) and **we will cover it for you!**

TradingView's Essential Plan **is needed to create alerts** - so make use of this opportunity!
{% endhint %}

## Step-by-Step: How to create alerts

Here you can see how to create an alert for all Entry and Exit Signals. Once you've created an alert, you will be notified via the notification methods you selected (read more below)

> **Before you start:** In LuxSignals' **Alerts** settings, choose your alert mode:
>
> * **Automatic Trading** — [see the “Automatic Trading” guide](/luxsignals/focus/automatic-trading.md)
> * **Manual Trading** — simply follow the steps below

### Create the Alert

1. Open TradingView and click the **Alerts** icon in the **right** sidebar (top of the bar).
2. Click the **＋** button to create a new alert.
3. Under **Condition** in the Settings tab:
   * Click the first dropdown (it may say **Price** by default) and select **your strategy**
4. In the **Message tab**:
   * Give your alert any **name** you like.
   * In the **Message field** you type in this: (copy from below)

```
{{strategy.order.alert_message}}
```

It will then automatically replace it with the actual alert message when the alert triggers.

5. Open the **Notifications** tab and choose how you want to be notified.
6. Click **Create**.
7. You will now be instantly notified about all new **Entry and Exit Signals** and their **exact Trade Size.**&#x20;

## Logs

Alert activity and logs appear in the **Alerts** window in TradingView.

## Important Notes

{% hint style="warning" %}
If you are creating alerts for automatic trading, select "Webhook URL" in the notification settings of your alert and then paste your personal link from your [LuxSignals account](https://luxsignals.com/account)
{% endhint %}

{% hint style="warning" %}
If you create an alert and later change the settings of LuxSignals, the alerts won't update (that's how TradingView is). So if you change LuxSignals' settings, create a new alert.&#x20;

If you change the timeframe or change the chart, you also need to create a new alert.
{% endhint %}

## Creating Alerts for older versions

> **Before you start:** In LuxSignals' **Alerts** settings, choose your alert mode:
>
> * **Automatic Trading** — [see the “Automatic Trading” guide](/luxsignals/focus/automatic-trading.md)
> * **Manual Trading** — simply follow the steps below

1. Open TradingView and click the **Alerts** icon in the **right** sidebar (top of the bar).
2. Click the **＋** button to create a new alert.
3. Under **Condition** in the Settings tab:
   * Click the first dropdown (it may show **Price** by default) and select **LuxSignals**
   * In the next dropdown  (it may show **Crossing** by default) select **"Any alert() function call"**
4. In the **Message tab**:
   * Give your alert any **name** you like.
5. Open the **Notifications** tab and choose how you want to be notified.
6. Click **Create**.
7. You will now be instantly notified about all new **Entry and Exit Signals** and their **exact Trade Size.**&#x20;


---

# 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://luxsignals.gitbook.io/luxsignals/focus/live-signal-alerts.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.
