Engulfing Candlestick Pattern: One Rule, Two Directions
An engulfing candlestick pattern is two sessions and one verdict. The first bar stakes out a body. The second opens level with or inside that body and closes clean through the far end of it, swallowing everything the first side had managed to hold.
It comes in a bullish and a bearish form, and most guides treat those as two patterns to memorise separately. Vike's engine disagrees in the most concrete way possible: one function finds both, and the only thing that differs is the sign it emits. This page covers what the two directions share — the exact rule, the mirror, the boundary with neighbouring patterns, and one real failure of each — then hands you to the deep dives on bullish engulfing and bearish engulfing.
What an engulfing candlestick pattern is
Strip the colours away and the geometry is a containment test. Bar two's body must cover bar one's body end to end — its close at or beyond where the first session started, its open at or behind where the first session finished.
Only four prices are ever read: two opens and two closes. Wicks never enter the arithmetic, which means a second bar with a huge shadow still qualifies and a version demanding wick-over-wick coverage is a stricter, different pattern than the one the engine flags.
What makes the shape worth a name is the handover it records. Whoever owned the first session began the second in charge and ended it having surrendered the entire body they had built — momentum did not fade, it swapped sides within a single bar.
One function, two signs
Here is the detail this page exists to state plainly, because it comes from reading source code rather than another article.
How Vike computes it.batch_engulfinginvike-indicatorswalks the chart pair by pair, stamping the later bar+100the moment a red bar is followed by a green one whoseclose ≥ prior openandopen ≤ prior close. Flip every colour and both comparisons and the same loop stamps-100instead. No other difference exists: no threshold, no filter, no warm-up.
Vike's crate expresses pattern symmetry three different ways, and knowing which one you are holding tells you how much transfers. The hammer and hanging man are two byte-identical functions. The morning and evening stars are two functions mirrored clause by clause, each reading a different price column. The engulfing pair sits at the extreme end: one function, one loop, a sign. Everything true of one direction transfers to the other exactly, so learn the rule once and you own both.
Bullish or bearish: which page you need
Each direction has its own full breakdown, with anatomy diagrams, measured clause frequencies, and five detections apiece on real Binance daily candles.
Bullish engulfing
Red bar, then a green one that covers it, arriving after a decline. The bullish engulfing page walks the four conditions, measures which clause does the real work on a 24/7 venue, and prices a real trade off the BTC detection shown above — entry, stop, and target with honest arithmetic.
Bearish engulfing
Green bar swallowed by a red one after a rally — the same test with every comparison flipped. The bearish engulfing page covers the mirror in full, including why its confirmation bar matters even more when the crowd is long.
What the rule does not say
Both comparisons are inclusive. A close landing exactly on the prior open still qualifies, and that generosity is not academic on crypto, where a daily bar routinely opens to the tick on the previous close — one of the two containment clauses is often satisfied for free.
A bar that closes exactly where it opened is neither red nor green inside the crate, so a doji can neither engulf nor be engulfed. No size clause exists either: nothing requires the second body to be bigger, only positioned to cover the first.
The rule also draws a sharp boundary with its nearest relatives. A piercing pattern requires the recovery to stop strictly short of the prior open; an engulfing requires it to reach at or past that same price. One boundary price, two exclusive claims — no bar pair can ever be both, and the same fence separates bearish engulfing from dark cloud cover. When I first checked that in the source I expected an overlap case, and there simply is none.
How to trade an engulfing pattern
What both directions share is a short playbook, because the direction-specific pages carry the detail.
Demand a trend to reverse. The detector has no trend clause — that filter is yours. An engulfing mid-range is a shrug; the same pair after a sustained move is information.
Wait for the bar after the pattern. A close beyond the engulfing bar's extreme is the evidence that the handover held. I skip every setup that never produces that bar, and the failure section below is the reason.
Anchor risk at the two-bar extreme. The pattern's own high and low are its invalidation, and they are usually far apart. That width is the honest cost of a two-bar signal, so size against it rather than wishing it smaller.
Where engulfing patterns fail
This page ships one failure per direction, both flagged by the exact detector, because the two losers teach the same lesson from opposite sides.
The bullish case: BTC printed a textbook engulfing on 2026-05-14 — 1.49× the prior body — and closed under the pattern low two sessions later, on its way to a 6.2% drawdown. The bearish case is older and made the opposite point: BTC's 2023-03-27 bearish engulfing at 1.67× the prior body never got its confirmation, and price rose another 7.6% instead.
Neither detection was wrong. Both bars measured exactly what they claimed — a full-body handover of one session's control. The mistake I see most is reading that measurement as a promise about the next session, which is precisely the part no candle can deliver.
Frequently asked questions
Is the engulfing candlestick pattern bullish or bearish?
Either. Direction comes entirely from the colours: red-then-green is the bullish form, green-then-red the bearish one, and the engine emits +100 or -100 from the same rule.
Does the second candle need to engulf the wicks? No. Four body prices decide it — wicks are never read. Full-wick coverage is a stricter variant some traders add on top; the engine does not.
Can the two bodies be exactly equal? Yes. Both comparisons admit the tie, so a body matching the prior one end to end still counts — though a dead-heat like that reads as indecision, and I treat it accordingly.
How is an engulfing different from a piercing or dark cloud cover? By one strict inequality. Those patterns stop short of the prior bar's open; an engulfing reaches it or passes it. The definitions are mutually exclusive in the source, so a pair can only ever be one of them.
This is educational material, not financial advice. Candlestick patterns describe probabilities, not certainties, and every real trade carries real risk — size positions so a wrong read costs little.