# 6. RSI notifications

{% hint style="info" %}
Calculation of RSI is based on the closing price (close), alerts on this parameter are triggered by the closing of the candle
{% endhint %}

If your alert consists ONLY of conditions containing RSI parameters, then the alert triggers at the close of the candle on the smallest timeframe among those selected.

For example:

**1h RSI14 Greater than specified value 70**

**12h RSI14 Greater than specified value 50**

You will receive an alert every 1 hour if the RSI14 on the 1h timeframe is greater than 70 and at the same time on the 12h RSI14 is greater than 50.

<table data-full-width="true"><thead><tr><th width="207.66666666666669">Parameter</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td>RSI14 Greater then</td><td>Alert triggers when RSI14 exceeds a certain value.</td><td>Alert will trigger if RSI14 of BTCUSDT within a 1h timeframe above 70.</td></tr><tr><td>RSI14 Less then</td><td>Alert triggers when RSI14 falls below a certain value.</td><td>Alert will trigger if RSI14 of BTCUSDT within a 1h timeframe below 30.</td></tr></tbody></table>


---

# 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.cvizor.com/en/modules/signals/tf-parameters/rsi.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.
