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 RSI 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 (Slot 01, 5-minute), aqua (Slot 02, 15-minute), and blue (Slot 03, 60-minute). These are the individual RSI readings, one per slot.

  • A lime or red line — this is the blended RSI, the weighted composite of all three slots. Lime when the blend is in a bullish regime, red when bearish.

  • A gray line — the blended Signal, a smoothed reference line that the blended RSI is compared against to determine regime.

  • A shaded fill between the blended RSI and Signal lines — lime-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 RSI (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 mentally 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 line should sit roughly in the middle of 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 RSI is above its internal Signal (bullish regime), dimmer when below (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. 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 RSI"

This oscillator does not use the 0-to-100 RSI scale. It converts standard RSI to a -100 to +100 bipolar range. Where your regular RSI reads 70, this oscillator reads approximately +40. Where your regular RSI reads 50, this oscillator reads 0. The mental conversion: subtract 50, then double.

The default overbought line at +70 corresponds to about RSI 85 in standard terms. That is much more extreme than the traditional RSI 70 level. If you are waiting for the oscillator to hit +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.


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 (Slot 01, teal, 5-minute) as a few chart bars pass. Notice when it changes brightness — that is a regime flip, meaning the slot's RSI just crossed above or below its internal Signal 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, and it is something you will want to get comfortable reading before you go deeper.


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.