The Upside Gap Two Crows candlestick pattern is a bearish reversal candlestick pattern that forms in an uptrend and signals a potential shift to the downside.
It consists of three candlesticks: a strong bullish candle, followed by two smaller bearish candles that gap up but fail to continue the rally. Traders interpret this as a warning that buyers are losing control and sellers are stepping in.
This pattern is not as common as other bearish reversal candlestick patterns, but it can indicate a strong move lower when it appears at the top of an uptrend.
Explanation of the Upside Gap Two Crows Candlestick Pattern
The Upside Gap Two Crows consists of three candlesticks and appears after an uptrend:
- First candle – A strong bullish candlestick, confirming the ongoing uptrend.
- Second candle – A small bearish candle that gaps above the first candle’s close, indicating initial bullish enthusiasm that quickly fades.
- Third candle – Another bearish candle that opens within the second candle’s range but then closes lower, preferably within the first candle’s body.
The key element here is the gap on the second candle, followed by another on the third candle, which ultimately fails to hold, leading to a breakdown.
This pattern suggests that the market attempted to push higher, but sellers quickly overwhelmed buyers, leading to lower closes.
Illustration of the Upside Gap Two Crows Candlestick Pattern
The Upside Gap Two Crows candlestick pattern is illustrated below.

Key Pattern Features of the Upside Gap Two Crows
- Appears after an uptrend, indicating a possible bearish reversal.
- Three-candlestick structure:
-
- First candle is bullish and confirms the existing uptrend.
- Second candle gaps up but closes bearish, showing early signs of selling pressure.
- Third candle gaps up again but fails, closing lower within the first candle’s body.
-
- The pattern is stronger when the third candle closes near the first candle’s midpoint or lower.
- Works best when confirmed by volume and resistance levels.
Trading Psychology of the Upside Gap Two Crows
This pattern reflects buyer exhaustion and increasing selling pressure.
- The first candle continues the uptrend, confirming buyers are still in control.
- The second candle gaps up, suggesting initial optimism, but closes lower, indicating that sellers are stepping in.
- The third candle gaps up again but fails to hold gains and closes within the first candle’s body, showing that buyers have lost control.
The repeated failure to sustain new highs suggests that the uptrend is weakening and that a reversal may be near.
Conventional Approach to Using the Upside Gap Two Crows
Market Conditions
The Upside Gap Two Crows pattern is most effective at the top of a strong uptrend. It works best when appearing near resistance levels or after a prolonged bullish move where buyers may be overextended.
Volatility Considerations
-
In high volatility markets, false signals are more common, so traders should confirm the pattern with volume analysis or additional technical indicators.
-
In low volatility markets, this pattern is more reliable, as price action tends to be smoother and follow-through is more consistent.
Risk Management Suggestions for the Upside Gap Two Crows
- Stop-loss placement: Above the high of the second or third candle to limit risk.
- Entry strategy: Enter after the third candle closes or on a slight retracement back toward resistance.
- Profit targets: Aim for previous support levels or use a risk-reward ratio of at least 2:1.
Pattern Failure Conditions for the Upside Gap Two Crows
- Third candle fails to close within the first candle’s body – This weakens the pattern and may indicate continued bullish momentum.
- Low volume on the third candle – Weak selling pressure reduces reliability.
- Price reverses immediately after a breakdown – If the market bounces back strongly, the pattern may have produced a false signal.
Systematic Trading Application for the Upside Gap Two Crows
To incorporate this pattern into a trading system, traders can:
- Identify an existing uptrend before the pattern appears.
- Confirm the three-candle structure, ensuring the second and third candles gap up and then fail.
- Use additional confirmation from indicators like RSI, MACD, or moving averages.
- Set stop-losses above the second candle’s high.
- Test performance on different markets and timeframes before applying in live trading.
Amibroker Code for the Upside Gap Two Crows
Below is a simple Amibroker AFL script to detect the Upside Gap Two Crows pattern:
// Upside Gap Two Crows AFL Code for Amibroker
_SECTION_BEGIN(“Upside Gap Two Crows”);
FirstBullish = Ref(Close, -2) > Ref(Open, -2);
SecondGapUpBearish = Ref(Open, -1) > Ref(Close, -2) AND Ref(Close, -1) < Ref(Open, -1);
ThirdGapUpBearish = Open > Ref(Close, -1) AND Close < Ref(Close, -2);
UpsideGapTwoCrows = FirstBullish AND SecondGapUpBearish AND ThirdGapUpBearish;
PlotShapes(IIf(UpsideGapTwoCrows, shapeDownArrow, shapeNone), colorRed, 0, High);
_SECTION_END();
This script helps traders spot Upside Gap Two Crows formations on stock charts.
Frequently Asked Questions
How reliable is the Upside Gap Two Crows pattern?
It can be a strong bearish signal, especially when volume and resistance levels confirm it.
Is the Upside Gap Two Crows pattern effective in forex trading?
Yes, but it works best with additional indicators like moving averages and RSI for confirmation.
What indicators work well with the Upside Gap Two Crows?
RSI, MACD, and moving averages help confirm the pattern’s reliability.
Can the Upside Gap Two Crows pattern fail?
Yes, if the third candle does not close within the first candle’s body, the pattern may be weaker.
Key Takeaways
The Upside Gap Two Crows candlestick pattern is a bearish reversal pattern, showing buyers are losing momentum.
It consists of three candlesticks: the first is bullish, the second gaps up but closes lower, and the third fails to continue higher and closes within the first candle’s body.
This pattern is best used in an uptrend and should always be confirmed with other technical analysis indicators 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