Workflows
This page is where the tool stops being reference and starts being routine. Five named workflows below — each is a concrete end-to-end setup, a reason you would reach for it, how to verify it is doing what you think,...
Written By Axiom Admin
Last updated 22 days ago
Workflows
This page is where the tool stops being reference and starts being routine. Five named workflows below — each is a concrete end-to-end setup, a reason you would reach for it, how to verify it is doing what you think, and one likely misuse to avoid. Four named anti-patterns follow. The goal is not to sell you on any of the workflows; it is to give you a small library of shapes the tool handles well so you can recognise your own use case and build on it.
Everything below assumes you have already walked Quick Start, have Settings close at hand, and have read MTF & Repainting at least once. Where a workflow depends on a specific input behaviour, the page it lives on is linked directly.
Workflow 1 — The shipped three-slot read
When this is the right fit. You want a clean first-pass multi-timeframe MA stack on an active chart. You are not yet committed to a specific MA type, length, or weighting, and you want a known baseline to benchmark your own ideas against.
Setup (three or four steps).
Add Axiom MA to your chart. Leave every input at its shipped default.
Confirm the three slot lines (teal 5m, blue 15m, purple 60m) and the blended line (lime or red at line-width 3) all render.
Confirm
On Bar Close?is ON. That is the shipped posture.Use the chart for a session.
Verification — what "behaving as intended" looks like.
Slot 01 steps forward on each 5-minute close, holds flat otherwise.
Slot 02 steps on each 15-minute close, holds flat otherwise.
Slot 03 steps on each 60-minute close, holds flat otherwise.
The blended line sits amid the slots; its colour changes only when the weight-majority vote changes.
One likely misuse to avoid. Reading the shipped 5 / 15 / 60 as a recommendation for your instrument and session. The defaults are a legible first chart, not a validated setup. If 5 / 15 / 60 does not match the cadences you actually think in, workflow 2 is the next step.
Workflow 2 — Custom higher-timeframe ladder at equal weights
When this is the right fit. You already think in a short / medium / longer MA context, and the three cadences you want are not 5 / 15 / 60. You are not yet ready to tilt the blend toward one timeframe; you want every cadence to have an equal voice in the composite.
Setup.
Pick your three cadences in ascending order. For a session scalper the ladder might be the chart timeframe, 4× the chart timeframe, and a structural timeframe you use to bias. For a swing workflow it might be 60m, 4h, and daily.
Set Slot 01's
TimeFrame:to your shortest cadence, Slot 02's to your middle cadence, Slot 03's to your longest.Leave
Blended Weight:at33.3on all three.Leave
On Bar Close?ON unless you have a specific, tested reason to flip it. If you do need to flip it, re-read MTF & Repainting for the scope.Optionally adjust
Length:per slot if your cadence expects a different smoothing window.
Verification.
Drop the slot timeframes to the chart's (or very close to it) temporarily and compare the Axiom slot against a reference single-MA indicator of the same
Type:andLength:. They should agree at the slot'sTimeFrame:equal to the chart's, modulo the Lite library's implementation and, under ON, a one-bar offset against a naive HTF reader.Return the slot timeframes to your chosen ladder.
Under
On Bar Close?ON, confirm each slot steps only on its own timeframe's closes.
Likely misuse. Picking three cadences that are all on the same side of your actual trading horizon. A ladder of 60m / 4h / daily on a pure 30-second scalp is carrying almost no information about what you are actually trading. The slot timeframes need to bracket the reader's work, not float above it.
Workflow 3 — Focus slot at heavy weight
When this is the right fit. You have decided that one timeframe is currently the one carrying the question you are trying to answer. You still want the other two on the chart for context, but you want the blended line to report the majority vote with the focus timeframe weighted most heavily.
Setup.
Choose the focus slot. Suppose Slot 02 (15m) is the one you are actually trading off of.
Set Slot 02's
Blended Weight:to something like70. Set Slot 01's to15and Slot 03's to15. The specific numbers do not matter — the ratios do (the blend normalises across contributing weights).Optionally tighten Slot 02's
Length:orTrend Length:to match the decision cadence you want the blend to reflect.Leave
On Bar Close?ON unless workflow 5 or a similar deliberate choice argues otherwise.
Verification.
Watch bars where Slot 01 and Slot 03 disagree with Slot 02. With weights
15 / 70 / 15, the blended trend vote should follow Slot 02 even when the other two slots are on the other side.Check that the blended line visually sits closer to Slot 02's price level than to the other slots — heavy weight pulls the composite toward its slot's value.
Likely misuse. Putting heavy weight on a slot whose timeframe you do not actually trade on. If you are making decisions on a 5-minute cadence, heavy weight on the 60-minute slot in the blend means the blended line is telling you about the 60-minute timeframe — a read that may not be actionable for what you are doing. Write down, in one sentence, which cadence you are actually trading before you set the weights.
Workflow 4 — Visibility-only hidden slot that steers the blend
When this is the right fit. You trust a particular slot's contribution to the blended read, and you do not want its line on the chart. This is useful when four visible lines (three slots plus the blend) are crowding your read, or when you want the composite to reflect a cadence you are deliberately not looking at directly.
Setup.
Pick the slot. Suppose it is Slot 03.
Keep
Enable MA 03on.Toggle
Hide MA 03 Ploton.Keep
Blended Weight:at its non-zero value (the shipped 33.3, or whatever you have chosen).Leave the other two slots visible.
Verification.
The blended line on your chart now reflects all three slots, but only two slot lines are drawn. Change Slot 03's
TimeFrame:orLength:in the inputs dialog — the blended line should shift in response even though Slot 03 is not drawn.Fire a per-slot alert on the hidden slot to confirm the slot is still computing.
MA 03 Is UptrendorMA 03 Is Downtrendshould still fire on closed chart bars, which is proof the slot is live.
Likely misuse. Forgetting that the hidden slot is still voting in the alignment alerts once it has a non-na MA value. A trader who builds workflow 4 and then wires All MA Slots Uptrend must remember that the hidden valid slot has to agree too. If you want the hidden slot out of alignment, disable it instead of hiding it — but then it will not steer the blend, which defeats the workflow's purpose. This workflow trades visual cleanliness for a bookkeeping burden.
Workflow 5 — Alerts-only silent slot
When this is the right fit. You want a timeframe's trend state in your alert feed but do not want that timeframe on the chart or in the blended line. A common case: you are running a primary read on 5 / 15 and want the 60-minute trend as a notification-only context layer.
Setup.
Keep
Enable MA 03on.Toggle
Hide MA 03 Ploton.Set
Blended Weight:on Slot 03 to0.Wire
MA 03 Is UptrendandMA 03 Is Downtrendas TradingView alerts (useOnce per bar close).Use the shipped message, or override it with your own.
Verification.
The teal-blue-purple set on your chart now shows only teal and blue; the purple line is absent.
The blended line is the composite of Slot 01 and Slot 02 only; its colour and slope should be unaffected by Slot 03's state.
The alignment alerts (
All MA Slots Uptrend,All MA Slots Downtrend) still require Slot 03 to agree once Slot 03 has a non-naMA value, because Slot 03 is still enabled. If that counts Slot 03 more than you want, decide whether you also want to stop using the alignment alerts in this configuration.
Likely misuse. Treating the per-slot alert as an execution-grade trigger. A MA 03 Is Uptrend alert reports a smoothed-state classification on 60-minute bars; it is a context layer, not an entry. Wire it into your notifications, not into an order router.
Choosing weights on purpose
Weights look like a small decision and are often a large one. Two framings to hold on to:
Equal weights is a statement, not a neutral default. Setting 33.3 / 33.3 / 33.3 says each of these three timeframes gets an equal voice in the composite's majority vote. That is sometimes true for your read and sometimes not.
Asymmetric weights are clear when you can say what the "heavy" slot is carrying. If you can name, in one sentence, why Slot 02 has a 70 and the other two have 15 — "Slot 02 is my decision timeframe and the others are context" — the weights are doing work. If you cannot name why, you are tilting the blend for reasons you have not yet articulated, and the blend will tell you things shaped by those reasons.
Worth doing once: write down your chosen weights and the sentence that justifies each one. Tape it to the inside of your own head before the next session.
Anti-patterns
These are not workflows. They are recognisable ways people misuse the tool, usually after being surprised by it once and trying to patch around the surprise rather than learn from it.
Anti-pattern A — Same timeframe, three MA types, expecting blend magic
Three slots on identical TimeFrame: values (say, all on 15 minutes), with three different Type: values — for example, SMA on 01, EMA on 02, WMA on 03 — and the expectation that the blended line will smooth the MA-type differences into a more reliable read.
Why it is wrong: three legitimate smoothings of the same data on the same timeframe carry three different answers to "what does the 15-minute MA look like under this kernel." The difference between them is the useful information — it is the part of the read that is type-sensitive and possibly fragile. Averaging the three into a fourth line hides that difference rather than explaining it. If you want to know which MA type suits your read, compare them side by side. Do not ask the blend to pick for you.
Anti-pattern B — Flipping the global repaint switch "for one slot"
Flipping On Bar Close? to OFF because the 60-minute slot's latency is uncomfortable, and then proceeding to read Slot 01's and Slot 02's live HTF drift as if those slots were still confirmed.
Why it is wrong: the switch is a global. Flipping it loosens every slot at once. If you need mixed posture, the CTX trim's per-slot On Bar Close? input is the right tool. Do not approximate mixed posture by flipping the Base switch and "ignoring" the slots you meant to keep confirmed — the blend will still read those slots, the alignment alerts will still count them once valid, and you will have built a trap.
Anti-pattern C — Heavy weight on an untraded timeframe
Putting, say, 70 on Slot 03 (60m) while trading a 30-second scalping chart, and reading the blended line as the dominant guide.
Why it is wrong: the blended line now reports the 60-minute majority with two smaller context slots. A 60-minute MA does not move on a scalping cadence; the blend will follow Slot 03's near-constant posture for long stretches, and you will be making 30-second decisions against what is effectively a 60-minute context line. This is a perfectly coherent read; it is just not the read a 30-second scalper's blend should be performing. Align the heavy-weight slot with the cadence you actually trade on, or pick a different workflow.
Anti-pattern D — Hidden slot assumed absent from alignment
Toggling Hide MA 03 Plot on to reduce chart clutter, and then wiring All MA Slots Uptrend under the assumption that alignment now means "the two visible slots agree."
Why it is wrong: alignment is active-slot-based, not visible-slot-based. The hidden slot is still counted in the alignment alerts once its MA value is non-na. Your alert is going to stay silent on "two visible slots up" bars when the third valid slot is not up, and you are going to think the alert is broken. The fix is either to disable the slot (removes it from alignment) or to accept that alignment counts it (and re-enable its plot if you want the read to be visually honest). Hiding is visual only.
Anti-pattern E — "Set and move on" after picking defaults
Loading the tool once on shipped defaults, leaving it there, and never revisiting the configuration. This is less a misuse of the tool and more a misuse of the reader's own process. The shipped defaults are a legible first chart, not a default setup for any specific work. A serious reader will pick slot timeframes, lengths, trend lengths, and weights that match their own cadence, then revisit those choices when the cadence changes.
Where to go next
Settings — the full input reference if you want to change a specific knob cleanly.
MTF & Repainting — read before flipping
On Bar Close?, especially for workflows 1–5.Alerts — the alert recipes that power workflow 5 and the notification layer of workflows 1–4.
Troubleshooting — when a workflow behaves differently than this page says.