> For the complete documentation index, see [llms.txt](https://docs.ezalgo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezalgo.ai/education/technical-analysis/candlestick-patterns/dojis/doji-stars.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ezalgo.ai/education/technical-analysis/candlestick-patterns/dojis/doji-stars.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
