# mrD-RSI Premium (Eng)

## mrD-RSI Premium — Trader's Guide (EN)

> An advanced RSI toolkit with multi-layer pullback signals, bull/bear traps, hidden divergences, a multi-timeframe table, and a multi-TF confirmation mode. This documentation is written for **traders**, not developers — no code, no internals, just how to read and trade with what you see on the chart.

***

<figure><img src="/files/AejxshRXhiB5C8KNylbv" alt=""><figcaption></figcaption></figure>

Who is this for?

* Traders who already use RSI and want a stronger **filter framework** on top.
* Traders who want to **cut false signals** by combining pullback, trap, and hidden divergence.
* Multi-timeframe traders who need **cross-TF confirmation** before pulling the trigger.
* Works on every market: crypto, forex, indices, equities, commodities.

Not for:

* People who want a fully automated bot — this is decision support, not auto-trade.
* People expecting a 100% win rate — no indicator can deliver that.

***

### Quick start in 3 steps

#### Step 1 — Keep the defaults on for the first week

The most useful components are enabled out of the box:

* Multi-timeframe RSI table
* RSI-based candle coloring
* Overbought 80 / oversold 20 bands
* WMA-45 (slow line on RSI)
* Bull level (40–43) and Bear level (57–60)
* Pullback and Trap signals

Don't tweak anything for one full week. Get used to how the indicator "speaks" first.

#### Step 2 — Read the chart in the right order

Every time you open a chart, follow this 30-second routine:

1. **Multi-TF RSI table** (right side): is the higher TF aligned with the chart TF?
2. **Candle color**: bright = strong trend, dark = weak trend / transition.
3. **RSI position vs WMA-45**: above or below?
4. **OB/OS bands**: is RSI sitting in an extreme zone?
5. **Signals**: did anything fire on the last 1–3 closed bars?

#### Step 3 — Be selective with entries

Minimum rules for beginners:

* **Only enter** when a Pullback or Trap signal aligns with the higher-TF bias.
* **Never enter** when RSI sits in the no-man's-land 40–60 with no signal.
* **Wait for confirmation** — at least one closed bar after the signal fires.

The full workflow lives in `WINRATE_TIPS_EN.md`.

***

### What's on the chart

#### On the RSI panel

* Main RSI line (purple)
* EMA-9 (blue, optional) — fast line
* WMA-45 (orange) — slow line, acts as dynamic support/resistance on RSI
* Mid-line at 50
* Overbought 80 / oversold 20 bands (filled when RSI touches)
* Extreme bands at 85/90 and 10/15
* Bull zone (40–43) — turns green when RSI is in a bullish phase
* Bear zone (57–60) — turns red when RSI is in a bearish phase

#### Signals on the RSI panel

* **▲+** green — Pullback Buy
* **▼−** red — Pullback Sell
* **TB** orange — Trap Buy (bulls trapped → SELL signal)
* **TS** cyan — Trap Sell (bears trapped → BUY signal)
* **BUY box** blue — pullback range from RSI peak down to 50 (hidden buy)
* **SELL box** red — pullback range from RSI trough up to 50 (hidden sell)
* **BUY ADV / SELL ADV box** — same as above but confirmed across multi-TF
* **Blue/red dots** — hidden divergence
* **Green/red 3D step zones** — visual highlight when a pullback signal fires inside a level zone

#### On the price chart

* Candle coloring tied to RSI state (4 tones: strong/weak bull, strong/weak bear)
* Optional triangles for PB / PS / TB / TS overlaid on price

#### Side panel

* Multi-TF RSI table (right side): RSI across 4–5 timeframes plus the price target when RSI hits 80 or 20.

***

### Important warnings

> This indicator is **decision support**, not an order. Every signal can fail. Always combine it with **price-zone analysis**, **risk management**, and **psychological discipline**.

* No signal is correct 100% of the time. Your win rate depends on your filtering.
* Higher timeframes → fewer but more reliable signals.
* Lower timeframes → more signals but more noise — filter harder.
* Never use heavy leverage on a single "pretty" signal.

***

### Troubleshooting

* MTF table not showing → enable `RSI Multi Timeframe` in settings.
* No signals firing → enable `RSI Pullback Signals` and `RSI Trap Signals`.
* Advanced mode silent → make sure you picked a timeframe **lower** than the chart timeframe in advanced settings.


---

# 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.mrd-indicators.com/feature/tradingview-indicators/mrd-rsi-premium-eng.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.
