Momentum shifts are what traders look for when spotting potential reversals. The Bullish Harami candlestick pattern is one such signal, appearing when sellers lose control and buyers start taking over.
This two-candle pattern suggests a possible trend reversal, giving traders a chance to catch a new move before it gains momentum.
Understanding how this pattern works, when to use it, and how to confirm its signal is essential for anyone who wants to trade with confidence. This guide breaks down everything you need to know about the Bullish Harami pattern, including how to trade it effectively.
Explanation of the Bullish Harami Candlestick Pattern
The Bullish Harami is a two-candle reversal pattern that signals a potential shift from a downtrend to an uptrend.
It appears when a large bearish candle is immediately followed by a smaller bullish candle that is fully contained within the body of the first candle.
This pattern suggests that selling pressure is weakening, and buyers are stepping in to defend a certain price level. However, traders typically wait for further confirmation before taking a long position.
Key Characteristics:
- Forms after a downtrend, signaling possible exhaustion of selling pressure.
- The first candle is bearish (red/black) and significantly larger than the second candle.
- The second candle is bullish (green/white) and fully contained within the body of the first.
- Indicates a potential trend reversal, but confirmation is needed
Illustration of the Bullish Harami Candlestick Pattern
The Bullish Harami candlestick pattern is illustrated below.

Key Pattern Features of the Bullish Harami
- Forms after a downtrend, signaling a possible trend reversal.
- The first candle is large and bearish, showing previous selling pressure.
- The second candle is small and bullish, staying within the first candle’s range.
- Indicates buyers stepping in, but confirmation is needed before entering a trading system.
Trading Psychology of the Bullish Harami
The Bullish Harami reflects a shift in market sentiment. The large bearish candle shows that sellers were in control, driving prices lower. However, the smaller bullish candle signals that selling pressure is weakening as buyers manage to keep prices from falling further.
This pattern often appears when bears lose confidence, and early buyers begin stepping in. If the next few candles confirm the reversal with higher closes, the market sentiment will turn bullish.
Conventional Approach to Using the Bullish Harami
Market Conditions
The Bullish Harami is most effective when it appears after a clear downtrend, signaling that selling momentum may be fading. It is more significant when it forms at a key support level, suggesting that buyers are defending that price zone. This pattern may indicate temporary consolidation in sideways markets rather than a full trend reversal.
Volatility Considerations
In high-volatility markets, the Bullish Harami may produce false signals, as strong price swings can cause quick breakouts in both directions. This pattern can carry more weight in low-volatility environments, as price action tends to be more controlled and less erratic.
Risk Management Suggestions for the Bullish Harami
- Stop-loss placement: Below the low of the Bullish Harami pattern to protect against false breakouts.
- Entry strategy: Traders often enter after bullish confirmation, such as a breakout above the second candle’s high.
- Profit target: Use resistance levels or a risk-reward ratio (e.g., 2:1) to set an appropriate exit.
Pattern Failure Conditions for the Bullish Harami
- No follow-through buying: If the next candles do not confirm bullish momentum, the pattern may fail.
- Break below the pattern’s low: If the price drops below the lowest point of the Bullish Harami, the bullish signal is invalidated.
- Strong downtrend continuation: If overall market momentum remains bearish, buyers may not be able to push the price higher.
Systematic Trading Application for the Bullish Harami
To trade the Bullish Harami in a systematic approach:
- Identify a strong downtrend before the pattern forms.
- Detect a Bullish Harami with a small bullish candle contained within the previous bearish candle.
- Require confirmation: Enter long only if the next candle confirms bullish movement.
- Set stop-loss below the Bullish Harami’s low.
- Backtest before using real capital.
Traders should always test historical data before using this pattern in live trading.
Amibroker Code for the Bullish Harami
Below is a simple AFL script to detect the Bullish Harami in Amibroker:
// Bullish Harami AFL Code for Amibroker
_SECTION_BEGIN(“Bullish Harami”);
FirstBearish = Ref(Close, -1) < Ref(Open, -1);
SecondBullish = Close > Open;
SmallCandle = (High – Low) < (Ref(High, -1) – Ref(Low, -1)) * 0.5;
Contained = Open > Ref(Close, -1) AND Close < Ref(Open, -1);
BullishHarami = FirstBearish AND SecondBullish AND SmallCandle AND Contained;
PlotShapes(IIf(BullishHarami, shapeStar, shapeNone), colorGreen, 0, Low);
_SECTION_END();
This script finds Bullish Harami patterns and marks them with a green star.
Frequently Asked Questions
Is the Bullish Harami pattern always a buy signal?
No, the Bullish Harami requires confirmation from the next candle. Without follow-through buying, the reversal may fail.
How can I tell if a Bullish Harami is strong?
A larger second candle, combined with a higher volume, strengthens the pattern.
Does the Bullish Harami work in all market conditions?
It is most effective in downtrends. In sideways markets, it may signal short-term hesitation rather than a major reversal.
How is the Bullish Harami different from a Bullish Engulfing pattern?
A Bullish Engulfing candle completely engulfs the previous candle, while a Bullish Harami is a smaller candle within a larger bearish one.
Key Takeaways
The Bullish Harami candlestick is a potential bullish reversal pattern that appears after a downtrend.
It signals sellers are losing momentum, and buyers may be preparing to take control. However, confirmation from the next few candles is crucial before trading decisions.
Links to articles about other Candlestick Patterns
- Doji
- Hammer
- Inverted Hammer
- Bullish Engulfing
- Bearish Engulfing
- Morning Star
- Evening Star
- Shooting Star
- Hanging Man
- Piercing Pattern
- Dark Cloud Cover
- Three White Soldiers
- Three Black Crows
- Dragonfly Doji
- Gravestone Doji
- Spinning Top
- Marubozu
- Tweezer Top
- Tweezer Bottom
- Bullish Harami
- Bearish Harami
- Rising Three Methods
- Falling Three Methods
- Bullish Abandoned Baby
- Bearish Abandoned Baby
- Bullish Kicker
- Bearish Kicker
- Three Inside Up
- Three Inside Down
- Upside Gap Two Crows
- Mat Hold
- Upside Tasuki Gap
- Downside Tasuki Gap