# Piercing Pattern

## Piercing Pattern

### Introduction

The Piercing Pattern is a **bullish reversal** candlestick pattern that signals potential **LONG opportunities** or **SHORT position exits**. This two-candle pattern occurs when a bullish candle opens below the previous bearish candle's low and closes above its midpoint, indicating strong buying pressure and potential upward reversal.

### How Piercing Pattern Works

Piercing Pattern is a two-candle bullish reversal pattern with specific characteristics:

• **Two-candle formation** - Bearish candle followed by bullish candle\
• **Gap down opening** - Second candle opens below first candle's low\
• **Midpoint penetration** - Second candle closes above first candle's midpoint\
• **Volume confirmation** - Higher volume on second candle strengthens signal\
• **Context matters** - Most effective at support levels or after downtrends

{% hint style="info" %}
**Pattern Psychology:** The pattern shows initial selling pressure (gap down), but buyers step in aggressively and push price above the midpoint of the previous bearish candle. This demonstrates strong buying interest and potential trend reversal.
{% endhint %}

#### Key Characteristics

| Attribute        | Details                               |
| ---------------- | ------------------------------------- |
| **Category**     | Candlestick Patterns                  |
| **Type**         | Bullish Reversal Signal               |
| **Primary Use**  | LONG entries, SHORT exits             |
| **Timeframe**    | All timeframes supported (1m to 1M)   |
| **Confirmation** | Volume, support levels, trend context |

### Strategy Applications

#### 🟢 LONG STRATEGY (Primary Use)

{% hint style="success" %}
Piercing Pattern is primarily a **LONG signal** - enter long positions when the pattern appears at support levels.
{% endhint %}

**Base Entry Order (LONG)**

```
Base Order Condition: Piercing Pattern Detected
First Condition: Piercing Pattern
Timeframe: 1H

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

**Take Profit Orders (LONG)**

```
Rule 1: Exit condition - Target reached at resistance level
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1H

OR

Rule 2: Exit condition - Overbought momentum warning
First Condition: RSI
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 75

OR

Rule 3: Exit condition - Bearish reversal pattern detected
First Condition: Dark Cloud Cover
Timeframe: 1H
```

**Stop Loss Orders (LONG)**

```
Rule 1: Stop loss - Pattern invalidated (price below piercing low)
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 1H

OR

Rule 2: Stop loss - Bearish momentum confirmed
First Condition: MACD Line
Timeframe: 1H
Operator: Cross Below
Second Condition: MACD Signal Line
Timeframe: 1H
```

#### 🔴 SHORT STRATEGY (Secondary Use)

{% hint style="warning" %}
**Counter-Trend Risk:** Using Piercing Pattern for SHORT entries is not recommended as it contradicts the pattern's bullish nature.
{% endhint %}

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

```
Rule 1: Exit condition - Piercing Pattern signals trend reversal
First Condition: Piercing Pattern
Timeframe: 1H

OR

Rule 2: Exit condition - Support level reached
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 1H
```

### Related Patterns

| Pattern               | Relationship           | Link                                                                                                                       |
| --------------------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Dark Cloud Cover**  | Opposite signal        | [Dark Cloud Cover](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/dark-cloud-cover)   |
| **Bullish Engulfing** | Similar bullish signal | [Bullish Engulfing](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/bullish-engulfing) |
| **Morning Star**      | Three-candle bullish   | [Morning Star](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/morning-star)           |

### Conclusion

{% hint style="info" %}
Piercing Pattern is primarily a **LONG signal** indicating potential upward reversal after initial selling pressure. The pattern shows buyers stepping in after weakness and demonstrates strong buying interest.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **PRIMARY USE**: LONG entries at support levels
* **SECONDARY USE**: SHORT exits when holding positions
* **ALWAYS**: Confirm with [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume) and support level context
  {% 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/candlestick-patterns/piercing-pattern.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.
