> 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/dragonfly-doji.md).

# Dragonfly Doji

The Dragonfly Doji is a specific type of Doji candlestick pattern that can signal a potential bullish reversal.

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

### Here's a breakdown of the Dragonfly Doji pattern:

1. The pattern consists of a single candlestick with a long lower shadow and no upper shadow. The opening, closing, and highest prices of the time period are all the same or very close to each other, resulting in a T-shaped candlestick.
2. The long lower shadow suggests that sellers pushed the price significantly lower during the time period, but buyers were able to drive the price back up to the opening price, indicating a rejection of the lower prices.
3. The Dragonfly Doji pattern can appear during a downtrend or a period of consolidation. When it appears during a downtrend, it can signal a potential bullish reversal, as the rejection of the lower prices suggests that buying pressure is starting to increase.
4. Confirmation of the pattern's bullish signal comes if the next candlestick after the Dragonfly Doji is bullish and closes above the Dragonfly Doji's close. This would suggest that the buyers have taken control and that the downtrend may be about to reverse.

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

As with all candlestick patterns, the Dragonfly Doji should be used in conjunction with other forms of technical analysis for confirmation. Traders often look for other signs of a potential reversal, such as an increase in buying volume or bullish signals from technical indicators.


---

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