# Doji Stars

A Doji Star is a type of candlestick pattern that can signal a potential reversal in price direction. It can be either bullish or bearish depending on its placement in the existing trend and the nature of the candles that follow it.

## Bullish Doji Star

This pattern occurs during a downtrend and signifies a potential bullish reversal. The first candle in this pattern is a long bearish (red or black) candlestick, which is followed by a Doji — a candlestick where the opening and closing prices are virtually the same, resulting in a very small body. The Doji should gap lower than the first candlestick, and it indicates market indecision. If the following candle is a large bullish (green or white) candlestick that closes above the midpoint of the first candlestick, it confirms the bullish reversal, and the pattern is known as a Morning Doji Star.

<figure><img src="/files/0cdpxe9cOhQeM1tGGNvz" alt=""><figcaption></figcaption></figure>

## Bearish Doji Star

This pattern occurs during an uptrend and signals a potential bearish reversal. The first candlestick is a long bullish (green or white) candlestick, followed by a Doji that gaps higher than the first candlestick. Again, the Doji represents indecision in the market. If the next candlestick is a long bearish (red or black) one that closes below the midpoint of the first candlestick, it confirms the bearish reversal, and the pattern is known as an Evening Doji Star.

<figure><img src="/files/N4bTF37nh3b2Ot6ZoIA8" alt=""><figcaption></figcaption></figure>

Remember, as with all candlestick patterns, it's important to consider additional indicators and factors to confirm the potential reversal. These can include other technical indicators, volume data, or even broader market trends.


---

# 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/doji-stars.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.
