Quick Start
This page gets you from "I just added this indicator" to "I can see it is working and I understand what I am looking at." It does not explain every setting or every visual detail — those live on their own pages. The g...
Written By Axiom Admin
Last updated About 1 month ago
Quick Start
This page gets you from "I just added this indicator" to "I can see it is working and I understand what I am looking at." It does not explain every setting or every visual detail — those live on their own pages. The goal here is a safe first load with a sanity check.
Step 1: Add the indicator
Search for Axiom MA Lite in TradingView's indicator search and add it to your chart.
The indicator loads with all three MA slots enabled and the blended line active. You do not need to change anything to see it working.
Step 2: Check your chart timeframe
This is the first place new users get stuck.
The default slot timeframes are 5-minute, 15-minute, and 60-minute. Your chart timeframe must be equal to or lower than the lowest enabled slot timeframe. With the defaults, that means your chart should be on a 5-minute or lower timeframe.
If your chart is on 15-minute or higher, the indicator will show a red error banner. This is not a bug. The 5-minute slot cannot request data from a timeframe below the chart. Either lower your chart timeframe or raise the slot timeframes in settings.
Rule of thumb: Every enabled slot's timeframe must be at least as high as the chart timeframe. If you are on a daily chart, your enabled slots need to be daily or higher (weekly, monthly). The default intraday timeframes will not work on a daily chart.
Step 3: Confirm what you see
With the defaults on a 1-minute or 5-minute chart, you should see:
Three colored lines overlaying the price chart. They follow price loosely, each at a different smoothness level:
Teal line (MA 01) — the 5-minute SMA 20, hugging price most closely
Blue line (MA 02) — the 15-minute SMA 20, smoother and slightly more distant
Purple line (MA 03) — the 60-minute SMA 20, the smoothest and most distant from price
One thicker line weaving through or near the individual lines:
Lime or red (Blended MA) — lime when the weighted trend vote leans bullish, red when it leans bearish
If you see three distinct colored lines and one thicker lime or red line, the indicator is working.
Step 4: Understand the stepping on recent bars
Look at the rightmost bars on your chart. You may notice the MA lines appear to "step" — they hold a flat value for several chart bars and then jump to a new level rather than flowing smoothly on every bar.
This is expected. It is the On Bar Close behavior at work.
By default, On Bar Close is on. That means the higher-timeframe MA values update only when their respective HTF bar closes. A 5-minute slot on a 1-minute chart will hold its value for five 1-minute bars, then step to the newly confirmed value. A 60-minute slot will hold for sixty 1-minute bars.
This stepping is how you know the indicator is giving you confirmed data — values that would have looked the same if you had been watching in real time. It looks less polished than a smooth line, and the first instinct is often to "fix" it. Resist that instinct. The stepping is the indicator being honest about what it actually knows. A smooth line on a multi-timeframe indicator usually means the line is using data from a bar that has not closed yet — and on historical bars, that means it quietly used the bar's final value before the bar was finished. The chart looked great in hindsight and would have looked different live.
The alternative (turning On Bar Close off) makes the lines flow smoothly by using the still-building HTF bar, but that introduces repainting. The MTF & Repainting page covers this tradeoff in full.
For now: if the lines step on recent bars, the indicator is working as designed. The step is the price of trustworthy data.
Step 5: Quick color check
Each MA line uses color to show trend direction:
Full-opacity color (solid teal, solid blue, solid purple) = the MA is at or above its value from the trend lookback period, so flat readings stay in the uptrend color
Faded color (transparent teal, transparent blue, transparent purple) = the MA is below its value from the trend lookback period
The blended line uses a different scheme:
Lime = the weighted trend vote across all slots leans bullish
Red = the weighted trend vote leans bearish
You do not need to memorize the trend logic right now. The Visuals & Logic page breaks down exactly what each color means and when the color changes. For this first load, just confirm that the lines show different colors and that the blended line is either lime or red.
What "looks normal" on first load
A quick checklist to confirm nothing is wrong:
Three colored lines visible, each at a different smoothness level
One thicker blended line visible, either lime or red
Lines step on recent bars rather than flowing smoothly (On Bar Close is on)
No red error banner on the chart
The teal line (5m slot) reacts to price changes faster than the purple line (60m slot)
If all five check out, the indicator is loaded and behaving correctly. You are ready to start exploring the settings or reading the chart.
First traps to watch for
These are the things most likely to make you think something is broken when it is not.
"The indicator shows a red error"
Your chart timeframe is higher than one of the enabled slot timeframes. The indicator enforces that every enabled slot's timeframe must be at least as high as the chart's. If you are on a 15-minute chart and an enabled slot is set to 5-minute, the indicator stops and tells you which slot is the problem. Fix: either raise the slot timeframe in settings or lower the chart timeframe.
"The lines are not updating on every tick"
With On Bar Close on (the default), the lines update only when their HTF bar confirms. Between confirmations, the lines hold their previous value. This is not lag in the broken-indicator sense — it is the indicator choosing not to show you data that has not been finalized yet. The line will update the moment the HTF bar closes. Until then, showing you the still-building value would make the chart look more current but would mean the historical picture rewrites itself after the fact. See MTF & Repainting for the full explanation and a way to verify this yourself.
"The blended line does not sit between the other three"
This happens when slot weights are unequal or when a hidden slot is pulling the blend. If a slot has its plot hidden but is still enabled with a non-zero weight, its value feeds the blended calculation without being visible on the chart. See Settings for the Hide Plot vs. Disable distinction.
"The blended line is green but one of the slots is clearly in a downtrend"
The blended trend is a weighted vote, not a majority vote. If two slots trend up with a combined weight of 60% and one slot trends down with 40% weight, the blend shows lime. The slot count does not decide the color — the weight balance does. This is by design, and it is one of the things most worth understanding about this indicator. The blend can look reassuringly green while one significant timeframe has already turned against you. The individual lines tell you that; the blend hides it. This is covered in Visuals & Logic and For the Geeks.
Where to go next
To understand what each visual element means in detail: Visuals & Logic
To configure the slots for your own timeframes and workflow: Settings
To understand the repaint tradeoff before making any decisions about On Bar Close: MTF & Repainting