Indicador

Indicador

Scalper Pro 3 Min GoldDesigned specifically for low-timeframe scalping (ideal for 1m and 3m charts, especially on XAUUSD/Gold), the Scalper Pro 3 Min Gold is an advanced market structure breakout indicator that filters out market noise to catch explosive momentum.
Instead of giving a signal at every minor high/low cross, this script uses strict logic to ensure you only enter high-probability setups. It automatically calculates your risk and visualizes the exact Entry, Stop Loss, and Take Profit zones directly on your chart.
Key Features:
Smart Structure Breakouts: Uses internal Pivot High/Low calculations to identify true Market Structure Shifts (MSS). Stop losses are dynamically placed at the most recent logical swing low/high, not just the previous candle wick.
Consolidation Filter (Anti-Chop): The indicator analyzes the recent ATR. It requires the price to be in a tight accumulation/consolidation zone before a breakout occurs. This keeps you out of choppy, sideways markets and fakeouts.
Cooldown System: Prevents overtrading. After a valid signal is fired, the indicator enters a customizable "cooldown" period where it ignores erratic back-to-back signals.
Auto Risk:Reward Projection: Instantly draws professional Stop Loss (Red) and Target (Teal) boxes with clean labels based on your selected R:R multiplier (Default is 1:2).
How to Use:
Apply to a 1-minute or 3-minute chart (Highly optimized for Gold).
Wait for the indicator to draw the Entry/Target boxes.
The Stop Loss is automatically placed at the safest structural pivot. Execute your trade and let the price run to the projected Teal target zone.
Fully customizable inputs allow you to adjust the R:R ratio, consolidation strictness, and cooldown length to fit your personal scalping strategy. Indicador

IB & OPR ASIA EU USTitle: Advanced Multi-Session Box: IB & OPR (Asia, London, New York)
Description: The Advanced Multi-Session Box: IB & OPR indicator is a versatile, streamlined tool designed specifically for Intraday Traders, Scalpers, and SMC/ICT practitioners. It visually maps out the Opening Price Range (OPR) and Initial Balance (IB) of the three major global trading sessions: Asia, Europe (London), and the US (New York).
Understanding the initial range of these key sessions is critical, as they commonly dictate liquidity pools, intraday support/resistance boundaries, and the directional bias for the rest of the trading day.
🌟 Key Features
✅ Three Core Sessions: Independently configure and toggle the Asia, Europe, and US sessions to match your trading schedule.
✅ Dynamic Timezones: Customize the specific start/end times and timezones (UTC offsets) for each session separately to align with your local broker.
✅ Projected Range Extensions: Optionally extend the session box (High/Low boundaries) forward throughout the current trading day to easily spot late-session breakouts, retests, or liquidity sweeps.
✅ Advanced Midline (50% Equilibrium): Displays a customizable median line inside each session box. The Equilibrium level acts as an excellent dynamic take-profit target or pivot zone.
✅ Smart History Management: Keep your chart perfectly clean! Choose to display only the sessions from "Today", "Two Days", the past "Week", or "All" history to prevent visual clutter.
✅ Deep Visual Customization: Every visual aspect is tweakable. Adjust the box opacity, fill color, border styles, text labels, label alignments, label sizes, and colors directly from the settings menu.
💡 How to Use
Initial Balance Breakouts: The high or low of an established Opening Price Range acts as a crucial line in the sand. A strong 15m or 1H candle close outside the box often signals a trend continuation, while a swift rejection back inside signals a mean-reversion setup.
Equilibrium Bounces: Price frequently respects the median line (50% of the session's range) during consolidations. Use it as a dynamic support or resistance validation point.
Liquidity Sweeps: Observe how the US session interacts with the established highs and lows of the Asian or European session. A quick sweep of the Asian high right at the London or NY open offers a classic "Judas Swing" trading setup.
Note: This indicator employs modern, highly optimized internal logic to manage TradingView's object limits effortlessly, ensuring zero lag on your charts while maintaining visual accuracy. Indicador

NSE Sector Wheel - DonutThis script generates a donut‑style wheel chart overlaid on a price chart. Its purpose is to visually compare the relative price movements of 16 major NSE (National Stock Exchange of India) sector indices. The size of each donut slice represents the absolute percentage change of that sector over a selected intraday timeframe (relative to the previous day’s close). A legend table next to the donut shows the sector names and the signed percentage change (green for positive, red for negative). The chart is static – it appears fixed on the screen, anchored to the last bar, and does not scroll with the price chart.
User Inputs:
The script provides two adjustable inputs:
Timeframe – The intra‑period used to fetch the current closing price for each sector (e.g., “3” for 3 minutes, “60” for 1 hour). The previous day’s close is always taken from the daily timeframe.
Horizontal Offset – A number of bars (default 60) that shifts the donut chart horizontally to the right from the last bar. This prevents the wheel from overlapping with price action.
Data Sources – NSE Sector Indices
The script tracks the following 16 sector indices (represented by their TradingView symbols):
IT (CNXIT)
Pharma (CNXPHARMA)
FMCG (CNXFMCG)
Energy (CNXENERGY)
Media (CNXMEDIA)
Metal (CNXMETAL)
Auto (CNXAUTO)
Private Bank (NIFTYPVTBANK)
Infrastructure (CNXINFRA)
Consumption (CNXCONSUMPTION)
PSU Bank (CNXPSUBANK)
Services (CNXSERVICE)
Realty (CNXREALTY)
Oil & Gas (NIFTY_OIL_AND_GAS)
Midcap (CNXMIDCAP)
Finance (CNXFINANCE)
Calculations:-
For every sector, the script performs two distinct calculations using the chosen intraday timeframe and the daily previous close:
Absolute percentage change – The absolute value of the percent difference between the current intraday close and the previous day’s close. This value determines the angular size (weight) of the slice in the donut chart. It is always non‑negative.
Signed percentage change – The actual percent difference (can be positive or negative). This is used only for display in the legend table, where positive changes appear in green with a “+” sign and negative changes in red.
The script sums all 16 absolute percentage changes to obtain a total movement value. Each sector’s slice angle is then computed as:
slice angle = (sector’s absolute change / total movement) × 360°
If the total movement is zero (no change in any sector), all slices receive an equal share of 22.5° (360° / 16).
Donut Chart Rendering
The donut chart is drawn only on the last bar of the chart (the most recent completed bar). On each new bar, the previous frame’s polylines and labels are deleted and redrawn from scratch.
Fixed Position:
The wheel is placed at a fixed chart coordinate that does not move when the user scrolls left or right:
Center X = last bar index + horizontal offset
Center Y = 50 (fixed vertical position, using the chart’s percentage scale from 0 to 100)
Inner radius = 20 units
Outer radius = 38 units
Because the Y‑axis is artificially fixed by two invisible plotted lines at 0 and 100, the donut remains at the same vertical position regardless of price levels.
Drawing the Slices>>>>>>>>>>
Each slice is drawn as a filled polygonal arc:
The script calculates the starting angle and ending angle for the slice based on the cumulative sum of previous slice angles.
It then generates a series of points along the outer radius (from start to end) and back along the inner radius (from end to start), forming a closed shape.
The slice is filled with a predefined, distinct colour (e.g., blue for IT, pink for Pharma, orange for FMCG, etc.).
A thin dark outline separates adjacent slices.
Percentage Labels Inside Slices>>>>>>>>>>
If a slice’s angular span is 14 degrees or larger, the script places a centered label inside the slice. The label shows the slice’s percentage of the total absolute movement (rounded to one decimal, e.g., “12.3%”). The label background is transparent, and the text is black. The position is calculated using the midpoint angle of the slice and the average of the inner and outer radii.
Legend Table>>>>>>>>>>>
To the right of the donut chart (positioned in the middle‑right of the chart window), the script draws a two‑column table with 17 rows (header + 16 sectors).
Column 1 – Sector name, colored with the same colour as the corresponding donut slice.
Column 2 – Signed percentage change, formatted to one decimal with a “+” sign for positive values. The text colour is green for gains and red for losses.
The table has a dark background, a subtle frame, and uses a normal font size. The header row displays “NSE_Sector ” and “%”.
Execution Flow >>>>>>>>>>>>
On every bar, the script fetches the previous day’s close for all 16 sectors (once per bar, from the daily timeframe).
It then fetches the current close for each sector using the user‑selected intraday timeframe.
It computes both absolute and signed percentage changes.It calculates the total absolute change and the angular span for each sector.
Only on the last bar:
It clears any previously drawn donut slices and labels.
It draws each slice as a filled arc, from the starting angle to the ending angle.
For slices wide enough, it adds a percentage label.
It builds or updates the legend table with the latest signed changes.
The donut chart remains visible at the same screen location until a new bar forms, at which point it is redrawn with updated data.
Practical Use:
Traders and investors can quickly see which NSE sectors are moving the most (in absolute terms) during the selected intraday period – the larger the slice, the greater the movement regardless of direction. The legend table then reveals whether that movement was positive or negative. This helps identify sector rotation, emerging strength or weakness, and relative volatility among Indian equity sectors.
Disclaimer:
This description is provided for educational and informational purposes only. The script described is a technical analysis tool for the Trading View platform. It does not constitute financial advice, trading recommendations, or investment guidance. Past performance and sector movements do not guarantee future results. Users should conduct their own research and consult with qualified financial advisors before making any trading decisions.
Indicador

Indicador

Indicador

volatility 3.3The indicator is designed to identify high-probability trend reversals and breakouts by combining Price Action (EMA and ATR) with Market Volatility (India VIX). It dynamically adjusts its sensitivity based on how "nervous" the market is.
Key Components
1. Dynamic Support & Resistance (Adaptive Bands)
EMA 25: Acts as the baseline for the medium-term trend.
VIX-Adjusted ATR: Unlike standard bands, these expand or contract based on the VIX Ratio (VIX / VIX\_EMA).
If the VIX is high, the bands widen to avoid "noise."
If the VIX is low, the bands tighten to catch breakouts early.
2. VIX Filter (The Safety Switch)
VIX Spiking: If the VIX jumps suddenly (> 0.8\% above its average), the indicator blocks BUY signals. This prevents entering a trade during a "panic" move where prices often crash.
Short Confirmation: Sell signals are prioritized when VIX is higher than its average, indicating rising fear.
3. Signal Logic
BULLISH (BUY): Price closes above the Upper Band + VIX is stable (not spiking).
BEARISH (SELL): Price closes below the Lower Band + VIX is rising.
EXIT: The trend is neutralized (Sideways) if the price touches the EMA 25 line.
Visual Features
Dashboard: A real-time table showing the current trend, VIX status (High Vol vs. Stable), and your entry price.
Background Coloring: Green for Bullish zones, Red for Bearish zones, and Gray for Sideways/Neutral zones.
Asset Selection: Quickly toggle between Nifty, BankNifty, FinNifty, HDFC Bank, Reliance, and ICICI Bank. Indicador

Indicador

Indicador

Indicador

Indicador

Indicador

Indicador

Indicador

Golden Pocket Syndicate Mini (GPSM)This indicator is an overlay toolkit that combines multi-timeframe Golden Pocket-style zones (Fibonacci-derived ranges between user-defined high/low ratios), optional GP-anchored VWAPs that reset when price interacts with the matching zone, and a confluence framework with optional visuals (signals, divergences, order-block-style markers, sweeps, trails). It is intended to help traders see where higher-timeframe ranges and optional filters overlap on the chart—not to automate trading or promise outcomes.
What it does
Pulls prior completed higher-timeframe highs/lows via request.security() and derives upper/lower pocket levels from your fib inputs.
Plots pocket bands (and fills where used) for the timeframes you enable.
Optionally plots volume-weighted averages anchored to touches of the corresponding pocket.
Combines user-toggled filters into a confluence score and optional bull/bear markers; all signal logic can be turned off in settings.
How to use
Open settings, enable only the pocket timeframes and visuals you need. Adjust fib inputs, touch tolerance, and filter groups to match your process. If you use alerts, treat them as notifications only—confirm every trade in your own plan.
Important limitations
This is not financial, investment, or tax advice. Markets involve risk; past or hypothetical chart behavior does not guarantee future results.
Higher-timeframe data and request.security() behavior depend on symbol, session, and chart timeframe. Validate outputs on your instruments before relying on them.
Scripts cannot execute orders; you are responsible for compliance, sizing, and risk.
Companion
For separate 1H / 4H / 8H pocket bands (to reduce plot limits when combined with heavy scripts), use the author’s “Golden Pocket Syndicate mini” (GPSM) publication if offered.
Golden Pocket Syndicate mini (GPSM) — public description
Use this in the publication description field (English first).
GPSM is a lightweight companion overlay focused on 1-hour, 4-hour, and 8-hour Golden Pocket-style zones: two fib ratios applied to the prior completed bar’s range on each timeframe, with optional filled bands and optional GP-anchored VWAPs (off by default) that reset when price touches the matching pocket. The 1-hour band can optionally switch color using a simple prior closed 1H close vs EMA rule so you can see a regime-style split at a glance.
What it does
Uses request.security() on "60", "240", and "480" minute timeframes with the same prior-bar anchoring idea as the author’s main GPS Pro script.
Keeps the script small so it can run alongside heavier indicators without hitting Pine’s plot limits as quickly.
How to use
Add it to your chart, toggle 1H/4H/8H zones and fills, then optionally enable individual VWAPs. Match fib settings to your main workflow if you use GPS Pro on the same chart.
Important limitations
Not financial advice. No performance or profitability claims. Past chart behavior does not predict future prices.
HTF behavior varies by symbol and session (especially 8H). Confirm levels on your market.
You are solely responsible for trading decisions and risk.
Relationship to GPS Pro
GPSM does not duplicate the full confluence, SMC filters, or alerts stack from GPS Pro; it is meant as a focused HTF pocket + optional VWAP add-on. Indicador

Simplified Pivot Zone & ZigZag IndicatorSimplified Pivot Zone & ZigZag Indicator (中樞簡易版 by OldGrumpyCat)
This indicator is a streamlined technical analysis tool that combines a dynamic adaptive pivot zone with an integrated ZigZag swing structure overlay. It is designed to help traders identify key areas of price equilibrium, significant swing highs and lows, and potential trend reversals — all within a single, lightweight script.
The pivot zone is constructed by computing a cumulative average deviation of price from a dynamically adjusted baseline. This produces an upper and lower band that forms a shaded central zone, visually highlighting regions where price has historically found support or resistance. The width of this zone scales with the user-defined Size parameter, making it adaptable to different instruments and timeframes.
The ZigZag component automatically connects significant swing highs and lows based on a configurable lookback depth (Depth) and deviation threshold. This makes it straightforward to read market structure, identify the prevailing trend direction, and map out wave sequences for further analysis. A Repaint toggle is provided: when enabled, the ZigZag updates dynamically on the current bar for real-time feedback; when disabled, lines are only drawn upon confirmed bar closes, eliminating repainting artifacts.
All visual elements — including the pivot zone fill color, line segment color, zone width, and line thickness — are fully customizable through the indicator's input panel, ensuring seamless integration with any chart theme or trading workflow. Indicador

Indicador

Indicador

Indicador

Indicador

CVD IQ [TradingIQ]Hello Traders!
🔹 CVD IQ
CVD IQ is a delta-driven analytical tool designed to reveal how aggressive buying and selling activity translates into price movement.
Instead of relying purely on price, this indicator reconstructs order flow dynamics using lower timeframe data , allowing you to see:
Where did the pressure come from… and how efficiently did it move price?
It focuses on answering a deeper question:
Was the move driven by real participation, or was it inefficient, absorbed, or divergent?
aggressive buy vs sell activity (CVD)
price vs delta divergences
efficiency of price movement relative to flow
cost of moving price (delta per tick)
absorption and imbalance conditions
multi-scale flow analysis (bar, day, swing)
classic divergence detection (RSI style)
🔹 What the indicator shows
🔸 Cumulative Volume Delta (CVD)
CVD is built using lower timeframe data to approximate aggressive buying and selling.
This allows you to track:
whether buyers or sellers are in control
how much pressure is building over time
when participation is increasing or fading
🔸 IMMEDIATE Divergence detection (Classic & Cost Models)
The indicator detects when price and delta are out of sync .
Classic divergence highlights:
price making new highs while delta weakens
price making new lows while delta strengthens
potential exhaustion or reversal conditions
Cost-based divergence goes further by evaluating:
how much delta was required to move price
whether moves are becoming more or less efficient
hidden weakness in “expensive” price movement
This shifts your perspective from:
“price is moving”
to:
“how much effort did it take to move price?”
🔸 CVD Cost Per Tick (Efficiency Analysis)
One of the most important features.
The indicator measures:
Delta per tick = how much aggressive volume was required to move price
This allows you to identify:
efficient moves (low cost → strong response)
inefficient moves (high cost → weak response)
potential exhaustion when cost rises sharply
Each swing is classified into categories like:
Very High Cost
High Cost
Normal Cost
Low Cost
Very Low Cost
High cost often signals absorption or resistance from opposing liquidity .
🔸 Swing-based flow analysis
The indicator breaks market structure into swings and evaluates:
delta across each swing
cost of movement between pivots
relative efficiency vs previous swings
This helps you understand:
whether trends are strengthening or weakening
if continuation is becoming harder
when liquidity is likely opposing the move
🔸 Delta-Implied Close (Expected Price)
The script estimates where price should have closed based on delta.
This gives insight into:
whether price overperformed or underperformed relative to flow
hidden absorption when price fails to match delta
inefficiencies between participation and result
Important Note
This model is adaptive and continuously updates based on changing market conditions. It is not a predictive engine, but rather a framework for interpreting how order flow is currently interacting with price.
🔸 Delta Analysis Table (Bar / Day / Swing)
A live table provides a structured breakdown of flow and price response across three contexts:
current bar
current day
current swing
It includes:
aggressive buy & sell volume
buy/sell percentages
net delta
imbalance ratios
price movement in ticks
close position within range
delta cost per tick
cost classification
absorption detection
This allows you to quickly answer:
Who is in control, and is price responding properly?
🔹 Table Overview
Metric
Name of the metric shown in each row.
Bar
Value calculated for the current bar only.
Day
Value accumulated from the start of the current day.
Swing
Value accumulated from the start of the current swing.
🔹 Flow
Aggressive Buys
Total buy-side market order volume. Higher values indicate stronger buying pressure.
Aggressive Sells
Total sell-side market order volume. Higher values indicate stronger selling pressure.
Buy %
Percentage of total aggressive volume coming from buyers. Higher values indicate buy-side dominance.
Sell %
Percentage of total aggressive volume coming from sellers. Higher values indicate sell-side dominance.
Net Delta
Aggressive buys minus aggressive sells. Positive values favor buyers, negative values favor sellers.
Imbalance Ratio
Relative dominance between buyers and sellers, expressed as a multiple. Higher values indicate stronger directional control.
🔹 Price Response
Total Aggression
Combined aggressive buy and sell volume. Represents total market participation.
Bar Tick Move
Price movement measured in ticks. Shows how far price moved over the period.
Close Position
Where price closed within its range. Higher values mean the close is nearer the high, lower values nearer the low.
🔹 Efficiency & Cost
Delta Cost / Tick
How much delta was required to move price by one tick. Higher values indicate less efficient movement and potential absorption.
Cost
Classification of how expensive the move is relative to recent conditions. High cost suggests resistance or absorption, low cost suggests efficient movement.
Ticks per 1k Delta
Number of ticks price moved per 1000 delta. Higher values indicate more efficient price movement.
Price Move per 1k Delta
Actual price movement per 1000 delta. Higher values indicate stronger price response to order flow.
🔹 Delta-Based Expectations
Delta-Implied Close
The price level where the bar would be expected to close based on the underlying delta.
Move Ratio
Actual price movement relative to the delta-implied move.
1.0 = expected response
1.0 = stronger than expected
<1.0 = weaker than expected
🔹 How to read it
Each component provides a different layer:
CVD → who is active
Divergence → when price and flow disagree
Cost → how efficient the move is
Table → structured confirmation across contexts
Together, this shifts your thinking from:
“price moved up”
to:
“buyers were aggressive - but did price actually respond?”
🔹 Example interpretations
strong delta + efficient move → clean continuation
strong delta + weak move → absorption
rising cost over time → trend weakening
divergence signals → potential reversal or trap
low cost + expansion → strong directional move
🔹 Why this indicator is useful
It gives you:
participation behind price
context for whether moves are efficient
early detection of exhaustion or absorption
a way to quantify “effort vs result”
multi-timeframe flow insight (bar, day, swing)
🔹 Best use cases
confirming trend strength
identifying weak breakouts
spotting absorption at key levels
analyzing liquidity interaction
enhancing price action or liquidity-based models
🔹 Important note
This script uses lower timeframe data to approximate aggressive volume.
This means:
accuracy depends on data availability
different symbols may behave differently
lower timeframe selection impacts results
🔹 Inputs you can customize
lower timeframe for CVD calculation
divergence models (Classic / Cost / Both)
divergence sensitivity (small, medium, large swings)
cost structure length and thresholds
visual styling and colors
delta analysis table size
Closing Notes
CVD IQ is built to show the relationship between participation and outcome .
As always, thank you TradingView! Indicador

Rolling Kinetic Energy [Velocity x Pace x Friction]Volume, OrderFlow, CVD, Momentum, Volatility, Scalping, Physics
Description:
The Rolling Kinetic Energy oscillator translates the laws of physics into order flow analysis. Rather than viewing volume and price as separate entities, this tool treats the market as an object in motion, calculating the "Kinetic Energy" behind a price swing to determine its true physical momentum.
The Underlying Logic & Calculations:
In classical physics, Kinetic Energy is calculated as 1/2 * Mass * Speed^2. This script applies that exact formula using market data proxies over a strict, unanchored rolling window (default 5 bars):
Mass (Volume Flow): The script calculates the intra-bar Delta (buying volume vs. selling volume) based on price action relative to the open, high, low, and close. It sums this Delta over the rolling window, and takes the absolute value to represent the market's "Mass."
Speed (Price Pace): It calculates the net point change of the asset over the exact same rolling window and divides it by the window length. This output (points per bar) represents the "Speed" or pace of the market.
Kinetic Calculation: The engine computes the raw energy using the formula: 0.5 * Mass * (Pace ^ 2). Because squaring the pace removes the negative sign during a downtrend, the script intentionally reapplies the directional sign based on the original price pace (positive for uptrends, negative for downtrends).
Visual Features:
Histogram: Plots the directional Kinetic Energy. Electric Blue represents bullish kinetic energy, while Deep Orange represents bearish kinetic energy.
Zero Baseline: The equilibrium point where market energy flips.
Kinetic Smoothing Line: A 3-period Weighted Moving Average (WMA) layered over the histogram to smooth out erratic energy spikes and reveal the broader momentum trend.
How to Use It in Trading:
This tool is highly effective for fast-paced scalping on volatile indices.
Confirming Breakouts: A true, sustainable breakout requires high mass (volume) moving at high speed (price). When breaking a key level, a massive surge in Kinetic Energy confirms that heavy market participation is driving the move.
Spotting Hollow Moves: If price is drifting higher or lower but the Kinetic Energy histogram remains flat and close to the zero line, it indicates a "hollow" move—low mass and low speed. These moves are highly susceptible to sudden mean-reversion, making it a great filter for fading choppy, low-energy market conditions. Indicador
