OPEN-SOURCE SCRIPT
Actualizado Big Trades Whale Detector [Volume Anomalies] By HK

Overview The "Big Trade Detector" helps you spot institutional footprints by identifying volume anomalies that act as outliers compared to recent history. It uses statistical analysis (Standard Deviation) to filter out noise and highlight only significant buying or selling pressure.
Features:
Volume Decomposition: Approximates buy/sell volume based on price action within the candle (Close vs. Range).
3-Tier Detection: Uses dynamic thresholds to categorize volume spikes into Small, Medium, and Extreme events.
Smart Calculation: Compares current volume against the previous average to detect sudden shifts in momentum.
Visuals:
Green Circles (Below Bar): Unusual Buying Pressure (Support defense or Breakout).
Red Circles (Above Bar): Unusual Selling Pressure (Resistance defense or Dump).
Size Matters: The larger the circle, the higher the standard deviation (Sigma) of that volume event.
Features:
Volume Decomposition: Approximates buy/sell volume based on price action within the candle (Close vs. Range).
3-Tier Detection: Uses dynamic thresholds to categorize volume spikes into Small, Medium, and Extreme events.
Smart Calculation: Compares current volume against the previous average to detect sudden shifts in momentum.
Visuals:
Green Circles (Below Bar): Unusual Buying Pressure (Support defense or Breakout).
Red Circles (Above Bar): Unusual Selling Pressure (Resistance defense or Dump).
Size Matters: The larger the circle, the higher the standard deviation (Sigma) of that volume event.
Notas de prensa
Overview The "Big Trade Detector" helps you spot institutional footprints by identifying volume anomalies that act as outliers compared to recent history. It uses statistical analysis (Standard Deviation) to filter out noise and highlight only significant buying or selling pressure.Features:
Volume Decomposition: Approximates buy/sell volume based on price action within the candle (Close vs. Range).
3-Tier Detection: Uses dynamic thresholds to categorize volume spikes into Small, Medium, and Extreme events.
Smart Calculation: Compares current volume against the previous average to detect sudden shifts in momentum.
Visuals:
Green Circles (Below Bar): Unusual Buying Pressure (Support defense or Breakout).
Red Circles (Above Bar): Unusual Selling Pressure (Resistance defense or Dump).
Size Matters: The larger the circle, the higher the standard deviation (Sigma) of that volume event.
Notas de prensa
Changes:Updated to Pine Script v6.
Improved Visuals: Big Trade circles are no longer floating above/below bars. They are now plotted at absolute price levels to better reflect where the volume activity occurred within the candle.
Buys: Plotted at the average of Low and Close.
Sells: Plotted at the average of High and Close.
Notas de prensa
Big Update!How it works:
Intrabar Precision: The script inspects the candle using lower timeframe data (default: 5-second ticks) to find exactly where the volume occurred.
Volume Filtering: It filters out noise and only plots bubbles when a specific volume threshold (Minimum Volume) is hit within that 5-second window.
Smart Coloring: Bubbles are colored Green (Buy) or Red (Sell) based on the price action within that specific micro-movement.
⚙️ Settings:
Minimum Volume: Set the threshold for big trades (e.g., 150+ for ETH, higher for BTC).
Circle Size: Controls the background bubble.
Font Size: Controls the text readability independently.
⚠️ Important Visual Tip: If the text appears "behind" the candles or disappears:
Right-click any of the indicator Volume Text/Bubbles.
Select Visual Order -> Bring to Front. (This is a standard TradingView setting to ensure labels stay on top of price bars).
Notas de prensa
I have reverted the last Update to the original code without premium features.Notas de prensa
Buy/sell dots enlarged for better visibility, and default Transparency set to 50%Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.
Script de código abierto
Fiel al espíritu de TradingView, el creador de este script lo ha convertido en código abierto, para que los traders puedan revisar y verificar su funcionalidad. ¡Enhorabuena al autor! Aunque puede utilizarlo de forma gratuita, recuerde que cualquier republicación del código está sujeta a nuestras Normas internas.
Exención de responsabilidad
La información y las publicaciones no constituyen, ni deben considerarse como, asesoramiento o recomendaciones financieras, de inversión, de trading u otro tipo, proporcionadas o respaldadas por TradingView. Obtenga más información en Condiciones de uso.