> For the complete documentation index, see [llms.txt](https://docs.skyrexio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/morning-star.md).

# Morning Star

### Introduction

The Morning Star is a **bullish reversal** candlestick pattern that signals potential **LONG opportunities** or **SHORT position exits**. This three-candle pattern consists of a large bearish candle, a small-bodied candle (star), and a large bullish candle, indicating a clear transition from selling pressure to buying pressure.

### How Morning Star Works

Morning Star is a three-candle bullish reversal pattern with specific characteristics:

• **Three-candle sequence** - Large bearish candle, small star candle, large bullish candle\
• **Gap down requirement** - Star candle gaps down from the first candle\
• **Body penetration** - Third candle closes well into the first candle's body\
• **Volume confirmation** - Increasing volume on the third candle strengthens the signal\
• **Context matters** - Most effective at support levels or after extended downtrends

{% hint style="info" %}
**Pattern Psychology:** The pattern shows a three-stage evolution: 1) Bears dominate (first candle), 2) Market indecision emerges (star), 3) Bulls take complete control (third candle). This progression demonstrates a clear shift in market sentiment from bearish to bullish.
{% 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" %}
Morning Star is primarily a **LONG signal** - enter long positions when the pattern completes.
{% endhint %}

**Base Entry Order (LONG)**

```
Base Order Condition: Morning Star Pattern Detected
First Condition: Morning Star
Timeframe: 1H

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

**Additional Entry Orders (LONG)**

```
Additional Entry 1: Pattern confirmation with momentum
First Condition: RSI
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 35

OR

Additional Entry 2: Breakout above star high
First Condition: Close Price
Timeframe: 1H
Operator: Greater Than
Second Condition: High Price
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: 78

OR

Rule 3: Exit condition - Bearish reversal pattern detected
First Condition: Evening Star
Timeframe: 1H
```

**Stop Loss Orders (LONG)**

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

OR

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

OR

Rule 3: 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)

Morning Star can be used in SHORT strategies as an **exit signal** or **contra-trend bounce entry** in extremely overbought conditions.

{% hint style="warning" %}
**Counter-Trend Risk:** Using Morning Star for SHORT entries is high-risk and should only be considered in extreme overbought conditions with very tight risk management.
{% endhint %}

**Base Entry Order (SHORT) - Contra-trend bounce**

```
Base Order Condition: Morning Star in overbought market
First Condition: RSI
Timeframe: 1H
Operator: Greater Than
Second Condition: Value
Value: 80

AND

First Condition: Morning Star
Timeframe: 1H
```

**Additional Entry Orders (SHORT) - Not recommended**

{% hint style="danger" %}
Additional entries not recommended for SHORT strategy using Morning Star. Use other bearish indicators like:

* [Evening Star](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/evening-star)
* [Bearish Engulfing](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/bearish-engulfing)
* [Hanging Man](https://docs.skyrexio.com/strategy-builder/built-in-conditions/candlestick-patterns/hanging-man)
* Bearish divergence indicators
  {% endhint %}

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

```
Rule 1: Exit condition - Morning Star signals trend reversal
First Condition: Morning Star
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

OR

Rule 3: Exit condition - Oversold momentum exhaustion
First Condition: RSI
Timeframe: 1H
Operator: Less Than
Second Condition: Value
Value: 20
```

**Stop Loss Orders (SHORT) - Protect existing positions**

```
Rule 1: Stop loss - Morning Star confirms uptrend
First Condition: Morning Star
Timeframe: 1H

OR

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

OR

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

### Advanced Strategy Combinations

#### Multi-Timeframe Morning Star (LONG)

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

* **Daily:** Morning Star + [RSI](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/rsi) < 35
* **4H:** Trend reversing ([EMA(21)](https://docs.skyrexio.com/strategy-builder/built-in-conditions/moving-averages/ema) turning up)
* **1H:** Morning Star execution + [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume) confirmation
  {% endtab %}

{% tab title="Execution" %}
**Entry:** 1H Morning Star completion\
**Target:** Previous swing high\
**Stop:** Below star candle low
{% endtab %}
{% endtabs %}

#### Support Level Reversal (LONG)

{% hint style="info" %}
**Setup Process:**

1. Price approaches key support level
2. Morning Star forms at support
3. Volume increases on third candle
4. [RSI](https://docs.skyrexio.com/strategy-builder/built-in-conditions/momentum-oscillators/rsi) shows bullish divergence

**Execution:**

* **Base Order:** Morning Star at support
* **Additional:** Price confirms support hold
* **Take Profit:** Resistance levels, overbought conditions
* **Stop Loss:** Break below support with volume
  {% endhint %}

### Risk Management Guidelines

#### Position Sizing

| Strategy Type      | Position Size       | Conditions                 |
| ------------------ | ------------------- | -------------------------- |
| **LONG Strategy**  | Standard            | Pattern appears at support |
| **SHORT Strategy** | Reduced (25-50%)    | Counter-trend plays only   |
| **High Volume**    | Increase confidence | Can use larger size        |
| **Low Volume**     | Reduce size         | Wait for confirmation      |

#### Pattern Reliability Factors

{% tabs %}
{% tab title="High Reliability" %}
✅ Appears at established support levels\
✅ High volume on third candle\
✅ Follows extended downtrend\
✅ Clear gap between candles\
✅ Strong third candle penetration
{% endtab %}

{% tab title="Low Reliability" %}
❌ Appears in middle of range\
❌ Low volume confirmation\
❌ Counter to major trend\
❌ Weak third candle\
❌ No clear gaps
{% endtab %}
{% endtabs %}

### Best Practices

#### For LONG Strategies

{% hint style="success" %}

1. **Wait for completion** - Enter only after third candle closes
2. **Volume confirmation** - Ensure increasing volume on third candle
3. **Support context** - Most effective at key support levels
4. **Gap requirement** - Stronger signals when star gaps down
   {% endhint %}

#### For SHORT Strategies

{% hint style="warning" %}

1. **Extreme overbought only** - Only consider in deeply overbought conditions
2. **Counter-trend risk** - Use smaller position sizes
3. **Quick profits** - Take profits fast on any decline
4. **Tight stops** - Use very tight stop losses
   {% endhint %}

#### Common Mistakes to Avoid

{% hint style="danger" %}

* **Early entry** - Don't enter before third candle completes
* **No context** - Ignoring support/resistance levels and trend direction
* **Volume ignored** - Trading pattern without volume confirmation
* **Wrong direction** - Don't go SHORT on Morning Star without extreme conditions
  {% endhint %}

### Market Conditions Analysis

| Market Type         | LONG Strategy Effectiveness    | SHORT Strategy Effectiveness   |
| ------------------- | ------------------------------ | ------------------------------ |
| **Downtrend**       | 🟢 High (reversal signal)      | 🔴 Very Low (against trend)    |
| **Uptrend**         | 🟡 Medium (continuation)       | 🔴 Low (counter-trend)         |
| **Ranging**         | 🟢 High (at support)           | 🟡 Medium (at resistance only) |
| **High Volatility** | 🟢 High (clear signals)        | 🔴 Low (whipsaws)              |
| **Low Volume**      | 🔴 Low (wait for confirmation) | 🔴 Very Low (avoid)            |

### Related Patterns

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

### Conclusion

{% hint style="info" %}
Morning Star is primarily a **LONG signal** indicating potential upward price movement. As one of the most reliable three-candle reversal patterns, it provides clear entry signals and profit targets while identifying major trend changes from bearish to bullish.
{% endhint %}

#### Key Takeaways

{% hint style="success" %}

* **PRIMARY USE**: LONG entries at support levels
* **SECONDARY USE**: SHORT exits when holding positions
* **TERTIARY USE**: Counter-trend SHORT entries (high risk, overbought only)
* **ALWAYS**: Wait for pattern completion and confirm with [Volume](https://docs.skyrexio.com/strategy-builder/built-in-conditions/volume-data/volume)
  {% endhint %}

Success with Morning Star requires patience to wait for pattern completion and understanding its bullish nature. The three-candle progression provides clear insight into market sentiment shifts, making it one of the most trusted reversal patterns in technical analysis.

***

{% 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 %}
