Bearish Harami
Bearish Reversal PatternWhat is Bearish Harami Pattern?
Bearish Harami is a two-candle bearish reversal pattern that appears during an uptrend. The second candle (small bearish body) is completely contained within the body of the first candle (large bullish candle). It signals that buying pressure is weakening and a reversal may be imminent.
Structure of the Pattern
- Two consecutive candlesticks.
- First candle: A long bullish candle (close > open), indicating strong buying.
- Second candle: A small bearish candle (close < open), completely contained within the body of the first candle.
- Containment: Second candle's open < first candle's close, and second candle's close > first candle's open.
Key Conditions for Formation
- Must occur after a clear uptrend.
- First candle must be bullish, second bearish.
- Second candle's body must be fully inside the first candle's body (no touching edges).
- Second candle's body should be relatively small compared to the first.
Detailed Explanation
The Bearish Harami represents a pause in the uptrend. The first large bullish candle shows strong buying momentum. The second small bearish candle opens lower than the previous close and closes higher than the previous open, indicating that buyers could not push prices higher, and sellers are starting to step in.
The containment of the second candle within the first suggests a potential shift in market sentiment from bullish to bearish.
- Strict containment (no touching) ensures validity.
- A doji or spinning top as the second candle strengthens the signal.
- Higher volume on the second candle adds confirmation.
Market Psychology
The psychology behind Bearish Harami:
- First candle: Buyers are in full control, driving prices sharply higher.
- Second candle: The bullish momentum slows; sellers step in, pushing the price down, but not enough to exit the first candle's range. This indecision signals a potential reversal.
- The small bearish body shows that sellers are gaining confidence, and the uptrend may be ending.
Trade Interpretation
- Entry: Short (sell) after the close of the second candle, or after a third candle confirming lower prices.
- Confirmation: A bearish close below the low of the first candle or a third consecutive bearish candle.
- Stop Loss: Place above the high of the second candle (or above the first candle's high for more room).
- Target: Previous support levels or a risk-reward ratio of 1:2.
Timeframe Relevance (Algo Context)
- In a 5-minute timeframe environment:
- Pattern forms over 2 consecutive candles (10 minutes).
- Signal becomes active after the second candle closes.
- Remains valid for the next 1-2 candles; requires quick confirmation.
Role of Volume
Volume can confirm the pattern:
- Lower volume on the first candle indicates weakening buying.
- Higher volume on the second (bearish) candle shows distribution.
Using Indicators for Confirmation
Combine with indicators to filter false signals:
- RSI: Overbought (above 70) and turning down.
- MACD: Bearish divergence or histogram turning negative.
- Resistance: Pattern occurring at a known resistance level increases reliability.
When to Avoid
- In a strong uptrend without any signs of slowing momentum.
- When the second candle is not fully contained (touches edges).
- If the pattern appears in a sideways or ranging market.
- During low liquidity or after major bullish news.
Precautions
- Wait for confirmation (e.g., a third bearish candle) before entering.
- Use strict containment criteria in algorithmic detection.
- Avoid trading solely on the pattern without trend context.
- Consider the overall market structure and higher timeframe trend.
Related Patterns
- Bullish Harami (bullish counterpart)
- Evening Star
- Shooting Star
- Bearish Engulfing
Practical Insights
In algorithmic trading:
- Use strict containment: curr['open'] < prev['close'] and curr['close'] > prev['open'].
- Ensure uptrend using a moving average (e.g., price above 20-period MA).
- Filter duplicate signals within a short window.
Example Scenario
A stock in an uptrend: Day 1 opens at ₹50, closes at ₹60 (bullish, body = 10 points). Day 2 opens at ₹58 (lower than previous close), drops to ₹54, but closes at ₹56. The second candle's body (₹56 to ₹58) is fully inside the first candle's body (₹50 to ₹60). This Bearish Harami suggests buying exhaustion and a possible reversal to the downside.
SUMMARY
- Pattern Type: Bearish Reversal
- Candles Required: 2
- Key Signal: Small bearish candle fully inside the body of a large bullish candle
- Best Use Case: After an uptrend
- Confirmation Needed: Yes (follow-through bearish candle)
- Reliability: Moderate to high with strict containment