// SLIDE 01 — HOOK

POINT FIGURE

Demand breakouts dominate the first half — supply reasserts at resistance and holds

Point Figure — Figure 54.1 — Demand breakouts dominate the first half — supply reasserts at resistance
NARRATION

Demand breakouts dominate the first half , supply reasserts at resistance and holds Figure 54.1 , Demand breakouts dominate the first half , supply reasserts at resistance

// SLIDE 02 — WHAT THIS CHART IS

WHAT THIS CHART IS.

A Point & Figure Chart encodes price action as a sequence of columns, each containing either X symbols (rising price, de

What this chart is — Two parameters control the chart's resolution. The box size sets the minimum price move required to add a new symbol — i
NARRATION

A Point and Figure Chart encodes price action as a sequence of columns, each containing either X symbols (rising price, demand dominant) or O symbols (falling price, supply dominant). The x-axis is not a time scale , it is a column index. Time only appears as month markers on the first symbol of any new month, and these are informational annotations, not axis positions. The y-axis is the price scale. Two parameters control the chart's resolution.

// SLIDE 03 — WHY TIME DISAPPEARS FROM THE X

WHY TIME DISAPPEARS FROM THE X-AXIS.

Most financial charts plot price against time, which means quiet consolidation periods (low volatility, few price change

Why time disappears from the x-axis — The P&F chart eliminates this distortion by only advancing to a new column when a reversal occurs. Each column represent
NARRATION

Most financial charts plot price against time, which means quiet consolidation periods (low volatility, few price changes) take up the same horizontal space as high-activity periods. This time-scaling distorts the visual weight of price action: a three-week consolidation looks as wide as a three-week rally. The P and F chart eliminates this distortion by only advancing to a new column when a reversal occurs. Each column represents a price movement event , not a time period. Quiet markets produce no new columns; active markets produce many.

// SLIDE 04 — BOX SIZE AND REVERSAL AS EDITO

BOX SIZE AND REVERSAL AS EDITORIAL DECISIONS

Box size and reversal amount are the two parameters the analyst controls, and they determine what the chart considers "s

Box size and reversal as editorial decis — A larger box size (e.g. $5) filters out minor fluctuations, producing fewer, taller columns that represent only major pr
NARRATION

Box size and reversal amount are the two parameters the analyst controls, and they determine what the chart considers "signal" versus "noise." A smaller box size (e.g. $1) makes the chart more sensitive: more symbols per column, more columns, more reversals detected. The chart becomes wider and reveals more structure , useful for short-term trading. A larger box size (e.g. $5) filters out minor fluctuations, producing fewer, taller columns that represent only major price movements. This is better for detecting long-term trends and major support/resistance levels.

// SLIDE 05 — WHAT THE REJECTED ALTERNATIVE

WHAT THE REJECTED ALTERNATIVE BREAKS.

A Candlestick Chart encodes the same OHLC data but plots every session on the time axis regardless of whether meaningful

What the rejected alternative breaks — A Line Chart on closing prices discards open, high, and low — and still suffers the time-scale distortion problem. It ca
NARRATION

A Candlestick Chart encodes the same OHLC data but plots every session on the time axis regardless of whether meaningful price movement occurred. During consolidation phases, candlesticks produce a series of small, near-identical bodies that convey no directional information but consume significant chart space. The P and F chart collapses all quiet periods to nothing and expands only at decisive supply-demand shifts. A Line Chart on closing prices discards open, high, and low , and still suffers the time-scale distortion problem.

// SLIDE 06 — PROMPT

PROMPT

point-figure.htmla full HTML page with inline CSS and inline D3 v7 (loaded from The chart should fill the viewport, be responsive on resi
point-figure/data.jsonthe data file the chart loads via d3.json("./point-figure/data.json"), with a fallback inline literal in the HTML if the
180 trading days of fictional equity OHLC price data. Three-phase structurebullish trend (days 1-60), sharp reversal and consolidation (days 61-110), second rally (days 111-180). Designed to prod
datestring — ISO 8601 date YYYY-MM-DD (used for month markers and tooltip display only — not plotted on x-axis)
highnumber — session high price in USD (used in X column extension and O column reversal detection)
NARRATION

Paste this into Claude Code to generate a working version of this chart, plus its data file. The result will not be a perfect replica , the goal is that the reader can run the prompt, get a chart of this type, and read its source. Generate a complete, self-contained point figure in D3 v7. Two files:

// SLIDE 07 — AI WAYBACK MACHINE

AI WAYBACK MACHINE.

Victor de VilliersRun this:"Point and figure chart"Now make the prompt better.
NARRATION

The ideas in this chapter didn't appear from nowhere. Victor de Villiers co-wrote The Point and Figure Method of Anticipating Stock Price Movements in 1933 , formalizing a charting technique already in widespread floor-trader use, where columns of Xs and Os encode price moves without reference to time. Victor de Villiers, circa 1933. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

// SLIDE 08 — THESIS

THE CORE CLAIM.

The ideas in this chapter didn't appear from nowhere. Victor de Villiers co-wrote The Point and Figure Method of Anticip

Victor de Villiers, circa 1933. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

NARRATION

The ideas in this chapter didn't appear from nowhere. Victor de Villiers co-wrote The Point and Figure Method of Anticipating Stock Price Movements in 1933 , formalizing a charting technique already in widespread floor-trader use, where columns of Xs and Os encode price moves without reference to time. Victor de Villiers, circa 1933. AI-generated portrait based on a public domain photograph (Wikimedia Commons).

// SLIDE 09 — CLOSE

ASK THE QUESTION. APPLY THE FRAMEWORK.

WHAT THIS CHART IS//WHY TIME DISAPPEARS FROM //BOX SIZE AND REVERSAL AS

Brutalist D3 × Claude · Ch.54 · Point Figure

NARRATION

That is the framework. Brutalist D3 times Claude, chapter 54: Point Figure. The patterns are now in place. Apply them.

01 / 09
Brutalist D3 × Claude · Ch.54 · Nik Bear Brown