OPEN-SOURCE SCRIPT

RSI Multi-Timeframe Table

93
How the RSI Multi-Timeframe Table Indicator Works

This indicator displays a table showing the RSI (14) from multiple timeframes at the same time.
It helps you quickly see whether the RSI is in overbought or oversold zones across different periods (1m, 5m, 15m, 30m, 1h, 4h, and 1D).

Below is a clear explanation of how each part works:

1) Timeframes Used

The indicator analyzes the RSI from the following timeframes:

1 minute (1m)

5 minutes (5m)

15 minutes (15m)

30 minutes (30m)

1 hour (1h)

4 hours (4h)

1 day (1D)

Each row of the table represents one of these timeframes.

2) How the RSI Is Retrieved

For each timeframe, the script uses the request.security() function to fetch the RSI(14) value from that specific timeframe, even if your current chart is set to a different one.

Example: On a 1h chart, you can still see the RSI from 1m, 5m, 30m, etc.

3) Table Structure

The table appears in the top-right corner and contains 8 columns:

TF – shows the timeframe name

RSI – shows the RSI value with two decimal places

10 – marks if RSI is ≤ 10

20 – marks if RSI is ≤ 20

30 – marks if RSI is ≤ 30

70 – marks if RSI is ≥ 70

80 – marks if RSI is ≥ 80

90 – marks if RSI is ≥ 90

The extreme levels (10, 20, 80, 90) help identify possible reversal zones.

4) Markings in the Table

When a condition is true, a ● circle appears in the corresponding cell.

Examples:

If the 5m RSI is ≤ 20, a circle appears in the 20 column for the 5m row.

If the 1H RSI is ≥ 80, a circle appears in the 80 column for the 1H row.

Colors also help interpretation:

Red for strong oversold levels (≤10)

Orange and yellow for intermediate levels

Green, teal, and blue for overbought levels

5) Alerts

The indicator includes four built-in alerts:

RSI ≤ 10

RSI ≤ 20

RSI ≥ 80

RSI ≥ 90

These alerts use the RSI from the current chart timeframe.

To enable them:

Open Alerts in TradingView

Click Create Alert

Select the indicator

Choose the alert you want

Confirm

6) Purpose of This Indicator

It is useful for:

Quickly checking market strength across multiple timeframes

Identifying when several periods are overbought or oversold

Avoiding trades against market momentum

Helping confirm potential reversal points

Summary

This indicator creates a table that shows RSI values from multiple timeframes and visually highlights overbought or oversold conditions in each one.
It also includes ready-to-use alerts for the most extreme RSI levels.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.