Troubleshooting
Use this page when the pane is behaving in a way that feels wrong, unclear, or more dramatic than expected.
Written By AxiomCharts
Last updated About 2 hours ago
Troubleshooting
Use this page when the pane is behaving in a way that feels wrong, unclear, or more dramatic than expected. The fastest way to troubleshoot this indicator is to avoid changing five things at once. For most problems, one careful check will tell you more than another round of tuning. Why this matters: this indicator gives you enough control to create your own confusion. Troubleshooting works best when you reduce the stack back to one explainable problem instead of trying to out-tune it.
The script throws an error when I add it
Likely cause:
- one enabled slot TimeFrame: is below the chart timeframe
Check:
- compare the chart timeframe to every enabled slot
Fix:
- raise the conflicting slot timeframe, or disable that slot
Why this happens:
- the script enforces a chart-timeframe floor instead of silently pretending a lower requested timeframe is valid here
Trust note:
- start here before changing anything else, because a misfit ladder makes every later check noisier
A hidden slot is still affecting the read
Likely cause:
- the slot is hidden, not disabled
Check:
- look at
Enable Stoch 0x - look at
Blended Weight:
Fix:
- if you want the slot gone completely, disable it
- if you want it alive but out of the blend, leave it enabled and set
Blended Weight:to0
Why this happens:
- hiding changes the visuals only
Trust note:
- if the slot is still affecting the pane after you hid it, the script is not being inconsistent; it is reminding you that visibility and logic are separate
The blended lines disappeared
Likely cause:
Plot Blended K/Dis off- every active slot weight is
0 - no enabled slot currently has a valid blended contribution
Check:
- confirm
Plot Blended K/Dis on - confirm at least one enabled slot has a positive
Blended Weight:
Fix:
- turn the blended plot back on
- restore at least one meaningful contributing slot
Why this happens:
- the blend is a summary of contributors, not a default line that stays alive without them
Trust note:
- a missing blend is often more honest than a meaningless one
The blended alert options are still there even when the blend is hidden
Likely cause:
- the blended visuals are hidden, but the blended logic still exists
Check:
- turn
Plot Blended K/Doff and open the alert menu
Fix:
- leave the visuals hidden if that helps your workflow, but remember the alert surface is still based on live blended logic
Why this happens:
- visual display and alert logic are separate in this script
Alerts feel late
Likely cause:
- all alerts evaluate on chart bar close
On Bar Close?may also be using confirmed higher-timeframe values- master smoothing may be calming the blend after it is built
Check:
- confirm whether the alert is a state alert or an event alert
- confirm whether
On Bar Close?is on - confirm whether master smoothing is enabled
Fix:
- decide whether the workflow needs confirmed timing, forming-bar timing, or less smoothing
Why this happens:
- there can be lag from chart-close gating, confirmed higher-timeframe handling, and optional post-blend smoothing at the same time
Trust note:
- "late" is not one problem here. Check whether the delay is coming from alert timing, requested-timeframe confirmation, or extra smoothing before you decide what to change.
Threshold crosses feel wrong for my market
Likely cause:
Overbought LevelandOversold Levelare tool-defined stretch markers, not universal reversal levels
Check:
- compare the threshold touch to slot agreement, blend state, and price context
Fix:
- move the threshold lines if your workflow truly needs different review zones
- or treat the threshold event as a prompt to inspect, not a command
Why this happens:
- the pane is centered and bounded for comparison, not to preserve textbook stochastic threshold meaning unchanged
Trust note:
- if threshold touches feel dramatic but unhelpful, the safer correction is usually better context, not more extreme threshold faith
One slot seems to dominate everything
Likely cause:
- that slot has much more
Blended Weight:than the others - or the slower slots are present but not contributing much
Check:
- compare the active weights
- compare the slot lines to the blended pair
Fix:
- reduce the dominating weight
- go back to equal weights
- remove master smoothing while you diagnose the real influence
Why this happens:
- the blend is a weighted summary, not a vote
Trust note:
- a dominant slot is not a bug. It is a weighting decision that may no longer fit the story you want the blend to tell.
The outside symbol feels persuasive, but I cannot explain why
Likely cause:
- the alternate ticker added a stronger story before it added a clear role
Check:
- set that slot
Blended Weight:to0 - watch the slot by itself
Fix:
- keep the mixed-symbol slot diagnostic until it earns a place in the blend
Why this happens:
- another ticker can make the pane feel more informative without actually making the workflow more honest
Trust note:
- if the extra symbol adds conviction faster than it adds clarity, step back to weight
0and verify from there
The line looks bearish, but the bearish alert did not fire
Likely cause:
- K and D may be touching or effectively equal
Check:
- wait one more close and watch whether the relationship becomes clearly below
Fix:
- treat the color as a quick scan cue, not the stricter state definition
Why this happens:
- color leans down as soon as the line is no longer above its comparison line, while bearish state requires a true below relationship
The ALMA controls do not seem to do anything
Likely cause:
- none of the active MA choices currently use
ALMA
Check:
- confirm whether any slot
K Type:, any slotD Type:, orMaster MA Typeis set toALMA
Fix:
- use an ALMA-based MA family if you want those controls to matter
Why this happens:
- the ALMA controls are global, but they only affect ALMA-based smoothing choices
If the pane still feels off
Use this reset order:
- return to a legal same-symbol stack
- turn
On Bar Close?on - turn master smoothing off
- restore equal weights
- make sure at least one slot is enabled and visible
That reset removes a lot of accidental complexity very quickly. If the tool still feels wrong after that, compare the current setup to Quick Start and Settings before you keep tuning.