Volum
VIM (Volume in Money)Volume in Money + MA (Short Numbers & Coloring)
This indicator visualizes the monetary volume traded in each candle, calculated as:
Money Volume
=
Volume
×
Close Price
Money Volume=Volume×Close Price
🔹 Features:
Plots bars representing the money volume (total traded value).
Coloring options:
• Prev Close → Green if the current close is higher than the previous close, Red if lower.
• Candle Direction → Green if the candle is bullish (close > open), Red if bearish (close < open).
Moving Average (default length: 14) applied on the money volume for trend analysis.
Axis values and labels displayed in a shortened format (K, M, B, T) for readability.
📊 This helps traders quickly identify whether large amounts of money flowed into or out of the asset, making it easier to detect unusual activity compared to regular volume indicators.
Trading Activity Index (Zeiierman)█ Overview
Trading Activity Index (Zeiierman) is a volume-based market activity meter that transforms dollar-volume into a smooth, normalized “activity index.”
It highlights when market participation is unusually low or high with a dynamic color gradient:
Light Blue → Low Activity (thin participation, low liquidity conditions)
Red/Orange → High Activity (active markets, large trades flowing in)
Additional percentile bands (20/40/60/80%) give context, helping you see whether the current activity level is in the bottom quintile, mid-range, or near historical extremes.
█ How It Works
⚪ Dollar Volume Transformation
Each bar, dollar volume is computed:
float dlrVol = close * volume
float dlrVolAvg = ta.sma(dlrVol, len_form)
Dollar volume = price × volume, smoothed by a configurable SMA window.
The result is log-transformed, compressing large outliers for a more stable signal.
⚪ Rolling Percentiles & Ranking
The log-dollar-volume series is compared to its rolling history (len_hist bars):
float p20 = ta.percentile_linear_interpolation(vscale, len_hist, 20)
float p40 = ta.percentile_linear_interpolation(vscale, len_hist, 40)
float p60 = ta.percentile_linear_interpolation(vscale, len_hist, 60)
float p80 = ta.percentile_linear_interpolation(vscale, len_hist, 80)
A normalized rank (0–1) is produced to color the main Trading Activity line.
█ How to Use
⚪ Detect High-Impact Sessions
Quickly see if today’s session is active or quiet relative to its own history — great for filtering setups that need activity.
⚪ Spot Breakouts & Traps
Combine with price action:
High activity near breakouts = strong follow-through likely.
Low activity breakouts = vulnerable to fake-outs.
⚪ Market Regime Context
Percentile bands help you assess whether participation is building up, in the middle of the range, or drying out — valuable for timing mean-reversion trades.
Above 80th percentile (red/orange) → Market is highly active, breakout trades and trend strategies are favored.
Below 20th percentile (light blue) → Market is quiet; fade moves or wait for expansion.
Watch transitions from blue → orange as a signal of growing institutional participation.
█ Settings
Formation Window (bars) – Number of bars used to average dollar volume before log transform.
History Window (bars) – Lookback period for percentile calculations and rank normalization.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Sentinel Nexus Dashboard [AGP] Ver.1.5Sentinel Nexus Dashboard is a versatile Pine Script designed as a comprehensive technical analysis tool. It condenses a variety of key indicators and metrics into a single, intuitive visual dashboard, providing an integrated view of market trends, momentum, volatility, and liquidity, all neatly organized on your TradingView chart.
Key Features and Benefits
All-in-One Dashboard: This script centralizes relevant information, offering a clean, efficient control panel that helps you make quick decisions without cluttering your chart with multiple overlays.
Trend Analysis with ADX: It incorporates the Average Directional Index (ADX) to measure trend strength. The dashboard displays ADX, DI+, and DI- values with dynamic color-coding to highlight trend intensity (e.g., blue for a very strong trend).
Momentum Analysis with MACD: The dashboard shows MACD line and signal line values in a table. The background color of the MACD values reflects the histogram's direction, allowing you to quickly identify crosses and shifts in market momentum.
Multi-Timeframe RSI Analysis: The RSI (Relative Strength Index) dashboard displays values across multiple timeframes (from 1 minute to 1 month). Overbought (77) and oversold (23) levels are color-coded for immediate identification of market conditions, making it an ideal tool for multi-timeframe analysis.
Smart and Dynamic Volume: The script uses a bar coloring algorithm based on average volume. Chart bars change color according to volume magnitude (extreme, high, average, or low) relative to the average, distinguishing between bullish and bearish bars. This helps you identify significant, liquidity-driven price movements.
Fair Value Analysis: The script calculates an asset's "fair value" using a noise filter (similar to a Kalman filter) on recent highs and lows to determine a midpoint. The price dashboard's background color changes to indicate if the current price is above or below this fair value.
Fibonacci EMA Analysis: A table displays several Exponential Moving Averages (EMAs) based on the Fibonacci sequence. The values are color-coded to show whether the current price is above (white) or below (orange) each EMA, helping you quickly identify dynamic support and resistance levels.
CME Futures Data Integration: For Bitcoin, the script can show a chart label with the Bitcoin futures price (CME:BTC1!), allowing you to compare the spot price with the CME futures market.
Potential Uses and Applications
The Sentinel Nexus Dashboard is an excellent support tool for trading. It is not a signal system but rather a suite of confirmation tools that can be used to:
Confirm Trend Strength: Before entering a trade, use the ADX data to ensure the trend has enough strength for your expected move.
Detect Reversal Points: Multi-timeframe RSI data can alert you to potential overbought or oversold conditions, indicating possible exhaustion of a price move.
Validate Price Movements: Bar coloring based on volume helps you determine if a price move is genuine and supported by strong market participation. High volume can confirm a breakout or reversal.
Identify Support and Resistance: The Fibonacci EMAs allow you to quickly visualize key levels where price might find support or resistance, aiding in planning entries and exits.
In short, this script is perfect for traders who want a comprehensive market overview without chart clutter. It efficiently integrates trend, momentum, and volume analysis in one place.
Legal Disclaimer
RISK WARNING:
This Pine Script is a technical analysis tool and should not be considered financial advice. Past performance of any indicator is no guarantee of future results. Trading in financial markets involves a high risk of loss and is not suitable for all investors. By using this indicator, you accept full responsibility for your trading decisions and acknowledge that any financial loss is your sole responsibility.
IMPORTANT:
Some script functions, such as the CME price label, may not work correctly if your TradingView subscription plan is not a paid one. Please check your plan's limitations to ensure the indicator's optimal functionality.
Greek Blast Dashboard-xbos.inAn advanced real-time options trading signal suite that detects volatility spikes, momentum bursts, and breakout/breakdown opportunities using Delta, Gamma, Vega, and IV metrics. Integrated with ADX & Choppiness filters to eliminate noise and highlight only high-quality setups. Features multiple customizable signal types like Delta Blast, Expiry Gamma Blast, IV Spike, Bullish/Bearish Blasts, and Volume Surges. Fully customizable with emojis, color themes, and layout positions, with direct-on-chart plotting, ATM detection, expiry awareness, and built-in alerts for TradingView. Combined Greek and Universal Blast Dashboard with ADX and CHOP Filter
✅ Features to Highlight
🔔 Signal Types
🚀 Delta Blast – Highlights strong directional momentum near ATM.
⚡ Expiry Gamma Blast – Detects explosive volatility on expiry days.
💥 Daily Gamma Blast – Daily high-volatility events, non-expiry based.
🌪️ IV Spike – Spikes in implied volatility.
🧨 Vega Blast – Detects volatility trading opportunities.
🔊 Volume Blast – Volume surges beyond norms.
🐂 Bullish Blast (OB) – Price + volume + RSI breakout combo.
🐻 Bearish Blast (OS) – Price + volume + RSI breakdown combo.
📊 Dashboard Features
Dynamic color-coded visual feedback for each signal.
Tooltip-based insights on all chart labels.
Multiple layout positions (top-right, bottom-left, etc.).
Real-time status table displaying signal presence.
🧩 Customization Options
Toggle individual signal visibility.
Change emoji label positioning (Above/Below candles).
Adjustable color themes for bullish/bearish visuals.
Emoji selection for each signal (choose from 15+ icons).
📈 Chart Enhancements
Labels auto-stack when multiple signals occur on one bar.
Works across all instruments (index, stock, derivatives).
Automatically detects ATM strike prices.
Signals plotted directly on candles using emojis.
🔧 Advanced Filters
Choppiness Index to filter out noisy environments.
Optional market hours bypass for backtesting.
Built-in ADX filter to reduce signals in trending conditions.
🛠️ Other Technical Features
Anchor timeframe support (e.g., 60m, 1D, 1W).
Integrated India holiday calendar for NSE instruments.
Handles expiry logic for All Index, SENSEX, Crypto and stocks.
Lower Wick Pressure (LWP)The Lower Wick Pressure (LWP) indicator measures the strength of lower-wick activity during uptrends.
Concept
When price is in an uptrend (close above a rising EMA), frequent or long lower wicks often suggest buying pressure: sellers push price down intrabar, but buyers step in and reclaim ground before the bar closes.
This indicator isolates those signals by tracking the lower wick size relative to the total bar range (or absolute size if normalization is disabled).
By applying a moving average to these values, it highlights whether buyer absorption at intrabar lows is persistent or fading.
How it works
Trend filter
Uses an EMA to define trend direction.
Only bars where price is above a rising EMA are considered.
Optionally skips the first N minutes after the daily session opens.
Lower wick calculation
The distance between the bar’s low and its body (min(open, close) – low).
Normalized by bar range (high – low) if desired.
Smoothing
The lower-wick values from qualifying bars are averaged with a simple moving average.
This smooth line shows the rolling intensity of buying pressure at the intrabar lows.
Plots
Blue columns → Raw lower-wick ratios (only during uptrends).
Yellow line → Smoothed average of wick pressure.
Gray dashed line at 0.5 → Reference level (50% of bar range).
Use cases
Gauge whether buyers are consistently defending dips during an uptrend.
Spot weakening pressure when average wick ratios fall.
Support for momentum or trend-continuation setups.
📊 Combined Advanced Trading DashboardA sleek, professionally designed trading dashboard that delivers all your key market signals in one place—without cluttering your charts. Combines multi-metric analysis, advanced breakout logic, and real-time alerts to help you trade with precision, speed, and confidence. “Streamlined, Professional Dashboard – No Clutter, Just Precision.”
📊 Comprehensive Dashboard – All-in-one display of Supertrend, EMA Logic, RSI & OBV, VWAP, AlphaTrend, ORB Range, and Previous High/Low signals.
🔄 Sideways Detection – Spots low-volatility markets using ADX, RSI, EMA, MACD & VIX.
🚀 Opening Range Breakout (ORB) – Tracks breakout levels for intraday trading with customizable session times.
📈 Supertrend & AlphaTrend – Clear ATR-based trend direction for quick decisions.
⚡ EMA Logic – Detects crossovers, golden/death crosses, and breakout/breakdown zones.
🔔 Real-Time Alerts – Get instant signals for buy/sell, breakouts, trend changes, and sideways markets.
⚙️ Customizable Inputs – Adjust periods, thresholds, and display options to match your strategy.
🖥️ Visual Indicators – Plots EMAs, ORB levels, and previous highs/lows directly on the chart.
📊 Multi-Metric Analysis – Combines RSI, OBV, MACD, ADX, ATR & IV for deeper insights.
📐 Flexible Positioning – Place the dashboard at the top, bottom, or middle of your chart.
Market Profile Dashboard v2.7 -xbos.inThis advanced Market Profile & Money Flow tool helps traders identify high-probability zones, market bias, and breakout opportunities. It combines Volume Profile, Money Flow analysis, and Cumulative Delta into one clean dashboard, showing where the market is most active and which side — buyers or sellers — is in control.
With built-in POC & Value Area tracking, trade alerts, and high-volume zone markers, it’s designed for both day traders and swing traders to quickly spot support/resistance levels, trend shifts, and momentum surges.
Market Profile Visualization
📦 Volume Profile — See where most trading volume happened within a chosen lookback (200, 100, 50, 20 bars).
💰 Money Flow Profile — Volume × price view to spot where most capital flowed.
↔ Orientation Options — Switch between vertical & horizontal layouts.
📏 Customizable Rows — Control granularity with adjustable price bins (default: 25).
2️⃣ Value Area & POC Tracking
📌 Value Area High/Low (VAH/VAL) — Auto-calculated 70% value area around POC.
🎯 POC (Point of Control) — Price level with highest volume or money flow.
🖌 Value Area Highlight — Visual zone fill for quick identification.
⏳ Flexible Lookback — Adapt periods for changing market conditions.
3️⃣ Bias & Market Sentiment Dashboard
📈 Bias — Bullish, 📉 Bearish, or ➡️ Sideways from flow analysis.
⚖ Dominant Side — Buyers vs. sellers strength meter.
💬 Quick Signal — Context clues like “Price above POC + Bullish bias → Buyers strong”.
🔄 Cumulative Delta — Running buy/sell pressure difference.
🧾 Bars Analyzed — Displays the lookback scope.
4️⃣ Trade Signals & Alerts
🚨 POC Breakouts — Alerts when price crosses POC.
📍 VAH/VAL Crossovers — Alerts for moves outside value area.
🔄 Bias Flips — Alerts on sentiment changes with delta confirmation.
💪 Delta Strength/Weakness — Detects buyer/seller dominance.
⚙ TradingView-Ready — All alerts work for automation or notifications.
5️⃣ High-Volume Zone Highlighting
🟣 HVZ Markers — Purple dotted lines at key high-volume levels.
🛡 Support/Resistance Clues — Use HVZ as market reaction zones.
6️⃣ Visual Enhancements
🖥 Dashboard HUD — Clean top-right table with bias, POC, VAH/VAL, quick signal.
⬆⬇ Breakout Arrows — Visual cues for POC moves.
🎛 Offset Controls — Fine-tune X/Y positions for profiles & dashboard.
SMC Trading Alerts & Structures with Color Customization-xbos.inThe SMC Trading Alerts & Structures is a powerful TradingView indicator designed for forex, crypto, stocks, and indices (like NIFTY & BANKNIFTY). It uses Smart Money Concepts (SMC) to generate precise buy/sell signals through three strategies:
Statistical Arbitrage (Vasily)
Momentum Ignition (Giovanni)
Trend-Based Execution (Morrison)
Key Features:
SMC Elements: Detects BOS, CHoCH, FVG, OB, liquidity sweeps, VCZ, and IMB.
Custom Visuals: Adjustable boxes, labels, colors, and styles.
Real-Time Alerts: For all signals and SMC events.
Debug Table: Displays signal status and entry zones.
Adaptability: Works across all timeframes and markets with volatility filters.
Strategy Highlights:
Statistical Arbitrage: Trades mean-reversion and breakouts via FVG and price extremes.
Momentum Ignition: Captures strong moves post-liquidity sweeps.
Trend-Based Execution: Follows trend structure with confirmation from BOS/FVG.
Ideal for both beginners and pros, this indicator gives precision, flexibility, and confidence in any market
Combined Smart Money Dashboard with sideways market detectionA powerful institutional-grade trading tool based on Smart Money Concepts (SMC), designed to detect high-probability trade setups like order blocks, fair value gaps, and BOS/CHoCH. It filters out false signals in sideways markets using volatility and structure analysis, and includes smart entry/exit logic, real-time dashboards, and customizable alerts—perfect for scalping, intraday, or swing trading.Core Features & Mechanics
Institutional‑Grade Trading Signals
Multiple SMC Patterns: Detects clean setups like order blocks, fair value gaps, breaker blocks, displacement candles, MIT patterns, and Balanced Price Range entries.
Smart Structure Dynamics: Identifies BOS (Break of Structure) and CHoCH (Change of Character) using optional displacement filters for stronger confirmation.
Sideways Market Detection
Volatility Filters: Integrates ADX (≤ threshold), RSI (±10 of 50), MACD flatness, volume spikes, and ATR to distinguish ranging conditions.
Clean Signal Suppression: Does not fire new entries during choppy, sideways markets to prevent false entries. Background shading and symbol alerts denote consolidation zones and exits.
Entry Logic & Trade Bias
Liquidity Flow Bias (IPDA): Uses session-based liquidity highs/lows and CHoCH overrides to bias entries (bullish/bearish) based on intra-session dynamics.
Bias Matching: Trades only when price movements align with liquidity bias—not just pattern presence.
Exit Strategy & Risk Controls
Auto‑Exit Labels: Automatically signals “Exit” when the SMC setup condition ends (e.g. BOS dissipates, structure shifts).
Configurable Exit Display: Users can enable/disable exit labels for buys and sells independently.
Multi‑Indicator Context Filters
EMA + MACD Filter Logic: Optional filters based on EMA crossovers, MACD histogram direction, and rising/falling MACD hist values.
Gap Filter: Avoid entries on gap‑down or gap‑up candles on 5m+ charts to reduce volatility-triggered noise.
Volatility & Momentum Conditions: Optional use of ADX, RSI, volume spikes, and implied volatility for signal validity.
Visual Dashboard & Interface
Phase + Trend + Signal Dashboard: Displays market phase (Markup, Markdown, Distribution, Accumulation), structure-based trend bias, liquidity sweeps, FVG, and OB status.
Visual Signal Matrix & Signal Description Grid: Grid tables summarizing bias, trade readiness, and indicator signals in real time.
Configurable Labels & Positioning: Chart labels and matrix positioning can be toggled or moved—clean interface.
Customization & Alerts
Comprehensive Tuning Options: Configure lookbacks, Fibonacci thresholds, session times, refinement toggles (OB, MIT, breaker), and display preferences.
Alerts for Key Events: User alerts for SMC buy/sell signals, exits, liquidity sweeps, FVGs, BOS/CHoCH events, and sideways market detection.
🧠 SMC Workflow Summary
During defined sessions, the system checks for SMC patterns (OB, FVG, MIT, etc.) aligned with liquidity bias and breakout confirmation.
Entry: A valid SMC trade signal occurs only when matched with bias and structure confirmation (e.g. bullish OB + chop breakout).
Hold: Continues tracking the trade as long as conditions remain valid.
Exit: Automatically signals an exit when structure reverses or the setup condition breaks.
Avoids noise: In sideways markets, signals are deferred until volatility/momentum returns.
Volume Delta Oscillator with Divergence█ OVERVIEW
The Volume Delta Oscillator with Divergence is a technical indicator designed for the TradingView platform, helping traders identify potential trend reversal points and market momentum shifts through volume delta analysis and divergence detection. The indicator combines a smoothed volume delta oscillator with moving average-based signals, overbought/oversold levels, and divergence visualization, enhanced by configurable gradients and alerts for quick decision-making.
█ CONCEPT
The core idea of the indicator is to measure net buying or selling pressure through volume delta, smooth it for greater clarity, and detect divergences between price action and the oscillator. The indicator does not use external data, making it a compromise but practical tool for analyzing market dynamics based on available price and volume data. It provides insights into market dynamics, overbought/oversold conditions, and potential reversal points, with an attractive visual presentation.
█ WHY USE IT?
- Divergence detection: Identifies bullish and bearish divergences between price and the oscillator, signaling potential reversals.
- Volume delta analysis: Measures cumulative volume delta to assess buying/selling pressure, expressed as a percentage for cross-market comparability.
- Signal generation: Creates buy/sell signals based on overbought/oversold level crossovers, zero line crossovers, and moving average zero line crossovers.
- Visual clarity: Uses gradients, fills, and dynamic colors for intuitive chart analysis.
- Flexibility: Numerous settings allow adaptation to various markets (e.g., forex, crypto, stocks) and trading strategies.
█ HOW IT WORKS?
- Volume delta calculation: Computes net buying/selling pressure per candle as volume * (close - open) / (high - low), aggregated over a specified period (Cumulative Delta Length).
- Smoothing: Applies an EMA (Smoothing Length) to the cumulative delta percentage, creating a smoother oscillator (Delta Oscillator).
- Moving Average: Calculates an SMA (Moving Average Length) of the smoothed delta for trend confirmation (Moving Average (SMA)).
- Divergence detection: Identifies bullish and bearish divergences by comparing price and oscillator pivot highs/lows within a specified range (Pivot Length).
- Normalization: Delta is expressed as a percentage of total volume, ensuring consistency across instruments and timeframes.
- Signals: Generates signals for:
Crossing the oversold level upward (buy) or overbought level downward (sell).
Crossing the zero line by the oscillator or moving average (buy/sell).
Bullish/bearish divergences, marked with labels.
- Visualization: Draws the oscillator and moving average with dynamic colors, gradient fills, and transparent bands and labels, with configurable overbought/oversold levels.
- Alerts: Built-in alerts for divergence detection, overbought/oversold crossovers, and zero line crossovers (both oscillator and moving average).
█ SETTINGS AND CUSTOMIZATION
- Cumulative Delta Length: Period for aggregating volume delta (default: 14).
- Smoothing Length (EMA): EMA length for smoothing the delta oscillator (default: 2). Higher values smooth the signal but reduce the number of generated signals.
- Moving Average Length (SMA): SMA length for the moving average line (default: 40). Higher values allow SMA to be analyzed as a trend indicator, but require adjusting overbought/oversold levels for MA, as longer MA oscillates less.
- Pivot Length (Left/Right): Number of candles for detecting pivot highs/lows in divergence calculations (default: 2). Higher values can reduce noise but introduce a delay equal to the set value.
- Overbought/Oversold Levels: Thresholds for the oscillator (default: 18/-18) and for the moving average (default: 10/-10). For the moving average, no arrows appear; instead, the band changes color from gray to green (oversold) or red (overbought), which can strengthen entry signals for delta.
- Signal Type: Select signals to display: "Overbought/Oversold", "Zero Line", "MA Zero Line", "All", or "None" (default: Overbought/Oversold).
- Colors and gradients: Customize colors for bullish/bearish oscillator, moving average, zero line, overbought/oversold levels, and divergence labels.
- Transparency: Adjust gradient fill transparency (default: 70) and band/label transparency (default: 40) for consistent appearance.
- Visualizations: Enable/disable the moving average, gradients for zero/overbought/oversold levels, and gradient fills.
█ USAGE EXAMPLES
- Momentum analysis: Observe the delta oscillator above 0 for bullish momentum or below 0 for bearish momentum. The moving average (SMA), being smoothed, reacts more slowly and can confirm trend direction as a noise filter.
- Reversal signals: Look for buy triangles when the oscillator crosses the oversold level upward, especially when the moving average is below the MA oversold threshold. Similarly, look for sell triangles when crossing the overbought level downward, with the moving average above the MA overbought threshold. Divergence labels (bullish/bearish) indicate potential reversals.
- Divergence trading: Use bullish divergence labels (green) for potential buy opportunities and bearish labels (red) for sell opportunities, especially when confirmed by price action or other indicators.
- Customization: Adjust the cumulative delta length, smoothing, and moving average length to specific instruments and timeframes to minimize false signals.
█ NOTES FOR USERS
- Combine the indicator with other tools, such as Fibonacci levels, RSI, or pivot points, to increase accuracy.
- Test different settings for cumulative delta length, smoothing, and moving average length on your chosen instrument and timeframe to find optimal values.
DeltaFlow Volume Profile [BigBeluga]🔵 OVERVIEW
The DeltaFlow Volume Profile builds a compact volume profile next to price and enriches every bin with flow context : bullish vs. bearish participation (%), a per-bin Delta % , an optional Delta Heat Map , and a PoC band with the bin’s absolute volume. This lets you see not just where volume clustered, but who (buyers or sellers) dominated inside each price slice.
🔵 CONCEPTS
Binned Volume Profile : Price range over a user-defined LookBack is split into Bins ; each bin aggregates traded volume.
Bull/Bear Split : Within every bin, volume is separated by candle direction into Bull Volume and Bear Volume , then normalized to % of the bin’s displayed size.
Delta % : The difference between Bull % and Bear % for the bin. Positive = buyer dominance; negative = seller dominance.
Delta Heat Map : Bin background shading that scales with both total volume strength and delta bias.
PoC (Point of Control) : The most significant bin gets a PoC band and a label with its absolute volume.
🔵 FEATURES
Profile with Flow : A clean horizontal volume bar per bin plus stacked Bull % and Bear % .
Per-Bin Delta Label : A readable “Δ xx%” tag at the start of each bin shows dominance at a glance.
Delta Heat Map : Optional gradient that intensifies with higher volume and stronger delta.
PoC Highlight : Optional PoC band colored separately, labeled with absolute volume (e.g., “1.23M”).
Configurable Inputs : LookBack, number of Bins (10–100), toggles for Delta, Heat Map, Volume Bars, and PoC color.
Readable Colors : Separate inputs for bullish (volume +) and bearish (volume –) hues.
🔵 HOW TO USE
Set the window : Choose LookBack and Bins to balance detail vs. performance (more bins = finer resolution).
Enable “Volume Bars” to display the bull/bear split as two stacked percent bars inside each bin.
High Bull % near support → constructive demand.
High Bear % near resistance → active supply.
Use Δ labels (toggle “Delta”) to quickly spot bins with clear buyer/seller control; combine with price position for confluence.
Turn on Delta Heat Map to prioritize areas with both large volume and strong imbalance.
Watch the PoC : The PoC band marks the most traded (and often magnet) level; its label shows absolute size for context.
Trade ideas :
Breakout continuation when Δ stays positive across consecutive upper bins.
Reversion risk when price enters a large bearish-Δ cluster below.
Manage risk around the PoC; reactions there can be sharp.
🔵 CONCLUSION
DeltaFlow Volume Profile upgrades a classic profile with flow intelligence. The bull/bear split, explicit Δ %, heat-weighted backdrop, and PoC volume label make dominant participation and key price shelves obvious. Use it to filter levels, time entries with imbalance, and validate breakouts or fades with objective volume-flow evidence.
FXHacker Ultimate buy sell SignalHow It Works:
The indicator identifies predefined trading session blocks based on Kenya time.
During each session, it tracks the highest high and lowest low.
After the session ends, it monitors price action for sweeps beyond these levels.
A confirmed CHoCH (close above previous high or below previous low) triggers a BUY or SELL signal.
Ideal For:
Traders who want session-based signals for intraday strategies.
Swing and day traders looking for reversal opportunities.
Users who prefer clean charts with minimal clutter and clear entry signals.
FXHacker BUY SELL SIGNAL V2“FXHacker BUY SELL SIGNAL V2 marks key Nairobi session blocks and detects liquidity sweeps. Traders can choose between Strict CHoCH (confirmation on structure break) or Immediate Sweep (signal at first sweep). Designed to highlight high-probability reversal zones within important time windows.”
FXHacker Buy Sell Signals - Volume 15min“FXHacker Buy Sell Signals – Volume 15min identifies swing highs and lows, then waits for price retests with high-volume confirmation before generating reversal BUY/SELL signals. Designed to highlight strong turning points while filtering out weak moves.”
Demand & Supply Smart Zones (Riz)A professional zone engine that detects, ranks, and maintains Supply and Demand areas across multiple timeframes. It combines swing structure, engulfing/imbalance logic, optional liquidity-sweep validation, and trend/volume filters. Zones are refined, merged, aged, and removed automatically, while a dashboard and mini-map summarize the state of the market at a glance.
How it works (why this isn’t a simple mashup)
⦁ Zone Detection (Auto/Manual/Hybrid):
⦁ Auto finds zones from three independent catalysts: swing turns, engulfing patterns, and imbalance candles.
⦁ Manual lets you define a zone precisely (top/bottom + type).
⦁ Hybrid adds your manual zones on top of the model’s detections.
⦁ Strength Model: Each zone receives a score using ATR-scaled size, relative volume (vs SMA), timeframe weight (higher TF = more authority), and session context (optional Killzone boost). This surfaces the most actionable areas rather than plotting everything.
⦁ Filters for Quality (Conservative/Aggressive):
⦁ Conservative can require trend alignment (EMA), volume validation, wide-body candles, structure context, and optional liquidity sweep checks.
⦁ Aggressive relaxes filters for faster, more frequent zones (e.g., scalping).
⦁ Refinement & Styling: Zones can be refined by wick, body, or hybrid logic to avoid over-sized regions. Visuals support solid/gradient/border styles, fresh/retest labels, and a heat-map emoji for strength.
⦁ Lifecycle Management: Zones can auto-delete on touch, delete on break, shrink on retests, expire after X bars, and cap retests. Old/merged zones are cleaned up to keep charts responsive.
⦁ Multi-Timeframe (MTF) Logic: Detects and optionally normalizes HTF zones (e.g., 60/240/D). Overlapping zones are merged across TFs with the higher TF taking precedence and receiving a small strength bonus. This prevents duplication and emphasizes institutional levels.
⦁ Proximity & Interaction Alerts: Alerts can fire on approach, first entry, and break, with separate Supply/Demand variants and per-TF options. An internal tracker avoids duplicate alert spam.
On-chart tools
⦁ Zones: Supply (red) / Demand (green), with “Fresh” or “R#” labels and strength heat-map.
⦁ Dashboard: Counts zones per TF, shows nearest supply/demand (in pips), trend state, and mode.
⦁ Mini-Map: A compact list of the 10 closest zones with TF, freshness, strength, and distance.
⦁ Trend Line (optional): EMA for directional context.
⦁ Killzone Background (optional): Session emphasis for timing.
Inputs & Key Options
⦁ Detection Mode: Auto · Manual · Hybrid
⦁ Strictness: Aggressive (more zones) · Conservative (fewer, higher quality)
⦁ Catalysts: Engulfing, Imbalance (ATR + volume threshold), Swing strength
⦁ Filters: Volume multiplier, wide-body %, trend EMA, structure checks, liquidity sweep lookback
⦁ MTF: Up to 3 higher TFs, with normalization to prevent oversized zones and priority stacking
⦁ Management: Auto-delete on touch, delete on break, dynamic shrinking, expiry bars, max retests
⦁ Merging: Overlap threshold and cross-TF consolidation
⦁ Alerts: Proximity (distance in pips), First Entry (fresh touch), Break, per-TF toggles
⦁ Display: Labels, size, heat-map, merging tags, dashboard position, mini-map
How to use
1. Choose Strictness
⦁ Conservative for swing/HTF traders who prefer cleaner, stronger zones.
⦁ Aggressive for scalpers who want earlier, more frequent levels.
2. Enable MTF and set HTF1/HTF2(/HTF3). Turn on Normalization to avoid giant HTF boxes.
3. Pick Catalysts & Filters. Start with Engulfing + Imbalance + Swing. Add volume/EMA/liquidity filters for quality.
4. Watch the Dashboard: It highlights mode, counts per TF, nearest zones (with distance), and overall trend.
5. Trade the Interaction:
⦁ Proximity alert → prepare;
⦁ First entry (fresh touch) → your confirmation rules;
⦁ Break → consider flips or invalidation.
6. Manual Zones (Hybrid): Add precise institutional levels and let the engine manage them (shrink, expire, merge).
Alerts (titles you’ll see)
⦁ Zone Proximity – approach within X pips
⦁ Zone Entry / Supply Zone Entry / Demand Zone Entry – first touch
⦁ Zone Break / Supply Zone Break / Demand Zone Break – clean break
⦁ Current TF / HTF1 / HTF2 Zone Alert – timeframe-specific triggers
⦁ Any Zone Alert – catch-all for any interaction
Notes & Tips
⦁ Fresh > Retested: First touches generally score better and are labeled accordingly.
⦁ Context Matters: Combining HTF zones with trend and volume filters significantly improves selectivity.
⦁ Performance: Zone limits and periodic cleanup are built in. If you plot many HTFs with Aggressive mode, consider raising strictness or lowering max zones.
Disclaimer
This tool is for educational and analytical purposes only. It does not constitute financial advice, nor does it guarantee outcomes. Trading involves risk; use proper risk management and your own judgment.
RSI BUY SELL Pro Josh EN (TradingView-safe):
RSI BUY SELL Pro Josh — A lightweight study that visualizes RSI cues with an optional MA cross inside an RSI-BB frame.
3 RSI modes + cooldown
Optional MA cross confirmation
RSI-BB tint + basic divergence views
Alerts available
For study only. Not financial advice. No performance guarantees.
TH (TradingView-safe):
RSI BUY SELL Pro Josh — เครื่องมือ ช่วยมองภาพ สัญญาณ RSI พร้อมตัวเลือก MA Cross ในกรอบ RSI-BB
โหมด RSI 3 แบบ + คูลดาวน์
ตัวเลือกคอนเฟิร์มด้วย MA cross
เฉดโซน RSI-BB + ไดเวอร์เจนซ์พื้นฐาน
ตั้ง Alerts ได้
เพื่อการศึกษา ไม่ใช่คำแนะนำการลงทุน ไม่มีการรับประกันผลลัพธ์
PSDIGreen Zone → Potential Buy Area
Price is near support.
Red Zone → Potential Sell Area
Price is near resistance.
EMA Lines
Blue (EMA50) above Orange (EMA200): Trend up → favors buys.
Blue below Orange: Trend down → favors sells.
How to Use
Look at zones and trend.
Price near green + trend up → consider long.
Price near red + trend down → consider short.
NOTE: When in uptrend, only follow green zones. When in down trend only follow red zones.
ZigZag++ + 4 EMA89 Trend Candles + BUY/SELL LabelsThis script combines ZigZag patterns, EMA89 trend detection, and custom buy/sell scalp signals. It helps identify trend direction and potential entry points in trending markets.
Features:
- ZigZag structure points
- EMA89 as dynamic trend filter
- Buy/Sell scalp markers
- HL/HH swing labels
- Works best on 15m–4h timeframes
ZigZag++ + 4 EMA89 Trend Candles + BUY/SELL LabelsThis script combines ZigZag patterns, EMA89 trend detection, and custom buy/sell scalp signals. It helps identify trend direction and potential entry points in trending markets.
Features:
- ZigZag structure points
- EMA89 as dynamic trend filter
- Buy/Sell scalp markers
- HL/HH swing labels
- Works best on 15m–4h timeframes
ZigZag+4 EMA89 Trend Candles + BUY/SELL SCALPThis script combines ZigZag patterns, EMA89 trend detection, and custom buy/sell scalp signals. It helps identify trend direction and potential entry points in trending markets.
Features:
- ZigZag structure points
- EMA89 as dynamic trend filter
- Buy/Sell scalp markers
- HL/HH swing labels
- Works best on 15m–4h timeframes