linetrades

Precision signals for systematic traders.

A column by Kyle Donnelly

News

Evaluating the Open-Source Order Block and Breaker Block Indicator by RWBTradeLab

A New Open-Source Order Block Tool Just Landed on TradingView — Here's What Actually Matters…

Kyle Donnelly, Algorithmic Trader & Market Technician·updated August 31, 2026

Evaluating the Open-Source Order Block and Breaker Block Indicator by RWBTradeLab

I scanned the TradingView scripts feed this week and flagged one for closer inspection: the Order Block & Breaker Block Zone indicator by RWBTradeLab. It is published as an open-source script, meaning the Pine code is visible to anyone with a TradingView account. That alone separates it from roughly 90% of the order-block tools floating around the platform, which run on locked source and a prayer.

For systematic traders running Smart Money Concepts (SMC) frameworks, order block and breaker block logic is not exotic — it is a standard supply-and-demand rebrand dressed in institutional language. The interesting question is never "does this concept work." It is whether a specific implementation has measurable edge, defined risk, and transparent logic. Open source at least gives you the third ingredient.

What the Script Actually Is

Based on the TradingView listing, the tool draws order block and breaker block zones directly on the chart. Order blocks mark the last opposing candle before a structural break; breaker blocks flip a failed order block into new directional support or resistance. That is the standard ICT-derived interpretation, and the script appears to automate the plotting rather than invent a new methodology.

What I look for first in any zone indicator is three things: how it defines the qualifying candle (body vs. wick logic), how it handles invalidation (single-close break or full-body break), and whether zones extend, mitigate, or expire over time. None of that is visible from a title alone. The TradingView description confirms the script is free to use and open-source, with redistribution governed by House Rules. The actual implementation details live inside the Pine code, and that is where the real edge — or the lack of one — will show.

The Math Most People Skip

Here is the uncomfortable truth about every order block indicator I have tested: the zones are easy to draw. The hard part is the exit. Most retail scripts paint beautiful rectangles and then leave the trader staring at a chart with no defined stop, no defined target, and no defined sample size to evaluate performance against.

If you load this tool, do not measure it by how the zones look on a replay. Measure it by three numbers: hit rate at the zone boundary, average reward-to-risk after mitigation, and drawdown on sequences of failed setups. Without those, you have a visual aid, not a signal. I would not run it in a systematic book until I have at least 200 trades of forward-tested data, and that is a low bar.

What I'm Watching

The script is free and open, which means the cost of evaluation is essentially zero. If you are an SMC trader, it is worth a look. If you are a systematic trader looking for an actual edge, treat it like any other untested hypothesis: code, backtest, measure expectancy, and discard it if the math does not cooperate. The market does not reward novelty. It rewards process.