# Morning Doji Star

The Morning Doji Star is a bullish reversal candlestick pattern that signifies a potential end of a downtrend and the start of an uptrend. It's essentially a variant of the Morning Star pattern, with the middle candle being a Doji.

{% hint style="info" %}
The bearish version of the Morning Doji Star pattern is the [Evening Doji Star](/education/technical-analysis/candlestick-patterns/dojis/evening-doji-star.md) candlestick pattern.
{% endhint %}

### Here's a breakdown of the Morning Doji Star pattern:

1. The pattern consists of three candlesticks. The first is a long red (or black) candlestick in a prevailing downtrend, indicating a clear bearish sentiment.
2. The second candlestick is a Doji — a candlestick where the opening and closing prices are virtually the same, resulting in a very small body. The Doji should gap below the close of the first candlestick and it indicates market indecision.
3. The third candlestick is a green (or white) candle that opens within the body of the Doji and closes above the midpoint of the body of the first candle, showing a change from the initial bearish sentiment to a bullish sentiment.

<figure><img src="/files/8FV0UViznrcuAyturMHq" alt=""><figcaption></figcaption></figure>

The Morning Doji Star is a signal that the bulls have taken over from the bears and that a reversal in trend may be about to occur. As with all candlestick patterns, it's important to wait for confirmation before acting. This could be in the form of a fourth candle that continues the bullish trend or other confirming indicators such as rising volume or a bullish crossover from a technical indicator like the MACD.


---

# 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.ezalgo.ai/education/technical-analysis/candlestick-patterns/dojis/morning-doji-star.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.
