OPEN-SOURCE SCRIPT
Stock Highs Tracker with Indices

This Pine Script indicator tracks stock highs and compares them with major indices (Nifty, Nifty 500, CNX-SmallCap, and CNX-MidCap). Here’s what it does:
1. Retrieves and Displays Key Price Metrics
All-Time High (ATH): The highest price the stock has ever reached.
52-Week High: The highest price in the last 252 trading days.
Current Price: The stock’s closing price.
2. Calculates Percentage Differences
% from ATH: How much the stock is below its all-time high.
% from 52WKH: How much the stock is below its 52-week high.
3. Fetches and Compares with Indices
It retrieves similar metrics (ATH, 52-Week High, Current Price, % from ATH, % from 52WKH) for:
Nifty 50
Nifty 500
CNX-SmallCap
CNX-MidCap
This helps in assessing whether the stock's movement aligns with broader market trends.
4. Displays Data in a Table
The script creates a table positioned at the top-right corner.
It color-codes different rows for easy readability.
The table compares the stock’s performance against the major indices.
Use Case
Helps traders and investors track stock highs relative to market indices.
Identifies whether the stock is outperforming or underperforming the broader market.
1. Retrieves and Displays Key Price Metrics
All-Time High (ATH): The highest price the stock has ever reached.
52-Week High: The highest price in the last 252 trading days.
Current Price: The stock’s closing price.
2. Calculates Percentage Differences
% from ATH: How much the stock is below its all-time high.
% from 52WKH: How much the stock is below its 52-week high.
3. Fetches and Compares with Indices
It retrieves similar metrics (ATH, 52-Week High, Current Price, % from ATH, % from 52WKH) for:
Nifty 50
Nifty 500
CNX-SmallCap
CNX-MidCap
This helps in assessing whether the stock's movement aligns with broader market trends.
4. Displays Data in a Table
The script creates a table positioned at the top-right corner.
It color-codes different rows for easy readability.
The table compares the stock’s performance against the major indices.
Use Case
Helps traders and investors track stock highs relative to market indices.
Identifies whether the stock is outperforming or underperforming the broader market.
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。
開源腳本
本著TradingView的真正精神,此腳本的創建者將其開源,以便交易者可以查看和驗證其功能。向作者致敬!雖然您可以免費使用它,但請記住,重新發佈程式碼必須遵守我們的網站規則。
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。