LearnTradingView & ChartingIndicators, Metrics & Strategies
    Article 11 of 34

    Indicators, Metrics & Strategies

    Your complete technical analysis toolkit — from moving averages to Pine Script.

    Rohit Singh
    Rohit SinghMr. Chartist
    April 1, 2026
    11 min read

    Mr. Chartist Workflow

    Read with a trading desk mindset.

    Every TradingView article now follows a practical pattern: understand the tool, map it to a charting workflow, apply it on Indian market instruments, and turn it into a repeatable workspace habit.

    5

    Sections

    5m

    Read

    chart

    Level

    01

    Open a clean chart and locate the exact TradingView area covered in "Indicators, Metrics & Strategies".

    02

    Apply it on one liquid NSE stock, one index, and one weekly timeframe so the concept is not learned in isolation.

    03

    Save the layout, write one note about what improved your decision-making, and remove anything that adds noise.

    TradingView hosts the largest technical analysis library on Earth, boasting over 400+ built-in indicators and a staggering 100,000+ community-developed scripts. From classical Moving Averages to cutting-edge AI pattern recognition, the analytical toolkit is virtually limitless.

    However, access to limitless tools often leads to 'analysis paralysis'. The hallmark of an institutional trader is not how many indicators they use, but how deeply they understand the specific mathematical edges of the few they deploy. In this guide, we break down the difference between visual indicators, backtestable strategies, and the Pine Script ecosystem.

    01

    1. The Technical Library: Visualizing Data

    Indicators are mathematical formulas applied to historical price and volume data. Their sole purpose is to visualize market trends, momentum, and volatility to help you identify high-probability setups.

    TradingView allows for deep customization. You can change lengths, colors, and visibility per timeframe. More importantly, paid plans unlock 'Indicator on Indicator' functionality. Instead of applying an RSI to the price chart, you can apply a Moving Average directly onto the RSI line to smooth out its momentum signals.

    tradingview.com
    1. The Technical Library: Visualizing Data
    400+Built-in Indicators
    100,000+Community Scripts
    110+Smart Drawing Tools
    49Max Indicator Layers

    Snapshot & Takeaways

    1
    400+ built-in indicators covering oscillators, volatility, trend, and volume categories.
    2
    100,000+ community Pine Script indicators available in the Public Library.
    3
    Free plan: 3 indicators per chart. Premium: 25 per chart. Ultimate: 50 per chart.
    4
    Strategy Tester mode: Backtest any indicator-based entry/exit logic with equity curves.
    5
    Multi-Timeframe (MTF): Apply an indicator from a higher timeframe onto a lower chart.

    Professional Tip

    Press the '/' key on your keyboard while viewing a chart to instantly open the unified 'Indicators, Metrics & Strategies' search window.

    02

    2. Indicators vs. Strategies: The Core Difference

    The most common point of confusion for new TradingView users is the difference between an 'Indicator' and a 'Strategy'. While they look similar in the search menu, they serve entirely different computational purposes.

    An Indicator (written using the `indicator()` function in Pine Script) simply plots lines or shapes on the chart. It cannot execute trades or calculate historical performance.

    A Strategy (written using the `strategy()` function) contains explicit Buy and Sell logic. When applied to a chart, it sends simulated orders to a broker emulator. This automatically generates a comprehensive Backtest report in the 'Strategy Tester' tab, revealing the true Win Rate, Profit Factor, and Maximum Drawdown of the system.

    Indicators, Metrics & StrategiesSearch…FavoritesBuilt-insCommunityMy scriptsVolumeShows trading volume barsRelative Strength IndexRSI oscillator (14)MACDMoving Avg Convergence DivergenceBollinger BandsVolatility bands (20, 2)Moving AverageSimple Moving AverageEMAExponential Moving AverageStochasticStochastic Oscillator (14,3,3)VWAPVolume Weighted Average PriceType to Search Instantly★ Star = Favorite

    Visual Indicators

    • Plots data visually (lines, histograms).
    • Used for discretionary trading and manual analysis.
    • Can trigger simple price/condition alerts.
    Indicators, Metrics & StrategiesSearch…FavoritesBuilt-insCommunityMy scriptsVolumeShows trading volume barsRelative Strength IndexRSI oscillator (14)MACDMoving Avg Convergence DivergenceBollinger BandsVolatility bands (20, 2)Moving AverageSimple Moving AverageEMAExponential Moving AverageStochasticStochastic Oscillator (14,3,3)VWAPVolume Weighted Average PriceType to Search Instantly★ Star = Favorite

    Algorithmic Strategies

    • Executes simulated Buy/Sell orders.
    • Generates full historical equity curves and win rates.
    • Used for quantitative backtesting and algorithmic automation.
    RELIANCE — Price vs RevenueRevenue (₹ Cr)PriceEPSQ1 24Q2 24Q3 24Q4 24Q1 25Q2 25Q3 251,6001,5001,4001,3001,200

    Critical Warning

    Do not blindly trust the 'Win Rate' of community strategies. Poorly coded scripts can 'repaint' (change past signals based on future data), creating an artificially perfect equity curve that will destroy capital in live trading.

    03

    3. The Public Library & Script Types

    TradingView's proprietary programming language, Pine Script (currently version v6), powers the entire platform. Users have published over 150,000+ scripts to the Public Library, which are categorized into three distinct access levels:

    Open-Source Scripts

    • Source code is fully visible.
    • Anyone can copy, modify, and learn from the code.
    • Forms the backbone of the TradingView community.
    Pine EditorAdd to chart123456789101112//@version=5indicator("RSI Strategy")length = input(14)src = closersiVal = ta.rsi(src, length)plot(rsiVal, "RSI", color.blue)hline(70, "Overbought")hline(30, "Oversold")

    Protected Scripts

    • Free to add to your chart and use.
    • Source code is hidden to protect the author's intellectual property.
    • You cannot modify the underlying math.
    Pine EditorAdd to chart123456789101112//@version=5indicator("RSI Strategy")length = input(14)src = closersiVal = ta.rsi(src, length)plot(rsiVal, "RSI", color.blue)hline(70, "Overbought")hline(30, "Oversold")

    Invite-Only Scripts

    • Locked scripts that cannot be added without the author's permission.
    • Often used by commercial vendors selling proprietary trading systems.
    • Requires a Premium plan to publish.
    Pine EditorAdd to chart123456789101112//@version=5indicator("RSI Strategy")length = input(14)src = closersiVal = ta.rsi(src, length)plot(rsiVal, "RSI", color.blue)hline(70, "Overbought")hline(30, "Oversold")
    04

    4. The Indian Market Institutional Toolkit

    When trading highly liquid Indian indices like Nifty 50 and Bank Nifty, institutional traders rarely use exotic, unproven indicators. Instead, they rely on a confluence of high-timeframe structural tools combined with volume-weighted data.

    Below is the standard 'Institutional Flow' combination frequently used for intraday index trading:

    Financials — RELIANCENSE · QuarterlyIncome statementBalance sheetCash flowRatiosQ4 2025Q3 2025Q2 2025Q1 2025Q4 2024Total revenue2,43,8642,35,0932,31,4592,16,2572,32,722Cost of goods sold1,56,2901,51,8421,49,8101,38,4261,50,965Gross profit87,57483,25181,64977,83181,757Operating expenses28,45027,83026,95025,60027,200Operating income59,12455,42154,69952,23154,557Net income21,93019,87818,95117,61219,299EPS — basic32.3729.3427.9726.0028.49EPS — diluted32.3729.3427.9726.0028.49₹ Cr · All values in Crores

    VWAP (Volume Weighted Average Price)

    • The ultimate intraday benchmark.
    • Price > VWAP = Institutional Buying Control.
    • Price < VWAP = Institutional Selling Control.
    POCVAHVAL1,5601,5201,4801,4401,4001,360Volume ProfilePOC = Highest Vol

    RSI Divergence (14)

    • Used strictly to identify exhaustion.
    • Wait for price to make a new high while RSI makes a lower high (Bearish Divergence) before fading a move.
    Indicators, Metrics & StrategiesSearch…FavoritesBuilt-insCommunityMy scriptsVolumeShows trading volume barsRelative Strength IndexRSI oscillator (14)MACDMoving Avg Convergence DivergenceBollinger BandsVolatility bands (20, 2)Moving AverageSimple Moving AverageEMAExponential Moving AverageStochasticStochastic Oscillator (14,3,3)VWAPVolume Weighted Average PriceType to Search Instantly★ Star = Favorite

    SMC (Smart Money Concepts)

    • Community scripts that highlight Order Blocks (OB) and Fair Value Gaps (FVG).
    • Identifies hidden liquidity zones where large banks left unfilled orders.
    "

    Avoid 'Indicator Hell'. Plotting 10 different indicators will result in analysis paralysis. A professional chart uses a maximum of 2 to 3 indicators that provide non-overlapping information (e.g., one for Trend, one for Momentum, one for Volume).

    05

    5. Financials & Fundamental Overlays

    TradingView is not just for technical analysts. Fundamental investors can overlay over 100+ corporate financial metrics directly onto the price chart.

    By searching the 'Financials' tab, you can plot metrics like the P/E Ratio, Total Revenue, or Free Cash Flow as a line directly beneath the candlestick chart. This allows swing traders to visually correlate price breakouts with actual earnings acceleration, bridging the gap between technical timing and fundamental conviction.

    1,6001,5001,4001,3001,20025,00024,00023,00022,00021,000JanFebMarAprMayJunJulAugSepOctRELIANCE · 1,430.80NIFTY 50 · 24,350Left ₹Right ₹

    Unlock TradingView Pro

    Gain unrestricted access to multiple charts, custom timeframes, and unlimited technical indicators to perfect your edge.

    Claim TradingView Upgrade

    Frequently Asked Questions

    Common questions about this topic

    An Indicator only calculates and visualizes data on the chart (like a Moving Average line). A Strategy contains programmed Buy and Sell execution logic, allowing the TradingView 'Strategy Tester' to simulate trades over historical data and calculate your exact Win Rate, Profit Factor, and Drawdown.

    Official TradingView Resources

    Curated links from TradingView's Help Center & Blog

    How do I remove or customize an indicator?

    To remove an indicator or see its settings, open the chart legend by clicking the arrow button under the symbol name:Complete the following steps afte...

    How do I hide/display an indicator in the iOS app?

    To change the visibility of the indicator, you need to click on the eye icon in the legend under the ticker name:...

    Time Price Opportunity (TPO) indicator

    With the Time Price Opportunity (TPO) indicator, also known as &#34;Market Profile,&#34; you can analyze market activity by price level as it develops over ti...

    Session Time Price Opportunity (STPO) indicator

    DefinitionThe Session Time Price Opportunity (STPO) indicator creates TPO profiles for each day based on the sessions specified in the settings, allow...

    18th stable version of the Charting Library for Technical Analysis &amp; Trading Platform

    Read fresh TradingView updates: 18th stable version of the Charting Library for Technical Analysis &amp; Trading Platform. Discover more in our blog and stay connected with the latest platform news.

    2020: big leaps forward for Pine and indicators

    Read fresh TradingView updates: 2020: big leaps forward for Pine and indicators. Discover more in our blog and stay connected with the latest platform news.

    The new built-in Pine indicator — Auto Fib Extension

    Read fresh TradingView updates: The new built-in Pine indicator — Auto Fib Extension. Discover more in our blog and stay connected with the latest platform news.

    Auto Fib Retracement — the New Pine Indicator

    Read fresh TradingView updates: Auto Fib Retracement — the New Pine Indicator. Discover more in our blog and stay connected with the latest platform news.

    Rohit Singh — Mr. Chartist

    Written By

    Rohit Singh

    Mr. Chartist

    With 14+ years of experience in Indian financial markets, Rohit Singh (Mr. Chartist) is a SEBI Registered Research Analyst, Amazon #1 bestselling author, and the founder of Investology — a premium trading ecosystem trusted by a 1.5 Lakh+ strong community across India.

    INH000015297Full Bio

    TradingView is a registered trademark of TradingView, Inc. All screenshots, logos, and platform imagery are the property of TradingView, Inc. and are used here for educational purposes only under fair use. This content is not affiliated with, endorsed, or sponsored by TradingView.

    (c) 2026 TradingView, Inc. All rights reserved. - www.tradingview.com