Key Takeaways
Direct answer: Alternative chart types redraw the same underlying price and volume data using construction rules different from standard time-based candlesticks — recalculating the open, high, low, and close to filter noise (Heikin-Ashi), discarding fixed time intervals so only meaningful price movement is plotted (Renko, Point & Figure, Kagi), or scaling a bar's visual width to the volume traded during it (EquiVolume, CandleVolume). Every one of these transformations trades some information — usually exact time or exact price — for a clearer view of trend, momentum, or participation.
- Standard candlesticks plot one bar per fixed unit of time regardless of how much or how little price moved during it; every alternative chart type in this cluster changes that rule in a specific, documented way.
- None of these methods create new information — they are all derived from the same underlying trade data a standard candlestick chart uses, just aggregated or filtered differently.
- Every guide in this cluster separates the exact construction rule from the interpretation, and states plainly what information the transformation removes or distorts.
- This cluster teaches chart construction — how the bars themselves are built. It is distinct from the Candlestick Patterns cluster, which teaches pattern recognition on standard time-based candles.
What This Cluster Covers
Every chart on this site starts from the same raw material: a sequence of trades with a price, size, and timestamp. A standard candlestick chart aggregates that sequence into fixed time buckets — one candle per minute, hour, or day — and plots the open, high, low, and close exactly as traded. The eight guides in this cluster cover chart types that aggregate or transform that same raw material differently, each solving a specific readability problem standard time-based candles leave unsolved.
Every guide in this cluster follows the same structure: a direct answer, the exact construction rule with every parameter defined, a worked example building the chart from raw price data step by step, an honest accounting of what the transformation gains and what it costs, and an explicit list of what the chart type does not do. None of these guides require special charting software to understand — the worked examples build each chart by hand from a small, clearly labeled illustrative price series.
Every Guide in This Cluster
- Heikin-Ashi Charts: Smoothed Candles for Trend Clarity
- Renko Charts: Price Movement Without the Clock
- Point & Figure Charts: Columns of X's and O's
- Kagi Charts: Reversal Lines and Thickness Signals
- Range Bars and Line Break Charts: Threshold-Based Construction
- EquiVolume and CandleVolume Charts: Volume Encoded in Width
- Swing Charts: Objective Pivots From Threshold Swings
- Elder Impulse System: Combining Trend and Momentum on One Bar
Why Choose an Alternative Chart Over Standard Candlesticks?
Direct answer: A trader reaches for an alternative chart type to solve one specific problem: standard time-based candlesticks plot a bar every fixed interval no matter how little happened, which buries meaningful price movement in sideways noise and makes volume participation something you have to read off a separate pane. Alternative chart types filter that noise, remove the clock entirely, or fold volume directly into the bar itself — at the cost of exact time information or, in some cases, exact traded price levels.
Consider a stock chopping sideways in a tight range for three hours before breaking out. A standard 5-minute candlestick chart draws 36 nearly identical small-bodied candles for that chop, visually equal in weight to the single candle that captures the actual breakout. A Renko chart, built on a fixed price-movement threshold instead of a fixed time interval, would draw no new bricks at all during the chop — because price never moved far enough to warrant one — and then draw a clean run of bricks the moment the breakout threshold is crossed. The chop disappears from the chart; only the movement that mattered remains.
Common mistake
The common mistake is assuming an alternative chart type reveals a "truer" or hidden version of price. It does not. It is the same trade data, rearranged under a different rule chosen to emphasize one thing (trend, movement size, or volume) at the expense of something else the standard chart preserved (usually exact timing or exact price level). Every guide in this cluster states explicitly what is lost, not just what is gained.
The Five Categories of Alternative Chart Construction
The eight guides in this cluster fall into five functional categories, based on what each transformation changes about the underlying data.
| Category | What it changes | Guides in this cluster |
|---|---|---|
| Recalculated OHLC | Keeps the standard time-based x-axis, but recalculates each bar's open, high, low, and close from the two prior bars to smooth noise | Heikin-Ashi |
| Time removed, price-only | Replaces fixed time intervals with a fixed price-movement threshold; a new mark only appears once price moves far enough | Renko, Point & Figure, Kagi |
| Threshold-based bar formation | Keeps a bar-and-wick structure similar to candlesticks, but forms each bar by a price range or reversal threshold rather than a fixed clock interval | Range Bars and Line Break, Swing Charts |
| Volume encoded in width | Scales each bar's visual width to the volume traded during it, so high-volume moves are visually wider on the chart, not just taller | EquiVolume and CandleVolume |
| Composite trend/momentum overlay | Adds a coloring rule on top of standard candles that combines a trend filter with a momentum filter into one visual signal | Elder Impulse System |
Misconceptions Versus Reality
| Misconception | Reality |
|---|---|
| Alternative charts predict price better than standard candlesticks | They are a different display of the same underlying trade data, not a different or more predictive dataset; no chart construction method has been shown to reliably forecast future price on its own |
| Renko, Point & Figure, and Kagi charts show exact traded prices at exact times | All three intentionally discard the regular time axis and can also round or filter price to a box, brick, or reversal size, so the chart's x-axis is not a reliable clock and specific bars may not correspond to a single traded price |
| A smoother-looking chart means less risk | Heikin-Ashi and similar smoothing methods change how a trend looks, not the underlying volatility or risk of the position being analyzed; the raw candlestick data still applies to execution and risk sizing |
| You need proprietary or expensive software to build these charts | Every construction rule in this cluster is a documented, reproducible calculation from raw OHLCV data; the guides show the exact formula and a worked example built by hand |
Risks, Limitations, and Exceptions
- Every alternative chart type in this cluster is a display transformation, not a predictive model — none of them guarantee any particular future price outcome.
- Time-removed charts (Renko, Point & Figure, Kagi) can materially distort how a move actually unfolded in time, which matters for anyone placing or managing orders against a live, time-based market.
- Order execution, stop placement, and actual fills always occur against real traded prices and real time — never against a Renko brick or a Point & Figure box directly, since those are chart abstractions, not tradable instruments.
- Brick size, box size, reversal amount, and similar construction parameters materially change the resulting chart; two traders using different parameter values on the same underlying data will see different charts and can reach different conclusions.
- None of the chart types in this cluster account for options positioning, futures activity, or after-hours trading independently of how that activity shows up in the underlying price and volume data being transformed.
Frequently Asked Questions
What is an alternative chart type?
An alternative chart type takes the same underlying price and volume data used in a standard time-based candlestick chart and applies different construction rules to it — recalculating the open, high, low, and close (Heikin-Ashi), replacing fixed time intervals with fixed price movement (Renko, Point & Figure, Kagi), or scaling a bar's visual width to the volume traded during it (EquiVolume, CandleVolume). The trade is displayed differently; it is not a different market.
Why would a trader use an alternative chart instead of standard candlesticks?
Traders reach for an alternative chart type to solve a specific readability problem that standard time-based candles leave unsolved: filtering short-term noise to see the prevailing trend more clearly (Heikin-Ashi), removing sideways chop entirely so only meaningful price movement is plotted (Renko, Point & Figure, Kagi), or making volume participation visually obvious at a glance instead of reading a separate volume pane (EquiVolume, CandleVolume).
Do alternative charts show real-time price data?
They are all derived from real underlying trade or quote data, but several of them intentionally distort or discard exact time and price information as part of their construction. A Renko brick, a Point & Figure box, or a Kagi line change only forms once price has moved a predefined amount, so the chart can show far fewer or far more marks in a session than actually traded minutes, and the x-axis on those charts is not a reliable clock.
Which alternative chart type should a beginner start with?
Heikin-Ashi is the most common starting point because it keeps the familiar time-based x-axis and candle shape of standard candlesticks — it only changes how each candle's open, high, low, and close are calculated — so a trader already fluent in reading candlesticks can adapt to it without learning an entirely new chart grammar first.
Sources and Methodology
The construction rules documented across this cluster follow long-standing, publicly documented conventions used across technical-analysis literature and charting-platform documentation. Key reference sources include:
- CME Group — Technical Analysis Education: cmegroup.com/education — background on price-based chart construction conventions referenced across exchange-adjacent education materials.
- CFA Institute — Technical Analysis curriculum resources: cfainstitute.org — standard treatment of point-and-figure and other non-time-based charting methods within broader technical analysis curricula.
- Nasdaq — Market Activity: nasdaq.com/market-activity — underlying OHLCV data conventions the worked examples in this cluster are built to match.
Worked examples throughout this cluster build each chart type by hand from a clearly labeled, deterministic illustrative price series, not live market data. This content was reviewed by the Swoopr Editorial Team in August 2026.
Where to Start
Start with Heikin-Ashi Charts — the smallest conceptual step away from standard candlesticks, since it keeps the same time-based axis and only changes the OHLC calculation. From there, Renko Charts and Point & Figure Charts introduce the bigger conceptual shift of removing time from the chart entirely, and EquiVolume and CandleVolume Charts cover how volume gets folded directly into a bar's shape.
Related Reading
- Technical Analysis — the parent hub for this cluster and every other technical-indicator guide on Swoopr.
- Candlestick Patterns — this cluster covers chart construction (how the bars themselves are built); the candlestick patterns cluster covers pattern recognition (reading reversal and continuation shapes) on standard time-based candles. The two are complementary, not competing, skills.
- Market Breadth & Participation — a separate lens on market participation, measured across the full universe of stocks rather than within a single chart.
- Price Action — the broader discipline of reading raw price movement that alternative chart types are built to support.