Settings
Axiom BB Pro has roughly 200 input fields. That sounds overwhelming, and it would be — if you needed to care about all of them at once. You do not.
Written By Axiom Admin
Last updated About 1 month ago
Settings
Axiom BB Pro has roughly 200 input fields. That sounds overwhelming, and it would be — if you needed to care about all of them at once. You do not.
The settings are organized into 10 identical slot groups (BB 01 through BB 10), each controlling one independent Bollinger Band setup, followed by a blended band section. Every slot shares the same structure. Once you understand one slot, you understand all ten.
This page walks through the settings in three tiers based on when they actually matter:
Tier 1 — Core slot settings. These are the decisions that shape what the indicator does. You will touch these first and revisit them most often.
Tier 2 — Specialized settings. These refine the character of each slot. You will reach for them once you are actively configuring a slot for a specific purpose.
Tier 3 — Power User parameters. These are completely inert unless you change the MA type away from SMA. If you have not changed the MA type, you can ignore this entire tier.
After the per-slot tiers, there is a section on the blended band settings, which are short and separate.
How the slot groups work
There are 10 slots: BB 01 through BB 10. Each slot is a self-contained Bollinger Band that can have its own timeframe, symbol, MA type, length, deviation multiplier, line width, and weight in the blended band. Plot colors are fixed per slot rather than user-configurable.
Slots 1–3 are enabled by default, set to the 5-minute, 15-minute, and 60-minute timeframes. Slots 4–10 are disabled by default. You do not need to use all 10. Most setups work well with 2 to 4 active slots.
Every slot has the same settings in the same order. The tables below describe the settings once — they apply identically to all 10 slots, with only the defaults for timeframe, blended weight, and fixed plot colors differing across slots.
Tier 1 — Core slot settings
These are the settings that determine what each slot does, where it looks, and how it contributes to the overall picture. Start here.
Enable
Timeframe
On Bar Close
Blended Weight
Hide Plot
Optional Ticker
Tier 2 — Specialized settings
These settings refine how a slot's BB behaves. You will reach for them when you are deliberately shaping a slot for a particular purpose — not during first setup.
Length
StdDev Multiplier
MA Type
Source
Line Width
Tier 3 — Power User parameters
These settings are completely inert unless you change the MA Type away from SMA.
If you are using the default SMA basis, you can skip this entire section. The parameters exist, but they do nothing until their associated MA type is selected. This is not a bug — it is by design. The settings only activate when they are relevant.
When you change a slot's MA type to one of the specialized algorithms, the corresponding parameters become live:
ALMA parameters (active when Type = ALMA)
When to adjust: Only after you understand ALMA's smoothing behavior and have a reason to deviate from the defaults. The defaults produce a smooth, low-lag basis that works well for most purposes. Pushing the offset below 0.5 makes the average backward-looking in a way that defeats ALMA's purpose.
KAMA / FRAMA parameters (active when Type = KAMA or FRAMA)
When to adjust: KAMA and FRAMA adapt their smoothing automatically based on market conditions. The fast/slow parameters set the boundaries of that adaptation. Widening the gap (e.g., fast=2, slow=50) makes the adaptation more dramatic. Narrowing it makes it more conservative. Most users should try the defaults first.
Jurik parameters (active when Type = Jurik)
When to adjust: Jurik smoothing is designed to track price closely while minimizing overshoot. The defaults are a reasonable middle ground. Adjust when you want the basis to hug price more tightly (higher power, positive phase) or smooth out noise more aggressively (lower power, negative phase).
Laguerre parameter (active when Type = Laguerre)
When to adjust: The alpha value has a large effect on the Laguerre filter's character. Values near 0 make the basis almost static. Values near 1 make it nearly identical to the source. The default 0.5 balances tracking with smoothing.
VAMA parameter (active when Type = VAMA)
When to adjust: The imported VAMA implementation is a volatility-adjusted approximation, not a volume-driven filter. A longer lookback makes the adaptation steadier. A shorter lookback makes it react faster to recent deviation changes. You do not need volume data for this parameter to work.
Blended band settings
The blended band section sits below all 10 slot groups in the settings panel. It controls the weighted-average envelope that synthesizes the enabled slots.
Enable Blended BB
Hide Blended BB Plot
Blended Line Width
Default values by slot
For quick reference, here are the settings that differ across slots at their defaults:
All other per-slot settings (Length, StdDev Mult, MA Type, Source, On Bar Close, Line Width, Optional Ticker, and all Power User params) share the same defaults across all 10 slots.
Settings interactions to watch for
These are the non-obvious ways that settings affect each other. They are easy to miss and account for most of the confusion users report.
Hidden slots still contribute to the blend. If a slot is enabled and has weight > 0, it influences the blended band even if its plot is hidden. This is intentional — it lets you run "background" slots that shape the blend without cluttering the chart. But it means the blend may not match what the visible slots suggest.
Changing one weight changes all relative weights. Weights are normalized. If you raise Slot 3's weight from 33.3 to 80 without changing the others, Slot 3 now contributes ~55% of the blend (80 / (33.3 + 33.3 + 80)) instead of 33%. The other slots' absolute weights did not change, but their share of the blend shrank.
MA type change activates Power User params. Switching from SMA to ALMA on Slot 2 makes the ALMA Offset and ALMA Sigma settings live for that slot. Switching back to SMA deactivates them again. The Power User params only matter when their corresponding MA type is selected.
Cross-ticker + On Bar Close interact. The cross-ticker scaling ratio uses the same On Bar Close logic as the BB calculation. If On Bar Close is on, the ratio uses confirmed closes. If off, it uses live values. Turning On Bar Close off on a cross-ticker slot introduces two layers of provisional data — the BB values and the scaling ratio are both updating mid-candle.
Timeframe must be >= chart timeframe. This is enforced at runtime. If you switch your chart to a higher timeframe without updating slot timeframes, any slot whose timeframe is now below the chart timeframe will cause a runtime error. The indicator stops loading entirely. The fix is to change the offending slot's timeframe or set it to empty (which defaults to chart timeframe).