The Bearish Harami candlestick pattern signals a potential shift in momentum. It appears when a large bullish candle is followed by a much smaller bearish candle that stays within the first candle’s body. Traders see this as a warning sign that the uptrend might be losing strength.

Understanding this pattern can help you recognize possible reversals before they fully develop. This guide explains how the Bearish Harami works, what it tells traders about market sentiment, and how to use it effectively in trading.

Explanation of the Bearish Harami Candlestick Pattern

The Bearish Harami is a two-candle reversal pattern that forms after an uptrend. It consists of a large bullish candle, followed by a smaller bearish candle that fits entirely within the first candle’s body.

This pattern suggests that buying momentum is slowing down. The second candle shows that buyers are struggling to push the price higher, and sellers may be starting to take control. Traders typically wait for further confirmation before acting on the signal.

Key Characteristics:

  • Forms after an uptrend, signaling possible exhaustion of buying pressure.
  • The first candle is large and bullish, showing previous buying strength.
  • The second candle is small and bearish, staying within the first candle’s range.
  • Indicates a potential trend reversal, but confirmation is needed.

Illustration of the Bearish Harami Candlestick Pattern

The Bearish Harami candlestick pattern is illustrated below.

Bearish harami candlestick pattern

Key Pattern Features of the Bearish Harami

  • Forms after an uptrend, signaling a potential reversal.
  • The first candle is large and bullish, showing prior buying strength.
  • The second candle is small and bearish, indicating a loss of momentum.
  • Suggests that buyers are losing control, but confirmation is needed before entering a trade.

Trading Psychology of the Bearish Harami

The Bearish Harami reflects a shift in sentiment. The first candle shows strong buying, but the second, much smaller bearish candle signals hesitation. Buyers were dominant but failed to sustain momentum, allowing sellers to step in.

This pattern often appears when bullish enthusiasm starts fading. If the next candles confirm the reversal with lower closes, it suggests that market sentiment is turning bearish.

Conventional Approach to Using the Bearish Harami

Market Conditions

The Bearish Harami is most effective when it appears after a strong uptrend, signaling that buying pressure may be fading. It is more significant when it forms at a key resistance level, as this suggests that sellers are stepping in. This pattern may indicate temporary hesitation in sideways markets rather than a full trend reversal.

Volatility Considerations

In high-volatility markets, the Bearish Harami may produce false signals, as sharp price swings can cause temporary reversals before the trend resumes. In low-volatility environments, this pattern can carry more weight, as price action tends to be more controlled and predictable.

Risk Management Suggestions for the Bearish Harami

  • Placement: Stop-loss should be placed above the high of the Bearish Harami pattern to protect against false breakouts.
  • Entry strategy: Traders often enter after bearish confirmation, such as a breakdown below the second candle’s low.
  • Profit target: Use support levels or a risk-reward ratio (e.g., 2:1) to set an appropriate exit.

Pattern Failure Conditions for the Bearish Harami

To trade the Bearish Harami in a systematic approach:

  1. Identify a strong uptrend before the pattern forms.
  2. Detect a Bearish Harami with a small bearish candle contained within the previous bullish candle.
  3. Require confirmation: Enter short only if the next candle confirms bearish movement.
  4. Set stop-loss above the Bearish Harami’s high.
  5. Backtest before using real capital.

Traders should always test historical data before using this pattern in live trading.

Systematic Trading Application for the Bearish Harami

To trade the Rising Three Methods in a systematic approach:

  1. Identify a strong uptrend before the pattern forms.
  2. Detect a large bullish candle, followed by three smaller bearish candles staying within its range.
  3. Require confirmation: Enter long only if the final bullish candle closes above the first candle’s high.
  4. Set stop-loss below the first candle’s low.
  5. Backtest before using real capital.

Traders should always test historical data before using this pattern in live trading systems.

Amibroker Code for the Bearish Harami

Below is a simple AFL script to detect the Bearish Harami in Amibroker:

// Bearish Harami AFL Code for Amibroker

_SECTION_BEGIN(“Bearish Harami”);

 

FirstBullish = Ref(Close, -1) > Ref(Open, -1);

SecondBearish = Close < Open;

SmallCandle = (High – Low) < (Ref(High, -1) – Ref(Low, -1)) * 0.5;

Contained = Open < Ref(Close, -1) AND Close > Ref(Open, -1);

 

BearishHarami = FirstBullish AND SecondBearish AND SmallCandle AND Contained;

 

PlotShapes(IIf(BearishHarami, shapeStar, shapeNone), colorRed, 0, High);

 

_SECTION_END();

This script finds Bearish Harami patterns and marks them with a red star.

Frequently Asked Questions

Is the Bearish Harami pattern always a sell signal?

No, the Bearish Harami requires confirmation from the next candle. Without follow-through selling, the reversal may fail.

How can I tell if a Bearish Harami is strong?

A larger second candle, combined with a higher volume, strengthens the pattern.

Does the Bearish Harami work in all market conditions?

It is most effective in uptrends. In sideways markets, it may signal short-term hesitation rather than a major reversal.

How is the Bearish Harami different from a Bearish Engulfing pattern?

A Bearish Engulfing candle completely engulfs the previous candle, while a Bearish Harami is a smaller candle within a larger bullish one.

Key Takeaways

The Bearish Harami candlestick is a potential bearish reversal pattern that appears after an uptrend. 

It signals that buyers are losing momentum, and sellers may be preparing to take control. However, confirmation from the next few candles is crucial before making any trading decisions.

Using risk management and waiting for confirmation can help traders avoid false signals. If you want to incorporate this pattern into your strategy, test it in different markets before using it in live trading.

author avatar
Adrian Reid Founder and CEO
Adrian is a full-time private trader based in Australia and also the Founder and Trading Coach at Enlightened Stock Trading, which focuses on educating and supporting traders on their journey to profitable systems trading. Following his successful adoption of systematic trading which generated him hundreds of thousands of dollars a year using just 30 minutes a day to manage his system trading workflow, Adrian made the easy decision to leave his professional work in the corporate world in 2012. Adrian trades long/short across US, Australian and international stock markets and the cryptocurrency markets. His trading systems are now fully automated and have consistently outperformed international share markets with dramatically reduced risk over the past 20+ years. Adrian focuses on building portfolios of profitable, stable and robust long term trading systems to beat market returns with high risk adjusted returns. Adrian teaches traders from all over the world how to get profitable, confident and consistent by trading systematically and backtesting their own trading systems. He helps profitable traders grow and smooth returns by implementing a portfolio of trading systems to make money from different markets and market conditions.