On this page
Renko Chart: Brick Sizing, ATR Scaling, and Trade Mechanics
A Renko chart plots a sequence of equally sized bricks that print only when price moves by a chosen threshold. The name comes from *renga*, the Japanese word for brick. Like point and figure, the chart ignores time and focuses on price.
Key Takeaways
- ATR-based brick sizing adapts to volatility cycles automatically; setting brick size to 1–2 ATR periods is the recommended default rather than picking an arbitrary fixed dollar amount.
- A reversal requires price to close two brick lengths against the current direction, this built-in lag makes Renko structurally suited to trend following, not mean reversion strategies.
- Backtesting Renko incorrectly, treating each brick close as a tradable candle close, overstates strategy performance; real tests must mark the trigger and execute on the next available real bar.
- Overnight gaps can stack multiple bricks at once, making a one-session move look like a multi-week trend on the chart and distorting both pattern reading and backtest results.
Key Takeaways
- ATR-based brick sizing adapts to volatility cycles automatically; setting brick size to 1–2 ATR periods is the recommended default rather than picking an arbitrary fixed dollar amount.
- A reversal requires price to close two brick lengths against the current direction, this built-in lag makes Renko structurally suited to trend following, not mean reversion strategies.
- Backtesting Renko incorrectly, treating each brick close as a tradable candle close, overstates strategy performance; real tests must mark the trigger and execute on the next available real bar.
- Overnight gaps can stack multiple bricks at once, making a one-session move look like a multi-week trend on the chart and distorting both pattern reading and backtest results.
What It Is
Each Renko brick has a fixed price height, set in advance. A new up brick (often white or green) is added only when price closes a full brick distance above the prior brick's top. A down brick (often red) requires a close two brick lengths below the top of the last up brick to start a new down column, and one brick length to extend an existing down column.
Renko strips out small wiggles and presents the chart as a clean staircase. The trade-off is that the price you see on the chart is not the latest tick; it is the latest brick close, which can be stale during fast moves.
The Intuition
The concept is the same as P&F: do not waste a bar on noise. Where Renko differs is shape. P&F shows columns of Xs and Os and allows multiple boxes per column with a reversal threshold larger than one box. Renko shows one brick at a time and uses a fixed two-brick reversal by default. The visual is closer to a candlestick chart, which makes Renko easier to read for traders coming from time-based charts.
The cost of clarity is lag. By the time a reversal brick prints, price has already moved at least two brick lengths against the previous direction. That is fine for trend following and a real problem for mean reversion.
How It Works
The mechanics depend on two choices: brick size and the reference price (close versus high-low). With a fixed brick size of 2, the next up brick prints when the close exceeds the previous brick's top by 2 or more. The next down brick requires the close to fall to the top of the previous brick minus 4 (one brick to close the up column plus one for the new down brick).
Brick size: B
Current top: T (top of last up brick)
Next up brick prints when: close >= T + B
Reversal to first down brick: close <= T - 2B
Two scaling methods dominate. Traditional fixed brick sets B as a constant price amount, like 1 dollar on a 50 dollar stock. ATR brick sets B equal to the recent N-period average true range, often N=14, so brick size adapts to volatility regime. ATR scaling is preferred for assets whose volatility shifts substantially across cycles.
Many platforms also let you choose between closing-price Renko (only the close matters) and high-low Renko (intraday extremes can trigger bricks). Closing-price Renko is more conservative and produces fewer reversals.
Worked Example
Suppose a stock trades around 100 with 14-day ATR of 2. You build an ATR-Renko chart with brick size 2.
Price closes go: 100, 102.3, 104.1, 105.0, 103.0, 99.5, 100.2, 102.4, 104.6.
- 100 to 102.3: prints one up brick (top moves to 102).
- 104.1: another full brick of progress, top moves to 104.
- 105.0: not enough to print, top stays at 104.
- 103.0: still not a reversal (would need close at or below 100).
- 99.5: triggers reversal. Two down bricks print, taking the chart to 100.
- 100.2: still in down direction, close needs to reach 104 to reverse up.
- 102.4: not enough.
- 104.6: triggers up reversal. Two up bricks print, taking the chart to 104.
Notice how nine closes produced only six bricks. That is the noise filter at work. A trend follower would have stayed long until the reversal at 99.5 and re-entered on the up reversal triggered by 104.6.
Common Mistakes
- Brick size mismatch. Too small relative to volatility creates a chart that flips constantly and looks like a coin toss. Too large lags the market badly. ATR scaling is a defensible default, with brick equal to 1 to 2 ATR depending on holding period.
- Backtesting the wrong way. A common error is to backtest a Renko strategy bar by bar as if each brick close were a real candle close. The brick close is a trigger price, not necessarily a tradable fill. Real-world testing should mark the trigger and execute on the next available real bar.
- Using Renko for mean reversion. Two-brick reversal lag means Renko is structurally biased toward trend continuation. Mean reversion strategies that work on candles will lose their edge here.
- Ignoring gaps. Overnight gaps can leap several bricks at once. The chart prints them as a stack of new bricks, which can make a one-day move look like a multi-week trend on the chart.
- Treating Renko as a complete system. Renko is a chart type, not a strategy. Pair it with volume, ATR-based stops, or a higher-timeframe trend filter to avoid trading every brick reversal.
Frequently Asked Questions
Q: What is a Renko chart in simple terms? A Renko chart draws equally sized bricks only when price moves a set distance in one direction. Time does not affect the chart, quiet days add no bricks. A reversal requires a two-brick move against the current direction, so the chart shows only committed price swings rather than every small fluctuation.
Q: How does a Renko chart affect investment decisions? It helps trend followers stay in winning trades by removing the intraday noise that can trigger premature exits on a standard candlestick chart. A trader holding long while all bricks are green has a clear, objective signal to exit: the first reversal brick completes, indicating the two-brick reversal threshold has been met.
Q: What is a real-world example of a Renko chart? A stock with ATR of 2 builds an ATR-Renko chart with brick size 2. After nine closes, only six bricks print, the quiet chop between 103 and 105 produces no marks. When the stock closes at 99.5, two down-bricks print and the trend signal flips, showing the reversal clearly without triggering on the normal intraday pullbacks that preceded it.
Q: How can investors use Renko charts practically? Use ATR-based brick sizing with 1–2 ATR as the starting parameter, and pair Renko signals with a higher-timeframe trend filter. One rule: never backtest a Renko strategy by treating brick closes as tradable fills, the brick price is a trigger anchor, and real-world execution happens on the next actual bar, which changes performance calculations substantially.
Q: How is a Renko chart different from a point and figure chart? Both filter time and noise, but P&F uses X and O columns with a multi-box reversal amount and generates specific double top and double bottom pattern signals. Renko shows a uniform brick staircase with a fixed two-brick reversal and produces cleaner visual trend signals but fewer discrete named patterns. Renko feels more like a candlestick chart; P&F feels more like a rule-based signal system.
Sources
- StockCharts ChartSchool. "Renko Charts." https://chartschool.stockcharts.com/table-of-contents/chart-analysis/chart-types/renko-charts
- StockCharts Articles. "Kagi and Renko Charts Come to Town." https://articles.stockcharts.com/article/articles-chartwatchers-2008-04-kagi-and-renko-charts-come-to-town/
- Murphy, J. (1999). Technical Analysis of the Financial Markets. New York Institute of Finance. https://archive.org/details/technicalanalysi0000murp
- TradingView Help Center. "Understanding Renko Charts." https://www.tradingview.com/support/solutions/43000502284-understanding-renko-charts/
Disclaimer
This article is educational content only and is not financial advice. Nothing here is a recommendation to buy, sell, or hold any security. Consult a licensed advisor before making investment decisions.