EVWAPThis indicator plots two Volume-Weighted Average Price (VWAP) lines anchored to earnings events:
EVWAP (Earnings Day): Resets VWAP on the day of the earnings release.
EVWAP (Post-Earnings Day): Resets VWAP on the first trading day after earnings.
These earnings-based VWAPs help identify average price zones impacted by earnings, providing insight into post-earnings support/resistance and potential trend shifts. Works on all timeframes.
Useful for traders analyzing price reactions around earnings reports.
Volume
Volume MAs Oscillator | Lyro RSVolume MAs Oscillator | Lyro RS
Overview
The Volume MAs Oscillator is a powerful volume‑adjusted momentum tool that combines custom‑weighted moving averages on volume‑weighted price with smoothed deviation bands. It offers dynamic insights into trend direction, overbought/oversold conditions, and relative valuation — all within a single indicator
Key Features
Volume‑Adjusted Moving Averages: Moving averages can be volume‑weighted using the following formula: a moving average of (Price × Volume) divided by a moving average of Volume. This formula is applied across more than 14 different moving averages; however, it is not used with the VWMA, as VWMA is inherently a volume-weighted moving average.
Percentage Oscillator: Displays the normalized difference: (source – MA) / MA * 100, centered around zero for easy interpretation of strength and direction.
Deviation Bands: Builds upper and lower bands from standard deviation of the oscillator over a selected lookback, with distinct positive/negative multipliers and optional smoothing to reduce noise.
Inputs: Band Length, Band Smoothing, Positive Band Multiplier, Negative Band Multiplier.
Multi‑Mode Signal System:
1. Trend Mode – Colors oscillator according to breaks above (bullish) or below (bearish) respective bands.
2. Reversion Mode – Inverses color logic: signals overextensions beyond bands as reversion opportunities, greys inside the bands.
3. Valuation Mode – Applies a gradient color scale (UpC ⇄ DnC) to reflect relative valuation strength.
Customizable Visuals: Select from 5 pre‑set palettes—Classic, Mystic, Major Themes, Accented, Royal—or define your own custom bullish/bearish colors.
Chart enhancements include color‑coded oscillator line, deviation bands, glow‑effect midline at zero, background shading and candlestick/bar coloring aligned to signal mode.
Built‑In Signals: Automatically plots ▲ oversold and ▼ overbought markers upon crosses of lower/upper bands (in trend or reversion modes), enhancing signal clarity.
How It Works
MA Calculation – Applies the selected MA type to price × volume (normalized by MA of volume) or direct VWMA.
Oscillator Output – Calculates the % difference of source vs. derived MA.
Band Construction – Computes rolling standard deviation; applies user‑defined multipliers; smooths bands with exponential blending.
Mode-Dependent Coloring & Signals –
• Trend: Highlights strength trends via band cross coloring.
• Reversion: Flags extremes beyond bands as potential pullbacks.
• Valuation: Uses gradient to reflect oscillator’s position relative to recent range.
Signal Markers – Deploys arrows and color rules to flag overbought (▼) or oversold (▲) conditions when bands are breached.
Practical Use
Trend Confirmation – In Trend Mode, use upward price_diff cross above upper band as bullish; downward cross below lower band as bearish.
Mean Reversion – In Reversion Mode, fading extremes beyond bands may precede a retracement.
Relative Valuation – Valuation Mode shines when assessing how extended price_diff is, with gradient colors indicating valuation zones.
Bars/candles color‑coded to oscillator state boosts clarity of market tone and allows for rapid visual scanning.
Customization
Adjust MA type/length to tune responsiveness vs. smoothing.
Configure band settings for volatility sensitivity.
Toggle between signal modes for trend-following or reversion strategies.
Stylish visuals: pick or customize color schemes to match your chart setup.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not provide guaranteed results. It should be used in conjunction with other analysis methods and proper risk management practices. The creators of this indicator are not responsible for any financial decisions made based on its signals.
Price x Vol RSIAn enhanced RSI indicator that integrates the RSI of volume as a conviction amplifier.
This script modifies the RSI to range from −1 to +1, allowing it to express directional momentum. Volume RSI remains in the range of 0 to +1, serving as a direction-neutral amplifier.
The result is a bi-directional composite RSI that:
>> Emphasizes congruent signals (e.g., strong price direction with strong volume).
>> Minimizes misleading signals from high volume paired with neutral or conflicting price movement.
Ideal for identifying high-conviction breakouts and momentum divergences with volume support.
the plot fill increases in color when the plot approaches zero, then reverses away from zero, and resets on a zero-cross.
check out my other script, the PXVS, which is what this RSI script was based on. it uses similar logic as this script, but with FSTO %K instead of RSI
Trend Liquidity ZonesUses ema as filter for trend direction and levels as well as low volume candles into those liquidity levels
Stochastic Money Flow IndexThe Stochastic Money Flow Index (or Stochastic MFI ), is a variation of the classic Stochastic RSI that uses the Money Flow Index (MFI) rather than the Relative Strength Index (RSI) in its calculation.
While the RSI focuses solely on price momentum, the MFI is a volume-weighted indicator, meaning it incorporates both price and volume data.
The Stochastic MFI is intended to provide a more precise and sensitive reading of the MFI by measuring the level of the MFI relative to its range over a specific period.
Settings
Stochastic Settings
%K Length : The number of periods used to calculate the Stochastic. (Default: 14)
%K Smoothing : The SMA length used to 'smooth' the %K line. (Default: 3)
%D Smoothing : The SMA length used to 'smooth' the %D line. (Default: 1)
Money Flow Index Settings
MFI Length : The number of periods used to calculate the Money Flow Index. (Default: 14)
MFI Source : The source used to calculate the Money Flow Index. (Default: close)
Additional Settings
Show Overbought/Oversold Gradients? : Toggle the display of overbought/oversold gradients. (Default: true)
Weekly Volume USDT## Description
This Pine Script indicator displays the trading volume for each day of the current week (Monday through Sunday) in a clean table format on your TradingView chart. The volume is calculated in USDT equivalent and displayed in the top-right corner of the chart.
## Features
- **Weekly Volume Breakdown**: Shows individual daily volumes from Monday to Sunday
- **USDT Conversion**: Automatically converts volume to USDT using the average price (open + close / 2)
- **Smart Formatting**:
- Large numbers are formatted with K (thousands) and M (millions) suffixes
- Example: 1,234,567 → 1.23M USDT
- **Clean Table Display**: Fixed position table in the top-right corner
- **Current Week Focus**: Displays volumes for the current week only
- **Future Days Handling**: Days that haven't occurred yet in the current week show as "-"
## How It Works
1. The indicator calculates the average price for each day using (Open + Close) / 2
2. Multiplies the daily volume by the average price to get USDT-equivalent volume
3. Displays the results in an easy-to-read table format
## Use Cases
- **Volume Analysis**: Quickly identify which days of the week have the highest trading activity
- **Pattern Recognition**: Spot weekly volume patterns and trends
- **Trading Decisions**: Use volume information to inform your trading strategies
- **Market Activity Monitoring**: Keep track of market participation throughout the week
## Installation
Simply add this indicator to your TradingView chart and it will automatically display the weekly volume table in the top-right corner.
## Tags
#volume #weekly #USDT #table #analysis #trading #cryptocurrency
Price x Vol StochasticAn enhanced Fast Stochastic (FSTO) indicator that integrates volume as a conviction amplifier.
This script modifies the price stochastic to range from −1 to +1, allowing it to express directional momentum. Volume stochastic remains in the range of 0 to +1, serving as a direction-neutral amplifier.
The result is a bi-directional composite stochastic that:
>> Emphasizes congruent signals (e.g., strong price direction with strong volume).
>> Minimizes misleading or incongruent signals from high volume paired with neutral or conflicting price movement.
Ideal for identifying high-conviction breakouts and momentum divergences with volume support.
VWAP SlopePositive (green) bars mean today’s (or this interval’s) VWAP is higher than the prior one → volume‐weighted average price is drifting up → bullish flow.
Negative (red) bars mean VWAP is lower than before → volume is skewed to sellers → bearish flow.
Bar height shows how much VWAP has shifted, so taller bars = stronger conviction.
Why it’s useful:
It gives you a real-time read on whether institutions are consistently buying at higher prices or selling at lower prices.
Use it as a bias filter: for shorts you want to see red bars (VWAP down-slope) at your entry, and for longs green bars (VWAP up-slope).
Because it updates tick-by-tick (or per bar), you get a live snapshot of volume-weighted momentum on top of your price‐action and oscillator signals.
Divergence IndicatorLook for green circles (bullish divergences) below bars and red circles (bearish divergences) above bars.
Set up alerts as needed using the "Bullish Divergence" or "Bearish Divergence" conditions.
Normalized Volume EMA FilterTrade towards volume at liquidity levels (Trend Liquidity Zones indi), unless value states otherwise.
Heiken Ashi CVD v6.8🔷 Heiken Ashi CVD v6.8 — Predictive Gann HiLo + Momentum-Scored Trend System
Overview:
This premium-grade indicator blends the power of Heiken Ashi smoothing, real CVD (Cumulative Volume Delta), and a predictive Gann Hi-Lo trend engine — engineered for precision, clarity, and long-term stability.
💡 What it Does:
✅ Plots Smart Candles using your choice of:
Real CVD-based candles
Heiken Ashi CVD (for smoother order-flow clarity)
Or Heiken Ashi Price (as a fallback or volatility filter)
🔁 Switches Between 5 Trend Modes:
Gann HiLo – Traditional swing logic using high/low smoothing
HMA – Fast-reacting trend detection with Hull MA
GH-HMA (Average) – Balanced hybrid of HMA and SMA
GH-HMA (Confirm) – Requires both HMA and SMA to agree
GH-HMA (Score Weighted) – Uses intelligent scoring + momentum to confirm directional confidence
⚡ Optional Momentum Acceleration Filter:
Detects trend momentum surges using ROC (Rate of Change)
Filters weak signals in Score Weighted mode for higher confidence entries
User-toggleable: enable or disable as needed
📢 Alerts You ONLY When It Matters:
Buy/Sell signals fire only when both Price and your selected CVD/HA source close beyond the Gann HiLo trendline
Ensures the trend has flipped direction, not just flickered
🛡️ Failsafe Design:
Auto-fallback to HA Price if CVD data is unavailable
Candle logic and MA signals adapt seamlessly to selected source
Non-repainting, lightweight, multi-timeframe compatible
🎯 Ideal For:
Traders who want clean, high-probability trend signals
Volume delta analysts using Heiken Ashi-enhanced CVD
Professionals seeking a blend of visual clarity + confirmation logic
Anyone who wants predictive edge without repainting
🧠 Bonus:
Built with professional-grade logic, clean UI, and future-proof structure.
Fully customizable and user-friendly.
💎 Free to Use — Give Back, Not Guess
This tool was built to empower traders with transparent logic, predictive structure, and real insight — not just colors and noise.
Use it. Share it. Improve it.
VPOC [cem_trades]Session-Based Volume POC with Naked VPOC Visualization
This indicator dynamically calculates and visualizes the Volume Point of Control (VPOC) — the price level with the highest traded volume — for custom, user-defined session windows (e.g., 60-minute, 120-minute, or any other interval). Unlike standard VPOC indicators that rely on fixed sessions (daily, weekly, etc.), this tool allows you to define granular intra-session ranges, giving greater flexibility and precision in volume profile analysis.
In addition to current VPOCs, the indicator also highlights "naked" VPOCs — past VPOC levels that have not yet been revisited by price — which are commonly used to identify high-probability reaction zones. These levels often act as powerful support or resistance areas in both intraday and swing trading contexts.
Key Features:
Fully adjustable session length and time zone configuration
Supports RTH/ETH market hours
Naked VPOCs are clearly marked for visibility and strategic planning
Compatible with any asset and timeframe
This script is invite-only due to its unique implementation of dynamic session logic, which is not available in existing open-source versions.
To use:
Select your desired session duration (e.g., 90min)
Choose your time zone and trading hours (RTH or ETH)
Observe real-time VPOC shifts and naked VPOC levels on your chart
A clean chart is recommended for full visibility of levels. No external indicators are required for operation.
Multi Market Structure Confirmation Indicator🔧 Overview
The Multi Confluence Indicator (MCI) is a sophisticated all-in-one Pine Script tool designed for intraday and swing traders. It combines multiple leading and lagging indicators into a single chart overlay. MCI aims to identify key confluence zones for decision-making by integrating CPR levels, trend indicators, volume profiles, divergence signals, market structure, and more.
📋 Indicator Components
CPR (Central Pivot Range)
Daily CPR, Tomorrow’s CPR, Weekly CPR, and Historical CPR.
Includes support/resistance (S1–S3, R1–R3).
Color-coded with clear labeling.
Accounts for weekends and holidays (manually defined).
Option to show: Previous Day’s High/Low/Close and Weekly R3/S3
How to interpret : CPR is used to define price bias (bullish above, bearish below) and high-probability bounce zones.
Trend Indicators
Supertrend
ATR-based trend-following system.
Buy/Sell signals with labels.
Customizable multiplier and length.
Parabolic SAR
Trend-following reversal system.
Labels and shapes are optionally displayed.)
XTrend (Super Xtrend)
Custom smart-trend logic with ATR channels.
Buy/sell arrows and alerts on trend changes.
How to interpret : Use for trend confirmation and early entries/exits.
RSI + Bar Coloring
RSI calculated and bars colored based on overbought, oversold, very overbought, and very oversold thresholds.
Colors: green (buy), red (sell), white/yellow (extremes).
How to interpret : Visualizes internal strength or weakness of candles.
MACD Trend Ribbon
Single MACD signal plotted as a ribbon at the bottom.
Ribbon color reflects MACD trend state (rising/falling).
Order Blocks (SonarLab-inspired)
Bullish and Bearish OBs.
Sensitivity control.
Cleaned up upon mitigation.
Alerts when price enters OB zones.
How to interpret : Institutional footprints; look for entries in OB zones after mitigation.
Market Structure + MSB
Market structure shifts using zigzag logic.
Identifies bullish/bearish break of structure (MSB).
Automatically labels Bu-OB, Be-OB (Order Blocks) / Bu-BB, Be-BB (Breakout Blocks)
How to interpret : Detect structural trend changes, use for breakout confirmation.
RSI Divergence
Detects and plots Bullish/Bearish divergence with up/down arrows and from level 1 to 5 divergence strength.
Smart line cleanup to avoid clutter.
How to interpret : Reversal warning zones, especially in confluence with other tools.
Volume Profile (Price-by-Volume)
Horizontal volume histogram over defined lookback.
Up/down volume
Bull/bear strength
Point of Control (PoC)
Price levels
How to interpret : Identify price acceptance/rejection zones and fair value.
Volume Histogram
Plots vertical histogram (top/bottom).
Includes volume moving average overlay.
Volume-weighted bar coloring (optional).
Settlement Levels
Daily volatility-based standard deviation bands.
Based on historical volatility (HV).
Support for up to ±2.5 SD.
Custom source and lookback period.
How to interpret : Use as dynamic intraday range bounds for mean-reversion or breakout strategies.
EMA Offset
Plots a forward/backward-shifted EMA.
Useful for visualizing lag or future projections.
⚠️ Alerts
The script includes TradingView alert conditions for:
Supertrend direction change
PSAR direction change
XTrend buy/sell
OB entry (Bullish/Bearish)
Market Structure Break (MSB)
You can create alerts using these by selecting the script under the “Create Alert” panel and choosing from the dropdown conditions.
KT Smart Money Pro SuiteKT Smart Money Pro Suite
📊 Overview
A comprehensive Smart Money Concepts indicator that combines multiple professional trading tools in one powerful suite. This indicator helps traders identify market structure, institutional order flow, and key support/resistance levels using advanced Smart Money principles.
🎯 Key Features
🏗️ Market Structure Analysis
Internal Structure Detection - Identifies internal Break of Structure (BoS) and Change of Character (CHoCH)
External Structure Detection - Tracks major market structure shifts with customizable sensitivity
Higher Highs/Lower Lows Identification - Automatically marks swing points and trend changes
Configurable Sensitivity - Choose between 3, 5, or 8 bars for internal structure and 10, 25, or 50 bars for external structure
📦 Order Blocks & Zones
Swing Order Blocks - Displays institutional order blocks from significant swing points
Area of Interest (AOI) - Highlights key zones where smart money is likely to react
Automatic Block Management - Shows last 10 order blocks with automatic cleanup
Real-time Updates - Blocks extend to current price action for active monitoring
📈 Fair Value Gaps (FVG)
Gap Detection - Automatically identifies unfilled price gaps
Gap Mitigation Tracking - Shows when gaps are partially or fully filled
Closest FVG Filter - Option to show only the nearest up/down gaps for cleaner charts
Customizable Colors - Personalize FVG appearance with transparency controls
📏 Auto Fibonacci Retracements
Dynamic Fibonacci Lines - Automatically draws Fib levels from recent swing highs/lows
Multiple Retracement Levels - 23.6%, 38.2%, 50%, 61.8%, 78.6% with individual color controls
Smart Pivot Detection - Uses advanced algorithms to identify the most relevant swing points
Customizable Display - Enable/disable individual Fib levels as needed
🕐 Session & Time Analysis
Multi-Session Tracking - New York, London, and Asia session highlighting
Session Countdown - Real-time countdown to next session open/close
Volume Activity Analysis - 4-hour and 24-hour volume percentile rankings
Time Zone Awareness - All calculations based on New York time
📊 Multi-Timeframe Support
Daily High/Low Levels - Previous day and current day key levels
4-Hour High/Low Levels - Intraday key levels for shorter timeframe analysis
Lower Timeframe Compatibility - Works on all timeframes from 1-minute to daily
Automatic Timeframe Detection - Adapts calculations based on current chart timeframe
⚙️ Customization Options
Smart Money Concepts
Bull/Bear color customization
Internal/External structure sensitivity settings
Structure type filtering (All, BoS, CHoCH only)
Individual component enable/disable toggles
Order Blocks & Areas
Maximum number of visible order blocks
Area of Interest display toggle
High/Low block filtering options
Fair Value Gaps
FVG color and transparency controls
Gap contraction feature
Closest gap filtering
Automatic gap cleanup
Auto Fibonacci
Individual Fib level controls
Custom retracement percentages
Color customization for each level
Automatic pivot sensitivity
Session Analysis
Session color customization
Background transparency controls
Label display options
Volume activity thresholds
💡 How to Use
Add to Chart - Apply the indicator to any timeframe chart
Configure Settings - Adjust sensitivity and display options in the settings panel
Monitor Structure - Watch for BoS/CHoCH signals for trend changes
Track Order Blocks - Use highlighted zones for potential support/resistance
Analyze Sessions - Monitor volume activity and session transitions
Fibonacci Levels - Use auto-generated Fib levels for entry/exit planning
🎨 Visual Elements
Clean, professional appearance with customizable colors
Non-overlapping labels and lines for clarity
Automatic chart cleanup to prevent clutter
Real-time updates with historical accuracy
Mobile-friendly design for all devices
⚠️ Important Notes
Best suited for trending markets and swing trading
Combine with your own trading strategy and risk management
Past performance does not guarantee future results
Always use proper position sizing and stop losses
🔧 Technical Specifications
Pine Script Version: 6
Max Objects: 500 labels, lines, and boxes each
Max Bars Back: 500 bars for calculations
Overlay: True (displays on price chart)
Real-time Updates: Yes
📱 Compatibility
Works on all TradingView plans
Compatible with all instruments (Forex, Stocks, Crypto, Commodities)
Optimized for both desktop and mobile viewing
Supports all chart types (Candlestick, Bar, Line, etc.)
This indicator is designed to complement your trading analysis and should be used in conjunction with proper risk management practices. No indicator guarantees profitable trades.
KT Smart Support Resistance ProKT Smart Support Resistance Pro
📋 Overview
The KT Smart Support Resistance Pro is an advanced technical analysis indicator that automatically identifies dynamic support and resistance levels using volume-based analysis. This indicator goes beyond traditional pivot point methods by incorporating delta volume calculations to validate the strength of each level.
🎯 Key Features
✨ Smart Volume-Based Detection
Delta Volume Analysis: Uses positive/negative volume flow to validate support/resistance levels
Volume Filtering: Filters out weak levels using customizable volume thresholds
Gradient Color Coding: Visual intensity based on volume strength
📊 Dynamic Level Management
Adaptive Box Width: ATR-based box sizing for different market volatility
Real-time Updates: Boxes extend automatically as new bars form
Breakout Detection: Instant identification when levels are broken or hold
🔄 Role Reversal Recognition
Support-to-Resistance: Automatically detects when broken support becomes new resistance
Resistance-to-Support: Identifies when broken resistance turns into support
Visual Confirmation: Color changes and symbols for easy recognition
📈 How It Works
1. Volume Analysis
The indicator calculates delta volume by analyzing:
Positive Volume: When close > open (buying pressure)
Negative Volume: When close < open (selling pressure)
2. Level Identification
Support Levels: Created at pivot lows with high positive volume
Resistance Levels: Created at pivot highs with high negative volume
3. Visual Signals
Green Boxes: Support levels with volume intensity coloring
Red Boxes: Resistance levels with volume intensity coloring
Diamond Symbols: Level holds (◆)
Break Labels: Clear breakout notifications
4. Dynamic Updates
Solid Lines: Active, holding levels
Dashed Lines: Broken levels
Color Changes: Red for broken support, Green for broken resistance
🎨 Visual Elements
Box Colors
Green Gradient: Support levels (intensity based on positive volume)
Red Gradient: Resistance levels (intensity based on negative volume)
Transparency: Weaker levels appear more transparent
Symbols & Labels
Green ◆: Support/Resistance holds
Red ◆: Level rejection
"Break Sup": Support breakout label
"Break Res": Resistance breakout label
💡 Trading Applications
Entry Signals
Buy: When price bounces off support (green diamond)
Sell: When price bounces off resistance (red diamond)
Breakout Trades: When labels appear for confirmed breaks
Risk Management
Use box boundaries for stop-loss placement
Volume intensity indicates level strength
Role reversal helps identify new trading opportunities
Multi-Timeframe Analysis
Works on any timeframe
Higher timeframes provide stronger levels
Intraday scalping on lower timeframes
🔧 Best Practices
Optimization Tips
Adjust Lookback Period:
Shorter (10-15): More sensitive, frequent signals
Longer (25-50): Stronger, fewer signals
Volume Filter Tuning:
Lower values: More levels, higher noise
Higher values: Fewer, stronger levels
Box Width Adjustment:
Volatile markets: Increase width
Stable markets: Decrease width
Market Conditions
Trending Markets: Focus on breakout signals
Ranging Markets: Trade bounces off levels
High Volume: Gives more reliable signals
⚠️ Important Notes
Limitations
Requires sufficient volume data for accuracy
May produce false signals in extremely low volume conditions
Best used in conjunction with other technical analysis tools
Performance
Maximum 50 boxes displayed simultaneously
Automatic cleanup of old levels
Optimized for real-time trading
🚀 Advanced Features
Volume Intelligence
The indicator's unique selling point is its volume-based validation:
Only creates levels where significant volume confirms the turning point
Eliminates weak pivot points that lack institutional interest
Provides volume information directly on each box
Adaptive Behavior
Box width adjusts to market volatility (ATR-based)
Volume thresholds adapt to recent volume patterns
Color intensity reflects relative volume strength
📞 Support & Updates
This indicator is actively maintained and updated based on user feedback. The algorithm continuously evolves to adapt to changing market conditions while maintaining its core volume-based approach.
Disclaimer: This indicator is for educational and analysis purposes. Always combine with proper risk management and additional confirmation signals before making trading decisions.
Market Strength Meter 📊 by sma**Market Strength Meter 📊 by sma** is a comprehensive strength dashboard that combines volume dynamics, price momentum, and trend alignment into one easy-to-read visual tool.
Key metrics include:
- Volume relative to average (threshold-based)
- Volume momentum trend
- Price alignment with EMA-based trend
- Market context scoring (Favorable / Neutral / Contrary)
- Real-time buy/sell signal suggestion based on multi-factor confluence
The built-in table updates dynamically and shows:
- Volume strength (weak/moderate/strong)
- Trend direction and strength
- Signal quality (Buy / Sell / Wait)
- Volatility context and EMA distance
It’s designed to support intraday and swing traders who seek a quick but solid view of market conditions without cluttering the chart.
Includes customizable alerts for:
- Confirmed bullish/bearish entries
- Counter-trend volume spikes
- Explosive volume (>200%)
Market Strength Meter es un tablero de fuerza del mercado que analiza volumen, momentum y contexto de tendencia para ofrecer señales claras. Ideal para traders que buscan confluencia de factores y confirmaciones objetivas.
Simple Turnover with TOMCAPOverview
Turnover, or the total value traded over a given period, helps you gauge whether there’s enough liquidity in the instrument being traded. This indicator calculates the average turnover and presents it as a bar-by-bar plot. It also calculates the turnover-to-market capitalization (Tomcap) ratio, and presents this in a configurable table or text summary.
Introduction
Volume indicates the total number of shares that have been bought or sold in a specific period or during the trading day.
A company's market capitalization at any given time can be determined by multiplying its stock price by the number of shares outstanding.
Share turnover is a measure of stock liquidity, calculated by dividing the total number of shares traded during some period by the average number of shares outstanding for the same period. The higher the share turnover, the more liquid company shares are.
Compared to traditional volumes, potting the change in turnover can provide a better representation of the flow of money.
At its simplest, the daily turnover on each bar is computed as the closing price for a stock multiplied by its average volume:
turnover = volume * close / 10000000
The script calculates this by using average prices for both:
turnover = sma_volume * sma_close / 10000000
Script Basics
The script computes & plots the n-period average turnover by multiplying the moving average of price and volume.
By default, the market cap is plotted bar by bar as a background behind the turnover bars.
Every time the turnover reaches a new high in a quarter, the color of the turnover bars turns dark green. This represents the HTQ (Highest Turnover in a Quarter) , and multiple consecutive HTQs indicate a significant influx of funds into that stock.
Uses
The primary purpose of the script is to assist traders in making more informed decisions regarding stock selection.
1. Screen out non-tradable stocks
Quickly spot low-turnover names (illiquid stocks) to avoid wide spreads. Filter out any stocks whose average daily turnover is below, say, ₹5 Cr. This helps in eliminating tickers whose average turnover never clears your minimum threshold.
Example of a high-turnover stock:
Example of a low-turnover stock:
2. Turnover expansion
Observe when the average turnover suddenly expands from its previously subdued values. This occurs when money begins to flow in due to a catalyst, sectoral push, news flow, or any institutional activity.
Example:
3. Relative liquidity comparison
Even average turnover can sometimes overlook the context if we don’t know the company's size. That’s why the script also measures:
Turnover vs. Market cap (TOMCAP) , answering “What percent of the company’s value trades each day?”
Turnover vs. Free Float (TOFF) , showing liquidity against shares actually available for trading.
For example:
A small-cap stock with ₹1 Cr turnover but only ₹50 Cr market cap (Tomcap = 2 %)
vs. a large-cap with ₹10 Cr turnover and ₹20,000 Cr cap (Tomcap = 0.05 %)
Customization
A. Appearance
Dark Mode toggle switches colors to match your dark layout
Show turnover in Crores or Millions
B. What to show
Select the table size and position (e.g., top-left, bottom-center)
Under Table Settings, enable or disable any row:
Turnover
Mcap (market capitalization)
FF (free float)
1-Min liquidity (average turnover on 1-min bars)
Tomcap (Turnover to market capitalization) or Toff (Turnover to Free Float) ratio
C. Display mode
Table: a multi-row grid with colored cells
Text: a single summary string
Volume Impulse Order Blocks | InvrsROBINHOODWhat the Indicator Does
The Volume Impulse Order Blocks indicator is designed to automatically identify and highlight key price zones where significant trading activity occurs, particularly after the market has made a potential bottom. Its primary goal is to visually distinguish between the initial, often institutional-driven market moves ("Smart Money") and the subsequent reactions from the broader market ("Retail").
The indicator watches for two specific volume patterns:
Paired Impulses: After identifying a significant swing low in price, the indicator looks for the first major spike in volume. It marks this as a "Smart Money" zone. It then watches for the next volume spike, which it labels as a "Retail" zone.
Singular Impulses: Sometimes, a single, powerful volume spike occurs on a candle that is the opposite color of the bars immediately surrounding it. The indicator identifies this as a standalone "Smart Money" event, suggesting a strong, isolated market action.
How to Use It in Trading
This indicator provides visual cues that can be interpreted as potential areas of future support or resistance.
Identifying Key Zones (The Boxes):
Smart Money Box (White/Black): This is the most important signal. It highlights a price range where large players may have initiated positions. A white box marks a bullish (up) candle, and a black box marks a bearish (down) candle. Traders often watch these zones closely, as price may react strongly if it returns to test them in the future.
Retail Box (Red): This box shows where the general market likely followed the initial smart money move. While still significant, it represents a secondary reaction.
Extending Boxes: All boxes automatically extend to the right and will only disappear once the price has traded completely through them. This allows you to see which zones have been "respected" and which have been "broken."
Confirmation Signals:
Blue Vertical Line: This thin blue line is a simple pointer that marks the exact candle of the initial "Smart Money" impulse, helping you pinpoint the event in time.
Trend Reversals: The appearance of a Smart Money box after a prolonged downtrend and a pivot low can be an early signal that the trend may be losing momentum and that significant buyers are entering the market.
In practice, a trader might use these boxes as high-probability zones to look for entries, exits, or to simply understand the underlying market dynamics. As with any tool, it is most effective when used in conjunction with other forms of analysis, such as market structure and trend analysis.
🔁 SAUD - SPX 500t: مناطق عرض وطلب + دعم ومقاومة✅ فكرة السكربت:
تم تطوير هذا المؤشر باستخدام لغة Pine Script v5 على منصة TradingView، ويهدف إلى تحديد أهم مستويات السوق تلقائيًا من خلال الدمج بين:
مناطق الدعم والمقاومة الديناميكية
مناطق العرض والطلب الذكية استنادًا إلى نمط الشموع
المتوسط المتحرك السريع لتوضيح الاتجاه اللحظي
إشارات مرئية دقيقة على الشارت
✅ Script Concept:
This indicator was developed using Pine Script v5 on the TradingView platform. It aims to automatically identify key market levels by combining:
Dynamic support and resistance zones
Smart supply and demand zones based on candlestick patterns
Fast moving averages to illustrate the real-time trend
Precise visual signals on the chart
VMATOR v1VMATOR
Originally based on a personal strategy that i designed as i'm not familiar with every candlestick pattern and other strategies. This indicator is a something i created for my self trying to get better entries with lower risk. In my research and test back i found out that the lowest risk is found when entering to a position when price is close to VWAP and EMA 50 and 200. Hence the name of this indicator: VMATOR.
The indicator looks for the closest price to VWAP and those EMAs and generates a signal. It also makes an attempt to estimate exits based on the amount of times price retracts to the closest EMA.
This indicator works best if there are defined uptrends or downtrends. It may not work well during consolidations or accumulations.
If you trade Options consider that when the market opens you may have already a signal before. If by the time market opens price has not retracted to EMA 50 is safe to enter but it's up to you to define your risk.
Contact me if you have any questions.
Midas v1.0 by G-Track**MIDAS v1.0: See the market, simplified.**
This is a paid, invite-only script designed to turn complex market data into simple, intuitive signals.
For subscription details, please see the Author's instructions below.
---
*Disclaimer: This indicator is provided for informational and educational purposes only. It is not financial advice. All investment decisions and responsibility lie solely with the user. Past performance does not guarantee future results.*
MicroStructure Pulse Scalper - Lower📄 Description
⚙️ MPS Companion v1.0 is a custom-built utility indicator designed to complement the MicroStructure Pulse Scalper (MPS).
It visualizes pressure buildup from microstructural imbalances, volume surges, trend alignment, and liquidity sweeps — turning invisible market pressure into actionable intelligence.
🔍 What It Does
Pressure Oscillator: Calculates a normalized score from –100 to +100 showing how likely the market is to form a high-probability MPS trigger.
Adaptive Threshold Zones: Dynamic bullish/bearish levels adapt to volatility for smarter readings.
Microstructure Memory: A clustering model gauges how many valid entry conditions occurred recently.
Real-Time Dashboard: A floating panel shows trend direction, volume regime, liquidity sweep type, and more.
Background Zoning: Visually highlights when market bias enters a prime actionable zone.
✅ Core Logic
VWAP Z-Score Dislocation
Volume Spike Detection (Z-Score)
ATR-Based Expansion Analysis
EMA-Based Trend Direction
Liquidity Sweep Recognition
Signal Memory Weighting (clustering over recent bars)
🧠 How to Use It
Use the oscillator + background zone to anticipate potential MPS triggers.
Check the dashboard for bias clarity before acting on any signal.
Use adaptive zones to filter chop from high-conviction setups.
🎯 Recommended Settings
Works best on: 1m, 3m, 5m charts (BTC/USD, ETH, NASDAQ micros, etc.)
Combine with: MPS Strategy or Dashboard
Default values are tuned for fast-paced scalping.
🧬 About the Author
This tool is part of the MicroStructure Pulse System, engineered by Donald Clark for precision scalping with a blend of statistical models, microstructure theory, and volatility dynamics.
👉 For full access to the Full-Private MPS system, including entry engine and optimization suite, DM the author or visit the full strategy page.
CRT Candle by aDiLThe CRT Candle indicator overlays candles from custom resolution timeframes (CRT) onto the current chart, aiding multi-timeframe analysis. Key features include:
➡️Custom Timeframes: Display up to three higher timeframe candles (e.g., H1, H4, 1D).
➡️Candle Styling: Customizable bullish/bearish candle appearance with adjustable width and spacing.
➡️Imbalance Visualization: Highlights Fair Value Gaps (FVG) and Volume Imbalances as boxes.
➡️Trace Lines: Optional lines connecting open, close, high, and low prices to candles.
➡️Labels & Timers: Shows timeframe labels and countdown timers, fully configurable.
This tool enhances trading strategies by integrating higher timeframe insights directly on the chart.
Normalized Volume with Stripe FilterNvol with stripe function price chart ema defined. Trade the liquidity levels (trend liquidity zones indi) towards volume, unless your value says otherwise.