Quick Start

This page gets you from adding the indicator to confirming it works. No deep mechanics here — just the path to a working display and the traps that catch people on first load.

Written By Axiom Admin

Last updated About 1 month ago

Quick Start

This page gets you from adding the indicator to confirming it works. No deep mechanics here — just the path to a working display and the traps that catch people on first load.


Adding the indicator

Search for Axiom Stoch Osc Lite in TradingView's indicator search. Add it to your chart. The indicator opens in its own pane below price — it does not overlay on the price chart.

Before you do anything else, check your chart timeframe. The default slot timeframes are 5-minute, 15-minute, and 60-minute. Your chart timeframe must be at or below the lowest slot timeframe. With the defaults, that means your chart should be on a 5-minute timeframe or lower (1-minute, 3-minute, or 5-minute).

If the chart is on a 15-minute or higher timeframe when you add the indicator, you will get a runtime error immediately. That is not a bug. The indicator cannot request data from a timeframe lower than the chart — that is a TradingView platform constraint. If you see the error, either lower your chart timeframe or raise the slot timeframes in the settings to match. See Troubleshooting if you get stuck.


What you should see on first load

With the default settings and a compatible chart timeframe, the oscillator pane should show:

  • Three colored lines — teal (Stoch 01, 5-minute), aqua (Stoch 02, 15-minute), and blue (Stoch 03, 60-minute). These are the individual stochastic K readings, one per slot, converted to the bipolar range.

  • A green or red line — this is the Blended K, the weighted composite of all three slots' K values. Green when the blend is in a bullish regime (Blended K above Blended D), red when bearish.

  • A gray line — the Blended D, a weighted composite of all three slots' D values. This is the blend's reference line.

  • A shaded fill between the Blended K and D lines — green-tinted when bullish, red-tinted when bearish.

  • Five horizontal reference lines — solid red at +100, dashed gray at +70 (overbought), solid gray at 0 (midpoint), dashed gray at -70 (oversold), and solid green at -100.

All of this lives in a -100 to +100 range. If you are used to standard stochastic oscillators (0 to 100), the numbers will look unfamiliar. That is expected. This oscillator uses a bipolar scale where zero is the neutral center. See For the Geeks for why the scale is different and how to convert between the two.


What "normal" looks like

On a default 1-minute chart:

  • The three slot lines should move in similar directions but at different speeds. The 5-minute slot reacts fastest. The 60-minute slot is the smoothest and slowest. This is correct — higher-timeframe data changes less frequently.

  • The Blended K line should sit roughly between the three slot lines, tracking their weighted average.

  • Lines should spend most of their time between -70 and +70, with occasional pushes toward the boundaries during strong moves.

  • The slot lines change brightness — brighter when that slot's K is above its D (bullish regime), dimmer when K drops below D (bearish). You will see these color shifts happen at different times for different slots. That is the multi-timeframe disagreement the tool is designed to make visible.

  • The 60-minute slot may appear to hold flat for stretches, then jump. With On Bar Close turned on (the default), it only updates when the 60-minute bar closes. Between closes, it holds steady. This is not a freeze — it is the intended behavior of the non-repainting mode. If you watch long enough to see the 60-minute slot jump, and the other slots and the blend adjust in response, the indicator is doing exactly what it should.


First traps

These are the things that make new users think the tool is broken when it is working exactly as designed.

"I get an error the moment I add it"

Your chart timeframe is higher than one of the slot timeframes. The indicator enforces a hard rule: every slot's timeframe must be equal to or higher than the chart timeframe. With the defaults (5/15/60), the chart needs to be on 5-minute or lower.

Fix: lower the chart timeframe, or open the indicator settings and raise the problematic slot's timeframe.

"One of the lines is completely flat"

The highest-timeframe slot (60-minute by default) will hold steady for long periods on a low chart timeframe when On Bar Close is on. On a 1-minute chart, the 60-minute slot updates once per hour. Between those updates, the line does not move.

Not a fix, just context: this is the cost of non-repainting behavior. The slot waits for confirmed data instead of chasing the current bar. The flat line is not the tool sleeping — it is the tool refusing to report a number that might change in thirty minutes. If you want the slot to update every tick, turn On Bar Close off — but read MTF and Repainting first, because that choice has real consequences.

"The numbers don't match my regular stochastic"

This oscillator does not use the 0-to-100 stochastic scale. It converts standard stochastic values to a -100 to +100 bipolar range. Where your regular stochastic reads 80, this oscillator reads approximately +60. Where your regular stochastic reads 50, this oscillator reads 0. The mental shortcut: subtract 50, then double.

The default overbought line at +70 corresponds to about stochastic 85 in traditional terms. That is more extreme than the conventional stochastic 80 level. If you are waiting for the oscillator to reach +70 and it feels rare, that is why — you are waiting for a reading that most instruments only reach during sustained directional moves, not ordinary swings. See For the Geeks for the full conversion table.

"All three lines look the same"

If all three slots are set to the same timeframe and ticker, the three lines will overlap almost perfectly. You are running three copies of the same calculation. There is no multi-timeframe information in the display.

Fix: set each slot to a different timeframe. The defaults (5/15/60) are a reasonable starting point for intraday charts.

"The lines look compressed or erratic on early bars"

The stochastic calculation needs at least as many bars as the K Length setting (default 14) to produce stable readings. On the very first bars of a chart, or immediately after adding the indicator, the early values may appear volatile or show gaps. This settles once enough history accumulates.

Not a fix: scroll further into history or wait for more bars to load. The initial instability is a natural consequence of insufficient lookback data.


Something to try in your first five minutes

Once the display is up and you can see the three slot lines and the blend, try this: watch the fastest slot (Stoch 01, teal, 5-minute) as a few chart bars pass. Notice when it changes brightness — that is a regime flip, meaning the slot's K just crossed above or below its D line. Now look at whether the other two slots followed, or whether they held steady. If they held, the blend probably barely moved. That gap between one slot reacting and the blend reflecting it is the most important dynamic in the oscillator. It is the difference between seeing "the oscillator is bullish" and seeing "two timeframes are bullish while one just started questioning it." Get comfortable reading that gap before you go deeper — it is what the tool is actually for.


Where to go next

You have the indicator on your chart and you know what the default display should look like. The next step depends on what you need:

  • If you want to understand what the visual elements mean and how to read disagreement between slots, go to Visuals and Logic. This is the recommended next step for most users.

  • If you want to start configuring settings for your situation, go to Settings. Read Visuals and Logic first if you are not yet clear on what the display elements represent — configuring a tool you cannot read will produce random results.

  • If you are already wondering whether this repaints, the short answer is: not with the default settings. The full answer is in MTF and Repainting, which covers what the On Bar Close toggle controls and what the tradeoff actually costs you.