The Downside Tasuki Gap candlestick pattern is a bearish continuation pattern that suggests an existing bearish trend is likely to persist after a brief pause.
Unlike reversal patterns that indicate trend exhaustion, the Downside Tasuki Gap signals that sellers remain in control, even as the price briefly pulls back.
This pattern consists of three candlesticks and appears when the second candle gaps down from the first, followed by a third candle that partially retraces but does not close the gap.
Traders often look for this pattern in strong downtrends to confirm that momentum is intact.
Explanation of the Downside Tasuki Gap Candlestick Pattern
The Downside Tasuki Gap pattern typically forms as follows:
- First candle – A strong, bearish candle that confirms the ongoing bearish downtrend.
- Second candle – Another bearish candle that gaps from the first candle’s close, reinforcing selling pressure.
- Third candle – A bullish candle that moves up but does not fully close the gap between the first two candles. The key characteristic of the Downside Tasuki Gap is that the third candle does not fill the gap, which suggests sellers are still in control and the trend continuation is likely.
Illustration of the Downside Tasuki Gap Candlestick Pattern
The Downside Tasuki Gap candle pattern is illustrated below.

Key Pattern Features of the Downside Tasuki Gap
- Appears in a downtrend, confirming bearish momentum.
- Three-candlestick structure:
-
- First candle: Strong bearish candle.
- Second candle: Gaps down and closes lower.
- Third candle: Moves up slightly but does not close the gap.
-
- Indicates continuation, as the gap remains unfilled.
- Works best in high-volume, trending markets where price gaps are respected.
Trading Psychology of the Downside Tasuki Gap Candle Pattern
The Drawback Tasuki Gap Pattern reflects bearish dominance despite a minor pullback.
- First candle – Sellers push the price lower, confirming an ongoing bearish downtrend.
- Second candle – Gaps down, showing that selling pressure remains strong.
- Third candle – Buyers attempt to recover the gap but fail, reinforcing seller control.
Since the gap remains partially open, it suggests that the downtrend is intact, and market sentiment remains bearish.
Conventional Approach to Using the Downside Tasuki Gap
Market Conditions
The Downside Tasuki Gap works best in strong downtrends. It signals that temporary buying pressure is absorbed, allowing the bearish trend trading to continue.
Volatility Considerations
- In high volatility markets, the third candle’s pullback may be larger, but the gap must remain partially open to validate the pattern.
- In low volatility markets, the pullback is typically smaller, making the pattern easier to identify.
Risk Management Suggestions for the Downside Tasuki Gap
- Stop loss placement: Above the high of the third candle (or above the first candle’s open for a wider stop).
- Entry strategy: Traders enter after the third candle closes, ensuring the gap remains unfilled.
- Profit targets: These targets can be set at previous support levels or using a risk-reward ratio 2:1.
Pattern Failure Conditions for the Downside Tasuki Gap
- The third candle fully closes the gap – This invalidates the pattern and may indicate trend exhaustion.
- Weak volume on the second candle’s gap down – A lack of conviction may lead to a failed continuation.
- Strong buying pressure on the third candle – If the third candle has a large green body, it may indicate a reversal instead of a continuation.
Systematic Trading Application for the Downside Tasuki Gap Pattern
To incorporate the Downside Tasuki Gap into a technical analysis trading strategy, traders should:
- Identify a strong downtrend before the pattern forms.
- Confirm the three-candlestick structure, ensuring that the gap remains open.
- Use volume analysis – Higher volume on the second candle increases the pattern’s reliability.
- Set stop-losses above the pattern’s high to protect against invalidation.
- Backtest the pattern across different assets and timeframes before live trading.
Amibroker Code for the Downside Tasuki Gap Pattern
Below is a simple Amibroker AFL script to detect the Downside Tasuki Gap pattern:
// Downside Tasuki Gap AFL Code for Amibroker
_SECTION_BEGIN(“Downside Tasuki Gap”);
FirstBearish = Ref(Close, -2) < Ref(Open, -2);
GapDown = Ref(Open, -1) < Ref(Close, -2);
SecondBearish = Ref(Close, -1) < Ref(Open, -1);
ThirdBullish = Close > Open;
PartialGapFill = Close < Ref(Open, -1) AND Close > Ref(Close, -1);
DownsideTasukiGap = FirstBearish AND GapDown AND SecondBearish AND ThirdBullish AND PartialGapFill;
PlotShapes(IIf(DownsideTasukiGap, shapeDownArrow, shapeNone), colorRed, 0, Low);
_SECTION_END();
This script helps traders detect Downside Tasuki Gap patterns on stock charts.
Frequently Asked Questions
How reliable is the Downside Tasuki Gap pattern?
It is a strong bearish continuation signal, particularly in high-volume downtrends.
Can the Downside Tasuki Gap pattern fail?
Yes, if the third candle closes the gap completely, the pattern is invalidated.
What indicators work well with the Downside Tasuki Gap?
Moving averages, RSI and volume analysis help confirm the pattern’s validity.
Is the Downside Tasuki Gap pattern effective in forex and crypto trading?
Yes, but it works best in highly liquid markets where price gaps occur naturally.
Key Takeaways
The Downside Tasuki Gap candlestick pattern is a bearish continuation signal that helps traders stay in downtrends despite minor pullbacks. It consists of three candlesticks, with the second candle gapping down and the third candle retracing slightly without closing the gap.
This pattern offers high-probability trade setups in trending markets when used correctly and confirmed with other trading indicators.
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