FAQ

It is measuring an estimated participation read built from OHLCV structure, lower-timeframe sampling when available, wick behavior, and directional carry. That can be useful for context. It is still different from exc...

Written By AxiomCharts

Last updated About 2 hours ago

FAQ

What is this actually measuring if it is not true footprint delta?

It is measuring an estimated participation read built from OHLCV structure, lower-timeframe sampling when available, wick behavior, and directional carry. That can be useful for context. It is still different from exchange-side classified trade data.

If that boundary is a deal-breaker for your workflow, it is better to know that early than to ask the indicator to be something it never claimed.

Why did the indicator throw an error as soon as I added it?

Usually because one enabled slot is below the chart timeframe, or because the lower-timeframe or window relationship is invalid.

Check these first:

  • each enabled slot timeframe is at or above the chart timeframe
  • Lower TF Precision: is below that slot timeframe
  • Window: is at or above that slot timeframe

Why do the defaults work better on a five-minute chart or lower?

Because the shipped stack starts at 5 / 15 / 60. That makes it practical to learn on a five-minute chart or lower, but it also means the defaults are not chart-neutral.

The indicator is flexible. The defaults still have a natural home.

What changes when I turn On Bar Close? off?

The whole stack can start reading still-forming higher-timeframe values instead of waiting for the last closed ones.

That can make the pane react earlier. It can also make live behavior less stable while higher-timeframe candles are still open.

Should I learn this in confirmed mode first?

Usually yes.

Confirmed mode gives you a steadier baseline for checking slot logic, blend contribution, and window behavior. Live-forming mode may still belong in your workflow later, but it is easier to judge honestly after you already know what the confirmed stack looks like.

Is this a no-repaint indicator?

Not as a blanket claim.

This build gives you a confirmed higher-timeframe mode that is easier to verify honestly, and a live-forming mode that can move before the higher-timeframe candle closes. The useful question is not whether the indicator wins a label fight. The useful question is which trust mode you are actually using.

What is the difference between Session and Rolling?

Session mode resets the slot at the chosen anchor and tells a "since this reset" story.

Rolling mode keeps a sliding window and tells an "inside this recent duration" story.

Neither one is inherently better. They answer different workflow questions.

Why do reset markers appear sometimes but not others?

Reset markers only appear when:

  • the slot is visible
  • the slot is in Session mode
  • the chosen anchor has actually reset

They do not appear for Rolling slots.

Why did my blended lines disappear?

Because the blend likely has no active contributors.

That usually happens when every enabled contributor has Blended Weight: 0, or when the slots feeding the blend were disabled.

Why does a hidden slot still change the blend?

Because hiding a slot only removes its line from view.

If the slot is still enabled and its weight is not 0, it can still shape the blend. Hide affects the display. It does not erase the slot's logic.

Why can a zero-weight slot still matter?

Because zero weight only removes the slot from blended math.

The slot can still:

  • plot its own line
  • trigger its own slot alerts
  • count in all-slot alignment logic

If you want the slot fully gone, disable it.

Why would I ever use a zero-weight slot on purpose?

To keep one slot as a diagnostic or learning tool without letting it quietly steer the summary.

That is often a healthier move than adding another fully blended slot just because you can.

Does hiding the blended plot turn off blended alerts?

No.

Plot Blended CVD/Signal changes visual output only. The blended calculations and blended alerts can still exist even if the lines are hidden.

What is master smoothing actually doing?

It applies one final smoothing pass to the blended CVD and blended Signal after the blend is already built.

It does not change the individual slot lines. It changes the final summary pair.

Are the threshold lines universal buy and sell levels?

No.

They are chosen reference levels inside this indicator's normalized range. They can be useful for consistency inside one workflow. They do not become universal market rules just because the line crossed them.

Why does the line sometimes look bearish without a bearish alert?

At the exact point where slot CVD and slot Signal are equal, the visual tint can still lean down even though the bearish alert condition is not true.

It is a small edge case, not a sign that the alert system failed.

Should I start with alternate tickers right away?

Usually no.

Start with a same-symbol stack first. Once that makes sense, add one alternate-ticker slot at Blended Weight: 0 and compare it against the source market on a separate chart before you let it influence the blend.

How do I know if I am overcomplicating the stack?

Ask yourself three questions:

  1. Can I explain why each enabled slot is here?
  2. Can I name which slots are shaping the blend?
  3. Do I know whether the stack is confirmed or live-forming?

If those answers are fuzzy, the next step is usually simplification or verification, not another setting change.