Quick Start

This page gets Axiom BB Lite on your chart with confirmed-value defaults, confirms it is working, and flags the first things that tend to confuse new users.

Written By Axiom Admin

Last updated About 1 month ago

Quick Start

This page gets Axiom BB Lite on your chart with confirmed-value defaults, confirms it is working, and flags the first things that tend to confuse new users.


Step 1: Add the indicator

Search for Axiom BB Lite in TradingView's indicator search (or its full title, "Axiom BB Lite (MSrc, MTkr, MTF BB Stack w/Blend)") and add it to your chart.

Make sure your chart is on a timeframe at or below 5 minutes. The defaults use 5m / 15m / 60m for the three BB slots, and every slot's timeframe must be at or above the chart timeframe. If you are on a 15-minute chart, the 5-minute slot will cause an error. (More on this in a moment.)

Step 2: Check what you see

With defaults, the chart should show:

  • Three sets of Bollinger Band lines β€” teal (Slot 1, 5m), blue (Slot 2, 15m), and purple (Slot 3, 60m). Each set has an upper band, a basis (center line), and a lower band.

  • A red blended envelope with a lime basis line and a faint red fill between the blended upper and lower bands.

  • In default use, the 5-minute bands will often read tighter and the 60-minute bands broader, with the 15-minute bands usually somewhere in between. Treat that as a tendency, not a hard rule on every bar.

  • With the default positive equal weights, the blended band should sit somewhere inside the range of the individual slots.

If you see all of this, the indicator is working correctly.

Step 3: Confirm the step pattern

Look at the 60-minute slot's bands (purple). On a 1-minute or 5-minute chart, these lines will look flat or stepped β€” they hold a constant value and then jump to a new value at regular intervals. This is not a bug. It is the indicator showing you confirmed data.

Higher-timeframe bands only update when a new higher-timeframe bar closes (with the default On Bar Close setting). Between closes, the values hold steady. That flat line means "this is the last value I can confirm β€” I am not going to guess what the next one will be." The step pattern is the visual cost of the indicator being honest about what it knows.

The 15-minute slot will also step, but on a shorter interval. The 5-minute slot will step in sync with the chart's own 5-minute bars. The more separation between the chart timeframe and the slot's timeframe, the more pronounced the stepping.

If you expected smooth, continuously updating bands on all three slots, the MTF & Repainting page explains why the default behavior is stepped and what you would be giving up to make it smoother.

Step 4: Sanity-check the blend

Here is a quick way to confirm the blended band is doing what it should:

  1. Open the indicator's settings.

  2. Disable BB 02 and BB 03 (uncheck "Enable BB 02" and "Enable BB 03").

  3. The blended band should now sit exactly on top of BB 01's lines, because it is averaging only one slot.

  4. Re-enable BB 02. The blended band should shift β€” it is now averaging two slots, and the blend will move toward the midpoint between Slot 1 and Slot 2.

  5. Re-enable BB 03 to return to the full three-slot stack.

If the blend moved as expected in steps 3 and 4, the indicator is computing correctly.


First traps

These are the things that most often make new users think the indicator is broken. All four are the indicator doing exactly what it should β€” but the first encounter can be jarring if you do not know what to expect.

"The indicator threw an error when I loaded it"

Almost always a chart-timeframe mismatch. The default slots are set to 5m, 15m, and 60m. If your chart is on a 15-minute or higher timeframe, the 5-minute slot is invalid for this script and triggers its runtime guardrail.

Fix: Either switch your chart to a 5-minute (or lower) timeframe, or open settings and set each slot's TimeFrame to something at or above your chart timeframe. If you trade on a daily chart, all three slots need to be daily or higher.

"The bands look flat β€” they are not moving"

You are probably looking at a higher-timeframe slot on a lower-timeframe chart. Those bands only update when the higher timeframe closes a new bar. Between closes, the values hold flat. That flat stretch is the indicator telling you it has nothing new to confirm β€” the last completed HTF bar is still the most recent reliable data point.

If the stillness feels wrong, it is worth sitting with it for a moment. A tool that updates constantly looks more alive, but what it gains in responsiveness it may lose in reliability. The MTF & Repainting page explains the tradeoff in full if you want to understand what turning On Bar Close off actually costs.

"The blended band does not match the visible slots"

Check whether any slots are hidden but still enabled. In the settings panel, each slot has both an "Enable" toggle and a "Hide Plot" toggle. Hiding a slot removes its lines from the chart, but if the slot is still enabled, it continues to feed the blended band at full weight. The blend reflects slots you cannot see.

This is a deliberate design β€” it lets you keep the blend comprehensive while reducing chart clutter β€” but it is the single most common source of confusion for new users. If the blend's position does not match the visible bands, a hidden active slot is almost always the reason. The Settings page explains the distinction in detail.

"The blended band looks narrower than all the individual bands"

That is expected in the normal positive-weight setups most people use, and understanding why matters. The blend is a weighted average. An average of values at different widths will usually land narrower than the widest and wider than the narrowest. The blend does not contain the individual bands β€” it summarizes them. That distinction sounds small, but it changes how you should read it. The blend is a compressed view of the stack, not a super-envelope that captures everything the individual bands capture. If you need to know what is happening at each timeframe, check the individual slots.


What to do next

  • Configure the slots for your actual timeframes. If you trade on a 15-minute chart, the default 5m/15m/60m slots need adjusting β€” the 5m slot will not even load. Open Settings and set each slot to a timeframe that matches the context you use in your own work.

  • Learn to read the chart before you rely on the chart. The Visuals & Logic page explains what each visual element means, how the blend relates to the individual slots, and where the chart can mislead you if you read it at the surface level.

  • Understand what On Bar Close protects you from. If you plan to use this indicator for any kind of historical analysis, pattern study, or backtesting context, read MTF & Repainting before you start drawing conclusions from the chart's past. It takes five minutes and it will change how you think about HTF data on TradingView.