# Hammer

The Hammer is a bullish reversal candlestick pattern that indicates a potential reversal at the end of a downtrend. The pattern gets its name because it looks somewhat like a hammer with a long handle.

{% hint style="info" %}
The bearish version of the Hammer candlestick pattern is the [Hanging Man](/education/technical-analysis/candlestick-patterns/hanging-man.md) pattern.&#x20;
{% endhint %}

### Here's a breakdown of the Hammer pattern:

1. The pattern consists of a single candlestick with a small body at the upper end, little or no upper shadow (or wick), and a long lower shadow. The long lower shadow should be at least twice the length of the body, suggesting that sellers pushed the price significantly lower during the period, but buyers were able to drive the price back up to near the opening price.
2. The color of the body is not as critical in this pattern. A green or white body (indicating that the closing price was higher than the opening price) is considered slightly more bullish, but a red or black body can also produce a valid Hammer pattern.
3. The Hammer pattern appears during a downtrend. The long lower shadow shows that selling pressure was present, but the fact that buyers were able to push the price back up to near the opening price shows that buying pressure is starting to increase.
4. Confirmation of the pattern's bullish signal comes if the next candlestick after the Hammer is bullish and closes above the Hammer's close. This would suggest that the buyers have taken control and that the downtrend may be about to reverse.

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

As with all candlestick patterns, the Hammer 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: 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/hammer.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.
