Troubleshooting
This page is organized by symptom. Find what you are seeing, check the likely cause, and apply the fix. Most issues are configuration problems, not bugs.
Written By Axiom Admin
Last updated About 1 month ago
Troubleshooting
This page is organized by symptom. Find what you are seeing, check the likely cause, and apply the fix. Most issues are configuration problems, not bugs.
Symptom-to-cause table
Deeper diagnosis
"The blend moved but none of my channels moved"
Most likely: A hidden slot has weight and its HTF bar just confirmed, shifting the blend.
How to check: Open the settings and look at every enabled slot. Pay attention to the Hide Plot toggle and the weight. A slot with Hide = ON and weight > 0 is influencing the blend from behind the scenes.
If that is not it: Check whether a slot's On Bar Close is OFF. That slot may be updating intrabar while the others hold steady. The blend recomputes whenever any contributing slot changes, so a single building-bar slot can make the blend appear to move when the confirmed-bar slots have not.
"The chart looks different in history than it does live"
Most likely: On Bar Close is OFF for one or more slots.
When On Bar Close is off, the channels update using the current building HTF bar. In real time, you see intermediate values. In history, TradingView shows only the final values. The chart rewrites itself after the fact. The tricky part: the rewritten chart often looks better than what you saw live β breakouts appear cleaner, transitions appear smoother. The chart is not showing you errors; it is showing you a flattering edit of what actually happened.
How to confirm: Switch to replay mode and step through bars in the area that looks different. With On Bar Close ON, the values should be stable as you step forward. With it OFF, you are seeing the final snapshot, not the real-time experience. If you can find a spot where a channel seems to show a clean breakout in history but would have been ambiguous mid-bar, you are seeing the repainting at work.
Fix: Turn On Bar Close ON for any slot you want to analyze historically. See MTF and Repainting.
"I enabled a slot and the blend jumped to a weird level"
Most likely: The newly enabled slot has a non-zero weight and its channel values are far from the existing blend because it is on a very different timeframe or uses a different instrument.
How to check: Look at the new slot's upper, basis, and lower values relative to the other slots. If the values are drastically different (common with wide-timeframe slots or cross-ticker slots), the blend will jump to accommodate them.
Fix: If you want the slot visible but not in the blend, set its weight to 0. If you want it in the blend, adjust weights across all contributing slots so the new one's influence is proportionate to what you intend.
"My cross-ticker channel is at completely wrong price levels"
Most likely: The alternate ticker's price is in a very different range than the chart symbol, and the ratio-based scaling is producing values that technically scale but sit at levels that feel wrong relative to recent price action.
How to check: The scaling uses close/close as the ratio. If the chart symbol is at 5000 and the alternate ticker is at 500, the scaling multiplier is roughly 10x. If the alternate ticker's Donchian upper is at 520, the scaled upper would be roughly 5200. Check whether this math holds.
If the ratio seems off: The ratio updates each bar. If you are looking at historical data, the ratio at that point in time may have been different from the current ratio. This is the drift behavior described in For the Geeks.
If the channel is at zero: The security request for the alternate ticker may have returned no data. Check the ticker symbol for typos and confirm the instrument has data at the requested timeframe.
"Alerts are triggering too frequently"
Most likely for per-slot alerts: The slot's timeframe is close to the chart timeframe, and price is oscillating around the basis. Every cross fires a basis-change alert. This is especially common when a slot's timeframe matches the chart timeframe β the channel updates every bar, and the basis shifts frequently.
Most likely for alignment alerts: Too few slots are enabled. With one or two slots, the "all slots agree" condition fires almost every bar that closes on one side of the basis. The alert is doing exactly what it is supposed to β but the condition it describes is trivially easy to meet.
Fix: For per-slot alerts on noisy basis crosses, consider whether a higher timeframe for that slot would reduce the noise, or whether you actually need basis-change alerts on a short-timeframe slot. For alignment alerts, make sure enough slots at diverse timeframes are enabled to make "all agree" a genuinely infrequent and meaningful condition. As a rule of thumb, if an alignment alert fires more than a few times per session, either the slot count is too low or the timeframes are too similar.