Troubleshooting
Use this page when the indicator is behaving differently from what you expected.
Written By AxiomCharts
Last updated About 2 hours ago
Troubleshooting
Use this page when the indicator is behaving differently from what you expected.
The goal is not to hand you generic comfort. It is to help you find the specific mismatch between:
- the chart timeframe
- the slot geometry
- the slot timing posture
- the blend settings
- your assumption about what the stack was supposed to be doing
Start with the symptom closest to what you are seeing.
Most issues in this indicator come from one broken relationship, not from hidden randomness. Check fit before you assume failure.
If you are not sure where to start, check in this order:
- chart timeframe versus enabled slot timeframes
On Bar Close?posture on every active slot- which slots still have non-zero blend weight
- whether a hidden or zero-weight slot is still active somewhere else in the logic
The script throws an error as soon as I add it
Likely cause
One enabled slot is violating a hard geometry rule.
The most common problem is that the chart timeframe is above one of the default enabled slot timeframes.
What to check
- Is the chart timeframe above
5,15, or60while the matching default slot is still enabled? - Is
Lower TF Precision:equal to or above that slot timeframe? - Is
Window:smaller than that slot timeframe?
Fix
- Open settings immediately.
- Check every enabled slot's
TimeFrame:. - Raise or disable any slot below the chart timeframe.
- Make sure
Lower TF Precision:stays below that slot timeframe. - Make sure
Window:stays at or above that slot timeframe.
If the error disappears after those checks, the issue was geometry, not indicator failure.
The blended lines disappeared
Likely cause
The blend has no active contributors.
What to check
- Did every enabled slot get
Blended Weight: 0? - Did you disable the slots that were feeding the blend?
- Did you turn
Plot Blended CVD/Signaloff and assume the blend logic was gone?
Fix
- Confirm whether the blended plot is only hidden or actually unsupported by current weights.
- Give at least one enabled slot a non-zero blend weight.
- Confirm that the blend returns.
If the line comes back, the issue was weighting, not missing data.
A hidden slot is still affecting the blend
Likely cause
The slot is hidden, not disabled.
What to check
- Is
Enable CVD 0Xstill on? - Is that slot's
Blended Weight:still above0?
Fix
If you want the slot gone from the blend, set its weight to 0 or disable it.
If you only wanted less clutter, hiding it was the correct move, but the logic is still supposed to carry it.
This is one of the easiest misunderstandings in the whole indicator.
A zero-weight slot is still affecting all-slot alerts
Likely cause
Weight only controls blend contribution.
What to check
- Is the slot still enabled?
- Are you looking at an all-slot alignment alert rather than the blend itself?
Fix
- Disable the slot if you want it removed from alignment logic.
- Keep it enabled if you want the slot available for its own line or slot-specific alerts.
Zero weight means "leave the blend." It does not mean "leave the script."
The chart looked different live than it did later
Likely cause
One or more slots were using live-forming higher-timeframe values.
What to check
- Which active slots have
On Bar Close?off? - Were you watching a still-open higher-timeframe candle?
- Was a live-forming slot also blended in?
Fix
- Turn
On Bar Close?back on for the slot you want confirmed. - Compare the same setup again.
- Decide which slots, if any, are worth keeping live-forming.
If the live version felt better only because it was earlier, that is not automatically a reason to keep it.
I cannot tell which slots are confirmed and which are live-forming
Likely cause
The stack has drifted into mixed timing without a clear role for each slot.
Fix
- Open settings and check
On Bar Close?slot by slot. - Write down which active slots are confirmed and which are live-forming.
- Set any accidental live-forming slots back to confirmed mode.
- Keep only deliberate timing differences.
If you cannot explain why one slot is live-forming, make it confirmed again.
I am not seeing Session reset markers
Likely cause
Either the slot is not in Session mode, the slot is hidden, or the reset anchor has not changed yet.
What to check
- Is that slot in
Rollingmode? - Is the slot hidden?
- Has the chosen session anchor actually reset yet?
Fix
- Put the slot in
Sessionmode if you want reset markers. - Keep the slot visible.
- Wait for the selected anchor to reset.
Rolling slots do not draw reset markers by design.
The stack feels too reactive or too stubborn
Likely cause
The participation or smoothing controls are doing more work than you realized.
What to check
- Did you raise
Pressure Sensitivity:? - Did you raise
Wick Weight:? - Did you shorten
CVD Length:orSignal Length:? - Did you swap to a different MA family and forget to compare it cleanly?
- Did you turn on master smoothing and then forget only the summary changed?
Fix
- Return one setting family to defaults at a time.
- Compare the result after each change.
- Keep the setting that improved interpretation, not only aesthetics.
The fastest-looking line is not automatically the most trustworthy one.
The alerts are firing in a way I did not expect
Likely cause
You may be using the wrong alert family for the question you meant to ask.
What to check
- Did you want a continuing state or the moment of change?
- Are you using a slot alert when you really care about the blend?
- Are you expecting slot threshold alerts that do not exist in this build?
- Did you forget that hidden or zero-weight slots can still matter elsewhere?
Fix
- use slot regime alerts for one-slot state
- use blended regime alerts for current summary state
- use
Blended CVD Regime Flipfor the moment of change - use threshold events only when you specifically want those transitions
When in doubt, re-read Alerts and name the exact question you want the alert to answer.
The line looks bearish, but the bearish alert is not true
Likely cause
The slot CVD and slot Signal may be equal.
What is happening
The color logic and the bearish alert logic do not use identical comparisons at that exact equality edge.
Fix
- Treat it as a small visual edge case, not a broken alert.
- Check whether the lines are equal before assuming the alert missed something.
This is rare, but it is worth knowing so the pane does not talk you into the wrong story.
The alternate-ticker slot feels confusing instead of helpful
Likely cause
The slot is adding context before it has earned a role in the workflow.
What to check
- Did you compare the slot against the source market directly?
- Is the slot already blended in?
- Could you explain why that outside market belongs in this stack?
Fix
- Set the alternate-ticker slot to
Blended Weight: 0. - Compare it against the source market on its own chart.
- Only let it influence the blend after it proves useful.
If that still feels murky, the problem may be workflow fit rather than configuration.
I changed several settings and now I do not know what I am looking at
Likely cause
Too many variables changed before the last change was verified.
Fix
- Return to one clean baseline.
- Rebuild one choice at a time.
- After each change, answer: what changed, why did it change, and does that actually help?
That is how you keep a flexible tool from turning into a screen full of settings you no longer understand.
If nothing here solved it
Go back to this order:
Quick StartMTF and RepaintingSettingsVisuals and Logic
Most problems with this indicator are not mysteries. They are usually one broken relationship inside slot geometry, timing posture, or blend logic.