{
  "id": "454dbd33-378f-5239-a221-eccef69826fa",
  "slug": "point-and-figure-chart",
  "term": "Point and Figure Chart",
  "aliases": [],
  "category": "Technical Analysis",
  "category_slug": "technical-analysis",
  "difficulty": "intermediate",
  "definition": "A point and figure (P&F) chart is a technical analysis tool that plots price movements using columns of X's and O's to represent rising and falling prices, filtering out time and minor price fluctuations to focus exclusively on significant directional price changes. The chart advances only when price moves by a predefined increment (box size), and changes direction only when price reverses by a multiple of the box size (reversal amount).",
  "key_takeaways": [
    "Point and figure charts ignore time entirely—columns only advance when price moves by the defined box size, regardless of how long that takes.",
    "A reversal (typically 3 boxes) triggers a new column in the opposite direction, filtering out noise that would appear as price oscillations on bar or candlestick charts.",
    "Classic P&F patterns include double tops, double bottoms, triple tops, triple bottoms, and ascending/descending triangles, each with defined bullish or bearish implications.",
    "Price targets can be calculated using the horizontal count (width of base × box size) or vertical count (height of initial move × box size) methods.",
    "P&F charts are particularly effective for identifying long-term support and resistance levels and for filtering trend signals from noisy data."
  ],
  "detailed_explanation": "Point and figure charting has a history dating to the late 19th century, when it was known as 'the book method' used by floor traders to track price action without the distraction of time. The technique was formalized and popularized by analysts including Victor de Villiers and Charles Dow, who recognized that stripping away the time dimension and small, insignificant price movements could reveal the underlying supply-and-demand dynamics driving a market.\n\nThe construction of a P&F chart begins with two key parameters: the box size (the minimum price increment required to add a new X or O) and the reversal amount (typically 3 boxes). Rising prices generate X columns; falling prices generate O columns. An X column continues as long as each new close is at least one box size above the previous X. A reversal from an X column to an O column occurs when the price falls by 3 or more box sizes below the highest X, starting a new O column one box to the right. This asymmetric filtering means that only meaningful trend reversals—defined as three boxes of contrary price movement—cause a column change.\n\nThe choice of box size critically determines the sensitivity of the chart. Traditional methods used fixed box sizes: $1 per box for stocks in the $20-100 range, or percentage-based boxes (1-2% for most equities). Modern practitioners often use Average True Range (ATR)-based box sizes that adjust to each security's inherent volatility, providing more consistent signal-to-noise ratios across different assets and time periods. A box size that is too small generates excessive signals; one that is too large misses meaningful moves.\n\nTechnical patterns on P&F charts have specific, well-defined implications. A double top breakout—where price exceeds a previous column high—is a strong bullish signal. A bearish signal triple bottom sell occurs when O columns breach two prior lows. The fulcrum pattern, described by John Magee, represents a particularly reliable bottoming formation. P&F analysts calculate price objectives using two methods: the vertical count projects the height of the initial move from a base or top, while the horizontal count measures the width of the consolidation zone and projects a proportional move in the breakout direction.\n\nIn modern quantitative finance, P&F charts and related techniques form the basis of some momentum strategies. The filtered approach to price action—ignoring reversals below a threshold—is mathematically equivalent to certain trend-following models used in CTA strategies. Research by Dorsey and others has demonstrated statistically significant excess returns from P&F-based trading rules in equity markets over multi-decade periods, though as with all technical signals, the performance has been subject to decay as the signals became widely known.",
  "example": "A trader analyzes crude oil futures using a $1.00 box size and 3-box reversal on a P&F chart. Starting at $75, price rises to $82, generating a column of 7 X's (at $76, $77, $78, $79, $80, $81, $82). Price then falls to $79—a 3-box reversal ($82 to $79 = $3 = 3 boxes)—triggering a new O column. Price continues falling to $74, generating 8 O's. When price subsequently rallies to $78 (breaking above the previous $77 high in the first X column), a double-top breakout buy signal is generated. Using the vertical count: the initial X column had 7 boxes, so the price target = $78 (breakout) + (7 boxes × $1) = $85 target. The trader enters a long position at $78 with a stop at $75 (one box below the recent O column low), targeting $85.",
  "formula": "Price Target (Vertical Count) = Breakout Level + (Height of Initial Column × Box Size); Price Target (Horizontal Count) = Breakout Level + (Width of Base × Box Size × Reversal Amount)",
  "formula_latex": null,
  "interactive_type": "chart",
  "calculator_id": null,
  "related_terms": [
    "average-true-range",
    "basis",
    "breakout",
    "charting",
    "equity",
    "floor",
    "hammer-pattern",
    "macd-moving-average-convergence-divergence",
    "moving-average",
    "overbought",
    "reversal",
    "support-level",
    "volatility"
  ],
  "backlinks": [
    "head-and-shoulders-pattern",
    "moving-average",
    "reaction",
    "reversal",
    "rsi-relative-strength-index"
  ],
  "cross_references": [
    "average-true-range",
    "basis",
    "breakout",
    "charting",
    "equity",
    "floor",
    "reversal",
    "volatility"
  ],
  "tags": [
    "level:intermediate",
    "cat:technical-analysis"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 798,
  "checksum": "9ee1922d88d55bd3",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/point-and-figure-chart",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/point-and-figure-chart?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/point-and-figure-chart?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/point-and-figure-chart",
    "category": "https://hedgefund.wiki/api/v1/categories/technical-analysis",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/point-and-figure-chart"
  }
}