Markets move in trends, but every trend eventually slows down or reverses. The Tweezer Top candlestick pattern is one of the signals traders can use to spot when an uptrend might be running out of steam.
This pattern appears when the price reaches a high on two consecutive candles but fails to break through, suggesting potential weakness.
Understanding this pattern and its context can help traders spot possible reversals before they happen. This guide explains how the Tweezer Top pattern works, what it tells traders about market sentiment, and how to use it effectively.
Explanation of the Tweezer Top Candlestick Pattern
The Tweezer Top is a two-candle reversal pattern that signals a potential bearish shift. It forms when two consecutive candles have the same or nearly the same high, indicating strong resistance. The first candle is usually bullish, showing buyers pushing the price up. The second candle is bearish, showing that sellers stepped in at the same level, preventing further upward movement.
This pattern suggests that buyers are struggling to push prices higher, and sellers are starting to take control. Traders watch for confirmation before acting on the signal.
Key Characteristics of the Tweezer Top Candlestick Pattern
- Appears after an uptrend.
- Two consecutive candles with the same or nearly identical highs.
- The first candle is usually bullish; the second is bearish.
Indicates a possible trend reversal if followed by further bearish price action.
Illustration of the Tweezer Top Candlestick Pattern
The Tweezer Top candlestick pattern is illustrated below.

Key Pattern Features of the Tweezer Top
- Forms after an uptrend, signaling possible exhaustion.
- Two consecutive candles with nearly identical highs indicate strong resistance.
- The first candle is bullish, showing continued buying pressure.
- The second candle is bearish, showing that sellers have stepped in.
- Traders often wait for confirmation from the next few candles before acting.
Trading Psychology of the Tweezer Top
The Tweezer Top pattern shows a struggle between buyers and sellers. The first candle suggests buyers still have control, pushing the price higher. However, the second candle shows that sellers prevented further gains at the same level, creating a strong resistance point.
This shift in sentiment signals that buyers may be losing momentum, increasing the chances of a trend reversal. If the next candle confirms the pattern with further downside movement, traders interpret this as a sign that selling pressure is increasing.
Conventional Approach to Using the Tweezer Top
Market Conditions
The Tweezer Top is most effective after an uptrend, as it suggests that buyers may be struggling to push prices higher. It often appears at resistance levels or near previous swing highs, making it more significant in those areas. If the pattern forms in a sideways market, it may indicate short-term hesitation rather than a major reversal.
Volatility Considerations
In high-volatility markets, the Tweezer Top may be less reliable since price action can break through temporary resistance before reversing. In low-volatility environments, this pattern can be more meaningful, as repeated rejection at the same level often leads to a trend shift.
Risk Management Suggestions for the Tweezer Top
- Stop-loss placement: Above the high of the Tweezer Top 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 Tweezer Top
- A break above resistance: If the price moves above the highs of the Tweezer Top, the bearish signal is invalidated.
- Lack of follow-through selling: If the next candles do not confirm bearish momentum, the pattern may fail.
- Strong uptrend continuation: If overall market momentum remains bullish, sellers may not be able to push the price lower.
Systematic Trading Application for the Tweezer Top
To trade the Tweezer Top in a systematic approach:
- Identify a strong uptrend before the pattern forms.
- Detect a Tweezer Top with two consecutive candles having similar highs.
- Require confirmation: Enter short only if the next candle confirms bearish movement.
- Set stop-loss above the Tweezer Top’s high.
- Backtest before using real capital.
Traders should always test historical data before using this pattern in live trading.
Amibroker Code for the Tweezer Top
Below is a simple AFL script to detect the Tweezer Top in Amibroker:
// Tweezer Top AFL Code for Amibroker
SameHigh = (Ref(High, -1) == High);
FirstBullish = Ref(Close, -1) > Ref(Open, -1);
SecondBearish = Close < Open;
TweezerTop = SameHigh AND FirstBullish AND SecondBearish;
PlotShapes(IIf(TweezerTop, shapeStar, shapeNone), colorRed, 0, High);
This script finds Tweezer Top patterns and marks them with a red star.
Frequently Asked Questions
Is the Tweezer Top pattern always a sell signal?
No, the Tweezer Top requires confirmation from the next candle. Without follow-through selling, the reversal may fail.
How can I tell if a Tweezer Top is strong?
A longer second candle, combined with a higher volume, strengthens the pattern.
Does the Tweezer Top 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 Tweezer Top different from a Double Top?
Both signal resistance, but the Tweezer Top is a two-candle pattern, while the Double Top develops over multiple price swings.
Key Takeaway
The Tweezer Top candlestick is a potential bearish reversal pattern that appears after an uptrend. It signals that buyers have hit a strong resistance level, and sellers are beginning to take control. However, confirmation from the next few candles is crucial before making 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.
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