Introduction
Axiom BB Pro is a multi-timeframe, multi-source, multi-ticker Bollinger Band stacking indicator for TradingView. It lets you run up to ten independent Bollinger Band setups across different timeframes and symbols, all...
Written By Axiom Admin
Last updated About 1 month ago
Axiom BB Pro
What this tool is
Axiom BB Pro is a multi-timeframe, multi-source, multi-ticker Bollinger Band stacking indicator for TradingView. It lets you run up to ten independent Bollinger Band setups across different timeframes and symbols, all on one chart, and optionally blend them into a single weighted-average envelope.
The core job is structural context. You are looking at where price sits relative to volatility envelopes at multiple scales β not waiting for the tool to tell you what to do. There are no buy/sell arrows. There are no directional calls. This is a reading instrument, not a signal engine.
Why it exists
Layering Bollinger Bands across timeframes is something serious traders already do in their heads. The 5-minute structure says one thing, the hourly structure says another, and the tension between them is often where the real information lives.
The problem is that making this concrete on TradingView is harder than it should be. You run three or four separate BB indicators, each with its own settings to manage. There is no shared blending, no cross-timeframe synthesis, and no unified repaint control. Worse, most community MTF scripts use request.security() in ways that quietly repaint. The historical chart looks clean β bands sit where they "should have been" β but during the live candle, the values were different. You only discover the gap after you have already built a process around the clean picture. That gap is where backtests lie, where strategies appear better than they are, and where trust in your own chart breaks down. It is a particularly damaging kind of dishonesty because the chart never announces it. You have to know to look.
Axiom BB Pro exists because that problem needed a deliberate solution, not a workaround. Every slot has its own On Bar Close control so you choose the repaint tradeoff explicitly, per timeframe. The BB calculation runs inside the requested timeframe context, not on interpolated chart-timeframe data, so you are reading that timeframe's own calculation instead of a chart-timeframe approximation. In confirmed mode, that means the last completed requested-timeframe bar β not the still-building one. The blend gives you a weighted synthesis you can verify by toggling slots on and off. None of this is hidden or automatic β you configure it, and when something looks wrong, the tool gives you enough visibility to figure out why.
Who gets value from this
Good fit:
Intraday traders who want higher-timeframe BB context overlaid on their working chart without managing multiple indicators
Swing traders who want to see how price sits relative to daily versus weekly volatility structure in one view
Cross-market analysts who want to project a reference instrument's BB envelope (like SPY or ES) onto a single stock or futures chart
Process-oriented traders who are willing to spend time configuring the tool before expecting it to be useful
Not a fit:
If you want buy/sell signals, this is not the tool. There are no entries, exits, or directional calls. Nothing on the chart will tell you what to do β only where things stand structurally.
If you want a single-click BB that works out of the box without configuration, this tool will feel like overkill. Its value lives in the configurability, which means there is a learning curve. Skipping that curve does not make the tool simpler β it just means you are using a complex instrument without understanding it.
If you are looking for confirmation of a view you already hold, the blended band will be seductive. It looks authoritative. A single clean envelope wrapping price in what feels like consensus. It is not consensus. It is a weighted average. There is a difference, and the difference matters most when you want it to matter least.
The trust boundary you need to know first
Every slot has a setting called On Bar Close. It defaults to on, and that default matters.
When On Bar Close is on, the higher-timeframe bands reflect the last completed candle. They do not update mid-candle. What you see on historical bars is what was visible at the time β meaning your chart is not lying to you about the past.
One nuance that matters: if a slot is left on the chart timeframe, or you leave its timeframe blank so it inherits the chart timeframe, On Bar Close still uses the previous bar's Bollinger Band values. That is a confirmed one-bar-lag view, not a live chart-timeframe BB.
When On Bar Close is off, the bands update with every tick as the higher-timeframe candle builds. This feels faster and more responsive, but the values are provisional. When that candle closes, the final value may be different from what you saw during the candle. And on historical bars, you only see the settled value β not the provisional one. That means any backtest done with On Bar Close off is showing you results that overstate what was actually knowable in real time.
This is not a minor settings detail. It is the single most important trust decision in the entire indicator. The MTF & Repainting page covers this in full depth, including a step-by-step verification you can run yourself.
What the blended band actually is
When you enable the blend (on by default), the indicator draws a single envelope derived from all your active slots. It is visually heavier than the individual bands β red lines with a fill, lime basis β and it sits on top as a synthesis layer.
It is important to understand what this synthesis actually does. The blended band is a normalized weighted average. Upper bands are averaged with upper bands. Basis lines are averaged with basis lines. Lower bands are averaged with lower bands. Each slot's contribution is proportional to its configured weight.
That means the blend smooths over disagreement between your timeframes. When the 5-minute BB is tight and the 60-minute BB is wide, the blend splits the difference. That smoothing is sometimes exactly what you want β a central reference point. But it can also hide the tension between timeframes, which is often the most useful thing to notice.
The blended band is a convenience aggregation. It is not a superior signal. It does not reveal hidden structure. It shows you a weighted middle ground, and how useful that middle ground is depends entirely on how thoughtfully you set the weights.
A good check: if you find yourself looking at the blended band more than the individual slots, pause and ask whether the blend is actually telling you something the slots are not. Usually it is not. Usually it is averaging away the disagreement between timeframes β which is often the most useful thing to notice. The individual slots tell you where the tension is. The blend tells you the midpoint. Both are valid, but the midpoint is the less interesting reading most of the time.