# Relative Strength Index (14)

### Introduction

The Relative Strength Index (14) is a **neutral momentum oscillator** that measures the speed and magnitude of price changes to identify overbought and oversold conditions. This indicator is essential for **mean reversion strategies** and **trend strength assessment**, oscillating between 0-100 with clear thresholds for market extremes.

### How Relative Strength Index (14) Works

The Relative Strength Index (RSI) was developed by J. Welles Wilder Jr. to measure the speed and magnitude of price changes. The calculation is: **RSI = 100 - (100 / (1 + RS))**, where RS = Average Gain / Average Loss over 14 periods.

RSI characteristics: • **Values above 70** indicate overbought conditions (potential selling opportunities)\
• **Values below 30** indicate oversold conditions (potential buying opportunities)\
• **50 level** acts as bullish/bearish momentum divider\
• **Divergence analysis** - RSI diverging from price often signals potential reversals

{% hint style="info" %}
**Market Psychology:** RSI measures the "internal strength" of price movements by comparing recent gains to recent losses. When RSI is above 70, it suggests buying pressure has been dominant recently and may be exhausted. When below 30, selling pressure has been dominant and may be nearing exhaustion, creating potential reversal opportunities.
{% endhint %}

#### Key Characteristics

| Attribute        | Details                                                     |
| ---------------- | ----------------------------------------------------------- |
| **Category**     | Momentum Oscillators                                        |
| **Type**         | Neutral Momentum Oscillator                                 |
| **Primary Use**  | Overbought/oversold identification and momentum measurement |
| **Timeframe**    | All timeframes supported (1m to 1M)                         |
| **Confirmation** | Volume analysis, price action, support/resistance           |

### Strategy Applications

#### 🟢 LONG STRATEGY (Primary Use)

{% hint style="success" %}
Use RSI for LONG strategies when **RSI < 30** indicates oversold conditions, especially in ranging markets or during pullbacks in uptrends.
{% endhint %}

**Base Entry Order (LONG)**

```
Trigger Type: Once per bar close
Bar TF: 1H

First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 30

AND

First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

**Additional Entry Orders (LONG)**

```
Additional Entry 1: Extreme oversold conditions
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 25

AND

First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: Low Price
Timeframe: 1H

OR

Additional Entry 2: RSI bullish momentum recovery
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Cross Above
Second Condition: Value
Value: 35

AND

First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 40
```

**Take Profit Orders (LONG)**

```
Rule 1: Exit condition - Overbought conditions reached
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 70

OR

Rule 2: Exit condition - Momentum weakness developing
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 50

OR

Rule 3: Exit condition - Extreme overbought warning
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 80
```

**Stop Loss Orders (LONG)**

```
Rule 1: Stop loss - Deeper oversold breakdown
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 20

OR

Rule 2: Stop loss - Support level breakdown
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 1H

OR

Rule 3: Stop loss - Volume confirms weakness
First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (50)
Timeframe: 1H
```

#### 🔴 SHORT STRATEGY (Primary Use)

{% hint style="success" %}
Use RSI for SHORT strategies when **RSI > 70** indicates overbought conditions, especially in ranging markets or during rallies in downtrends.
{% endhint %}

**Base Entry Order (SHORT)**

```
Trigger Type: Once per bar close
Bar TF: 1H

First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 70

AND

First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

**Additional Entry Orders (SHORT)**

```
Additional Entry 1: Extreme overbought conditions
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 75

AND

First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: High Price
Timeframe: 1H

OR

Additional Entry 2: RSI bearish momentum developing
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Cross Below
Second Condition: Value
Value: 65

AND

First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 60
```

**Take Profit Orders (SHORT)**

```
Rule 1: Exit condition - Oversold conditions reached
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 30

OR

Rule 2: Exit condition - Momentum recovery developing
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 50

OR

Rule 3: Exit condition - Extreme oversold bounce risk
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 20
```

**Stop Loss Orders (SHORT)**

```
Rule 1: Stop loss - Deeper overbought extension
First Condition: Relative Strength Index (14)
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 80

OR

Rule 2: Stop loss - Resistance level breakout
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1H

OR

Rule 3: Stop loss - Volume surge confirms strength
First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (50)
Timeframe: 1H
```

### Advanced Strategy Combinations

#### Multi-Timeframe RSI Confirmation

{% tabs %}
{% tab title="Setup" %}
**Timeframe Alignment:**

* **Daily:** RSI direction for major bias
* **4H:** RSI extremes for intermediate signals
* **1H:** RSI execution with volume confirmation
  {% endtab %}

{% tab title="Execution" %}
**Entry:** 1H RSI extreme + higher timeframe alignment\
**Target:** RSI opposite extreme or 50 level\
**Stop:** RSI failure to recover from extreme
{% endtab %}
{% endtabs %}

#### RSI Divergence Strategy

{% hint style="info" %}
**RSI Divergence Framework:**

**Bullish Divergence (LONG Setup):**

1. Price makes lower lows
2. RSI makes higher lows (above 30)
3. Enter when RSI crosses above 35-40
4. Target RSI 60-70 levels

**Bearish Divergence (SHORT Setup):**

1. Price makes higher highs
2. RSI makes lower highs (below 70)
3. Enter when RSI crosses below 60-65
4. Target RSI 30-40 levels

**Hidden Divergence (Trend Continuation):**

* **Bullish Hidden:** Price higher lows, RSI lower lows (uptrend continuation)
* **Bearish Hidden:** Price lower highs, RSI higher highs (downtrend continuation)

**Execution Framework:**

* **Base Order:** RSI divergence confirmation
* **Additional:** RSI momentum recovery/decline
* **Take Profit:** RSI opposite extreme or trend exhaustion
* **Stop Loss:** Divergence pattern invalidation
  {% endhint %}

### Risk Management Guidelines

#### Position Sizing Based on RSI Levels

| RSI Level     | Position Size          | Strategy Type        | Risk Level |
| ------------- | ---------------------- | -------------------- | ---------- |
| **RSI < 20**  | Reduced (extreme risk) | Contrarian LONG      | High       |
| **RSI 20-30** | Standard size          | Mean reversion LONG  | Medium     |
| **RSI 30-70** | Minimal                | Trend following only | Medium     |
| **RSI 70-80** | Standard size          | Mean reversion SHORT | Medium     |
| **RSI > 80**  | Reduced (extreme risk) | Contrarian SHORT     | High       |

#### RSI Reliability Factors

{% tabs %}
{% tab title="High Reliability" %}
✅ RSI extremes with volume confirmation\
✅ Multi-timeframe RSI alignment\
✅ RSI divergence with price action\
✅ Support/resistance level confluence
{% endtab %}

{% tab title="Low Reliability" %}
❌ RSI extremes in strong trends\
❌ Single timeframe signals\
❌ RSI without volume confirmation\
❌ Conflicting market structure
{% endtab %}
{% endtabs %}

### Best Practices

#### For Mean Reversion Strategies

{% hint style="success" %}

1. **Wait for extremes** - RSI < 30 for LONG, RSI > 70 for SHORT
2. **Volume confirmation** - Ensure volume supports the reversal
3. **Support/resistance** - Best results at key price levels
4. **Quick profits** - Take profits at RSI 50 or opposite extreme
   {% endhint %}

#### For Trend Following Strategies

{% hint style="warning" %}

1. **RSI > 50 for LONG bias** - Bullish momentum confirmation
2. **RSI < 50 for SHORT bias** - Bearish momentum confirmation
3. **Avoid extremes** - Don't fight strong trends at RSI extremes
4. **Pullback entries** - Use RSI oversold in uptrends, overbought in downtrends
   {% endhint %}

#### Common Mistakes to Avoid

{% hint style="danger" %}

* **Fighting trends** - Don't short strong uptrends at RSI 70+
* **Ignoring volume** - RSI without volume confirmation is weak
* **Wrong timeframes** - Use appropriate timeframes for strategy
* **No divergence** - Missing divergence signals that precede major moves
  {% endhint %}

### Market Conditions Analysis

| Market Type         | RSI Effectiveness | Recommended Approach                 |
| ------------------- | ----------------- | ------------------------------------ |
| **Trending Up**     | 🟡 Medium         | Use RSI < 30 for pullback entries    |
| **Trending Down**   | 🟡 Medium         | Use RSI > 70 for rally fades         |
| **Ranging**         | 🟢 High           | Classic overbought/oversold strategy |
| **High Volatility** | 🟢 High           | RSI extremes more reliable           |
| **Low Volatility**  | 🟡 Medium         | Use tighter RSI parameters           |

### Related Indicators

| Indicator            | Relationship                | Link                                                                                                                               |
| -------------------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| **Stochastic RSI**   | More sensitive version      | [Stochastic RSI %K](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/stochastic-rsi-k-14-5-3-0) |
| **Stochastic**       | Similar overbought/oversold | [Stochastic %K](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/stochastic-k-5-3-0-3-0)        |
| **Williams %R**      | Inverted momentum           | [Williams %R](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/williams-r-14)                   |
| **Money Flow Index** | Volume-weighted RSI         | [MFI](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/money-flow-index-14)                     |

### Conclusion

{% hint style="info" %}
Relative Strength Index (14) is a **versatile momentum oscillator** that excels at identifying overbought and oversold conditions. Its primary strength lies in mean reversion strategies, while also providing valuable momentum confirmation for trend-following approaches.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **PRIMARY USE**: Overbought (>70) and oversold (<30) identification
* **SECONDARY USE**: Momentum confirmation with 50 level
* **BEST MARKETS**: Ranging markets and pullbacks in trends
* **ALWAYS**: Combine with volume analysis and respect market context
  {% endhint %}

Success with RSI requires understanding that it works best in ranging markets and for identifying pullback opportunities in trends. The key is combining RSI signals with volume confirmation and respecting the overall market structure.

{% hint style="info" %}
**Ready to Build Your Own Strategy?**

Try our free AI-powered Strategy Builder at [app.skyrexio.com](https://app.skyrexio.com) and start creating professional trading strategies today. No coding required!
{% endhint %}


---

# 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.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/relative-strength-index-14.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.
