Dual Vwap on IntradayIndicator Name: Dual VWAP on Intraday
Version: Pine Script v5
Description
This indicator plots two separate VWAP (Volume Weighted Average Price) lines on intraday charts, helping traders identify intraday trend bias and potential support/resistance zones.
The script is designed exclusively for intraday timeframes and will stop execution if used on daily or higher intervals.
🔍 How It Works
VWAP Calculation
Uses a custom function that calculates VWAP fresh for each trading session.
VWAP #1: Based on hl2 (average of high and low).
VWAP #2: Based on high price.
Dynamic Color Coding
The VWAP lines change color if the percentage change from the previous bar exceeds ±0.5%, signaling notable short-term volatility.
Otherwise, they retain their default colors:
Blue: VWAP (hl2 source)
Orange: VWAP (High source)
Intraday-Only Restriction
Prevents accidental use on higher timeframes to maintain accuracy.
📈 How to Use
Trend Confirmation: Both VWAPs above price → Bearish bias; both below → Bullish bias.
Support/Resistance: VWAP lines often act as strong intraday support or resistance.
Momentum Shift: Watch for price crossing either VWAP with strong candle bodies for potential reversals or breakouts.
Volatility Alerts: Darkened VWAP line indicates an intraday percentage change greater than 0.5%, signaling increased momentum.
⚠️ Notes
Works only on intraday timeframes (1m, 5m, 15m, etc.).
Best paired with volume and price action analysis.
트렌드 어낼리시스
DXY Opening Zones - FixedFull Description:
Overview:
This indicator automates the identification of DXY (Dollar Index) opening zones, a cornerstone of the Funded Trader Academy's "Dixie Open" strategy. It marks the critical gap between market close and open, which acts as a magnetic attraction level for price action throughout the trading day.
Key Features:
✅ Automatic Gap Detection: Identifies opening gaps between market close (6:00 PM EST) and open (7:45 PM EST Sunday, 7:45 PM Mon-Thu)
✅ Smart Zone Expansion: Automatically expands zones when gaps are smaller than 20 pips to include prior candle highs/lows for better trading ranges
✅ Session Highlighting: Visual overlays for London (3 AM - 12 PM EST) and New York (8 AM - 5 PM EST) sessions
✅ Phantom Candle Filter: Ignores glitch/phantom candles smaller than 2 pips to prevent false zones
✅ Time-Based Zone Extension: Zones automatically extend to 5 PM EST (US market close) for full-day relevance
✅ 15-Minute Chart Optimization: Specifically designed for the 15-minute timeframe where the strategy performs best
✅ DXY-Only Protection: Built-in safeguards ensure the indicator only works on Dollar Index symbols
Trading Strategy Context:
The DXY Opening Level strategy capitalizes on the market's tendency to return to opening gaps, offering approximately 70-75% win rate when traded correctly. Best entries occur during London session (after 2:30 AM EST) when volume increases.
Ideal For:
Forex traders using DXY correlation strategies
Mean reversion and gap trading enthusiasts
Traders seeking high-probability setups with defined risk
Those following the Funded Trader Academy methodology
Settings Explained:
Zone Color: Customize the visual appearance of zones
Expand Zone Threshold: Adjust when zones should expand (default 20 pips)
Phantom Filter: Set minimum candle size to consider valid (default 2 pips)
Session Display: Toggle London/NY session backgrounds
Debug Mode: View detailed gap measurements and timing information
Important Notes:
Must be used on 15-minute DXY/Dollar Index charts
Zones mark attraction levels, not direct entry points
Always wait for valid entry signals (engulfing, pin bar, 3-bar reversal)
Trade correlated forex pairs, not DXY directly
Best results during London session (2:30 AM - 12 PM EST)
Risk Disclaimer:
This indicator identifies potential trading zones based on historical patterns. Always use proper risk management and never risk more than you can afford to lose. Past performance does not guarantee future results.
Hull Moving Average Quantum Pro - Advanced Trading SystemThe Hull Moving Average Quantum Pro is a next-generation technical analysis tool that combines the legendary smoothness of Alan Hull's HMA formula with advanced quantum field visualization technology. This professional-grade indicator features three synchronized Hull Moving Average periods working in harmony to identify high-probability trading opportunities.
🎯 KEY FEATURES:
• Multi-Timeframe HMA Confluence - Triple HMA system (9, 21, 55 periods) for comprehensive trend analysis
• Quantum Field Visualization - Fibonacci-based dynamic support/resistance bands with 0.618, 1.0, and 1.618 ratios
• Energy Flow Momentum - Real-time visual representation of market momentum and directional bias
• Confluence Zone Detection - Automatically highlights areas where multiple HMAs converge for high-probability setups
• Professional Holographic Dashboard - Real-time trend strength, momentum, and market status display
• Three Visual Themes - Dark Intergalactic (Quantum Trading), Light Minimal (Clean Charts), Pro Modern (Low Saturation)
⚡ WHAT MAKES IT UNIQUE:
Unlike traditional moving average indicators, the HMA Quantum Pro eliminates lag while maintaining smoothness, providing traders with faster signals without sacrificing reliability. The quantum field visualization adds a new dimension to price action analysis by creating dynamic zones that adapt to market volatility.
📊 PERFECT FOR:
• Day Trading & Scalping - Fast HMA (9) provides quick entry/exit signals
• Swing Trading - Medium HMA (21) confirms trend continuation
• Position Trading - Slow HMA (55) identifies major trend changes
• All Markets - Forex, Stocks, Crypto, Futures, Indices
🔧 ADVANCED SETTINGS:
• Customizable HMA periods for any trading style
• Adjustable confluence threshold for precision filtering
• Visual intensity control for optimal chart clarity
• Field transparency settings for multi-indicator setups
💡 HOW TO USE:
1. Strong Bullish Signal - All three HMAs aligned upward with price above quantum fields
2. Strong Bearish Signal - All three HMAs aligned downward with price below quantum fields
3. Confluence Zones - High probability reversal/continuation areas
4. Energy Flow - Confirms momentum direction and strength
⭐ FREE VERSION FEATURES:
This free version includes all visual features and calculations. Premium version (coming soon) will add advanced alerts, multi-timeframe analysis, and AI-powered trade suggestions.
Created by professional traders for serious market participants. The Hull Moving Average formula was created by Alan Hull to reduce lag while maintaining smoothness - this indicator enhances that foundation with modern visualization technology.
RSI Z-score | Lemniscuss🧠 Introducing RSI Z-Score (RSI-Z) by Lemniscuss
🛠️ Overview
RSI Z-Score (RSI-Z) is a momentum-based market condition detector that transforms the classic Relative Strength Index (RSI) into a standardized volatility framework.
By applying Z-Score normalization to the RSI, this tool allows traders to identify statistically significant deviations in momentum — cutting through noise and highlighting high-probability turning points.
RSI-Z is optimized for trend inflection detection and overextension spotting, providing both visual clarity and actionable trade signals with dynamic labeling and optional bar coloring.
🔍 How It Works
1️⃣ RSI Foundation
The system starts with a standard RSI calculation on a user-defined source and length (default: 45).
2️⃣ Z-Score Normalization
The RSI values are standardized by subtracting their mean and dividing by the standard deviation over the same lookback.
This converts RSI into a statistical measure — revealing how many standard deviations current momentum is from its mean.
3️⃣ Threshold Logic
Two customizable thresholds define actionable zones:
• Long Threshold → Signals bullish momentum shifts when crossed upward
• Short Threshold → Signals bearish momentum shifts when crossed downward
4️⃣ Signal State Tracking
A state variable locks in a bias (Long / Short / Neutral) until an opposing trigger appears, ensuring clear and consistent market bias mapping.
✨ Key Features
🔹 Statistically Driven Momentum Detection — Moves beyond fixed RSI overbought/oversold levels by using standard deviations for adaptive accuracy.
🔹 Customizable Thresholds — Fine-tune long/short triggers for different volatility environments.
🔹 Clear Visual Feedback — Candle coloring and signal labels make trade setups instantly recognizable.
🔹 Overlay-Friendly — Works directly on your main chart or in a separate pane.
⚙️ Custom Settings
• Source: Price stream for RSI calculation (default: close)
• RSI Length: Lookback period for RSI & Z-Score (default: 45)
• Long Threshold: Z-score value for bullish signal (default: 1)
• Short Threshold: Z-score value for bearish signal (default: -1.9)
• Long/Cash Signal Labels: Toggle for "Long"/"Short" markers
• Bar Coloring: Toggle for trend-based candle coloring
📌 Trading Applications
✅ Trend Reversals → Spot statistically significant shifts in momentum before traditional RSI signals trigger
✅ Overextension Monitoring → Identify when momentum has deviated too far from the mean
✅ Mean Reversion Setups → Use extreme Z-score values as potential reversion points
✅ Bias Confirmation → Combine with trend tools for higher conviction entries/exits
📌 Conclusion
RSI-Z by Lemniscuss offers a clean, statistics-backed upgrade to the classic RSI.
By framing momentum in standard deviation terms, it empowers traders to separate normal fluctuations from truly significant market moves — making it a valuable tool for both trend traders and mean reversion specialists.
🔹 Summary Highlights
1️⃣ Statistical upgrade to RSI for higher-quality signals
2️⃣ Threshold-based, customizable long/short triggers
3️⃣ Visual candle coloring & signal labels for clarity
4️⃣ Adaptable to trend, swing, or intraday strategies
📌 Disclaimer: Past performance is not indicative of future results. No indicator guarantees profitability — always test and manage risk appropriately.
EMA20 Anti-Whipsaw Strategy - Clean Entry & Exit LabelsCrypto Strategy named EMA20 Anti-Whipsaw Strategy - Clean Entry & Exit Labels
8 EMA ScannerThis script allows you to see the market sentiment with a quick glance. If price is above the 8EMA, the background will be shaded green and if price is below the 8EMA, it will be red.
BTCUSDT Correlation TableThis indicator calculates and displays the correlation between the current chart’s asset and Bitcoin (BTCUSDT) over a selected period. The correlation is shown as a percentage in a compact table on the chart.
Key features:
Customizable BTC symbol – default is BINANCE:BTCUSDT.
Adjustable correlation period – set the number of bars used for correlation calculation.
Color-coded output:
Green for strong positive correlation (above +80%)
Red for strong negative correlation (below –80%)
Blue for neutral correlation
Use this tool to quickly assess whether your asset is moving in sync with Bitcoin, inversely, or independently.
Real-Time FTFC Dashboard (Styled)Full Time Frame Continuity dashboard that monitors real-time market direction across multiple timeframes for any stock, ETF, or index. Uses green, red, and pause emojis to visually indicate bullish, bearish, or inactive periods, helping traders quickly assess overall market alignment.
Moving Average Heat MapThe MA Trend Heatmap transforms complex moving average analysis into an intuitive visual display. By calculating the slope angle of seven moving averages and presenting them as a color-coded heatmap, this indicator provides instant insight into market momentum across multiple timeframes.
Key Features:
8 Moving Average Types: Choose from EMA, SMA, WMA, HMA, RMA, VWMA, DEMA, or TEMA.
Customizable Periods: 7 configurable MA lengths (default: 3, 5, 8, 13, 21, 34, 55)
Dynamic Angle Calculation: Measures MA slope angles with automatic chart scale normalization
9-Level Color Gradient: Visual momentum strength from extreme bullish to extreme bearish
Comprehensive Info Table: Real-time display of all angles and momentum statistics
4 Alert Conditions: Extreme and majority momentum alerts for automated trading
How to Use:
Trend Identification: Green rows indicate bullish momentum, red rows show bearish momentum
Momentum Strength: Color intensity reflects angle steepness (brighter = stronger)
Confluence Trading: Look for alignment when multiple rows show the same color
Divergence Detection: Spot when short and long-term MAs show opposing colors
Alert Setup: Configure alerts for extreme momentum conditions
Settings:
Select MA type and customize each of the 7 period lengths
Calculation Settings
Slope Period: Lookback for angle calculation (default: 5)
Max Angle: Normalization threshold (default: 90°)
Display Settings
Heatmap Height: Adjust row size
Grid Lines: Toggle on/off
Info Table: Show/hide detailed statistics
Colors
Fully customizable 9-level color scheme
Interpretation
All Green: Strong uptrend across all timeframes
Mixed Colors: Transitional market or ranging conditions
All Red: Strong downtrend across all timeframes
Color Transitions: Potential trend change developing
Best Practices
Combine with price action for confirmation
Use multiple timeframes for better perspective
Wait for color alignment before entering trades
Monitor the info table for precise angle measurements
What Makes This Unique
Unlike traditional MA crossover systems, this indicator quantifies momentum through angle measurement and presents it visually. The heatmap format allows traders to assess market conditions at a glance, making it ideal for quick decision-making and multi-timeframe analysis.
Recovery Zone Hedging [Starbots]Recovery Zone Hedging Strategy — Advanced Adaptive Hedge Recovery System
This strategy introduces an innovative zone-based hedge recovery approach tailored to TradingView’s single-direction trading model. Designed for serious traders and professionals, it combines multiple technical indicators with dynamic position sizing and adaptive take-profit mechanisms to manage drawdowns and maximize recovery efficiency.
How Recovery Zones Are Calculated
The strategy defines recovery zones as a configurable percentage distance from the last executed trade price. This percentage can be adjusted to suit different market volatility environments — wider zones for volatile assets, tighter zones for stable ones. When price moves into a recovery zone against the open position, the strategy places a hedge trade in the opposite direction to help recoup losses.
Dynamic Take-Profit Calculation
Take-profit targets are not fixed. Instead, they increase dynamically based on any accumulated losses from previous hedge trades. For example, if your initial target is 2%, but you have a $5 loss from prior hedges, the next take-profit target adjusts upward to cover both the loss and your profit goal, ensuring the entire hedge sequence closes in net profit.
Originality & Value
Unlike traditional hedging or recovery scripts that rely on static stop losses and fixed trade sizing, this strategy offers:
- Dynamic Hedge Entry Zones: Uses configurable percentage-based recovery zones that adapt to price volatility, allowing precise placement of hedge trades at meaningful reversal levels.
- Multi-Indicator Signal Fusion: Integrates MACD and Directional Movement Index (DMI) signals to confirm trade entries, improving signal accuracy and reducing false triggers.
- Exponential Position Sizing: Each hedge trade’s size grows exponentially using a customizable multiplier, accelerating loss recovery while carefully balancing capital usage.
- Adaptive Take-Profit Logic: The take-profit target adjusts dynamically based on accumulated losses and profit margins, ensuring that the entire hedge sequence closes with a net gain.
- Capital Usage Monitoring: A built-in dashboard tracks real-time equity consumption, preventing over-leveraging by highlighting critical capital thresholds.
- Fail-Safe Exit Mechanism: An optional forced exit beyond the last hedge zone protects capital in extreme market scenarios.
This strategy’s layered design and adaptive mechanisms provide a unique and powerful tool for traders seeking robust recovery systems beyond standard hedge or martingale methods.
How Components Work Together
- Entry Signals: The script listens for MACD line crossovers and DMI directional crosses to open an initial trade.
- Recovery Zones: If the market moves against the initial position, the strategy calculates a recovery zone a set percentage away and places a hedge trade in the opposite direction.
- Position Scaling: Each subsequent hedge trade increases in size exponentially according to the hedge multiplier, designed to recover all previous losses plus a profit.
- Take-Profit Target: Rather than a fixed target, the TP level is dynamically calculated considering current drawdown and desired profit margin, ensuring the entire hedge sequence closes profitably.
- Cycle Management: Trades alternate direction following the recovery zones until profit is realized or a maximum hedge count is reached. If needed, a forced stop-out limits risk exposure.
Key Benefits for Professional Traders
- Enhanced Risk Management: Real-time capital usage visualization helps maintain safe exposure levels.
- Strategic Hedge Recovery: The adaptive recovery zones and exponential sizing accelerate loss recoupment more efficiently than traditional fixed-step systems.
- Multi-Indicator Confirmation: Combining MACD and DMI reduces false signals and improves hedge timing accuracy.
- Versatility: Suitable for multiple timeframes and asset classes with adjustable parameters.
- Comprehensive Visuals: On-chart recovery zones, hedge levels, dynamic take-profits, and equity usage tables enable informed decision-making.
Recommended Settings & Use Cases
- Initial Position Size: 0.1–1% of account equity
- Recovery Zone Distance: 2–5% price movement
- Hedge Multiplier: 1.5–1.85x growth per hedge step
- Max Hedge Steps: 5–10 for controlled risk exposure
Ideal for trending markets where price retracements create viable recovery opportunities. Use caution in sideways markets to avoid extended hedge sequences.
Important Notes
- TradingView’s single-direction model means hedging is simulated via alternating trades.
- Position sizes grow rapidly—proper parameter tuning is essential to avoid over-leveraging.
This script is designed primarily for professional traders seeking an advanced, automated hedge recovery framework, offering superior capital efficiency and loss management.
DTLLC Time & PriceDTLLC Time and Price with Signals
This indicator is built for traders who understand ICT concepts and want a structured, visual way to align time-based price action with key market levels. By combining customizable trading windows, breakout logic, and daily reference points, it helps you identify high-probability trade opportunities while filtering out market noise.
Key Features
1. Dual Custom Time Ranges (Kill Zones)
Set two independent time ranges per day (start/end hour and minute).
Each range identifies the highest high and lowest low within its window.
Built-in breakout detection generates buy/sell signals when price moves beyond these levels.
2. Volatility Filtering
Adjustable volatility threshold based on True Range relative to ATR.
Filters out low-quality signals during choppy, low-volatility conditions.
3. ATR-Based Stop Loss
Custom ATR length and stop-loss multiplier settings.
Automatically plots ATR-based stop levels for triggered trades.
4. Daily Key Levels
Plots Previous Day High, Previous Day Low, and Midnight Open continuously on the chart.
Useful for spotting breakout and reversal opportunities in line with ICT market structure concepts.
5. Liquidity & Engulfing Candle Highlights
Highlights potential liquidity grab zones (yellow candles) when significant highs/lows are set within your lookback period.
Detects bullish (green) and bearish (red) engulfing patterns for added confluence.
6. Visual & Signal Tools
Buy/Sell signals plotted directly on chart (separate colors for Range 1 and Range 2). Continuous plotting of reference levels to maintain market context throughout the session.
Example Use Case:
A common ICT-inspired reversal setup:
Wait for price to sweep the Previous Day’s High or Low during your chosen time range.
Look for a buy or sell signal with volatility confirmation.
Manage risk using the ATR-based stop-loss plot.
Disclaimer: This script is for educational purposes only and is not financial advice. Trade responsibly and always test strategies before applying them in live markets.
Previous Day High/Low Levels [OWI]📘 How to Use the “Previous Day High/Low Levels ” Indicator
This TradingView indicator automatically tracks and displays the previous day's high and low during the Regular Trading Hours (RTH) session. It’s perfect for traders who want to visualize key support/resistance levels from the prior day in futures like CME_MINI:NQ1! and COMEX:GC1! .
🛠 Setup Instructions
1. Customize RTH Session Times
- In the Settings panel, adjust the following under the Levels group:
- RTH Start Hour and RTH Start Minute: Default is 9:30 AM (New York time).
- RTH End Hour and RTH End Minute: Default is 4:15 PM.
- These define the active trading session used to calculate the day’s high and low.
2. Toggle Labels
- Use the Show PDH/PDL Labels checkbox to display or hide the “PDH” and “PDL” labels on the chart.
- Labels appear after the session ends and follow price dynamically.
📊 What the Indicator Does
- During the RTH session:
- Tracks the highest and lowest price of the day.
- After the session ends:
- Draws horizontal lines at the previous day’s high (green) and low (red).
- Optionally displays labels ("PDH" and "PDL") at those levels.
- Lines extend into the current day to help identify potential support/resistance zones.
✅ Best Practices
- Use this indicator on intraday timeframes (e.g., 5m, 15m, 1h) for best results.
- Combine with volume or price action analysis to confirm reactions at PDH/PDL levels.
- Adjust session times if trading non-US markets or custom hours.
Scalping Indicator (EMA + RSI)Buy and Sell Signals. Use with Supply and Demand to find good entries. Do not rely solely on this signal. Monitors with short and long EMA cross along with oversold or overbought RSI.
Price Opening LevelsThis TradingView indicator by SnipingInTheRange is designed specifically for futures and indices. It plots key market opening prices:
- Daily, Weekly, Monthly Opens
- SITR Price Open — the 9:30 AM New York session open
The SITR Price Open is the core level, marking the exact price when the NYSE opens. It’s labeled clearly and used as a strategic anchor for intraday trades, reflecting institutional momentum and volatility.
Customizable features include line styles, colors, label visibility, and offset positioning—giving futures and index traders clean, precise visual cues for high-probability setups.
MDX:Time the selling:VSMarketTrendThe MDX: Time the Sell indicator is designed to identify high-probability profit-booking points and potential trend shift zones by combining price deviation analysis with multi-layered market context filters.
It builds upon the Mean Deviation Index (MDX) concept — measuring how far price has moved away from its mean — but enhances it with dynamic EMA structures, volatility normalization, and momentum overlays.
Data Sources
Price & Volume Data: Direct from TradingView’s built-in real-time feed.
ATR & Volatility Metrics: Based on TradingView’s ATR and standard deviation functions.
EMA Structures: Multiple EMAs for both long-term and short-term market bias tracking.
VWAP: Used for intraday institutional bias measurement.
RSI: Period-specific overbought/oversold detection.
Custom MDX Calculation: Uses an ATR-filtered EMA process to normalize price deviations across different market conditions.
Calculation Approach (High-Level)
While the exact logic is internal, here’s the conceptual flow:
Baseline Mean → Built using an ATR-adjusted EMA to represent a smoothed market mean that adapts to volatility.
Deviation Measurement → Compares current price against the mean, adjusted for ATR to avoid noise.
Trend Context Filters → Multiple EMA layers (short, medium, long) combined with MACD, RSI, and VWAP context.
Signal Structuring →
Red Top Line → Long-term EMA of MDX, representing strong deviation extremes.
Dotted Lower Line → Short-term EMA of MDX, used for quicker turn detection.
Grey MDX Line → Base deviation measurement, showing live market stretch from mean.
How to Use This Indicator
Best Use Case: Timing Profit Booking
Primary Sell Alert → When the MDX line touches the red top line, it indicates a significant overextension from the mean, often preceding a correction. This is where profit booking is most effective.
Sell Confirmation → Red or orange vertical lines mark complete exit zones based on multi-condition trend weakening.
High-Risk Overbought Zone → Blue vertical lines appear when RSI > 80, warning of potential pullbacks even if trend remains intact.
Buy Zone Detection
Green Vertical Line → Suggests a possible re-entry or add-on point, where deviation and momentum align for potential upward continuation.
Visual Guide
Grey Line → Live MDX reading.
Dotted Line (Lower) → Short-term MDX EMA.
Red Line (Upper) → Long-term MDX EMA.
Vertical Green → Possible buy/add zone.
Vertical Red/Orange → Full sell/offload signal.
Blue Vertical → RSI-based overbought warning.
another example
Trading Tips
Use with Trend Context → Best results when aligned with higher timeframe trend direction.
Pair with Volume Analysis → Large deviation + volume spike often signals strong reversal probability.
Avoid Overtrading → Wait for the MDX to reach extreme red-line contact before aggressive selling.
Multi-Timeframe Check → Confirm signals on both your trading and one higher timeframe for higher accuracy.
VIV 1.0 // AN IDEA BY Sunil SethiVIV (Very Important Volume) is a custom-built TradingView indicator designed to decode the psychology behind price and volume behavior — whether you are a breakout trader, reversal trader, or use your own discretionary logic. VIV reveals where institutional activity is likely taking place, highlights trend stages, uncovers volume footprints, and identifies high-probability trading zones — all with zero lag & 100% price-action-based logic.
Key Features (Expanded Concepts)
01. Trend-Based Analysis with Stages and Background Colors
VIV breaks down the market into three color-coded stages based on trend confirmation:
Stage 3: Uptrend (Short-Term Trend Confirmation)
Marks early accumulation or consolidation.
Shows possible reversal zones.
Short-term traders use this to spot opportunities before a breakout.
Stage 2: Uptrend (Medium-Term Trend Confirmation)
Highlights the start of a strong directional move.
Confidence zone for position building and breakout-following strategies.
Stage 1: Uptrend (Long-Term Trend Confirmation)
Indicates long term strength.
These trend stages reflect the emotional phases of market participants and the shifting balance of power between buyers and sellers. You can toggle trend backgrounds for intraday, daily, weekly, and monthly trends and change their background colors.
Note : If the % difference in Stage 3 exceeds 10%, the stock is considered extended. Such setups should be evaluated with caution before making any trade decisions.
02. . Volume Footprints (➕ Signs)
VIV intelligently identifies past candles with high-volume activity (accumulation/distribution).
These are not typical breakout volumes, but subtle footprints of smart money.
Help spot reversal points, liquidity zones, and retest levels.
Valuable for both breakout and reversal traders to confirm zone strength.
You can enable or disable these lines, adjust color, style, and width via VIV Line Settings.
03. VIV || H, VIV || L and VIV || C Zones
Automatically plots horizontal levels from high-volume, high-activity candles—revealing the footprints of smart money.
VIV || H (High) = Top of important bar.
VIV || L (Low) = Bottom of important bar.
VIV || C (Close) = Close price of important bar.
Key levels used by traders for:
Entries
Stop-loss placement
Targets
These zones show where price historically reacted due to strong institutional presence. They come with customizable label colors and backgrounds.
04. Price Tightness Detection
Detects when two or more candles compress within the range of a larger parent candle.
Represents indecision, contraction, or coiling behavior before major price moves.
Ideal for both:
Breakout traders looking for base formations.
Reversal traders watching for exhaustion.
Color-coded markers indicate such tight price zones — disabled by default but can be enabled.
05. Technical Stats Panel (Important Data Table)
An insightful dashboard providing:
ADR% – Volatility-based movement expectations (change period via input).
ATR – Real volatility indicator.
Average Volume / Price Volume – Customizable average period and currency unit (INR/USD).
Trend Data:
10/20/200 SMAs
10-week & 20-week trend stages (custom SMA period/timeframe supported)
Relative Strength vs Benchmark
RS grade: GREAT, GOOD, FAIR, UNCERTAIN, UNDER PERFORMER, LAGGARD, POOR
When RS is comparing: BOTH STRONG, BOTH WEEK
You can also display the benchmark symbol name and change the symbol for relative strength comparison.
06. Relative Strength Grade Change Alerts
VIV tracks relative strength changes against a chosen benchmark (e.g., Nifty MidSmallCap).
The above tells us that if the stock is stronger or weaker than the benchmark.
Detects when relative strength shifts from:
Strong → Weak (e.g., EXCELLENT → GOOD → FAIR)
Weak → Strong (e.g., LAGGARD → POOR → FAIR → GOOD)
Sudden transitions (e.g., WORST → FAIR, BOTH WEAK → GOOD, BOTH GOOD → POOR)
BOTH WEAK → GOOD or BOTH GOOD → POOR means stock's strength is better/poor than the benchmark
and more.
These alerts can help in:
Early trend following
Exiting when RS degrades
Adding positions when RS improves
07. Smart Alerts (Built-in Conditions)
You can set alerts for (any timeframe)
Positive Trend
Negative Trend
Rise in Volume
Relative Strength Changed
Set your preferred interval and trigger type in TradingView to stay updated without chart-watching.
08. Pivot Points
VIV allows visualizing pivot highs and lows using a dynamic window (left/right lookback).
Customizable label text and background color.
Helpful in identifying support or resistance zones and breakout points.
09. Customization Options
Toggle modules like trend background, labels, stats, and volume zones.
Customize colors for:
Labels
Zones
Trend backgrounds
Table text, borders, and alignment
Adjust visibility per timeframe (inputs tab)
How to Use VIV Effectively
Use trend background colors to identify phase (base, uptrend, top).
Look for stage 1, stage 2 and stage 3 for short, medium and long term trend.
Watch for old high-volume candles (➕ marks) to plan entries/exits.
Trade around ➕ marks, VIV || H and VIV || L levels.
Use tight price zones to anticipate explosive moves.
Monitor table for ATR/ADR, RS grade, and moving averages.
Use alerts to automate monitoring of trend, volume, or RS shifts.
Best Suited For:
Reversal traders (demand/supply based)
Breakout traders using base-building logic
Systematic or discretionary traders
Anyone who values price-volume behavior over lagging indicators
True OHLC - [CrossTrade] True OHLC Data Indicator
This indicator displays the actual open, high, low, and close prices when viewing Heikin Ashi charts.
Heikin Ashi candles use modified price calculations that smooth out price action, but this means you can't see the real price levels where trades actually occurred. This indicator pulls the genuine OHLC data and plots it on top of your Heikin Ashi chart.
The indicator includes alert conditions that reference these real price values, making it useful for strategies and alert systems that need accurate price data instead of the modified Heikin Ashi values.
Customize the colors, line thickness, and plot style (circles, lines, or crosses) to fit your chart preferences.
Earnings X-Ray and Fundamentals Data:VSMarketTrendThis indicator calculates essential financial metrics for stocks using TradingView's built-in functions and custom algorithms. The values are derived from fundamental data sources available on TradingView.
Key Output Metrics(YOY Basic Quaterly DATA)
MC (Market Cap): Company’s total market value (Price × Total Shares).
TS (Total Shares Outstanding): All shares (float + restricted) in circulation.
Sales: Annual revenue (TTM or latest fiscal year).
NETIn: Net income
P/E (Price-to-Earnings): Valuation ratio (Market Cap / Net Income or Price / EPS).
EPS (Earnings Per Share): Net income per share (Net Income / TS).
OPM (Operating Margin %): Core profitability (Operating Income / Revenue × 100).
Quick Ratio: Short-term liquidity ((Current Assets – Inventory) / Current Liabilities).
BVPS (Book Value Per Share): Equity per share (Shareholders’ Equity / TS).
PS (Price-to-Sales): Revenue-based valuation (Market Cap / Annual Revenue).
FCF (Free Cash Flow Per Share): Post-CapEx cash ((Operating Cash Flow – CapEx) / TS).
Data Sources & Methods
Uses TradingView’s request.financial() for income/balance sheet data (Revenue, EBITDA, etc.).
Fetches real-time metrics via request.security() (e.g., Shares Outstanding).
Normalizes data across timeframes (quarterly/annual).
Disclaimer
Not financial advice. Verify with official filings before trading.
JJ Thursday Expiry Highlighter - NiftyThursday Expiry Highlighter
This indicator shades the background of all Thursday trading sessions on your chart — ideal for Nifty, Bank Nifty, and other Indian markets where the weekly options expiry typically occurs on Thursdays.
Features:
Highlights entire Thursday columns on any timeframe (intraday or daily).
Adjustable highlight color and transparency for maximum visibility without obscuring candles.
Makes expiry days stand out for quick recognition in both live trading and historical analysis.
Use Cases:
Quickly identify weekly option expiry days for planning.
Visually backtest expiry-day patterns or volatility setups.
Combine with other indicators for expiry-specific strategies.
Disclaimer:
This tool is for educational and informational purposes only. It does not provide financial advice and should not be relied upon as a sole basis for making investment decisions. Market conditions can change, and there is no guarantee of accuracy. Always do your own research and consult a licensed financial professional before trading or investing.
JJ Tuesday Expiry Highlighter – SensexHighlights every Tuesday across your chart for quick identification of Indian market weekly expiry days (Sensex expiry = Tuesday).
Features:
• Works on all timeframes
• Customizable highlight color
• Optional "Expiry" label on daily charts
• Useful for options traders tracking weekly expiry trends
Disclaimer:
This script is for informational and educational purposes only.
It does not constitute financial advice or a recommendation to trade.
Please do your own research and consult a licensed financial advisor.
Pro Tip:
Duplicate this script and change `dayofweek.tuesday` to `dayofweek.thursday` to mark Nifty expiry days as well.
EMA Deviation Strategy📌 Strategy: EMA Deviation Strategy
The EMA Deviation Strategy identifies potential reversal points by measuring how far the current price deviates from its Exponential Moving Average (EMA). It dynamically tracks the minimum and maximum deviation levels over a user-defined lookback period, and enters trades when price reaches extreme zones.
🔍 Core Logic:
• Buy Entry: When price deviates significantly below the EMA, approaching the historical minimum deviation — signaling a potential rebound.
• Sell Entry: When price deviates significantly above the EMA, nearing the historical maximum deviation — signaling a possible pullback.
• Optional Take Profit / Stop Loss: Manage risk with customizable exit levels.
⚙️ Customizable Inputs:
• EMA length and lookback period
• Threshold sensitivity for entry signals
• Take profit and stop loss percentages
📈 Best Used For:
• Mean reversion setups
• Assets with cyclical or range-bound behavior
• Identifying short-term overbought/oversold conditions