Settings
Every knob in Axiom BB CTX exists because some user — probably a version of you on a different day — needed the room to move. That makes the settings dialog long. It does not make it arbitrary, and it does not mean ev...
Written By Axiom Admin
Last updated 22 days ago
Settings
Every knob in Axiom BB CTX exists because some user — probably a version of you on a different day — needed the room to move. That makes the settings dialog long. It does not make it arbitrary, and it does not mean every knob is for every reader. The fastest way to be confused by this tool is to treat the inputs dialog as a scavenger hunt you have to complete before the chart counts.
This page walks the inputs in the order you actually reach for them when you set up a slot, which is not always the order TradingView shows them. The GUI groups inputs by BB slot (BB 01 through BB 10), with a separate power-user group (BB 01 PU through BB 10 PU) per slot, plus a BB Blended group for the composite band. Within each slot, we read the inputs in slot-lifecycle order:
Enable and visibility. Is the slot on? Is its plot drawn?
Source, timeframe, ticker. Where is the data coming from?
Length, standard deviation, type. What kind of Bollinger Band is this slot?
Trend length, line width, blend weight. How is this slot reported and how much voice does it get in the blend?
Power-user parameters. Which visible power-user knobs does this slot's MA type actually use?
Read each subsection below in that order. If a knob you are reaching for is not covered here, it is either cosmetic (color, line width) or it is governed by another page — the power-user MA semantics live in the Axiom MA Pro Library manual, because that library owns those MA types.
A note before any tuning
The shipped defaults are not "optimized." They are not "recommended." They are the values that load the tool cleanly on a 1-minute chart of a liquid symbol. If your chart is a 4-hour oil future or a daily stock, the defaults are still a reasonable starting point — the BB length and multiplier are textbook, so the envelope will look like a Bollinger Band the first time you see it — but there is no editorial claim here that 5m / 15m / 60m and 33.3 / 33.3 / 33.3 weights are the right starting point for your workflow.
Change a default when your reading of the chart gives you a reason. Change it back when the reason stops applying. Do not stretch a default into being correct because you are reluctant to touch the inputs dialog. Decisions you made deliberately are ones you can unwind deliberately. Decisions you drifted into are ones that quietly take your read apart weeks later.
Per-slot primary inputs
Every slot carries the same primary inputs. The table below is the shared schema; slot-specific defaults are noted where they differ.
Callout: Length: is not Basis Trend Length:
This one trips people up often enough that it is worth spelling out.
Length:is the Bollinger window. It is used both to compute the basis moving average and to compute the standard deviation the upper/lower bands sit at. ChangeLength:and both the basis shape and the band width change together.Basis Trend Length:is the trend lookback for the basis. It is used only to decide whether the basis is currently rising or falling: the current basis value is compared to the basis value from that many bars ago. ChangeBasis Trend Length:and the basis-trend state (and any basis-trend alert wired to it) changes. The band width does not.
If you want "a smoother basis," turn Length: up. If you want "a faster basis-trend reaction," turn Basis Trend Length: down. They are neighbors in the inputs dialog, and the similar names are unfortunate, but they are not the same knob.
Callout: "Hidden" does not mean "excluded"
Hide BB NN Plot does one thing and one thing only: it stops the slot's three lines from being drawn. The slot still computes every bar. It still contributes its weighted bands to the blend. It still participates in the All BB Slot Bases Uptrend and All BB Slot Bases Downtrend alignment alerts.
If you want a slot out of the blend, set its Blended Weight to zero. If you want a slot out of alignment alerts, disable it with Enable BB NN. If you just do not want to see its lines, hide the plot.
This is the single most common first-week misread. The Visuals & Logic page teaches the "weight-zero, visible" pattern and its legitimate uses, so you can tell the difference between "I want this slot quiet" and "I want this slot gone."
Callout: "Optional Ticker" is not a leading indicator
Setting Optional Ticker: on a slot tells it to read its Bollinger Band from that other symbol, at the slot's chosen timeframe, and rescale the result into the chart symbol's price space so the lines land near your price. That is a scaling, not a prediction.
The manual treats the cross-ticker case at depth twice more: once in Visuals & Logic (what you are looking at) and once in For the Geeks (how the scaling is computed and what its failure modes are). The short version: a BTC-scaled band drawn on an SPX chart is a study of BTC's volatility envelope expressed in SPX's price space. It is not a claim that BTC will pull SPX anywhere.
Per-slot power-user inputs
Each slot has a matching power-user group (BB 01 PU through BB 10 PU). Most of the parameters in these groups only matter when the slot's Type: is set to the MA type that uses them. On Bar Close? is the exception: it applies to every slot regardless of MA type, and it is the most consequential input in the entire pack.
The deeper semantics of ALMA, KAMA/FRAMA, Jurik, Laguerre, and VAMA — what each MA type is trying to accomplish, where each one shines, and what values are sensible — are governed by the Axiom MA Pro library. Cross-link: Axiom MA Pro Library manual. This manual will not re-teach those MA types; if a curve does not look right, start there.
BB Blended inputs
The blended band is a weighted composite of enabled slots with non-zero weight. That is a rule, not an impression. The math that executes that rule — and how the blend decides its own basis-trend direction when slots disagree — is documented in For the Geeks and summarized in Visuals & Logic.
Dependency and interaction map
The inputs do not sit on an island; some depend on others in ways that can surprise a careful reader. The list below summarizes the non-obvious interactions.
Slot timeframe must be equal to or greater than the chart timeframe. Violation raises a named runtime error — for example,
BB 01 timeframe cannot be lower than the chart timeframe.The fix is to raise the slot's timeframe or leave it blank.Source:is evaluated inside the slot's symbol and timeframe. It is not the chart'sclose. IfOptional Ticker:is set toQQQandSource:ishl2, the slot reads QQQ'shl2at the slot's timeframe.Type:decides which PU parameters matter. SettingType:toALMAmakes the ALMA inputs live; other PU parameters for that slot become inert. The inert parameters remain visible in the dialog but do not influence the curve.Hide BB NN Plotdoes not remove the slot from the blend or from alignment alerts. OnlyEnable BB NN = falseorBlended Weight = 0changes those contributions, and each one changes a different thing.Blended Weight = 0keeps the slot visible on the chart but removes its voice from the composite basis/upper/lower math. The slot still contributes to alignment alerts because alignment counts by "enabled slot with a non-na basis," not by weight.The blended basis-trend direction uses a weight-majority vote across enabled slots with a valid basis. An uptrend-voting slot with a large weight can outvote two downtrend-voting slots with small weights. The rule is stated plainly in For the Geeks.
Cross-ticker reads use the same repaint posture as the slot. If
On Bar Close?is ON, the scaled band steps; if OFF, the scaled band can drift. The scaling does not secretly add its own repaint layer.
Defaults as defaults — not as ranking
The default slot palette (5m, 15m, 60m) is a serviceable starting point for an intraday reader on a small chart timeframe. The default Length: 20 and StdDev Mult: 2.0 are the textbook Bollinger settings; they plot a familiar envelope and let the reader confirm that the tool is behaving like a Bollinger Band before they start tuning. The default MA type is SMA for the same reason — it is the canonical basis and carries no surprising shape.
The default weights (33.3 on each of the first three slots) express one statement, and one statement only: "I trust these three timeframes equally." That is a useful starting read, not a claim that equal weighting is how you should compose a blend. If you trade off a 15-minute chart and the 60-minute slot is context more than anything you ever act on, a 45 / 45 / 10 weighting is a more honest description of your process than the shipped 33.3 / 33.3 / 33.3 — and the blend will reflect how you actually read the chart rather than a balance that looked neat on import day.
Change defaults because your reading changes them for you, not because you have decided the defaults must be wrong and something else must be right. A thoughtful reason to hold a default is as valid as a thoughtful reason to move it. The dishonest move, in either direction, is letting the setting slide into a value you cannot explain out loud.
Where to go next
For what each visible line means on a configured chart, Visuals & Logic.
For the
On Bar Close?posture in full — why ON exists, when OFF is honest, how to verify both — MTF & Repainting.For the deeper MA semantics of ALMA, KAMA/FRAMA, Jurik, Laguerre, VAMA, the Axiom MA Pro Library manual.
For how the blend actually composes its bands and resolves its basis-trend vote, For the Geeks.