# Bart Pattern

Also known as: inverse Bart.
A Chart & Candlestick Patterns concept (Reversal chart patterns) in the LuxAlgo Library, with 1 indicator implementation.

## What is a Bart Pattern?

A Bart pattern is an informal crypto-chart formation named after the silhouette of Bart Simpson's head: a near-vertical rally, a flat sideways shelf, then a near-vertical drop that returns price roughly to where it started. The inverse Bart flips the sequence (sharp drop, flat shelf, sharp recovery). The name comes from Bitcoin's intraday charts, where the shape appeared often enough to become a meme, but the structure can show up in any thin market.

Mechanically it is a liquidity story rather than a trend story. The vertical legs are commonly attributed to large market orders, liquidation cascades, or stop runs hitting a thin order book, often outside peak hours; the flat shelf reflects the absence of organic follow-through once the forced flow stops. Read that way, a Bart is closer to a two-sided [liquidity sweep](https://www.luxalgo.com/library/concept/liquidity-sweep/) than to a chart pattern with defined rules, and no standardized statistics exist for it.

The classic specimens came from Bitcoin's 2018 and 2019 tape, when the meme was coined, and their anatomy repays a closer look. The verticals are usually a handful of [wide-range bars](https://www.luxalgo.com/library/concept/wide-range-bar/) printed in minutes, frequently during Asian or weekend hours when books are thin; the shelf is a stretch of small, overlapping candles, often a run of near-[inside bars](https://www.luxalgo.com/library/concept/inside-bar/), drifting with none of the follow-through a genuine breakout recruits; and the resolution leg unwinds the excursion at similar velocity. One venue-level explanation adds arbitrage: a spike driven on one exchange gets pinned by cross-venue flows into a shelf until the originating pressure unwinds.

Treating the shape as a condition label rather than a setup is what makes it usable. A detector like LuxAlgo's Bart Pattern study formalizes the three acts, an outsized leg, a shelf of bounded drift, a resolution threshold, so the label arrives mechanically instead of by meme recognition. The label's value is contextual: it warns that recent movement was mechanical flow rather than discovery, it frames the shelf's edges as the working range, and it flags conditions, thin books and forced flow, in which momentum systems underperform their backtests.

## How to identify a Bart pattern

Three acts with measurable signatures: a violent leg, a dead shelf, a violent unwind.

1. Spot the vertical: a move of outsized velocity, several times recent bar ranges, compressed into minutes rather than hours.
2. Confirm the shelf: price goes flat immediately after the spike, drifting sideways in small overlapping candles with no follow-through in the spike's direction.
3. Judge the shelf's character: low volume, bounded drift, and duration from tens of minutes to hours; organic trends pull back and re-engage, shelves just sit.
4. Watch for the resolution: a second vertical leg through the shelf that returns price toward the origin completes the classic Bart, with the mirror sequence completing the inverse.
5. Label the conditions: whichever way it resolves, the episode marks thin liquidity and mechanical flow, which is information about the venue and the hour as much as the chart.

## How traders use it

- As a caution flag against chasing: a vertical leg followed by a dead-flat shelf suggests mechanical flow rather than trend, so momentum entries on the shelf are treated as low quality.
- As a mean-reversion frame: because the classic Bart resolves back to the pre-spike area, some traders fade the shelf toward the origin of the vertical leg, using the shelf's far edge as invalidation.
- As a liquidity read: noting which side's stops the vertical legs consumed helps judge whether the [trading range](https://www.luxalgo.com/library/concept/trading-range/) that follows still has resting orders left to target.
- With automated detection: a detector that flags the spike-and-shelf combination in real time converts meme recognition into an alert, useful less as an entry signal than as a regime warning for other systems.
- For post-Bart mapping: once the episode completes, the shelf's boundaries and the legs' origins become the reference levels of the resulting range, since they mark where forced flow started and stalled.

## Bart pattern vs related structures

- **Wide-range Bar** (https://www.luxalgo.com/library/concept/wide-range-bar/): A wide-range bar is a single effort event that can begin anything, trend, climax, or trap. The Bart is a three-act structure in which two such events bracket a dead shelf, and it is the deadness in between that argues the effort was mechanical rather than the start of discovery.
- **Double Top/Bottom** (https://www.luxalgo.com/library/concept/double-top-bottom/): A double top is an organic reversal: two tests of a level, rejection, a neckline break with measurable rules. The Bart reverses without testing anything, one forced excursion and its unwind, which is why it carries no comparable target arithmetic or failure statistics.
- **Gap Fill** (https://www.luxalgo.com/library/concept/gap-fill/): Both encode round trips. A gap fill retraces a span where no trading occurred; a Bart retraces a span that traded violently but without conviction. The gap's pull comes from untraded prices, the Bart's from the artificiality of how those prices printed.

## FAQ

### Is the Bart pattern a real technical pattern?

It is slang, not part of the classical pattern literature. The shape describes a recognizable liquidity event (forced flow in one direction, a stall, then the unwind) rather than a formation with agreed rules, measured targets, or failure statistics. Treat it as a description of market conditions, not a setup with edge in itself.

### What causes Bart patterns in crypto?

The common attribution is large market orders, liquidation cascades, or stop runs hitting thin order books, frequently during low-liquidity hours when a modest order can move price a long way. That explanation fits the shape but is rarely verifiable trade by trade, so it remains folk wisdom: plausible mechanics, thin evidence for any single instance.

### Why is it called a Bart pattern?

Because the chart traces the silhouette of Bart Simpson's head: the vertical rally is the left side, the flat shelf is the spiky top drawn as a straight line at candle scale, and the vertical drop completes the profile. The joke stuck during Bitcoin's 2018-2019 range years, when the shape recurred constantly on intraday charts, and the inverse version inherited the name with a flip.

### Do inverse Barts resolve the same way?

Symmetrically, as a tendency: a violent dump, a flat shelf of no follow-through selling, then a recovery leg back toward the origin. The same mechanical logic applies, forced flow rather than repricing, unwound once the pressure passes. As with the classic form, the resolution is a tendency without statistics behind it, and shelves do sometimes break the other way when the forced flow turns out to have been the start of something real.

### Can you trade the shelf of a Bart?

The recognized approach fades the shelf toward the vertical leg's origin with invalidation beyond the shelf's far edge, on the logic that mechanical excursions retrace. The honest warnings: the environments that produce Barts, thin books and off-hours, are exactly where fills are worst and wicks are wildest, and a shelf that breaks away from the origin converts the fade into fighting a genuine move. Size accordingly or spectate.

### Do Bart patterns appear outside crypto?

The shape belongs to any thin market, not to an asset class. Small-cap stocks in off-hours trade, illiquid futures contracts overnight, and FX crosses during dead sessions all print spike-shelf-unwind sequences when a large order meets an empty book. Crypto made the meme because its books were thin at all hours during the coining era; the mechanics travel wherever liquidity does not.

## Implementations in the Library

- Bart Pattern (LuxAlgo): https://www.luxalgo.com/library/indicator/bart-pattern/

## Related concepts

- Head & Shoulders: https://www.luxalgo.com/library/concept/head-and-shoulders/
- Inverse Head & Shoulders: https://www.luxalgo.com/library/concept/inverse-head-and-shoulders/
- Double Top/bottom: https://www.luxalgo.com/library/concept/double-top-bottom/
- Rounding Top/bottom: https://www.luxalgo.com/library/concept/rounding-top-bottom/
- V-top/V-bottom: https://www.luxalgo.com/library/concept/v-top-v-bottom/
- Diamond Top/bottom: https://www.luxalgo.com/library/concept/diamond-top-bottom/
- Island Reversal: https://www.luxalgo.com/library/concept/island-reversal/
- Key Reversal: https://www.luxalgo.com/library/concept/key-reversal/
- Wolfe Waves: https://www.luxalgo.com/library/concept/wolfe-waves/
- Rare Reversal Patterns: https://www.luxalgo.com/library/concept/rare-reversal-patterns/

---

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