Kagi charting, originating from Japanese candlestick analysis, presents price action data through a distinct graphical representation, differing significantly from traditional OHLC charts. It filters out minor price fluctuations by constructing a ‘brick’ only when the price moves a predetermined number of ‘boxes’ away from the high or low of that brick. This methodology emphasizes directional movement and reduces noise, offering a clearer view of prevailing trends, particularly valuable in volatile cryptocurrency markets and complex derivatives pricing.
Algorithm
The core of Kagi charting relies on a box-sizing algorithm, where the box size is a user-defined parameter influencing sensitivity to price changes. A larger box size smooths the chart more aggressively, obscuring short-term volatility, while a smaller box size retains more granular detail. The algorithm maintains a high and low for each brick, and a new brick is only initiated when the price exceeds either of these boundaries by the specified box size, creating a visually distinct pattern reflecting sustained price momentum.
Application
Within cryptocurrency derivatives, Kagi charts prove useful for identifying support and resistance levels, as the bricks themselves often act as these boundaries. Traders leverage this technique to formulate strategies involving options pricing, identifying potential inflection points for volatility surface adjustments, and managing risk exposure in perpetual swaps. Furthermore, the chart’s ability to highlight sustained trends can inform hedging decisions and algorithmic trading models focused on capturing directional movements in complex financial instruments.