> For the complete documentation index, see [llms.txt](https://docs.trdr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trdr.io/key-features-and-indicators/alerts/range-breakout-alert-example.md).

# Range Breakout Alert Example

### Purpose

Receive automatic warning when the BTC price is exiting from the Range of 80K–90K.

{% hint style="info" %}
A Price Range Breakout Alert notifies traders as soon as the price moves beyond a predefined range, signaling a potential breakout. This early detection allows traders to enter positions at the beginning of a trend, maximizing profit potential.
{% endhint %}

<figure><img src="/files/7RdEO21APuatqdLEi3ne" alt=""><figcaption><p>Range Breakout</p></figcaption></figure>

### Step-by-Step Implementation

{% stepper %}
{% step %}

### Create

Click to the “Create” link on Alerts Widget. We will set just the **LONG** tab, because the **Exiting channel** operation has a Lower and Upper bound, so it will consider both exitings (in this custom example).
{% endstep %}

{% step %}

### Select Markets

Choose the Separate markets, so conditions will be checked for each market separately and add a BTCUSDT pair.
{% endstep %}

{% step %}

### Pick Sources

As a SOURCE we choose the OHLCV (Open High Low Close Volume) indicator and 1 minute timeframe.
{% endstep %}

{% step %}

### Set Conditions

Choose the Close field, set the Operation to Exiting Channel, Lower bound value to the 80000 and Upper Bound value to the 90000.
{% endstep %}

{% step %}

### Configure

Set the Execution to “Real-time” and Continuation to “none”. Activate Telegram alerts and enter your Telegram account.
{% endstep %}
{% endstepper %}

Voila, we have finished setting up the Price Range Breakout Alert!&#x20;

Now **save** it and **press the start** icon in the console!


---

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

```
GET https://docs.trdr.io/key-features-and-indicators/alerts/range-breakout-alert-example.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.
