The Bullish Kicker candlestick pattern is one of the strongest bullish candlestick reversal signals traders watch for in technical indicators. It suggests a dramatic shift in market sentiment, where buyers completely take control after a period of bearish pressure. This candlestick chart pattern is rare but highly significant when it appears.
If you’re looking for a chart pattern that shows buyers have stepped in aggressively, this is one to pay attention to. It’s commonly seen before major price breakouts and can offer strong trade setups when used correctly.
Explanation of the Bullish Kicker Candlestick Pattern
The Bullish Kicker candlestick pattern forms when a sharp bullish candlestick completely reverses the previous bearish candlestick, with a gap between them. The first candle is a strong, bearish candle, signaling downward momentum. The second candle gaps up and opens above the previous opening price, completely ignoring the prior price trend, and then closes strongly, forming a bullish candle.
This bullish reversal pattern is a clear sign that market participants have flipped investor sentiment instantly, often due to major news, earnings reports, or significant fundamental analysis factors. The key characteristic is that the gap between the two candles shows zero overlap, emphasizing the power shift.
Illustration of the Bullish Kicker Candlestick Pattern
The Bullish Kicker candlestick pattern is illustrated below.

Key Pattern Features of the Bullish Kicker
- Appears after a downtrend or a pullback, signaling a strong reversal pattern.
- Consists of two candles: A strong bearish candlestick, followed by a bullish candlestick that gaps up and shows no overlap with the prior candle.
- The larger the gap, the stronger the price trend signal.
- Works best with high volume on the second candle, confirming strong buying interest.
- It is a trading indicator of a major shift in market sentiment, often triggered by external factors.
Trading Psychology of the Bullish Kicker
This Kicker-engulfing pattern reflects a sudden and decisive shift in control from sellers to buyers.
- The first candle, a bearish candlestick, represents continued selling pressure, suggesting the downtrend is intact.
- The second candle, a bullish candle, gaps up significantly and shows no attempt to fill the gap, signaling that buyers immediately took over.
- The strong upward trend shows that sellers were caught off guard, and short-covering may drive prices even higher.
- The lack of overlap between the two candles is critical. It confirms that the market has completely ignored the previous price trend, showing a clear break in momentum.
Conventional Approach to Using the Bullish Kicker
Market Conditions
The Bullish Kicker is most effective after a sustained downtrend or at key support levels. It suggests a dramatic change in market sentiment and is often followed by a strong upward trend.
Volatility Considerations
In high-volatility markets, gaps may be exaggerated, making the chart pattern more powerful but also riskier. In low-volatility markets, the pattern is more reliable but may require additional confirmation before making a trading decision.
Risk Management Suggestions for the Bullish Kicker
- Stop-loss placement: Below the low of the first candle to minimize downside risk.
- Entry strategy: Traders typically enter at the close of the second candle or on a slight pullback.
- Profit targets: Use previous resistance levels or a risk-reward ratio of at least 2:1.
Pattern Failure Conditions for the Bullish Kicker
- The second candle retraces after the gap up: If the price closes lower than the gap, the signal weakens.
- Gap fills quickly: A partial or full retracement of the gap suggests the market isn’t fully convinced of the trend reversal.
- Low volume on the second candle: If volume remains low, the reversal pattern may not be sustainable.
Systematic Trading Application for the Bullish Kicker
To trade the Bullish Kicker systematically:
- Identify a strong downtrend or pullback before the chart pattern appears.
- Detect a large bearish candlestick, followed by a bullish candlestick that gaps up and has no overlap with the previous candlestick.
- Confirm with high volume on the second candle.
- Set a stop-loss below the low of the bearish candlestick.
- Test the pattern in various market conditions before applying it in live trading.
Amibroker Code for the Bullish Kicker
Below is a simple AFL script to detect the Bullish Kicker candlestick pattern in Amibroker:
// Bullish Kicker AFL Code for Amibroker
_SECTION_BEGIN("Bullish Kicker");
FirstBearish = Ref(Close, -1) < Ref(Open, -1);
GapUp = Open > Ref(Close, -1) AND Open > Ref(High, -1);
StrongBullish = Close > Open AND Close > Ref(Close, -1);
BullishKicker = FirstBearish AND GapUp AND StrongBullish;
PlotShapes(IIf(BullishKicker, shapeUpArrow, shapeNone), colorGreen, 0, High);
_SECTION_END();
This script helps traders use it to spot Bullish Kicker candlestick patterns on candlestick charts.
Frequently Asked Questions
Is the Bullish Kicker pattern always a buy signal?
Not necessarily. While it is a strong signal, confirmation, along with other technical indicators like moving averages and follow-through price trend action, is important before taking a position.
What makes a Bullish Kicker pattern stronger?
A larger gap, high volume, and a strong bullish candlestick close increase the chart pattern reliability.
Can the Bullish Kicker pattern appear in sideways markets?
Yes, but it is more effective after a downtrend or at key support levels.
How is the Bullish Kicker different from a Bearish Kicker pattern?
The Bullish Kicker has a clear gap up between candlesticks, while the Bearish Kicker has a gap down, signaling the opposite trend direction.
Key Takeaways
The Bullish Kicker candlestick pattern is one of the strongest bullish candlestick reversal patterns, indicating a sharp shift in market sentiment. It consists of a strong bearish candlestick, followed by a bullish candlestick that gaps up and shows no overlap, confirming a shift in market participants’ direction.
This chart pattern is highly reliable when combined with technical indicators like moving averages and volume confirmation. Traders use it to enter long positions when buying momentum takes over completely. However, like all candlestick chart patterns, backtesting and risk management are crucial before trading it live.
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