TR Volume Candles (Lite)Volume candles for your trading pleasure.
What it does
A lightweight recreation of Traders Reality’s “vector candle” coloring. It repaints the price candles (body, wick, and border) based on relative volume and spread×volume so you can spot high-activity bars at a glance—without the overhead of pivots, sessions, zones, or request.security calls.
Logic (matches TR)
Compute the average of the previous 10 bars’ volume (current bar excluded).
Compute volSpread = (high − low) × volume, and compare to the highest volSpread of the previous 10 bars (current bar excluded).
Color rules:
Green / Red (highest priority): volume ≥ 2× 10-bar average or volSpread ≥ highest of prior 10.
Blue / Violet: volume ≥ 1.5× 10-bar average (and not already green/red).
Regular: none of the above.
Colors (defaults align with TR)
Bull candles: Green (2× / spread×vol), Blue (1.5×), otherwise Light Gray.
Bear candles: Red (2× / spread×vol), Violet (1.5×), otherwise Dark Gray.
Why it’s fast
No external libraries, no symbol overrides, no multi-timeframe requests—just native series math on the current chart.
Inputs
Colors only (keep TR defaults or customize). Thresholds and lookback are fixed to TR standards to ensure identical behavior.
Alerts
“Any Vector Candle,” plus individual alerts for Green, Red, Blue, and Purple. For confirmed signals, set alert to Once per bar close.
Notes
Works on all timeframes.
Candle width is unchanged (uniform, as in your screenshot).
Heikin Ashi or other synthetic candle types will color based on those candles’ OHLC/volume; for strict equivalence, use standard candles.
Volume is exchange-feed dependent; anomalies (splits/halts) can spike the logic temporarily.
Use cases
Quickly highlight expansion bars that often precede/confirm momentum. Combine with your trend tools (EMAs, VWAP, MavilimW) or Darvas/box structures for context.
Indicators and strategies
VWAP (Bullish/Bearish Coloring)VWAP (Bullish/Bearish Coloring)
Overview
VWAP (Bullish/Bearish Coloring) is a Pine Script v6 indicator for TradingView that plots a Volume-Weighted Average Price (VWAP) with customizable anchor periods and optional upper/lower bands. It can apply peak/trough-based coloring to reflect recent swing direction. Optional resets tied to corporate actions help maintain continuity over longer periods. It is commonly used to review dynamic support/resistance behavior across timeframes.
How It Works
The indicator computes VWAP using TradingView’s ta.vwap, weighting the selected price source (default: HLC3) by volume and resetting at user-defined anchors (e.g., Session, Week, Month, Earnings). Bands are calculated using either standard deviation or percentage offsets (default multipliers: 1.0, 2.0, 3.0). Peak/trough detection (ta.pivothigh, ta.pivotlow, default lookback: 5 bars) can color the VWAP and bands to reflect recent swing context. Optional resets can reference request.earnings, request.dividends, and request.splits. The VWAP can be hidden on daily or higher timeframes.
Key Features
• Dynamic VWAP Calculation: Resets at user-selected anchors (Session, Week, Month, Quarter, Year, Decade, Century, Earnings, Dividends, Splits).
• Peak/Trough Coloring: Optional swing-based coloring for VWAP and bands.
• Customizable Bands: Up to three band pairs using standard deviation or percentage offsets.
• Flexible Anchors: Time-based or corporate-action-based resets.
• Customizable Visuals: Adjustable colors, opacity, and offsets.
• Timeframe Option: Hide VWAP on daily or higher timeframes.
What It Displays
A VWAP line with optional bands and swing-based coloring, plus flexible anchor resets to align the measure with the user’s analysis framework. This provides a flexible tool for assessing trend context and potential support/resistance behavior across symbols and timeframes.
Originality
Pine v6 implementation using TradingView’s built-ins: ta.vwap, ta.pivothigh, ta.pivotlow, request.earnings, request.dividends, and request.splits.
Common Ways People Use It
• Intraday VWAP as a dynamic reference area.
• Swing alignment with broader context via alternative anchors.
• Reviewing volume-weighted price behavior with optional swing cues.
Configuration Notes
Choose the anchor period (default: Session), price source (default: HLC3), and band multipliers (default: 1.0/2.0/3.0). Optionally enable peak/trough coloring and toggle band visibility as needed.
Legal Disclaimer
This indicator is for informational and educational purposes only—not investment, financial, or trading advice. Past performance does not guarantee future results; trading involves significant risk. Provided “as is” without warranties. Consider consulting a qualified professional before making decisions.
TSI with QQE Trend Confluence🚀 TSI with QQE Trend Confluence 💣
This indicator combines the True Strength Index (TSI) with the QQE-based trend filtering system to generate high-probability signals. It provides real-time buy/sell signals, optional confluence confirmation, and a fully visual trailing stop mechanism.
📌 Core Features:
✅ TSI Crossover System with histogram slope confirmation
✅ QQE Trend Filter for trend alignment
✅ Configurable Moving Average Types (ALMA, EMA, TEMA, HMA, etc.)
✅ Tick-based Trailing Stop System with visual tracking
✅ Real-Time Position Simulation (entry price, P&L, and trailing)
✅ Alert-ready for signals and trailing activation
✅ Intuitive Tables for QQE trend, TSI stats, P&L, and position status
✅ Clear Signal Markers & Backgrounds for instant visual context
🛠️ Inputs Include:
TSI thresholds (buy/sell)
QQE smoothing and threshold
MA type selector
Trailing stop (activation and step ticks)
Option to enforce QQE confluence
Toggle visibility of signals, tables, and stops
🔍 Designed For:
Traders seeking high-confidence entries with clear visual aids and built-in trailing management, ideal for manual trading or alert-based automation.
🧠 Tip: Combine this with TradingView alerts for automation, or use the visual trailing for active position management.
If you enjoy this indicator, don’t forget to ❤️ and follow for updates!
Enhanced Multi-Timeframe EMA + RSI Arrows (4H/8H)A precise, higher timeframe trading indicator combining:
• Multi-timeframe EMAs (5m, 15m, 1h) for trend alignment
• Daily EMA 200 as visual trend reference
• RSI filter to confirm momentum
• EMA 15m slope + candle confirmation for stronger signals
• Alternating arrows to reduce repeated signals
• Background shading between EMA 1h and EMA 15m (green/red, 15% opacity)
✅ Works automatically on 4H and 8H charts
✅ Arrows appear only when price, EMA slope, and RSI align
✅ Alerts available for both long and short signals
Ideal for traders seeking high-probability entries with minimal false signals.
How to Use:
1. Apply the indicator on a 4H or 8H chart.
2. Use the Daily EMA 200 as a trend reference.
3. Look for green/red arrows as precise entry points.
4. Combine with proper risk management and trade strategy.
KISS Pivot LinesWhat it does
• Automatically finds pivot highs and pivot lows on your chart.
• Draws clean horizontal lines (no messy labels, price or text).
• Filters out weak swings using an ATR filter and merge tolerance so only the bigger turning points stay.
• Keeps just the last N levels (you choose how many) so your chart never gets overloaded.
⸻
How to use
Support & Resistance
• Red lines (highs): potential resistance. Price often retests (“kisses”) these before reversing or breaking through.
• Teal lines (lows): potential support. Price often bounces here or breaks down if momentum is strong.
Trade setups
• Trend trades: Use pivots in confluence with VWAP, EMA, or your trend filter.
• Reversals: Watch for rejection candles or divergence right at a pivot line.
• Breakouts: If price slices cleanly through a pivot line, the old support often flips to resistance (and vice versa).
⸻
Suggested settings
• Left/Right = 6–10 bars → balanced pivots on intraday charts.
• ATR filter = 0.5–1.0× → keeps only strong swings.
• Merge ticks = 2–4 (ES), 8–12 (NQ) → merges nearby levels into one clean line.
• Max lines = 6 highs / 6 lows → keeps things readable.
⸻
⚡ Tip: Price loves to “kiss” these levels on the way back. Don’t just take them blindly—wait for price action or confluence to confirm whether it’s bouncing, rejecting, or breaking.
Dynamic S/R Zones (Verified Pivots)Dynamic S/R Zones (Verified Pivots)
Overview
Dynamic S/R Zones is a Pine Script v6 indicator for TradingView that draws support/resistance (S/R) zones and Fibonacci retracement levels from verified pivot points. It plots minor S/R on the current timeframe and major S/R from a user-selected higher timeframe. Optional verification logic colors Fibonacci levels when price action or a trend filter aligns. The tool is intended for chart study and annotation.
How It Works
Pivots → S/R: Minor levels come from ta.pivothigh/ta.pivotlow on the chart’s timeframe. Major levels use request.security(lookahead=barmerge.lookahead_off) to read higher-timeframe data without lookahead. A distance buffer deduplicates nearby levels.
Labels & Coloring: Each level is shown as support or resistance based on the bar’s close relative to the level. When enabled, coloring reflects which side of the level price is on.
Fibonacci (33%, 50%, 66%): Fibs are drawn between the most recent verified swing high/low pair. No real-time/unverified pivots are used.
Verification Modes (optional):
Bounce/Reject: A level is marked “verified” when a bar closes at/above (bounce) or at/below (rejection) that level.
Trend-Based: Levels are marked when price closes through the level in the direction of either the most recent swing (pivot-based) or an HTF EMA filter (default: 21/50 EMAs on a user-set HTF).
When a level becomes verified, its color updates and a small arrow can be plotted at the bar where verification occurred.
Key Features
• Minor (current TF) and major (HTF) S/R from verified pivots.
• Optional Fibonacci 33% / 50% / 66% retracements from the latest verified swing.
• Two optional verification styles: bounce/rejection or trend-based (pivot or HTF EMA).
• Side-of-level coloring and compact labels for quick context.
• Adjustable pivot strength, lookback range, HTF selection, colors, and visibility.
What It Displays
The indicator visualizes pivot-derived S/R levels, optional Fibonacci retracements, and—when enabled—verification marks that indicate where price action or trend criteria aligned with a level. It’s designed to help document areas of interest on charts across assets and timeframes.
No-Repaint Notes
• Uses verified pivots only (no real-time/unconfirmed pivots).
• HTF series are requested with lookahead off.
• Verification occurs on bar close conditions.
Originality
Original Pine v6 implementation using TradingView built-ins: ta.pivothigh, ta.pivotlow, ta.ema, and request.security.
Configuration Notes
Set Pivot Strength (e.g., 5), Lookback Range (e.g., 300), and choose an HTF (e.g., Daily) for major S/R. Enable Fibonacci and choose a Verification Mode (bounce/reject or HTF trend-based). Toggle arrows/labels and adjust colors to fit your chart style.
Legal Disclaimer
This indicator is for informational and educational purposes only and does not constitute investment, financial, or trading advice. Markets involve risk, and past results do not guarantee future outcomes. Provided “as is” without warranties. Consider consulting a qualified professional before making decisions.
ICT Macros - CorrigéThis indicator is designed to help traders apply the concepts of ICT (Inner Circle Trader) by providing a clear and accurate visualization of market macros directly on the chart. Instead of manually drawing levels or constantly switching between timeframes, the indicator automatically highlights the key reference points that form the backbone of ICT analysis.
Key Features:
Automatic Macro Visualization: identifies and displays market macros as defined in ICT concepts, making it easier to recognize institutional levels.
Timeframe Flexibility: adapts to different chart periods, allowing traders to align intraday setups with higher timeframe structures.
Clean and Efficient Display: focuses only on the most relevant information, avoiding clutter and making the chart more readable.
Strategic Decision Support: provides essential context for ICT-based strategies, including identifying market direction, liquidity pools, and potential reversal zones.
Why Use It?
This indicator is built for traders who follow ICT methodology and want a reliable tool to instantly spot macro structure without wasting time on repetitive manual work. By combining precision with clarity, it enhances situational awareness and supports better decision-making in both intraday and swing trading.
ITM SMA Crossover Strategy (Positioned Labels)This strategy tries to find the crossover of 10 sma in relation to 200 sma. Golden cross over is when 10 sma crosses above 200 sma. Death cross over is opposite.
As per the author - Heather Cullen ITM strategy - 'Buy' when the Golden cross is seen and 'exit' when Death cross is seen.
Advanced Institucional Trading IndicatorThe Advanced Institutional Trading Indicator is a comprehensive technical analysis tool that combines four institutional trading concepts to identify where large market participants hunt liquidity, establish positions, and create supply/demand imbalances. The indicator integrates pivot-based reversal signals, liquidity sweep detection, volumetric order blocks, and equal highs/lows identification into a unified framework for analyzing institutional footprints in the market.
What It Detects
Pivot-Based Reversal Signals: Swing highs/lows marking potential trend reversals
Liquidity Sweeps: False breakouts indicating institutional stop-hunting
Volumetric Order Blocks: Supply/demand zones with buying vs selling pressure ratios
Equal Highs/Lows (EQH/EQL): Liquidity pools where stops cluster
In Practice
Traders can watch for equal highs/lows near order blocks, wait for sweeps of these levels as confirmation of liquidity capture, then look for reversal signals to time entries with the expectation that institutions have now positioned themselves and the true directional move can begin.
Logic used
Pivots: Standard functions with configurable periods, signals when swing type alternates
Sweeps: Detects brief violations of swing levels with cooldown filter
Order Blocks: Three-candle volume split into buying/selling pressure, filtered by ATR
Equal Levels: Compares consecutive pivots within ATR-based threshold
Visual representation
Reversal Signals: Green "Buy-point"/red "Sell-point" labels.
Sweeps: Dashed lines with "Sweep" text and swing markers.
Order Blocks: Colored boxes with volumetric bars and percentages.
Equal Levels: Golden lines with $ symbols.
Customization options
Pivot Length, Cooldown Period, Swing Length, Zone Count (1/3/5/10), ATR Multiplier, Threshold, customizable colors and styles.
Recommendations for use: Lower timeframes use smaller parameters (5-15 pivot, 20-35 swing). Higher timeframes use larger (20-50 pivot, 50-100 swing). Adjust for volatility.
Originality and value
While this indicator utilizes established concepts from institutional trading methodology (particularly Smart Money Concepts and ICT principles), its value proposition includes:
- Integration: Combines four complementary analysis tools into a single cohesive framework rather than requiring multiple separate indicators
- Volumetric Enhancement: Adds quantitative volume analysis to order blocks, showing not just where institutions positioned but how much buying vs selling pressure existed
- Automated Zone Management: Intelligently combines overlapping order blocks to reduce visual noise while preserving essential information
- Intelligent Filtering: Uses ATR-based thresholds for equal highs/lows and maximum order block size, adapting to market volatility
- Coordinated Signaling: All components reference similar swing detection logic, creating alignment between different institutional footprint indicators
Disclaimer
This indicator is a technical analysis tool and does not constitute financial advice.
/////Descripcion en español/////
El Advanced Institutional Trading Indicator combina cuatro conceptos institucionales—reversiones por pivotes, barridos de liquidez, bloques volumétricos y niveles iguales—para identificar dónde grandes participantes cazan liquidez y establecen posiciones.
Qué detecta
1. Reversiones por Pivotes: Máximos/mínimos marcando cambios de tendencia
2. Barridos de Liquidez: Falsas roturas indicando caza de stops institucional
3. Bloques Volumétricos: Zonas oferta/demanda con ratios presión compradora/vendedora
4. Niveles Iguales (EQH/EQL): Pools de liquidez donde se agrupan stops
Cómo usarlo
Observar niveles iguales cerca de bloques, esperar barridos como confirmación de captura de liquidez, entrar con señales de reversión cuando instituciones se han posicionado.
Lógica utilizada
- Pivotes: Funciones estándar configurables, señaliza cuando alternan
- Barridos: Detecta violaciones breves con filtro de enfriamiento
- Bloques: Volumen de tres velas dividido en presión compradora/vendedora, filtrado por ATR
- Niveles Iguales: Compara pivotes consecutivos dentro de umbral ATR
Representación visual
Señales: Etiquetas "Buy/Sell-point" verdes/rojas. Barridos: Líneas punteadas con "Sweep" y marcadores swing. Bloques: Cajas con barras volumétricas y porcentajes. Niveles: Líneas doradas con símbolo $.
Configuraciones clave
Pivot Length, Cooldown Period, Swing Length, Zone Count (1/3/5/10), ATR Multiplier, Threshold, colores y estilos personalizables.
Consejos: Marcos menores usan parámetros pequeños (5-15 pivot, 20-35 swing). Marcos mayores usan grandes (20-50 pivot, 50-100 swing). Ajustar según volatilidad.
Originalidad
Integra cuatro herramientas en un marco. Añade análisis volumétrico a bloques. Combina automáticamente zonas superpuestas. Usa filtrado adaptativo basado en ATR. Alinea componentes con lógica unificada basada en Smart Money/ICT.
Descargo
Herramienta de análisis técnico, no asesoramiento financiero.
AiBuyZone Long Short - Optimized Floater (1h+ Only) FREEAibuyzone Long Short – Optimized Floater (1h+ Only)
The AiBuyZone Long Short – Optimized Floater is a trading tool designed to help traders quickly identify potential long and short opportunities while maintaining a clear, lightweight chart view.
🔑 Key Features
Timeframe Restriction → Only works on 1H and higher charts to reduce noise and provide more reliable signals.
Trend + Momentum Confirmation → Uses EMA crossovers combined with RSI positioning to filter signals.
Automated Risk Management → Dynamically calculates stop loss and two take-profit levels (TP1 & TP2) based on risk/reward multipliers.
Floating Trade Panel → A status panel that always stays to the right of the latest candle, showing live trade info (direction, entry, SL, TP1, TP2).
Dynamic Anchoring → During trades, the floater locks near the entry price; when idle, it floats in the mid-range of recent price action.
Clean Visualization → SL/TP levels are drawn as lightweight dashed/dotted lines, while all trade details are consolidated into the floater panel.
📌 Usage
Wait for a LONG or SHORT status to appear in the floating panel.
The panel will display entry, stop loss, and take-profit levels once a trade condition is triggered.
Signals are educational tools — users should confirm them with their own analysis.
⚠️ Disclaimer
This script is for educational purposes only. It does not constitute financial advice or guarantee performance. Always practice proper risk management and confirm signals before trading live markets.
Bid/Ask Volume Oscillator (Estimated)Bid/Ask Volume Oscillator (Estimated)
Overview
The Bid/Ask Volume Oscillator (Estimated) is a Pine Script v6 indicator for TradingView, designed to analyze market pressure through a normalized bid/ask volume oscillator. Displayed as a smoothed oscillator with optional split volume columns, it highlights buying and selling pressure with customizable zones and gradient intensity. Custom normalized scoring ensures consistent cross-asset use. Divergence detection and a heads-up display (HUD) table provide additional insights, making it commonly used for reviewing volume-driven momentum markers/labels.
How It Works
The indicator splits each bar’s volume into bid and ask components based on the candle’s body share (math.max, syminfo.mintick), with a 50/50 split for doji candles—to balance neutral bars in pressure calcs. Rolling sums of bid and ask volumes are calculated over a user-defined lookback (default: 5 bars) using ta.cum. The pressure oscillator is computed as the smoothed difference (ask minus bid) divided by their sum (ta.ema, default: 5 periods), normalized between -1 and +1. Gradient intensity adjusts opacity based on volume relative to a 20-period SMA and previous bar. Divergences are detected by comparing price pivots (ta.pivothigh, ta.pivotlow) with oscillator pivots. The HUD table shows pressure direction and ask share percentage.
Key Features
• Pressure Oscillator: Displays normalized ask-minus-bid pressure with customizable smoothing.
• Split Volume Columns: Optionally plots bid/ask volumes with mirroring below zero.
• Gradient Intensity: Adjusts opacity based on volume strength for enhanced visuals.
• Divergence Detection: Identifies bullish and bearish divergences between price and oscillator pivots.
• Zone Thresholds: Highlights mild (±0.2) and strong (±0.4) pressure zones with background coloring.
• HUD Table: Summarizes pressure direction and ask share percentage.
• Customizable Settings: Adjust lookback, smoothing, thresholds, and colors for tailored analysis.
What It Displays
This indicator offers a unique approach to volume analysis by combining a normalized pressure oscillator with split volume visualization and divergence detection, delivering balanced insights across symbols via uniform -1/+1 scale. Its customizable zones and HUD table make it adaptable for day trading, scalping, or swing trading in stocks, forex, futures, or crypto.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.cum, ta.sma, ta.ema, ta.pivothigh, and ta.pivotlow functions.
Common Ways People Use It
• Day traders reviewing real-time pressure and momentum markers/labels.
• Scalpers studying short-term volume-driven setups.
• Technical analysts identifying divergence-based reversals.
Configuration Notes
Configure the volume sum lookback (default: 5 bars), oscillator smoothing (default: 5), and mild/strong zone thresholds (default: 0.2/0.4). Enable/disable split columns, divergence labels, or gradient intensity to suit your chart. Use the oscillator, zone highlights, and HUD table to identify buying/selling pressure and potential reversals.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
Body×Volume Pressure (Green vs Red) — array basedBody×Volume Pressure (Green vs Red)
This indicator measures buying vs. selling pressure by looking at candle size together with trading volume. Instead of showing only price or only volume, it blends both into a single view, so you can quickly see when one side of the market is taking control.
It plots three main things:
1. Net Pressure Histogram
• Bars above zero (teal) = stronger buying pressure
• Bars below zero (maroon) = stronger selling pressure
2. Smoothed Net Line (EMA)
• A gray line that tracks the trend of net pressure
• Helps filter noise and spot when momentum is shifting
3. (Optional) Green & Red Pressure Sums
• Transparent teal = total “buy” pressure
• Transparent maroon = total “sell” pressure (plotted negative for symmetry)
⸻
⚙️ Inputs & Terms
• Lookback Window (len):
How many candles the indicator considers when tallying pressure. Larger = smoother, smaller = more sensitive.
• EMA Length (smoothLen):
The smoothing period for the gray Net EMA line. Helps you see the bigger picture trend in pressure.
• Bull/Bear Ratio Thresholds (optional):
Levels that define when buying or selling pressure is strong enough to call it an “imbalance.”
• Show Labels:
If enabled, the script will mark chart points with Bull imbalance or Bear imbalance labels when thresholds are crossed.
⸻
🚀 Quick Start Tutorial
1. Add to chart
• Copy/paste the code into the TradingView Pine Editor.
• Click “Add to chart.”
2. Choose a market and timeframe
• Works on any market (stocks, crypto, forex) and timeframe (1m, daily, weekly).
3. Read the histogram
• Tall teal bars = strong buying push.
• Tall maroon bars = strong selling push.
• Flat/low bars = market indecision.
4. Watch the Net EMA line
• If it trends above zero, buyers are dominating.
• If it trends below zero, sellers are dominating.
• Crossovers near zero can foreshadow momentum shifts.
5. Use thresholds (optional)
• Adjust the Bull and Bear thresholds in settings.
• When the ratio crosses them, labels/alerts will fire to highlight imbalances.
6. Combine with your strategy
• Use it alongside price action, support/resistance, or other indicators.
• Think of it as a confirmation tool for whether buyers or sellers are truly in control.
⸻
👉 This tool doesn’t give buy/sell signals by itself. It shows you pressure dynamics so you can make more informed trading decisions.
Indre likviditetDescription:
The Indre Likviditet (Inner Liquidity) indicator automatically detects and visualizes liquidity gaps / imbalance zones (often referred to as Fair Value Gaps) on any timeframe. It highlights price inefficiencies where the market moved too quickly in one direction, leaving untested areas of liquidity.
Key Features:
• Gap detection: Identifies bullish and bearish liquidity gaps based on three-candle logic.
• Multi-timeframe (MTF) mode: Option to detect gaps on the current timeframe, higher timeframe, or both simultaneously.
• Custom visuals: Bullish and bearish gaps are displayed as colored boxes, with optional midpoint lines. Colors for HTF vs current TF can be customized separately.
• Dynamic updates: Gaps shrink automatically as price partially retraces into them, and can be fully deleted when filled.
• Flexible fill logic: Choose whether gaps are considered “filled” once the midpoint is touched, or only on a complete fill.
• Labeling: Optional labels show which timeframe the gap belongs to.
• Auto-clean: Option to delete old gaps once filled, or keep them as historical references.
Use Case:
This tool helps traders quickly spot where imbalances exist in the market and track when they are filled. Liquidity gaps often act as magnets for price, making them useful areas for targeting entries, exits, or managing risk.
Bid/Ask Volume Split (Estimated)Bid/Ask Volume Split (Estimated)
Overview
The Bid/Ask Volume Split (Estimated) is a Pine Script v6 indicator for TradingView, designed to analyze bid and ask volume dynamics without requiring tick data. Displayed as an oscillator, it plots split bid/ask volume columns, rolling sum lines, and a pressure histogram (ask minus bid) to highlight buying and selling pressure. Custom divergence logic spots hidden momentum shifts. The indicator features gradient intensity coloring, divergence detection for bullish/bearish markers/labels, and a status table summarizing key metrics, making it commonly used for reviewing volume-driven insights.
How It Works
The indicator splits each bar’s volume into bid and ask components using the candle’s body share (default) or full allocation for bullish/bearish candles, calculated with math.max and syminfo.mintick—to approximate order flow from OHLC data. Rolling sums of ask and bid volumes are computed over a user-defined lookback (default: 5 bars) using ta.cum for efficiency. A pressure histogram is derived by smoothing the ask-minus-bid difference with an EMA (default: 3 periods). Gradient intensity adjusts opacity based on volume relative to a 20-period SMA and previous bar. Divergences are detected by comparing price pivot highs/lows (ta.pivothigh, ta.pivotlow) with ask/bid sum pivots, marked with lines and labels. A status table displays ask/bid sums, intensity, trend, and pressure.
Key Features
• Split Bid/Ask Volumes: Apportions volume into bid (red) and ask (green) with optional mirroring below zero.
• Rolling Sum Lines: Plots cumulative ask and bid sums with optional fill between lines.
• Pressure Histogram: Shows smoothed ask-minus-bid pressure to illustrate market direction.
• Divergence Detection: Identifies bullish (price lower lows, ask sum higher lows) and bearish (price higher highs, bid sum lower highs) divergences.
• Gradient Intensity: Adjusts opacity based on volume strength for enhanced visual clarity.
• Status Table: Summarizes ask/bid sums, intensity, trend, and pressure direction.
• Customizable Settings: Adjust lookback, sensitivity, smoothing, and colors for tailored analysis.
What It Displays
This indicator offers a robust approach to volume analysis by combining split volume visualization, divergence detection, and pressure metrics, providing clear insights into market momentum without tick data. Its customizable visuals and multi-faceted analysis make it suitable for day trading, scalping, or swing trading in stocks, forex, futures, or crypto.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.cum, ta.sma, ta.ema, ta.pivothigh, and ta.pivotlow functions.
Common Ways People Use It
• Day traders reviewing real-time volume and pressure markers/labels.
• Scalpers marking momentum-driven trade setups.
• Technical analysts identifying divergence-based reversals.
Configuration Notes
Configure the volume sum lookback (default: 5 bars), pressure smoothing (default: 3), and divergence pivot settings (default: 3 left/right). Enable/disable split columns, mirroring, fill, or gradient intensity to suit your chart. Use the pressure histogram, divergence markers/labels, and status table to identify buying/selling pressure and potential reversals.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
EBCLUB 📌 Indicator Summary – XAUUSD (Fano Chart)
This indicator is designed for traders who work with Smart Money (SMC/ICT) concepts and need a clear reading of key levels and market imbalances.
🔑 Key Features:
Daily and Weekly Levels:
Open Day: Opens the daily session to clearly define the range reference.
PDL/PDH (Previous Day Low/High): High-impact levels used as liquidity magnets.
Current Day High (H4 or Intraday): Tracks short-term structures.
Market Sessions (UTC):
Visualizes which session is active (London, New York, Tokyo, Sydney).
Helps identify when volatility tends to increase.
Liquidity Blocks and Institutional Zones:
Indicates areas of imbalance and accumulation (colored rectangles).
Facilitates the identification of possible entries or continuations.
Custom Choppiness HistogramThe Custom Choppiness Histogram is a visually enhanced, multi-timeframe version of the traditional Choppiness Index , designed to make it easier to spot when the market is trending vs. ranging.
🔹 Key Features:
Histogram Visualization: Clear, color-coded bars for instant interpretation.
Two Coloring Modes:
1.Change Mode → Colors based on increase/decrease vs. previous CI value.
2.Absolute Levels → Uses common CI thresholds (e.g., >61.8 = choppy, <38.2 = trending).
Grey Bars / Neutral Zone: Bars turn grey when the market is neither strongly trending nor strongly choppy — signaling a neutral or indecisive market.
Multi-Timeframe Option: Analyze Choppiness from any higher timeframe while trading on a lower chart.
Custom Thresholds: Adjust high/low CI levels to fit your strategy.
🔹 How to Use:
Green bars → Market is becoming more trending.
Red bars → Market is becoming more choppy/ranging.
Grey bars → Market is in a neutral zone; use caution and combine with other signals.
Use the timeframe input to filter trades (e.g., check if the 1H is trending before entering on the 5M).
🔹 Best Practice:
Use as a context filter alongside your entry/exit strategy (e.g., MACD, ICT/Smart Money, Supply & Demand).
Helps reduce false entries by avoiding trades during sideways conditions.
⚠️ Disclaimer:
This script is provided for educational purposes only. It is not financial advice and should not be used as a sole basis for making trading decisions. Always do your own research and test thoroughly before applying to live markets. Trading carries risk, and you are solely responsible for your decisions.
4 EMA's - 4h - 8h TF, Dynamic Colors📘 User Manual – EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Overview
This indicator is designed for 4H and 8H swing trading. It combines higher timeframe EMAs, RSI signals, and dynamic coloring to help traders identify trend direction and entry points.
Key Features:
EMA 20 & EMA 50 from higher timeframe (4H or 8H)
EMA 20 Daily (plotted on 4H as EMA 120 for visibility)
EMA 200 Daily with dynamic bullish/bearish coloring
EMA 200 5m dynamic filter
RSI signals with arrows and alerts
How It Works
1. EMA Calculations
EMA 20 & 50 (HTF): From selected higher timeframe (4H or 8H).
EMA 20 Daily (shown as EMA 120 4H): This is the EMA 20 of the Daily timeframe, but displayed on the 4H chart as EMA 120 for better visibility.
Green if price ≥ EMA 20 Daily
Red if price < EMA 20 Daily
EMA 200 Daily: Green if price ≥ EMA 200, Red if price < EMA 200.
EMA 200 5m: Used as a dynamic short-term filter.
2. RSI Signals
RSI (14) is calculated on the higher timeframe (4H or 8H).
Long signal: RSI crosses above 50 AND EMA 20 > EMA 50.
Short signal: RSI crosses below 50 AND EMA 20 < EMA 50.
3. Signal Filtering
Only one signal per higher timeframe candle is shown.
Green arrow (below bar) = Long
Red arrow (above bar) = Short
How to Use
Add the indicator to your chart.
Select signal timeframe: 4H or 8H.
Use EMA 200 Daily and EMA 20 Daily (plotted as EMA 120 4H) to filter trend direction.
Watch for arrows:
✅ Green triangle → Long setup (RSI + EMA confirmation)
❌ Red triangle → Short setup (RSI + EMA confirmation)
Set alerts for automation:
Long Alert = EMA + RSI bullish confirmation
Short Alert = EMA + RSI bearish confirmation
Strategy Tips
Use EMA 200 Daily + EMA 20 Daily (plotted as EMA 120 4H) as main trend filters.
Take trades only in the direction of the dominant trend.
RSI-based arrows help time entries within that trend.
Ideal for swing traders focusing on 4H or 8H setups.
📌 TradingView Public Library Description
Title: EMA20/50 + RSI Signals + EMA20 Daily + EMA200 Daily + EMA200 5m
Description:
Powerful swing trading tool for 4H & 8H trading. Combines EMA structure with RSI momentum to deliver clear trend filters and entry signals.
Features:
✅ EMA 20 & 50 from 4H/8H higher timeframe
✅ EMA 20 Daily (plotted as EMA 120 on 4H for visibility)
✅ EMA 200 Daily dynamic bullish/bearish coloring
✅ EMA 200 (5m) dynamic filter
✅ RSI (14) signals with arrows & alerts
✅ Configurable EMA visibility toggles
How to Use:
Follow EMA 200 Daily & EMA 20 Daily (plotted on 4H) for trend direction.
Trade signals only when aligned with the dominant trend.
Use RSI + EMA arrow signals to time entries.
Add alerts for real-time notifications.
Best for: Swing traders and intraday traders looking for trend alignment + momentum confirmation.
Created: Dios51
Nth Candle by exp3rtsThis lightweight and versatile TradingView indicator highlights every Xth candle on your chart, making it easy to spot cyclical price behavior or track specific intervals in the market.
- Custom Interval – Choose how often candles should be highlighted (e.g., every 5th, 10th, or
20th bar).
- Color Coding – Highlighted candles are shaded green if bullish and red if bearish, giving you
quick visual insights into momentum at those intervals.
- Clean Overlay – The indicator draws directly on your main chart without clutter, so you can
combine it with your favorite setups and strategies.
Use this tool to:
1) Identify repeating patterns and cycles
2) Mark periodic reference candles
3) Support discretionary trading decisions with clear visual cues
Auto Range DetectorAuto Range Detector
Overview
The Auto Range Detector is a Pine Script v6 indicator for TradingView, designed to identify price consolidation ranges and detect breakouts and fakeouts. It overlays dynamic and verified range boxes, highlighting zones based on inside candles, and includes real-time fakeout markers and hypothetical range marks. Custom fakeout verification reduces false signals by validating reentries in real-time. With customizable settings, this indicator is commonly used for studying range-based breakouts and reversals in any market.
How It Works
The indicator detects consolidation ranges by counting candles (default: minimum 3) within a user-defined lookback period (default: 20 bars) using TradingView’s ta.highest and ta.lowest functions—focusing on inside bars to capture true consolidation without noise. Dynamic boxes update in real-time to reflect the range’s high and low, colored based on the price’s position relative to the midline (bullish, bearish, or neutral). Verified ranges are locked in as boxes (up to 5 displayed), with colors illustrating breakout direction. Fakeouts are identified when price breaks out but reenters the range within a specified window (default: 3 bars), with arrow marks plotted when price verifies the fakeout direction. Hypothetical boxes illustrate ranges over a user-defined period (default: 10 bars) using real-time high/low updates.
Key Features
• Range Detection: Identifies consolidation zones based on a minimum number of inside candles.
• Fakeout Detection: Spots and verifies false breakouts within a user-defined window.
• Hypothetical Range Boxes: Illustrates hypothetical high/low ranges with dynamic updates.
• Color-Coded Visualization : Displays initial, bullish, bearish, and box markers with customizable colors.
• Breakout/Fakeout Markers: Marks hypothetical breakouts and verified fakeouts with labeled arrows.
• Customizable Settings: Adjust range length, minimum touches, fakeout window, and hypothetical period.
What It Displays
This indicator combines consolidation detection with real-time fakeout markers and hypothetical ranges, offering a unique approach to range trading. Its ability to identify and validate breakouts and reversals makes it a versatile tool for day trading, scalping, or swing trading in stocks, forex, futures, or crypto, enhancing trade precision.
Originality
This indicator is an original Pine v6 implementation using TradingView’s built-in ta.highest, ta.lowest, math.max, and math.min functions.
Common Ways People Use It
• Day traders reviewing range breakouts and fakeout reversals.
• Scalpers studying short-term consolidation zones.
• Technical analysts illustrating price ranges and market direction.
Configuration Notes
Configure the range detection length (default: 20 bars), minimum inside candles (default: 3), fakeout window (default: 3 bars), and hypothetical window (default: 10 bars). Customize box and arrow colors to suit your chart. Use verified boxes and breakout/fakeout arrows to identify commonly monitored trade setups.
Legal Disclaimer
These indicators are for informational and educational purposes only—not investment, financial, or trading advice. Past performance is not indicative of future results; trading involves high risk of loss. Provided "as is" with no warranties. Consult a qualified professional before decisions. By using, you assume all risk and agree to this disclaimer.
Edge Algo
EDGE ALGO is a trend-following and momentum-based algorithm designed to deliver precise Buy and Sell signals with built-in risk management through dynamic Take Profit and Stop Loss levels.
This invite-only tool was created to assist traders in identifying high-probability trade setups while filtering out market noise and avoiding choppy price action.
🧠 How It Works
Edge Algo combines multiple layers of logic to increase the quality of trade signals:
1. Trend Detection
* A dynamic ATR-based channel determines when the price breaks out in a new direction.
* The trend flips to Bullish or Bearish when price action crosses the adaptive channel, avoiding late entries.
2. Momentum Confirmation
* Custom logic involving RSI (Relative Strength Index) and CMO (Chande Momentum Oscillator) helps filter fake signals.
* Buy conditions require RSI to be under 25 and CMO to confirm upward momentum.
* Sell conditions require RSI to be over 75 and CMO to confirm downward momentum.
3. Support/Resistance Pivot Zones
* Recent highs/lows are used as confirmation points to strengthen entries around key price levels.
4. Entry Logic
* When trend change + momentum filter + pivot confirmation align, the script generates a Buy or Sell signal.
* Each signal is clearly displayed on the chart with custom labels.
🎯 Risk Management (SL/TP Logic)
For every valid entry, the script automatically calculates:
✅ Stop Loss (SL) based on a user-defined percentage
✅Take Profit 1 (TP1) at 1R
✅ Take Profit 2 (TP2) at 2R
✅ Take Profit 3 (TP3) at 3R
This allows traders to follow a consistent risk-to-reward ratio and manage trades using partial exits or full closes at target levels.
📊 Visualization Features
* Optional Cloud Moving Average to visually represent market direction
*Buy/Sell labels on chart with clean styling
* Clearly marked Entry, TP1, TP2, TP3, SL levels
* Real-time alerts for Buy and Sell signals
* Fully customizable styling (colors, cloud, labels, etc.)
⚙️ Best Use Cases
* Timeframes: optimized for 15min to 4H charts
* Pairs: works with Forex, Crypto, Indices, Commodities, and Stocks
* Styles: suitable for scalping, intraday trading, and swing trading
🔒 Why Invite-Only?
Edge Algo PRO contains proprietary logic developed specifically for real-time application with an edge in volatile markets.
To protect the intellectual property and ensure quality use, access is granted only upon request.
Sentiment Navigator|SuperFundedSentiment Navigator — Momentum × Volatility Heatmap
What it is
Sentiment Navigator blends momentum (RSI) with volatility (ATR normalized by price) to visualize market psychology using a background heatmap and a lower oscillator.
・Background: quick read of the market’s “temperature” → Extreme Greed / Greed / Neutral / Fear / Extreme Fear.
・Oscillator: a bounded sentiment score from -100 to +100 showing bias strength and potential extremes.
Why this is not a simple mashup
Instead of showing RSI and ATR separately, this tool integrates them into a single, weighted score and a state machine:
・Context-aware weighting: When volatility is high (ATR vs its SMA baseline), the score is amplified, reflecting that momentum matters more in turbulent regimes.
・Unified states: RSI thresholds classify regimes (Greed/Fear) and are conditioned by volatility to promote Extreme states only when justified.
・Actionable cues: Reversal labels appear at the extreme levels with candle confirmation to reduce noise.
How it works (concise)
1. Momentum: RSI(len) (default 21).
2. Volatility: ATR(len)/close*100 (default ATR=14), smoothed by SMA(volSmaLen) and compared using volMultiplier.
3. Sentiment score: transform RSI to (-100..+100) via (RSI-50)*2, then amplify ×1.5 when high volatility. Finally clamp to .
4. States:
・RSI > greedLevel → Greed (upgraded to Extreme Greed if high vol)
・RSI < fearLevel → Fear (upgraded to Extreme Fear if high vol)
・else Neutral
5. Plotting:
・Oscillator (area) with 0-line and dotted extreme bands.
・Background color by state (greens for Greed, reds for Fear, gray for Neutral).
6. Signals (optional):
・Buy: crossover(score, -extremeGreedLevel) and close > open → prints ▲ at -extremeGreedLevel
・Sell: crossunder(score, extremeGreedLevel) and close < open → prints ▼ at +extremeGreedLevel
Parameters (UI mapping)
Core
・RSI Length (rsiLen)
・ATR Length (atrLen)
・Volatility SMA Length (volSmaLen)
・High-Vol Multiplier (volMultiplier)
State thresholds
・Extreme Greed (extremeGreedLevel)
・Greed (greedLevel)
・Fear (fearLevel)
・Extreme Fear (extremeFearLevel)
Display
・Show Background (showBgColor)
・Show Reversal Signals (showSignals)
Practical usage
・Regime read: Treat greens as risk-on bias, reds as risk-off, gray as indecision.
・Entries: Use ▲/▼ as triggers, not commands—wait for price action (wicks/engulfings) at structure.
・Extreme management: At Extreme states, favor mean-reversion tactics; in plain Greed/Fear with low vol, trends may persist longer.
・Tuning:
・Raise greedLevel/fearLevel to reduce signals.
・Increase volMultiplier to demand stronger vol for “Extreme” states.
Repainting & confirmation
Signals rely on cross events of the oscillator; judge on bar close for stricter rules. Background/state can change intrabar as RSI/ATR evolve.
Disclaimer
No indicator guarantees outcomes. News/liquidity can override signals. Trade responsibly with proper risk controls.
SuperFunded invite-only
To obtain access, please DM me on TradingView or use the link in my profile.
Sentiment Navigator — クイックガイド(日本語)
概要
本インジは RSI(モメンタム) と ATR/価格(ボラティリティ) を統合し、背景のヒートマップと下部オシレーターで市場心理を可視化します。
・背景色:極度の強欲 / 強欲 / 中立 / 恐怖 / 極度の恐怖 を直感表示。
・オシレーター:-100〜+100 のスコアでバイアスの強さと過熱を示します。
独自性・新規性
・高ボラ状態ではスコアを増幅し、同じRSIでも環境次第で体感インパクトを反映。
・RSIしきい値×ボラで極端ゾーンの発生を制御し、意義のあるExtremeのみ点灯。
・反転ラベルは極端レベルのクロス+ローソク条件で点灯し、ノイズを抑制。
仕組み(要点)
1. RSI を算出。
2. ATR/close*100 を SMA と比較し、しきい値倍率で高ボラを判定。
3. score = (RSI-50)*2 を 高ボラで×1.5、 にクランプ。
4. 状態:RSI>Greed → Greed/Extreme Greed、RSI
5-Min EMA with Dynamic Colors + Shading + Alerts📊 Overview
This indicator plots three EMAs from the 5-minute timeframe on your current chart:
EMA 20 – Fast
EMA 50 – Medium
EMA 200 – Slow
It features:
✅ Dynamic EMA coloring based on price
✅ Shaded areas highlighting bullish/bearish trends
✅ Alerts for EMA trend confirmations
Perfect for traders looking for trend confirmation, pullback entries, and alert-based setups.
🎨 How It Works
EMA Calculation – Fetches EMA 20, 50, 200 from 5-minute charts.
Dynamic Colors – EMAs turn:
Green when price > EMA
Red when price < EMA
Shading – Highlights trends:
Green shading: EMA 20 & 50 > EMA 200 → Bullish
Red shading: EMA 20 & 50 < EMA 200 → Bearish
Neutral → No shading
Alerts – Trigger notifications for trend confirmations:
Bullish Confirmation: Both EMA 20 & 50 cross above EMA 200
Bearish Confirmation: Both EMA 20 & 50 cross below EMA 200
📈 Strategy Tips
Trend Confirmation: Use EMA 200 as a filter; trade in direction of EMA 20 & 50.
Pullback Entries: Watch retracements to EMA 50 or EMA 20.
Combine Alerts: Add RSI, MACD, or volume confirmation for stronger setups.
🔹 Visual Example
Scenario EMA Colors Shading Trend
Bullish Trend EMA 20 & 50: Green, EMA 200: Green Green Uptrend
Bearish Trend EMA 20 & 50: Red, EMA 200: Red Red Downtrend
Neutral / Mixed Mixed None Sideways
Indicator by
Easily track 5-min EMA trends, get alerts, and improve your trading decisions!