Quick Start

This page gets you from "indicator added" to "I understand what I am looking at" in the shortest safe path. It does not explain every setting or every visual element — those live in [Settings](settings.md) and [Visual...

Written By Axiom Admin

Last updated About 1 month ago

Quick Start

This page gets you from "indicator added" to "I understand what I am looking at" in the shortest safe path. It does not explain every setting or every visual element — those live in Settings and Visuals & Logic. This page is about loading the tool, confirming it is working, and knowing what "normal" looks like before you start changing things.


Step 1: Add the indicator

Open the Indicators panel in TradingView and search for Axiom Stoch Osc Pro. Add it to your chart. It will appear in a separate pane below the price chart — it does not draw on price candles.

Step 2: Check your chart timeframe

This is the most common first-load mistake, so read it before anything else.

Every stochastic slot has a configured timeframe. The default setup runs three slots: Slot 01 at 5 minutes, Slot 02 at 15 minutes, and Slot 03 at 60 minutes. Your chart timeframe must be equal to or lower than the lowest slot timeframe. If your chart is on a 15-minute timeframe and Slot 01 is set to 5 minutes, the indicator will throw a runtime error.

If you see a runtime error on first load, it almost certainly means your chart timeframe is higher than one of the active slots. Either switch to a lower chart timeframe (5m or below for the default setup) or go into the indicator settings and raise the slot timeframes to match or exceed your chart.

Step 3: Know the scale before you read anything

This oscillator does not use the standard 0-to-100 stochastic range. It uses a bipolar scale from -100 to +100, centered at zero.

This will feel wrong on first glance if you have used stochastic oscillators before. Your instinct says 80 is overbought and 20 is oversold. Those anchors do not apply here. When you see a value at -80, your eye might tell you the indicator is broken or that something catastrophic has happened. It has not. That is simply a strong bearish stochastic reading on a different number line.

Here is how the scale works:

  • Zero is the neutral line — it means the stochastic reading is exactly at the midpoint, neither bullish nor bearish. This is the meaningful center that the traditional 50-line never quite was.

  • +100 is the upper bound (fully bullish extreme).

  • -100 is the lower bound (fully bearish extreme).

  • The default overbought level is +70, which corresponds to roughly 85 on a traditional stochastic. Not 70. This is a more extreme threshold than most traders carry in their heads.

  • The default oversold level is -70, which corresponds to roughly 15 on a traditional stochastic. Not 30.

Spend a moment recalibrating before you interpret anything else. The difference between thinking "+70 is overbought like traditional 70" and knowing "+70 is actually traditional 85" changes how aggressively you read the OB/OS zones. See For the Geeks for the full conversion table.

Step 4: Identify what you are seeing

With default settings, the pane should show:

  1. Three colored K lines — one per active slot. Slot 01 is teal, Slot 02 is aqua, Slot 03 is blue. Each line oscillates between -100 and +100. The color brightness changes: bright when that slot's K is above its D (bullish regime), dimmer when K is below D (bearish regime).

  1. A thicker lime/red line — this is the blended K. It is the weighted composite of all active slots. Lime when the blend is in a bullish regime (blended K above blended D), red when bearish.

  1. A gray line near the blended K — this is the blended D (the signal line for the blend).

  1. A shaded fill between blended K and blended D — green-tinted when bullish, red-tinted when bearish.

  1. Five horizontal reference lines:

  • Solid red at +100 (upper bound)

  • Solid green at -100 (lower bound)

  • Dashed gray at +70 (overbought level)

  • Dashed gray at -70 (oversold level)

  • Solid gray at 0 (neutral midpoint)

If you see all of this, the indicator is working correctly.

Step 5: Know what "normal" looks like

On the default three-slot setup:

  • The 5-minute slot (teal) will be the noisiest line. It reacts fastest to short-term price changes. It will whip around more than the others. That is expected — faster timeframes produce faster oscillator movement.

  • The 60-minute slot (blue) will be the smoothest. It updates less frequently because its stochastic is calculated on hourly bars. It may stay flat during periods when the 5-minute slot is moving aggressively. That is also expected.

  • The blended K/D sits somewhere between the individual slots. It is a weighted center of gravity. With the default equal weights (33.3 each), the blend is a simple average of the three slots. If two slots are bullish and one is bearish, the blend will lean bullish — but it will not be as bullish as the two agreeing slots.

  • The first several bars may show missing or only partially populated lines. Moving-average smoothing needs historical bars to initialize. If you load the indicator on a chart with limited history, the early bars can show na (no value) until enough lookback exists for the active stochastic and smoothing chain. This is structural — every indicator that uses moving averages has a warmup period, and the length depends on your K Length, K Smoothing, and D Length settings combined. Scroll forward and the lines will populate normally.

Things that are not broken (but look like they might be)

"I only see two colored lines, not three." Check whether Slot 03 (or whichever slot is missing) has "Hide Plot" checked in its settings. A hidden slot still runs and still contributes to the blend — you just cannot see its individual line. This is a feature, but it trips people up on first load if a slot was accidentally hidden.

"I enabled Slot 04 but the blend did not change." Slots 04 through 10 have a default weight of zero. A weight-zero slot is enabled and plotted, but it does not influence the blend. To include it in the composite, give it a weight above zero. This is intentional — it lets you watch a slot without having it pull the blend — but it confuses most people the first time they encounter it. See Settings for the full explanation of how weighting works.

"The blended line looks bullish but two of my three slots are bearish." The blend is a weighted average, not a majority vote. If one bullish slot has a high enough value (say, +80) and the two bearish slots are only mildly bearish (say, -5 and -10), the math can pull the blend positive even though two out of three slots lean the other way. This is not a bug — it is how weighted averaging works. But it means the blend can look calm and directional while the underlying situation is actually contested. Get in the habit of checking the individual slot lines alongside the blend, especially when the blend is between -30 and +30. That is where disagreement hides most easily. Visuals & Logic covers this in depth.


What to do next

If the indicator is loaded and looks normal, you are ready to explore. Here is where to go depending on what you want to do:

  • Understand what the visual elements mean in more detailVisuals & Logic

  • Configure slots, timeframes, and smoothing for your processSettings

  • Understand the repainting tradeoff before you start relying on readingsMTF & Repainting

  • See how other traders use the tool in practiceWorkflows