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