Troubleshooting
This page helps you diagnose problems with the indicator. It is organized by symptom — what you see on the chart — followed by the likely cause and what to do about it. Most problems are setup issues with straightforw...
Written By Axiom Admin
Last updated About 1 month ago
Troubleshooting
This page helps you diagnose problems with the indicator. It is organized by symptom — what you see on the chart — followed by the likely cause and what to do about it. Most problems are setup issues with straightforward fixes. Some are misunderstandings about what the tool is designed to do. And a few are genuine limitations that no configuration change can fix. The end of this page helps you tell the difference, because all three can look the same on the surface but need different responses.
Symptom-cause-fix table
Deeper diagnostic reasoning
Some problems do not have a single line fix. Here is how to think through the less obvious cases.
"The oscillator looks right in history but wrong in real time"
This is almost always a repaint-related observation. If On Bar Close is OFF, the historical chart shows confirmed values (they look clean and stable), but the live edge shows provisional values that shift as the HTF bar builds.
What to check: Is On Bar Close set to OFF? If yes, switch it to ON and compare. If the historical view looks the same but the live view becomes more stable (values step-update on HTF bar close instead of shifting every chart bar), the issue is the expected repaint behavior of the OFF setting.
If On Bar Close is ON and you still see discrepancies, check whether you are comparing a different time period. Market conditions change — the oscillator's behavior depends on the data it is processing, so different periods can look different without anything being broken.
"The blend does not match what I expect from the individual slots"
This usually means the weight distribution is not what you think it is.
What to check:
Are all slots enabled? Disabled slots are excluded from the blend entirely.
Are all slot weights non-zero? A weight of 0 excludes the slot from the blend.
Is one slot returning
na? Slots withnavalues are skipped in the blend calculation. If Slot 03 isnabecause it does not have enough data yet, the blend is calculated from Slots 01 and 02 only.Is one weight much larger than the others? A weight distribution of 80 / 10 / 10 makes the blend essentially a copy of the dominant slot.
Try setting all weights to equal (33.3 each) and confirming the blend sits roughly between the three slot values. If it does, the blend math is working correctly and the issue is your weight configuration.
"The oscillator readings are different on the same instrument at different times of day"
This is expected. The oscillator is based on MACD and ATR, both of which respond to price movement. During active sessions (market open, news events), price movement is larger and more directional. During quiet sessions (pre-market, overnight, lunch hours), price movement may be smaller and noisier.
The oscillator is correctly reporting what the MACD and ATR calculations produce in those different conditions. Smaller price movement during quiet periods means the MACD spread is smaller, and the ATR may be adjusting to the lower volatility. This can make the oscillator look less responsive — not because it is broken, but because there is less momentum to report.
"I changed settings and now the oscillator looks completely different"
Some settings have a dramatic effect on the oscillator's character. The three most impactful are:
ATR Sensitivity — changing this from 1.0 to 2.0 can make the oscillator look like a different tool. See Settings.
Slot timeframes — changing from 5m/15m/60m to 1m/5m/15m changes the responsiveness of every slot.
On Bar Close — switching this changes whether you see confirmed or provisional data on the live edge.
If the oscillator looks dramatically different after a settings change, it is probably working correctly with the new settings. Compare the behavior against the expectations for those settings rather than assuming something broke.
Setup error vs. misunderstanding vs. genuine limitation
Not every problem is a setup error. Some problems come from misunderstanding what the tool is designed to do. And some come from genuine limitations that no amount of settings adjustment can fix.
Setup errors
These are configuration problems that have a concrete fix:
Slot timeframe below chart timeframe → increase the slot TF
Fast Length >= Slow Length → fix the values
Slot disabled or hidden when you expected it visible → toggle the setting
ATR Sensitivity far from default → return to 1.0 and re-evaluate
Misunderstanding
These are expectations that the tool was never designed to meet:
Expecting the oscillator to predict reversals from OB/OS levels
Expecting the blended reading to represent unanimous agreement (it is a weighted average)
Expecting historical stability when On Bar Close is OFF
Expecting the oscillator to generate buy/sell signals
These are not bugs. They are design boundaries. See Limitations and Trust Boundaries for the full picture.
Genuine limitations
These are things the tool cannot do regardless of configuration:
Resolve beyond ±100 when values are in the extreme zone (tail compression from the bounding function)
React faster than the ATR and MACD lookback periods allow (the lag is inherent)
Produce meaningful readings when the instrument has no price movement (MACD and ATR both need price activity)
Guarantee that cross-ticker normalization is equally stable for all instruments (volatile instruments produce noisier normalization)
If your problem falls into this category, the answer is not a settings change — it is understanding the boundary and working within it. That is not a dismissal. Knowing that the oscillator loses resolution at the extremes is useful information. Knowing that the lag is inherent lets you stop searching for the setting that removes it. The boundaries are not bugs to work around. They are properties of the math that the oscillator is built on, and working with them is part of using the tool seriously.