What is an indicator (and what it is not)
An indicator is a calculation on price or volume drawn on a chart, not a signal. Learn what indicators do and the leading vs lagging tradeoff.
Part of the Tools of the Trade: TradingView, Indicators, Pine track on Agenticks. About 9 minutes, written for a intermediate reader.
Open almost any chart and you will see lines, bands, and colored panels layered on top of the candles. Those are indicators. People talk about them like crystal balls, but the real definition is much plainer, and much more useful: an indicator is a calculation applied to price, volume, or time, drawn on the chart to make a pattern easier to see. That is the whole idea. You feed in numbers you already have, the formula does some arithmetic, and the result gets plotted. Nothing about that process reaches into the future.
An indicator is a calculation, not a signal
A 50 period moving average is just the average of the last 50 closing prices, redrawn each bar. RSI is a formula that scores how fast recent moves have been on a 0 to 100 scale. Neither one says buy or sell. They reshape data you already have into a form your eyes can read faster. The decision, and the responsibility for it, stays with you.
It helps to be blunt about what an indicator is not. It is not a signal. A line crossing another line is an event on your chart, not an instruction. It is not a guarantee. No arrangement of past prices promises what the next bar does. And it is not magic insight that other traders lack. Most popular indicators are public formulas anyone can plot, and the ones that ship inside platforms like TradingView are documented down to the exact calculation. When someone sells an indicator as a money printer, they are selling the marketing, not the math. The math underneath is usually a moving average, a ratio, or a smoothing formula you could read in a few lines of code. That is not a knock on indicators. A good calculation, used for what it actually is, makes context easier to read. The problem is only the story people wrap around it, where a simple average gets dressed up as a prediction engine.
A moving average on your chart crosses above price. What is that, exactly? A calculation updating, which is information, not an instruction to act Right. The cross is just the output of a formula changing as new prices come in. It describes the data. Whether it means anything to you depends on your own tested rules, not on the line itself.
Indicators are often sorted into two rough groups, and the split is worth understanding because it explains a tradeoff you can never escape. A lagging indicator is built from past bars, so it confirms a move only after it is already underway. A moving average is the classic case: it turns after price has already turned. The upside is fewer false alarms. The cost is that you are always a step behind. A leading indicator tries to react sooner, often by measuring momentum or how stretched a move is. An oscillator like RSI is the usual example. It fires earlier, but reacting early also means reacting to noise, so it is wrong more often. There is no setting that gives you early and reliable at the same time. Every indicator trades one for the other. Knowing which side a tool sits on tells you what to expect from it.
- Indicator
- A calculation on price or volume, drawn on a chart
- Lagging indicator
- Confirms a move after it is already underway
- Leading indicator
- Reacts sooner but gives more false signals
- Signal
- A decision to act, which is yours, not the tool's
VPPro draws where volume traded at each price. It is still a calculation on data you already have, surfaced visually, not a signal.
An indicator can only repackage what you feed it
Stack ten indicators on one chart and you do not get ten independent opinions. Most of them are chewing on the same price and volume, just smoothed or scaled differently. They will tend to agree, because they are looking at the same numbers. That agreement can feel like confirmation when it is really just the same data echoing back at you.
One more honest warning. Some indicators look flawless on old charts because of repainting, where the tool quietly changes its past signals after the fact. The calculation uses data that was not final when the signal first appeared, so in hindsight the chart looks far cleaner than it ever did live. Marketing screenshots love repainting tools, because the past always looks perfect once the tool has been allowed to revise it. This is why a screenshot of an indicator nailing every turn proves almost nothing. Watching it update bar by bar in real time, where it cannot rewrite history, is the only honest test of how it actually behaves. If you ever want to know precisely what a tool is doing, the surest way is to read its formula directly rather than trust the label on the box.
calculation signal guarantee
Put these in order, from what the chart gives you to where the responsibility lands.
- Raw price and volume data arrives
- The indicator runs its formula on that data
- A line or panel updates on your chart
- You apply your own tested rules to decide
You can now define an indicator honestly
An indicator is a calculation on price or volume, drawn to make a pattern easier to read. It is not a signal, not a guarantee, and not hidden insight. Leading tools react sooner but noisier, lagging tools confirm later but cleaner, and the decision always stays with you.
Common questions
- Is a trading indicator a buy or sell signal?
- No. An indicator is a calculation on price or volume that gets drawn on a chart. It summarizes data you already have. Any decision to act is yours, and the indicator on its own does not tell you the future.
- Do indicators predict where price is going?
- No indicator can see the future. Most are built from past bars, so they describe what already happened. A so called leading indicator reacts sooner but is wrong more often, while a lagging one confirms later with fewer false alarms.
- Why do my indicators look perfect on old charts but fail live?
- Sometimes that is repainting, where an indicator quietly changes its past signals after the fact. Other times it is just hindsight bias. Watching an indicator update bar by bar in real time tells you far more than a finished screenshot.
Terms defined in this lesson
Continue
Sources