Troubleshooting
This page is organized by what you observe. Find the symptom, read the cause, apply the fix. Where relevant, the table distinguishes between misconfiguration (something you can change), expected behavior (the indicato...
Written By Axiom Admin
Last updated About 1 month ago
Troubleshooting
This page is organized by what you observe. Find the symptom, read the cause, apply the fix. Where relevant, the table distinguishes between misconfiguration (something you can change), expected behavior (the indicator is doing what it should), and real limits (the indicator cannot do what you want in this situation).
Runtime errors
Bands not updating or appearing stale
Cross-ticker issues
Blended band issues
Visual overload
Alert-related issues
When to suspect a real problem versus expected behavior
A useful heuristic for deciding whether something is wrong:
Did you change a setting recently? Most unexpected behavior traces back to a settings change β an On Bar Close toggle, a hidden slot, a weight adjustment, a timeframe change. Check settings first.
Is the behavior consistent with the timeframe math? A 60-minute slot on a 1-minute chart updating every 60 bars is correct. A daily slot on a 5-minute chart updating every ~78 bars is correct. If the update frequency matches the timeframe ratio, the behavior is expected.
Does it reproduce after a page reload? Some visual glitches on TradingView resolve after refreshing the chart. If the behavior persists after a reload, it is either a settings issue or expected behavior, not a rendering glitch.
Is the issue specific to one slot or all slots? If one slot behaves differently, the cause is almost certainly that slot's settings. If all slots behave the same way, it is more likely a chart-level issue (like the chart timeframe being too high for the slot timeframes).
If you have checked settings, confirmed the timeframe math, reloaded the page, and the behavior still does not match what this manual describes, the issue may be a TradingView platform behavior or a genuine edge case.
One more thing worth checking before reaching out: compare the indicator's output to a native BB on the same timeframe with the same settings (MA type, length, multiplier, source). If the native BB and the indicator's slot agree, the computation is correct and the issue is likely in your interpretation or expectations. If they disagree, that is meaningful diagnostic information to include when you contact support.