# Engulfing Bar

A Chart & Candlestick Patterns concept (Single/multi-bar (western)) in the LuxAlgo Library, with 1 indicator implementation.

## What is an Engulfing Bar?

An engulfing bar is a two-bar pattern in which the second bar's range completely swallows the first: its high exceeds the prior high, its low undercuts the prior low, and it closes beyond the prior bar's extreme in the new direction. A bullish engulfing bar trades below the previous bar's low yet closes above its high; the bearish version mirrors it. Definitions vary by tradition: bar-chart readers compare full high-to-low ranges, while the candlestick catalog's [bullish/bearish engulfing](https://www.luxalgo.com/library/concept/bullish-bearish-engulfing/) compares real bodies and requires opposite-colored candles.

The pattern matters because of what the round trip implies. Price broke one side of the prior bar, found no acceptance, then traversed the entire bar to close beyond the other side, trapping anyone positioned off the first bar. Structurally it is a directional [outside bar](https://www.luxalgo.com/library/concept/outside-bar/): the engulfment supplies the trap, and the close location supplies the bias.

The definitions descend from different traditions: the body-comparison version belongs to the Japanese [candlestick patterns](https://www.luxalgo.com/library/concept/candlestick-patterns/) catalog Steve Nison popularized in the West in the early 1990s, while the range-comparison version comes from Western bar-chart practice, where outside days were tracked long before candlesticks arrived. Price-action traders often blend the two, keeping the full-range test and the candlestick emphasis on close location.

Mechanically, the engulfment is range expansion containing a failed excursion: the round trip runs resting stops on both sides of the prior bar, and late entrants from the first break become fuel for the move in the closing direction. Because the signal bar is usually also a [wide-range bar](https://www.luxalgo.com/library/concept/wide-range-bar/), it says more than most bars about who won the period.

## How to identify an engulfing bar on a chart

The pattern is defined by two bars and a handful of price comparisons, so it can be checked mechanically.

1. Find a bar whose high exceeds the previous bar's high and whose low undercuts the previous bar's low.
2. For a bullish engulfing bar, require a close above the previous bar's high; for a bearish one, a close below the previous bar's low.
3. Compare the bar's range with the recent average; an engulfing bar smaller than typical bars carries little of the pattern's intended meaning.
4. Check what was engulfed: swallowing a tiny [doji](https://www.luxalgo.com/library/concept/doji/) is a low hurdle, while engulfing one or more full-sized bars says more.
5. Note the location: at a swing extreme, a tested level, or a pattern boundary the signal has context; in the middle of a range it usually does not.

## How traders use it

- As a reversal trigger at a location: an engulfing bar printed at a tested support level, a supply or demand zone, or after a sweep of a prior swing gives the pattern context; entries commonly trigger on the engulfing bar's close or a break of its extreme, with the stop beyond the opposite end.
- As continuation confirmation: a bullish engulfing bar that ends a pullback inside an uptrend suggests the dip has been absorbed, aligning the entry with the prevailing trend rather than against it.
- Filtered for quality: many systems require the engulfing bar to exceed recent average range, to close in the top or bottom third of its span, or to engulf more than one prior bar, because small engulfing bars inside chop fire constantly and mean little.
- As the trigger at pattern boundaries: an engulfing bar at the second peak of a [double top/bottom](https://www.luxalgo.com/library/concept/double-top-bottom/) or the edge of a [rising or falling wedge](https://www.luxalgo.com/library/concept/rising-falling-wedge/) turns a structural idea into a defined-risk entry.
- Sequenced with compression: an engulfing bar resolving an [inside bar](https://www.luxalgo.com/library/concept/inside-bar/) sequence pairs contraction with expansion, close kin to the [hikkake](https://www.luxalgo.com/library/concept/hikkake/) idea of trapping breakout traders before moving the other way.
- As an exit warning: an opposite-direction engulfing bar against an open position is a common cue to tighten stops or take partial profits.

## Engulfing Bar vs. similar bar patterns

- **Outside Bar** (https://www.luxalgo.com/library/concept/outside-bar/): Every engulfing bar is an outside bar, but the engulfing label adds a directional requirement: the close must finish beyond the prior bar's extreme, not merely sit somewhere inside a bigger range.
- **Bullish/bearish Engulfing** (https://www.luxalgo.com/library/concept/bullish-bearish-engulfing/): The candlestick version compares open-to-close real bodies and requires opposite colors; the bar version compares full high-to-low ranges, so the two conventions do not always tag the same bars.
- **Two-bar Reversal** (https://www.luxalgo.com/library/concept/two-bar-reversal/): A two-bar reversal pairs two strong bars of similar size closing in opposite directions; the second bar does not need to engulf the first, only to close firmly the other way.
- **Pin Bar** (https://www.luxalgo.com/library/concept/pin-bar/): A pin bar expresses rejection within one bar through a long tail and small body, without needing to exceed both prior extremes. The engulfing bar spreads the rejection across two bars and demands full traversal, a stricter test.

## FAQ

### Is an engulfing bar the same as an outside bar?

Nearly. In bar-chart usage both require the second bar's high and low to exceed the prior bar's, so every engulfing bar qualifies as an outside bar, with the engulfing label reserved for the directional case where the bar also closes beyond the prior extreme. The candlestick convention compares real bodies instead of full ranges, so a candlestick engulfing pattern does not have to be an outside bar at all.

### Are engulfing bars reliable on their own?

No pattern is reliable in isolation. An engulfing bar reports a two-bar shift in control, and that happens constantly inside ranges where it carries little information. The useful readings tend to come at meaningful locations such as tested levels or swing extremes, and even there follow-through is a scenario to manage, not a certainty.

### Where should the stop go when trading an engulfing bar?

Convention places it beyond the engulfing bar's opposite extreme: below its low for a bullish signal, above its high for a bearish one, since a return through that level negates the two-bar story. Engulfing bars are often wide, so some traders reduce size or wait for a partial retracement entry instead of accepting the full-bar risk.

### Does an engulfing bar need high volume to be valid?

Volume is not part of the definition, and the pattern is used in markets without reliable volume data. Many traders still prefer engulfing bars on elevated volume as evidence of real participation; treat that as a filter preference, not a validated requirement.

### Do engulfing bars work on all timeframes?

The geometry is identical on any timeframe. Higher-timeframe engulfing bars summarize more trading and tend to carry more weight; one-minute versions print constantly and are mostly noise. On 24-hour markets, close-based readings deserve extra caution because the daily close is a convention rather than a session's end.

### How is an engulfing bar different from a morning star?

A [morning star](https://www.luxalgo.com/library/concept/morning-star/) is a three-candle bottom: a down candle, a small-bodied pause, then a strong up candle closing well into the first candle's body. A bullish engulfing bar compresses a similar shift into two bars with a stricter range requirement, and the two often mark the same turns.

## Implementations in the Library

- Engulfing Bar (LuxAlgo): https://www.luxalgo.com/library/indicator/engulfing-bar/

## Related concepts

- Two-bar Reversal: https://www.luxalgo.com/library/concept/two-bar-reversal/
- Three-bar Reversal: https://www.luxalgo.com/library/concept/three-bar-reversal/
- Pin Bar: https://www.luxalgo.com/library/concept/pin-bar/
- Inside Bar: https://www.luxalgo.com/library/concept/inside-bar/
- Outside Bar: https://www.luxalgo.com/library/concept/outside-bar/
- Exhaustion Bar: https://www.luxalgo.com/library/concept/exhaustion-bar/
- Hikkake: https://www.luxalgo.com/library/concept/hikkake/
- Classic Bar Setups: https://www.luxalgo.com/library/concept/classic-bar-setups/
- Wide-range Bar: https://www.luxalgo.com/library/concept/wide-range-bar/

---

Source: https://www.luxalgo.com/library/concept/engulfing-bar/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/