Concept

Bart Pattern

Bart Pattern, also known as inverse Bart, is a Chart & Candlestick Patterns concept. The Library holds 1 implementation, a working definition you can pull into Quant.

Top Bart Pattern indicator

The top custom implementation, built on the original standard Bart Pattern formula.

1 total

The Bart Pattern implementation below can become a backtested trading strategy — describe your rules and Quant writes the code.

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 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 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, 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. 1Spot the vertical: a move of outsized velocity, several times recent bar ranges, compressed into minutes rather than hours.
  2. 2Confirm 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. 3Judge 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. 4Watch 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. 5Label 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 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: 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: 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: 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.

Concept family

Chart & Candlestick Patterns

84 concepts mapped · 84 in the Library

Bart Pattern FAQ

Turn Bart Pattern into a trading strategy.

Take the implementation from this page into Quant, then build on it, backtest it on real data, and keep refining it in conversation.