# Rising Wedge

### Introduction

The Rising Wedge is a **bearish reversal** chart pattern that signals potential **SHORT opportunities** or **LONG position exits**. This pattern occurs when price moves higher between converging trend lines with diminishing volume, often indicating a potential reversal to the downside.

### How Rising Wedge Works

Rising Wedge is a bearish reversal chart pattern with specific characteristics:

• **Converging trend lines** - Both upper and lower lines slope upward, upper line less steep\
• **Volume pattern** - Typically diminishes as pattern develops\
• **Momentum divergence** - Price makes higher highs while momentum weakens\
• **Confirmation requirement** - Pattern confirmed when price breaks below lower trend line\
• **Target calculation** - Wedge height subtracted from breakdown point

{% hint style="info" %}
**Pattern Psychology:** The pattern shows bulls pushing price higher but with decreasing conviction. The converging lines and diminishing volume indicate weakening buying pressure. When price finally breaks below the lower trend line, it demonstrates that sellers have overwhelmed the weakening bulls.
{% endhint %}

#### Key Characteristics

| Attribute        | Details                                             |
| ---------------- | --------------------------------------------------- |
| **Category**     | Chart Patterns                                      |
| **Type**         | Bearish Reversal Signal                             |
| **Primary Use**  | SHORT entries, LONG exits                           |
| **Timeframe**    | All timeframes supported (1m to 1M)                 |
| **Confirmation** | Lower trend line break, volume, momentum divergence |

### Strategy Applications

#### 🔴 SHORT STRATEGY (Primary Use)

{% hint style="success" %}
Rising Wedge is primarily a **SHORT signal** - enter short positions when price breaks below the lower trend line with volume confirmation.
{% endhint %}

**Base Entry Order (SHORT)**

```
Base Order Condition: Rising Wedge breakdown
First Condition: Rising Wedge
Timeframe: 1H

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

**Take Profit Orders (SHORT)**

```
Rule 1: Exit condition - Wedge target reached
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 1H

OR

Rule 2: Exit condition - Oversold bounce warning
First Condition: RSI
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 25
```

**Stop Loss Orders (SHORT)**

```
Rule 1: Stop loss - Pattern invalidated (break above upper line)
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1H

OR

Rule 2: Stop loss - Volume surge breaks bearish momentum
First Condition: Volume
Timeframe: 1H
Operator: Greater Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

#### 🟢 LONG STRATEGY (Secondary Use)

Rising Wedge is used in LONG strategies primarily as an **exit signal** for existing positions.

{% hint style="warning" %}
**Counter-Trend Risk:** Using Rising Wedge for new LONG entries is high-risk and should be avoided.
{% endhint %}

**Take Profit Orders (LONG) - Exit existing positions**

```
Rule 1: Exit condition - Rising Wedge signals trend reversal
First Condition: Rising Wedge
Timeframe: 1H

OR

Rule 2: Exit condition - Volume divergence warning
First Condition: Volume
Timeframe: 1H
Operator: Less Than
Second Condition: Simple Moving Average (20)
Timeframe: 1H
```

### Best Practices

#### For SHORT Strategies

{% hint style="success" %}

1. **Wait for breakdown** - Pattern isn't confirmed until lower line break
2. **Volume confirmation** - Ensure volume increases on breakdown
3. **Momentum divergence** - Look for RSI/MACD divergence
4. **Target management** - Use wedge height for profit targets
   {% endhint %}

#### For LONG Strategies

{% hint style="warning" %}

1. **Exit signal only** - Use primarily to exit existing LONG positions
2. **Volume warning** - Declining volume warns of trend weakness
3. **No new entries** - Avoid new LONG positions with this pattern
   {% endhint %}

### Market Conditions Analysis

| Market Type   | SHORT Strategy Effectiveness | LONG Strategy Effectiveness   |
| ------------- | ---------------------------- | ----------------------------- |
| **Uptrend**   | 🟢 High (major reversal)     | 🔴 Very Low (against pattern) |
| **Downtrend** | 🟡 Medium (continuation)     | 🔴 Low (counter-trend)        |
| **Ranging**   | 🟡 Medium (at resistance)    | 🟡 Medium (exit signal only)  |

### Related Patterns

| Pattern                | Relationship             | Link                                                                                                                   |
| ---------------------- | ------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| **Falling Wedge**      | Opposite bullish signal  | [Falling Wedge](https://docs.skyrexio.com/strategy-builder/built-in-conditions/chart-patterns/falling-wedge)           |
| **Head and Shoulders** | Similar bearish reversal | [Head and Shoulders](https://docs.skyrexio.com/strategy-builder/built-in-conditions/chart-patterns/head-and-shoulders) |
| **Triangle**           | Similar converging lines | [Triangle](https://docs.skyrexio.com/strategy-builder/built-in-conditions/chart-patterns/triangle)                     |

### Conclusion

{% hint style="info" %}
Rising Wedge is primarily a **SHORT signal** indicating potential trend reversal from bullish to bearish. The pattern is most effective when it shows volume divergence and momentum weakness during the formation.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **PRIMARY USE**: SHORT entries after lower trend line breakdown
* **SECONDARY USE**: LONG exits when holding positions
* **NEVER**: New LONG entries with this bearish pattern
* **ALWAYS**: Confirm with volume and look for momentum divergence
  {% endhint %}

***

{% 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/chart-patterns/rising-wedge.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.
