Overview / Key Takeaways
– A Kagi chart is a time-independent price chart developed in Japan in the 19th century to show shifts in supply and demand with minimal “noise.”
– It draws vertical segments that change direction only when price reverses by a pre-set amount (reversal amount). Horizontal connectors mark reversals.
– Line thickness (or color) changes when price breaks a prior Kagi high or low: thick (often green) indicates demand/bullishness; thin (often red) indicates supply/bearishness.
– Kagi charts are best used with other tools (moving averages, momentum indicators, trend filters) because their signals alone can produce false entries.
– Common choices for the reversal amount: a fixed price, a percentage, or a volatility-based measure such as ATR.
What a Kagi Chart Tells You
– Trend direction (up vs down) ignoring time: vertical moves show price continuation; direction only flips when the reversal threshold is reached.
– Change in market sentiment: line thickness or color changes when price breaches the prior Kagi high/low, signaling increased demand (thick/green) or supply (thin/red).
– Potential entry/exit clues: thickness transitions and new highs/lows can be used to time trades or confirm trend strength.
How Kagi Charts Are Constructed (Conceptual)
1. Choose a price source (typical choices: close, high/low, or a combination).
2. Choose a reversal amount (absolute dollars, percent, or ATR multiple).
3. Start the first vertical line at the initial price. Continue the vertical as price moves in the same direction.
4. When price reverses by at least the reversal amount, draw a horizontal line at the most recent high or low and start a vertical line in the opposite direction.
5. When the current vertical breaches the prior Kagi high, switch the line to “thick” (or a bullish color); when it breaches the prior low, switch to “thin” (or a bearish color).
6. Repeat over the dataset — time is ignored, so multiple price bars can be represented by a single vertical segment.
Kagi Chart Reversal Amount — Choosing What Matters
– Fixed amount: e.g., $5 or $10 reversals. Simple and intuitive.
– Percentage: e.g., 1% or 2% reversals to scale with price level.
– ATR-based: reversal = k × ATR(n) (k often 1 or 2). Adapts to changing volatility.
Practical guidance: test different reversal sizes with historical data. A reversal that’s too small creates noise; too large may miss useful signals.
How to Read a Kagi Chart — Practical Rules
– Trend: long vertical up segments + thick lines = uptrend; long vertical down segments + thin lines = downtrend.
– Buy signal (basic): line changes from thin to thick (price has broken above the prior Kagi high). Consider waiting for confirmation (e.g., close above key moving average or positive momentum).
– Sell signal (basic): line changes from thick to thin (price drops below a prior Kagi low).
– Reversals: because Kagi ignores time, don’t expect daily cadence — a vertical segment may represent hours, days or weeks of data depending on the reversal setting.
– Support/resistance: horizontal connectors (reversal points) often line up at price levels that act as support or resistance.
Example (AAPL with $10 reversal — illustrative)
– Suppose Kagi uses closing prices and a reversal amount of $10. Price rises from $300 to $350. The Kagi will:
• Move up and not reverse until price falls by at least $10 below the most recent top (i.e., below $340).
• If it falls to $340, the chart will reverse and draw a horizontal, then start down.
• If price then rises again, it will only reverse back up after moving at least $10 above the recent low.
– Line thickness would change when price breaks the previously established Kagi high (thick/green) or low (thin/red).
Kagi Chart Trade Signals — Practical Setups & Filters
– Basic entry/exit:
• Enter long when line switches from thin to thick. Place stop below the latest Kagi low or a fixed ATR multiple.
• Exit or go short when thick switches to thin.
– Filter ideas (to reduce false signals):
• Trend filter: only take long Kagi buy signals when price is above a long moving average (e.g., 50- or 200-period).
• Momentum confirmation: require RSI or MACD confirmation.
• Volume confirmation: stronger signals if accompanied by above-average volume.
– Pattern recognition: Kagi can show formations similar to candlestick patterns (e.g., “Three Buddha Bottom”) described in Steve Nison’s work — consider these as multi-bar reversal patterns.
Kagi vs Renko vs Candlestick — Quick Differences
– Kagi vs Renko:
• Both are reversal-based and time-independent.
• Renko uses equal-size bricks; reversals require movement of multiple bricks and bricks never sit side-by-side.
• Kagi uses variable vertical length and changes thickness based on breaking prior highs/lows; it draws horizontal connectors at reversals.
– Kagi vs Candlesticks:
• Candlesticks plot open/high/low/close for fixed time intervals and include time as a horizontal axis.
• Kagi ignores time; only significant price moves (per reversal amount) change the chart. Candles contain more raw price detail; Kagi provides a simplified trend/sentiment view.
What the Line Thickness (or Color) Means
– Thick (or green): price has broken above the previous Kagi high — interpreted as a shift toward demand/bullishness.
– Thin (or red): price has dropped below the previous Kagi low — interpreted as a shift toward supply/bearishness.
– Thickness persists until the opposing prior extreme is breached.
Limitations and Pitfalls
– Parameter sensitivity: reversal amount must be tuned per asset and market regime; what works for one security may not for another.
– Loss of time information: Kagi suppresses time context which can be important for intraday traders or news-driven events.
– Lower information content: Kagi does not show open/high/low for intervals, so some micro-structure detail is lost.
– Can still be noisy if settings are too tight; no chart eliminates false signals — combine with other analysis and risk controls.
Step-by-Step: How to Build a Kagi Chart (Practical)
A. Use a trading/charting platform (fastest)
1. Many platforms (TradingView, MetaStock, some broker charts) have a built‑in Kagi chart type.
2. Select Kagi chart; choose price source (close, high/low) and reversal amount (fixed, percent, or ATR).
3. Add confirmation indicators (moving averages, RSI, volume).
4. Backtest visually and with strategy tester; adjust reversal amount until signals are useful.
B. Build a simple Kagi generator in a spreadsheet or script (logic outline)
1. Input price series P[t] (e.g., closes) and reversal amount R (absolute or percent/ATR).
2. Start with first price as current segment start and set direction = up if next prices are higher, else down.
3. For each new price:
• If direction = up and price >= current top: extend the up line to new price and update top.
• If direction = up and price <= (top − R): mark reversal: draw horizontal at top, switch to down direction, set bottom = price.
• If direction = down and price = (bottom + R): mark reversal, horizontal at bottom, switch to up, set top = price.
4. Track prior Kagi high/low to determine when to flip thickness/color: when current vertical extends beyond the prior Kagi extreme, switch thickness.
5. Export segments to plot vertical lines and connectors.
Practical Trading Rules (Example)
– Example rule set for swing trading:
1. Chart: Kagi with reversal = 1% of price (or 14-period ATR × 1).
2. Only take long Kagi buy signals when price is above the 50-period SMA and RSI > 50.
3. Entry: on transition thin → thick (confirm by close above recent Kagi high).
4. Stop: below the last Kagi low or 1.5 × ATR below entry.
5. Target: previous swing high or risk:reward 1:2 minimum; trail stop as Kagi turns or new Kagi lows print.
Testing and Tuning
– Backtest multiple reversal sizes and price sources on historical data for each asset class.
– Use walk-forward testing or out-of-sample tests because a “good” setting can degrade across regimes.
– Combine Kagi signals with non-price factors (fundamental context, earnings, macro) for longer-term trades.
Resources and Further Reading
– Steve Nison, Beyond Candlesticks (covers Kagi patterns and other Japanese charting methods).
– Investopedia — “Kagi Chart” (overview and examples):
– Trading platforms’ documentation (TradingView offers Kagi chart implementation and parameter options).
Bottom Line
Kagi charts are a compact, time-independent tool emphasizing significant price moves and changes in supply/demand. They can reduce noise and highlight sentiment shifts via thickness/color changes, but they require careful parameter selection and should be combined with other filters and risk management to produce reliable trading signals.
– Create a sample Kagi chart for a specific symbol (e.g., AAPL) with several reversal settings, or
– Provide an Excel worksheet or Python script (pseudocode or code) that constructs Kagi charts from a price series. Which would you prefer?