Alerts
Alerts are useful here when they bring you back to the chart with a specific question.
Written By AxiomCharts
Last updated About 2 hours ago
Alerts
Alerts are useful here when they bring you back to the chart with a specific question. They become less useful when they are treated like permission slips. This indicator exposes several alert families because it measures several different things: slot state, slot change, blended state, blended threshold events, and full-stack alignment. Keeping those families separate will save you a lot of confusion.
Start with one question, not all the alerts
Before you create anything, decide which question you actually want the alert to answer.
That small decision matters because the wrong alert family can make a disciplined workflow feel noisy or more certain than it is.
First truth to keep in mind
All alerts in this script are evaluated on chart bar close. That matters because a slot can still be configured to use live-forming requested-context values while the alert itself waits for the chart bar to close. Earlier slot movement and alert timing are related, but they are not the same thing.
The alert families
1. Slot state alerts
These tell you that a specific slot is currently bullish or bearish relative to its internal signal.
- RSI 01 Is Bullish
- RSI 01 Is Bearish
- RSI 07 Is Bullish
How to think about them:
- they describe an active condition
- they are useful when you monitor one slot as a specific workflow layer
- they are not one-shot "entry now" events
2. Slot regime-flip alerts
These tell you that a specific slot changed state.
- RSI 01 Regime Flip
- RSI 05 Regime Flip
- RSI 10 Regime Flip
How to think about them:
- they are change events
- they are useful when you care about state transitions more than ongoing state
- they still need chart context after the alert fires
3. Blended state alerts
These tell you whether the blended RSI is currently above or below the blended Signal.
- Blended RSI Is Bullish
- Blended RSI Is Bearish
- Blended RSI Regime Flip
How to think about them:
- they summarize the participating slots
- they do not prove the full stack agrees
- they are only as trustworthy as the slot mix behind them
4. Blended cross alerts
These surface threshold-style events on the blended RSI only.
- Blended RSI Crossed Above Zero
- Blended RSI Crossed Below Zero
- Blended RSI Overbought
- Blended RSI Oversold
How to think about them:
- the zero-line alerts are midpoint events on this tool's centered scale
- the overbought and oversold alerts are stretch events on this tool's own scale
- they are useful for review prompts, not automatic reversal claims
5. Full-stack alignment alerts
These tell you whether every enabled valid slot is bullish or every enabled valid slot is bearish.
- All RSI Slots Bullish
- All RSI Slots Bearish
How to think about them:
- they measure broad agreement across enabled valid slots
- they do not care whether a slot is hidden
- they do not care whether a slot has weight `0`
- they do not mean the blend must look identical to the alignment story
Continuing condition versus event
This is the easiest alert distinction to lose under pressure.
If you want alerts that nudge you back to the chart only when something changed, prefer the event-style family. If you want alerts that tell you whether a state is currently in force, use the condition-style family carefully and with clear expectations.
Recommended starting posture
If you are setting alerts for the first time with this tool:
- start with one slot alert or one blended alert, not all of them
- use the same chart and settings you already verified manually
- keep all active slots on the same timing posture at first
- use alert frequency that matches the close-based logic of the script
A calm starting combination is:
- one Blended RSI Regime Flip alert if you want a summary prompt
- or one RSI NN Regime Flip alert if one slot is the real focus of your workflow
If you are unsure which to pick, start with the narrowest alert that still answers your workflow question. It is easier to widen later than to untangle alert fatigue after the chart starts feeling persuasive.
What can still surprise you
Hidden visuals do not remove alert logic
If you hide a slot line, that slot can still trigger slot alerts as long as it stays enabled. If you hide the blended visuals, blended alerts can still exist.
Weight zero does not remove slot alerts
A slot with Blended Weight: set to 0 no longer shapes the blend, but it can still produce slot alerts and still affect alignment if it remains enabled.
Mixed timing can make alerts feel cleaner in history than they felt live
If some slots are confirmed and others are still forming, the stack carries mixed trust posture before any alert is evaluated. That is not a reason to avoid alerts. It is a reason to keep the slot mix understandable.
Stretch alerts are not reversal promises
Blended RSI Overbought and Blended RSI Oversold mean the blended RSI crossed the user-set stretch lines on this tool's scale. They do not guarantee the next bar, or the next several bars, will move your way.
A quick verification routine
Before relying on any alert family, do this:
- choose the exact alert you want to use
- note which slots are enabled, hidden, and weighted
- wait for the condition on-chart
- confirm that the alert meaning matches what you thought it meant
- repeat once after changing one setting, not several
That simple check catches most alert misunderstandings early.
One more check is worth adding when the stack is mixed:
- note whether any active slot is still live-forming before you decide the alert felt "early" or "late"
Good alert use cases
- call me back when the blended summary changes character
- tell me when one diagnostic slot flips while the rest of the stack stays steady
- tell me when the full stack is aligned so I can inspect the chart manually
- tell me when the summary crosses the midpoint so I can review whether momentum posture changed
Weak alert use cases
- tell me exactly when to enter without checking structure
- let a hidden slot keep firing without remembering it exists
- use stretch alerts as automatic fade triggers
- treat full-stack alignment as proof that another market or timeframe has confirmed the trade
Where to go next
- Workflows: match alert families to actual workflow jobs
- MTF and Repainting: understand how timing posture changes what alerts are summarizing
- Troubleshooting: fix the most common alert misunderstandings
Visual placeholder: Alert matrix showing slot state, slot flip, blended state, blended cross, and alignment alerts side by side, with notes on whether each one is a continuing condition or an event.