# Dark Cloud Cover

## Dark Cloud Cover

### Introduction

The Dark Cloud Cover is a **bearish reversal** candlestick pattern that signals potential **SHORT opportunities** or **LONG position exits**. This two-candle pattern occurs when a bearish candle opens above the previous bullish candle's high and closes below its midpoint, indicating strong selling pressure and potential downward reversal.

### How Dark Cloud Cover Works

Dark Cloud Cover is a two-candle bearish reversal pattern with specific characteristics:

• **Two-candle formation** - Bullish candle followed by bearish candle\
• **Gap up opening** - Second candle opens above first candle's high\
• **Midpoint penetration** - Second candle closes below first candle's midpoint\
• **Volume confirmation** - Higher volume on second candle strengthens signal\
• **Context matters** - Most effective at resistance levels or after uptrends

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

#### Key Characteristics

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

### Strategy Applications

#### 🔴 SHORT STRATEGY (Primary Use)

{% hint style="success" %}
Dark Cloud Cover is primarily a **SHORT signal** - enter short positions when the pattern appears at resistance levels.
{% endhint %}

**Base Entry Order (SHORT)**

```
Base Order Condition: Dark Cloud Cover Pattern Detected
First Condition: Dark Cloud Cover
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 - Target reached at support level
First Condition: Close Price
Timeframe: 1H
Operator: Less Than
Second Condition: Low Price
Timeframe: 1H

OR

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

OR

Rule 3: Exit condition - Bullish reversal pattern detected
First Condition: Piercing Pattern
Timeframe: 1H
```

**Stop Loss Orders (SHORT)**

```
Rule 1: Stop loss - Pattern invalidated (price above dark cloud high)
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
Timeframe: 1H

OR

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

#### 🟢 LONG STRATEGY (Secondary Use)

{% hint style="warning" %}
**Counter-Trend Risk:** Using Dark Cloud Cover for LONG entries is not recommended as it contradicts the pattern's bearish nature.
{% endhint %}

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

```
Rule 1: Exit condition - Dark Cloud Cover signals trend reversal
First Condition: Dark Cloud Cover
Timeframe: 1H

OR

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

### Related Patterns

| Pattern               | Relationship           | Link                                                                                                                       |
| --------------------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Piercing Pattern**  | Opposite signal        | [Piercing Pattern](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/piercing-pattern)   |
| **Bearish Engulfing** | Similar bearish signal | [Bearish Engulfing](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/bearish-engulfing) |
| **Evening Star**      | Three-candle bearish   | [Evening Star](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/evening-star)           |

### Conclusion

{% hint style="info" %}
Dark Cloud Cover is primarily a **SHORT signal** indicating potential downward reversal after initial buying pressure. The pattern shows sellers stepping in after strength and demonstrates strong selling interest.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **PRIMARY USE**: SHORT entries at resistance levels
* **SECONDARY USE**: LONG exits when holding positions
* **ALWAYS**: Confirm with [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume) and resistance 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/dark-cloud-cover.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.
