Point and Figure Chart: What It Is and How to Build One

0
min read
Wednesday, April 15, 2026
Point and Figure Chart: What It Is and How to Build One
Table of contents
Carrot arrow icon

Point and figure (P&F) charts strip away time to focus purely on price direction, which makes them useful for spotting breakouts, setting price targets, and filtering out market noise. This article walks through the construction process, explains how to read signals and patterns, compares P&F charts to alternatives like Renko and candlesticks, and addresses practical considerations for building these charts inside governed BI workflows.

What is a point and figure chart?

Forget the clock. A P&F chart tracks price movements using columns of Xs and Os instead of time-based bars or candles. Xs represent rising prices, while Os represent falling prices. The chart only updates when price moves by a specific amount, which means time disappears entirely from the horizontal axis.

This makes P&F charts fundamentally different from candlestick or bar charts. A stock could sit flat for three weeks and the chart wouldn’t add a single mark. Then price could move sharply in one afternoon and generate an entire new column. The chart focuses solely on price direction and magnitude. Nothing else.

If you work in an enterprise finance or BI team, that price-first view is exactly why P&F charts still come up in stakeholder conversations. Executives want clearer support and resistance. Analysts want fewer false alarms. And IT and data leaders want all of that to happen inside a governed environment (not scattered across random exports and external charting tools).

Two parameters control everything: box size and reversal amount. Box size is the minimum price increment needed to print a new X or O. Reversal amount, usually three boxes, determines how far price must move against the current direction before starting a new column.

Key takeaways for point and figure charts

Before getting into construction details, here’s what you should know:

  • Use this chart when: You want to identify breakouts, support and resistance zones, or trend direction without getting distracted by daily noise.
  • Avoid this chart when: Timing matters for your strategy, you need volume confirmation, or you’re trading instruments that gap frequently.
  • The primary decision supported: Whether to enter, hold, or exit a position based on a confirmed breakout or breakdown.
  • Common mistakes: Setting a box size too small for the instrument’s volatility, which floods the chart with false signals. In enterprise dashboards, another fast way to get nonsense signals is mixing settings across teams (different box sizes, different price sources), which makes your single source of truth feel more like a choose-your-own-adventure.

If P&F charts aren’t working for your analysis, Renko charts offer similar time-independence with simpler construction rules. Candlesticks with longer timeframes work better when you need to know exactly when moves happened.

Data Requirements

Before you build a P&F chart, you need clean, consistent price data with a few specific characteristics.

Required fields include an instrument identifier (ticker, ISIN, or internal security ID), a price series (either close-only or high/low pairs), and a timestamp with timezone. You’ll also need to decide whether you’re using daily closes or intraday extremes, since that choice affects signal frequency and noise levels.

Account for corporate actions. Stock splits and dividends distort price history if you don’t adjust for them. Most data vendors offer split-adjusted series, but confirm your feed handles this before you start plotting.

Data frequency depends on your use case. Daily data works for position trading and longer-term analysis. Intraday data (hourly or tick-level) works if you’re building charts for shorter holding periods, but it increases computational load and storage requirements.

If you’re building this inside a governed BI environment, treat your price source and adjustment rules as formal definitions. Document whether you’re using close-only or high/low, how you handle splits, and what timezone your timestamps use. That consistency is what keeps P&F charts reliable across dashboards and teams.

How to construct a point and figure chart

Most tutorials jump straight into plotting Xs and Os. But the parameter decisions you make before drawing anything determine whether your chart produces useful signals or just noise.

Three decisions upfront:

  1. Price source: Close-only uses daily closing prices and generates fewer signals. High/low uses intraday extremes and captures more moves but increases noise.
  2. Box size: This sets the minimum price move required to print a new symbol. Traditional scaling uses fixed increments based on price level. Average true range (ATR) based sizing (for example, half the 14-day ATR) adapts better than fixed increments.
  3. Reversal amount: The standard is three boxes. One-box reversal charts exist but generate significantly more columns.

Once you have set parameters, construction follows strict rules. Print an X when price rises by at least one box while in an X column. Print an O when price falls by at least one box while in an O column. Start a new column only when price reverses by the full reversal amount.

Here’s where people get confused: When starting a new column, you begin one box off the previous column’s extreme. If an X column topped at $50 with a $1 box size and a three-box reversal, the reversal triggers at $47, but the new O column starts at $49 and prints $49, $48, $47. This offset prevents columns from overlapping. Miss this detail and your entire chart structure breaks down.

Traditional box size scaling follows price level:

Price Range Typical Box Size
Under $5 $0.25
$5 to $20 $0.50
$20 to $100 $1.00
$100 to $200 $2.00
Over $200 $4.00

For volatile instruments, average true range (ATR) based sizing (for example, half the 14-day ATR) adapts better than fixed increments. Either approach works if you’re consistent and backtest your settings before trading live.

If you’re building this inside a BI workflow, treat those settings like governed definitions. Teams without clear policies tend to drift into inconsistent settings across dashboards, which undercuts the whole point of noise filtering. (If you want to cite a statistic here, link to the original research report, not a third-party recap of another BI tool.) That inconsistency directly undermines the noise-filtering benefit P&F charts are supposed to provide.

Analysts generally want self-service exploration, but they also want consistency across dashboards. So document the box size logic and reversal amount right next to the visualization, and make sure the underlying market data feed stays current. Stale exports turn “noise filtering” into “signal drifting.”

Worked Example

Walking through actual data makes this concrete.

Starting prices (daily closes): $48, $49, $50, $51, $50, $49, $48, $47, $48, $49, $50, $51, $52, $53. Settings: $1 box size, three-box reversal.

Days 1 through 4 build an X column from $48 to $51. Days 5 and 6 drop price but don’t trigger a reversal (only two boxes down). Day 7 hits $48, completing a three-box reversal, so a new O column starts at $50, $49, $48. Day 8 adds an O at $47.

Days 9 and 10 rise but don’t trigger a reversal. Day 11 hits $50, completing a three-box reversal, starting a new X column. Days 12 through 14 continue the X column to $53.

Day 13 is the key moment. The X at $52 exceeds the prior X-column high of $51. That’s a double-top buy signal. On a candlestick chart, this 14-day sequence would look like choppy sideways action with no clear signal. You’ll notice that’s exactly the scenario where P&F earns its keep.

How to read a point and figure chart

Reading these charts follows a specific sequence. Skip steps and you’ll see signals that haven’t actually confirmed.

  • Start by identifying the current trend. Look at recent columns. Higher X-column tops combined with higher O-column bottoms means uptrend. The reverse means downtrend.
  • Next, locate your reference levels. The most recent X-column high marks resistance. The most recent O-column low marks support. These become your breakout and breakdown thresholds.
  • A buy signal triggers when an X column exceeds the previous X-column high. A sell signal triggers when an O column falls below the previous O-column low. But not every new X is bullish. A rising X column that fails to exceed the prior X-column high? That’s not a breakout. It’s just consolidation. Mistaking consolidation for a breakout is one of the fastest ways to overtrade on P&F charts.
  • Column length matters too. Short columns (fewer than three boxes) after a breakout suggest weak momentum. Multiple short columns alternating X-O-X-O indicate indecision, not a base for breakout.

Support and resistance show up as horizontal zones where multiple column reversals cluster at similar prices. More reversals at a level means more significance when price finally breaks through.

Point and figure chart patterns

P&F patterns have explicit rules, which makes them more objective than candlestick patterns. A pattern either meets the criteria or it doesn’t. No squinting required.

The core patterns you’ll encounter:

  • Double top breakout: An X column exceeds the high of the previous X column. With the typical three-box reversal setting, the breakout column will have at least three Xs.
  • Double bottom breakdown: An O column falls below the low of the previous O column. With the typical three-box reversal setting, the breakdown column will have at least three Os.
  • Triple top breakout: An X column exceeds resistance tested twice before. Stronger signal because the level was tested multiple times.
  • Bullish catapult: A double top breakout followed by a pullback that holds above the breakout level, then another breakout. Indicates strong momentum.
  • High pole warning: An extended X column followed by a reversal that retraces more than half the pole. Suggests exhaustion despite the strong move.

Triple formations carry more weight than double formations. Patterns forming after extended trends matter more than patterns appearing mid-consolidation. It’s an important part most guides skip over.

Point and figure price targets

These charts offer two methods for projecting where price might go after a breakout.

  • The vertical count method works after a breakout from a column. Count the boxes in the breakout column, multiply by box size and reversal amount, then add to the breakout level. A breakout at $50 with a 10-box column, $1 box size, and three-box reversal gives a target of $80.
  • The horizontal count method works after consolidation patterns. Count the columns in the consolidation zone, multiply by box size and reversal amount, then add to the breakout level.

Vertical counts work better after sharp, momentum-driven moves. Horizontal counts work better after extended sideways action where the width of the base suggests accumulation. Applying vertical counts to choppy, range-bound price action where horizontal counts would be more appropriate? That’s a fast way to generate targets that mean nothing.

When both methods produce similar targets, confidence increases. When they diverge, use the conservative estimate.

Advantages of point and figure charts

Noise filtering is the primary benefit. Minor fluctuations compress into nothing. For instruments that whipsaw within a range before breaking out, this prevents overtrading.

Signals are objective. Buy and sell signals have explicit definitions with less room for interpretation than candlestick patterns. Support and resistance become visually obvious (horizontal clusters of reversals create unambiguous zones). Data compression helps too. Months of sideways action that would consume extensive candlestick chart space compress into a few columns.

For finance leaders tracking investment performance or market-sensitive key performance indicators (KPIs), that compression is a feature. You get a clean view of whether price is actually making progress, which makes it easier to talk about risk levels and breakouts without getting pulled into every wiggle on a daily chart.

Limitations of point and figure charts

  • **Lack of **time axis: Without one, it means you can’t tell when moves happened. If you’re trading around earnings or economic releases, you need a different chart.
  • No volume information: It means you can’t confirm whether breakouts have participation. You’d need to track volume separately.
  • Parameter sensitivity: How you set your parameters can trip you up. A wrong box size generates false signals or misses legitimate moves entirely.
  • Lagging signals: Signals also arrive late by design. By the time a breakout confirms, the move is partially complete.
  • Gaps: Instruments that frequently gap, like biotech stocks or thinly traded names, can create misleading columns.
  • Market conditions matter: And in choppy, mean-reverting markets, these charts generate repeated false breakouts.

There’s also a practical enterprise limitation that has nothing to do with the math. Plenty of standard BI platforms still do not document or support niche technical analysis chart types, which pushes teams into external tools, manual workarounds, or one-off builds. T

his lines up with what analysts like Forrester have reported about tool sprawl in analytics organizations. When your P&F charts live outside your governed BI environment, you lose the consistency that makes these charts valuable in the first place. That can create governance risk (unsanctioned tools, inconsistent settings) and plain old dashboard inconsistency.

Point and figure vs other chart types

Feature Point and Figure Renko Candlestick
Update trigger Price moves by box size Price moves by brick size Time interval closes
Time axis None None Yes
Best for Breakout identification, support/resistance Trend following, noise reduction Timing, volume analysis
Key limitation Delayed signals, no timing Misses reversals until brick completes Noise, overtrading temptation

Choose P&F over Renko when you need specific support and resistance levels and want to calculate price targets. Choose Renko when you want simpler trend-following signals. Choose candlesticks when timing matters or you need volume.

Final thoughts

P&F charts answer one question: is price breaking out of a defined range or still consolidating? They don’t tell you when, and they don’t show volume.

Before building your first chart, decide on parameters deliberately. Box size should reflect the instrument’s volatility and your holding period. Reversal amount should match your tolerance for signal frequency.

If you’re trying to operationalize this in a finance org, the win is getting the chart, the data, and the definitions living together. That’s the difference between a cool technical analysis screenshot and a KPI dashboard that a finance executive can actually trust.

The chart only updates when price moves enough to matter.

If you want to compare box-size strategies, sanity-check breakout rules, or see how other teams govern niche market visuals inside dashboards, join the Domo community.

See Domo in action
Watch Demos
Start Domo for free
Free Trial

Frequently asked questions

Why does my P&F chart look different on TradingView vs StockCharts?

Platforms use different default settings for box size, reversal amount, and price source. Check your settings on both platforms and ensure they match before comparing.

What box size should I use for a $150 stock?

Traditional scaling suggests $2 for stocks between $100 and $200. For adaptive sizing, use half the 14-day ATR.

What do points mean on point and figure stock charts?

Each point refers to the box size increment. If your box size is $1, each X or O represents a $1 price move.

Can I use point and figure charts for cryptocurrency?

Yes, but adjust box size for higher volatility. Crypto typically needs larger boxes than equities at similar price levels.

Do P&F charts work for day trading?

They can work on intraday timeframes, but the lack of a time axis makes them poorly suited for strategies requiring precise timing. Day traders usually prefer candlestick or tick charts.

Can I build a point and figure chart inside an enterprise BI dashboard?

Sometimes yes, sometimes no. Many BI tools focus on standard charts, so specialized technical analysis formats like point and figure can be missing or undocumented.

What if I need to embed point and figure charts in a fintech product?

That’s usually where chart coverage and governance get serious. The embedded analytics market is projected to reach$169.2 billion by 2031. If you’reembedding analyticsinto a customer-facing trading or investment experience, confirm you can serve the visualization in a multi-tenant setup with row-level security, and confirm the chart type is supported so your team doesn’t end up rebuilding it from scratch.
No items found.
Explore all
No items found.
Data Visualization
Resource
Guide
Awareness
1.0.0