Spot Overlapping FVG - [FNDSFT]🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (1D–12M) has its own independent toggle, custom label, and box styling, allowing traders to analyze broader market structures across swing and long-term horizons.
🎯 Features
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).
✅ Plots HTF FVG boxes aligned to lower timeframes for comprehensive multi-timeframe analysis.
✅ Supports custom timeframes: 1D to 12M, with individual toggles.
✅ Full visual customization: border color, bullish/bearish box opacity, label font size and color.
✅ Modular inputs to enable or disable specific timeframes for performance.
✅ Uses barstate.isconfirmed logic for stable, non-repainting plots.
⚙️ How It Works
The script requests higher timeframe data via request.security. For each confirmed bar, it checks for FVGs based on:
Bullish FVG: low >= high
Bearish FVG: low >= high
If a gap is detected, a box is plotted between candle 1 and candle 3 using box.new().
Timeframe toggles ensure calculations remain within the limit of 40 request.security calls.
📈 Use Cases
Swing traders analyzing daily to monthly imbalances for medium-term strategies.
Position traders seeking to identify long-term imbalance zones for entries or exits.
ICT methodology practitioners visualizing higher timeframe displacement and inefficiencies.
Traders layering multiple HTF FVGs to build confluence-based trading decisions.
Candlestick analysis
Overlapping FVG - [FNDSFT]🧠 Overview
This script plots Higher Timeframe Fair Value Gaps (FVGs) with full visibility and precise placement on lower timeframe charts. Each timeframe (30s–15m) has its own independent toggle, custom label, and box styling, allowing traders to analyze market structures in detail.
🎯 Features
✅ Identifies Fair Value Gaps using a 3-candle logic (candle 1 high vs candle 3 low, and vice versa).
✅ Plots HTF FVG boxes aligned to lower timeframes for intraday analysis.
✅ Supports custom timeframes: 30s to 15m, with individual toggles.
✅ Full visual customization: border color, bullish/bearish box opacity, label font size and color.
✅ Modular inputs to enable or disable specific timeframes for performance.
✅ Uses barstate.isconfirmed logic for stable, non-repainting plots.
⚙️ How It Works
The script requests higher timeframe data via request.security. For each confirmed bar, it checks for FVGs based on:
Bullish FVG: low >= high
Bearish FVG: low >= high
If a gap is detected, a box is plotted between candle 1 and candle 3 using box.new().
Timeframe toggles ensure calculations remain within the limit of 40 request.security calls.
📈 Use Cases
Scalpers and intraday traders analyzing microstructure.
ICT methodology practitioners visualizing displacement and inefficiencies.
Traders layering multiple FVG timeframes for confluence.
Spartan trading swing high low with htf openspartan trading swing high low with htf open and htf market structure
Volume Imbalance# Volume Imbalance Indicator
## Description
The Volume Imbalance Indicator is a technical analysis tool that measures the imbalance between bullish and bearish volume over a specified period. This indicator helps traders identify the prevailing market sentiment and potential reversal points.
## How It Works
The indicator analyzes trading volume for each candle:
- **Bull Volume** - volume of candles where the closing price is higher than the opening price (green candles)
- **Bear Volume** - volume of candles where the closing price is lower than the opening price (red candles)
- **Imbalance** is calculated as the difference between the sum of bull volume and bear volume over the set period
## Signal Interpretation
- **Positive values (green histogram)** - bullish volume dominates, indicating buyer strength
- **Negative values (red histogram)** - bearish volume dominates, indicating seller strength
- **Zero line** - equilibrium between buyers and sellers
## Trading Applications
1. **Trend Confirmation** - imbalance in the direction of the trend confirms its strength
2. **Divergence Analysis** - divergence between price and indicator may signal potential reversals
3. **Accumulation/Distribution Zones** - prolonged periods of imbalance indicate large player activity
## Settings
- **Period** - number of candles for calculating the imbalance (default: 20)
## Features
- Displays in a separate panel below the main chart
- Histogram format for better visualization
- Color coding: green for bullish imbalance, red for bearish imbalance
- Suitable for all timeframes and trading instruments
This indicator is particularly effective when combined with other technical analysis tools for comprehensive market assessment.
Nadaraya-Watson Envelope & RSI & Stoch RSI - Step 2A compact and effective momentum confirmation tool designed to validate price-based entries using dual RSI and smoothed Stochastic RSI structures.
🧠 Why Combine RSI and StochRSI?
This script blends two levels of RSI analysis to help traders assess overbought/oversold conditions and detect early reversal signals:
The dual RSI structure provides a fast-vs-slow momentum comparison, offering both short-term timing and longer-term trend sensitivity.
The StochRSI module helps confirm reversal setups with smoother K/D crossovers.
Background zone shading enhances visibility of exhaustion areas.
These combined tools serve as a secondary validation layer, perfect for scalpers and swing traders using price-based strategies.
🔍 Feature Modules
🟢 Dual RSI
Fast and slow RSI lines plotted together for comparative strength tracking.
Shaded zone between typical exhaustion levels (e.g., 30~70) to highlight potential mean reversions.
🟠 Stochastic RSI
Uses smoothed K & D lines based on a short RSI input.
Visual aids include:
Extreme zones (e.g., 30 / 70)
Midline for trend bias (50)
Transparent fills to highlight oversold/overbought cross events.
⚙️ Suggested Use Cases
Use RSI divergence or alignment to confirm entries from your main price action strategy.
Monitor K/D crossover signals to fine-tune entry or exit timing.
Filter fakeouts by requiring agreement across all three signals (Fast RSI, Slow RSI, and StochRSI).
✅ Originality Statement
This script isn't just a visual mashup of indicators—it carefully integrates multiple layers of RSI logic to build confidence for timing trades in volatile or ranging markets.
⚠️ Disclaimer
This tool is for research and educational purposes only. It is not financial advice. Trading involves risk. Use at your own discretion.
Nadaraya-Watson Envelope & ATR & CE & EMA - Step 1📈 Multi-Layered Trend and Reversal Toolkit
🧠 Why These Components Are Combined
This closed-source script integrates four distinct yet complementary logic modules for a complete trend and reversal assessment:
Nadaraya-Watson Envelope: Applies kernel smoothing to model dynamic price envelopes.
ATR-based Zones: Provide adaptive buffer zones for reversal or take-profit planning.
Chandelier Exit (CE): Tracks trend direction changes based on recent price extremes and volatility.
Multi-EMA Channels: Help identify macro trend bias and potential entry zones.
Each module contributes a unique market context layer: trend bias, price expansion, breakout timing, and adaptive risk control.
🔍 Key Modules Overview
📐 1. Nadaraya-Watson Envelope (NWE)
Estimates high/low zones with Gaussian regression.
Supports both repaint and non-repaint modes.
Arrows (▲▼) appear when price crosses envelope boundaries.
📊 2. ATR Stop Zones
Uses smoothed volatility to display dynamic high/low thresholds.
Displays a data table for traders to reference stop zone values.
Smoothing methods selectable via menu.
🎯 3. Chandelier Exit
Highlights trend reversals using a volatility-based trailing mechanism.
Displays Buy/Sell labels when state changes occur.
Filled areas change color depending on regime (bull/bear).
📶 4. EMA Trend Channels
Four adaptive EMAs help filter trend directions.
Serves as a higher-timeframe guide or squeeze detector.
⚙️ Suggested Use Cases
Confirm NWE breakouts with EMA slope alignment.
Combine CE labels with ATR zones for risk-aware entries/exits.
Use alerts for direction change to build semi-automated systems.
✅ Originality Statement
This script is not a superficial mashup. It offers a unified framework integrating statistical, trend, and volatility analysis into a practical, modular tool. Each module can be enabled/disabled independently for strategy adaptation.
⚠️ Disclaimer
For educational and research purposes only. Not financial advice. Use at your own risk.
Volume Pressure Analysis - Live DataVolume Pressure Gauge and Volume Percentage Indicator – Pine Script Guide
This indicator provides a simplified, real-time visualization of both volume pressure (buy vs. sell activity) and today’s trading volume in comparison to historical averages. It is designed to help traders assess whether buyers or sellers dominate the current session and whether today’s volume is significant relative to recent behaviour.
________________________________________
Key Functional Segments
1. Inputs and Configuration
Users can configure the length of the Simple Moving Average (SMA) used to calculate average volume, set the position of the gauge table on the chart, and toggle the visibility of the volume pressure display. This allows flexibility in integrating the tool with various trading styles and chart layouts.
2. Volume Data Calculations
The indicator calculates three key volume metrics:
• volToday: The current day’s volume.
• volAvg: The average volume over the user-defined SMA period (default is 20 bars).
• volPct: The current volume as a percentage of the average.
This enables traders to quickly recognize whether current trading activity is above or below normal, which can be a precursor to potential trend strength or weakness.
3. Volume Pressure Calculation
The script estimates buying and selling pressure based on price movement and volume. It distributes volume into upward (buy) and downward (sell) segments and expresses them as percentages of the total volume. This gives an immediate sense of whether bulls or bears are more active in the current session.
4. Visual Representation (Progress Bars)
The indicator renders a simplified visual gauge using horizontal bar segments (pseudo-bars) to reflect the proportion of buy and sell pressure. The length of each bar correlates with the strength of pressure from buyers or sellers, helping users assess dominance without analyzing candlestick behavior in depth.
5. Table Display
A compact table is drawn on the chart showing:
• Buy pressure percentage and corresponding bar.
• Sell pressure percentage and corresponding bar.
• Volume percentage compared to the recent average.
This format makes it easy to evaluate volume dynamics at a glance, without cluttering the price chart or relying on separate overlays.
________________________________________
How Traders Benefit from This Indicator
• Momentum Shift Detection: Early signs of trend reversal can be observed when volume pressure flips direction.
• Breakout Validation: High volume combined with dominant pressure supports the credibility of breakout moves.
• False Move Avoidance: If price moves on low volume or mixed pressure, traders can avoid low-probability entries.
• Market Context Awareness: Users can assess whether a day is behaving normally in terms of participation or is unusually quiet or aggressive.
________________________________________
Basic Usage Guide
1. Add the script to your TradingView chart and set your preferred SMA length for volume comparison.
2. Customize the table’s position using the X and Y settings for clarity and alignment.
3. Interpret the outputs:
o A higher red bar indicates dominant sell pressure.
o A higher green bar indicates dominant buy pressure.
o Volume % above 100% suggests above-average activity, while values below 100% may imply low conviction.
4. Apply to trading decisions:
o High buy pressure and high volume may indicate a strong long opportunity.
o High sell pressure and high volume may support short setups.
o Low volume or conflicting signals may call for caution.
5. Combine with other tools such as trend indicators, support/resistance zones, or price action patterns for more reliable trade setups.
________________________________________
Practical Example
• Sell Pressure: 70% → Suggests strong seller control; potential for short setups.
• Buy Pressure: 30% → Weak buying interest; long trades may carry risk.
• Volume Percentage: 120% → Indicates a surge in participation; movement may have greater validity.
________________________________________
Tips for New Traders
• Use this indicator as a confirmation tool rather than a standalone strategy.
• Begin on higher timeframes (4-hour or daily) to develop familiarity.
• Compare multiple examples to identify reliable patterns over time.
• Always incorporate proper risk management, including stop losses.
________________________________________
Disclaimer from aiTrendview
This indicator is intended solely for educational and informational use. It does not constitute investment advice, trade signals, or financial recommendations. aiTrendview and its affiliates are not liable for any trading losses incurred through use of this tool. All trading involves risk. Past performance of any indicator does not guarantee future results. Users should conduct independent research and consult with a certified financial advisor before making any trading decisions.
SY_Quant_AI_Trend.2.0✅ English Description (Safe Minimal Version)
SY_Quant_AI_Trend 2.0 — Multi-Factor Trend Analysis Toolkit
This indicator combines trend detection, structure recognition, and visual overlays to assist traders in analyzing market dynamics.
It integrates common techniques in a simplified form for research and chart-based strategy development.
Professional Technical Analysis DashboardProfessional Technical Analysis Dashboard – Complete Guide
This script is an advanced technical analysis dashboard built in Pine Script v5. It integrates 16 widely used technical indicators into a single, structured display designed for traders who need a consolidated view of market sentiment. The dashboard is divided into three key sections – Summary, Oscillators, and Moving Averages – enabling users to assess momentum, trends, and overall market bias in real-time.
________________________________________
Technical Foundation and Methodology
Summary Section – Combined Market Signal
The Summary section aggregates all 16 indicators (8 oscillators and 8 moving averages) to generate a combined score that reflects market sentiment. Each indicator contributes equally to the score. The combined signal ranges from -16 (strong sell) to +16 (strong buy), with thresholds defining zones such as Strong Buy, Buy, Neutral, Sell, and Strong Sell. This approach allows traders to quickly interpret overall market conditions without analyzing each indicator individually.
Oscillators Section – Momentum Analysis
This section tracks short-term momentum and overbought/oversold conditions using eight oscillators: RSI, Stochastic Oscillator, CCI, Williams %R, MACD, Momentum, Rate of Change (ROC), and Bollinger Bands. Each oscillator follows its conventional logic (e.g., RSI > 70 indicating overbought conditions) and is displayed alongside a visual indicator for quick assessment. This section is particularly effective for identifying potential reversals or timing short-term trades in range-bound markets.
Moving Averages Section – Trend Analysis
The trend analysis section uses five Simple Moving Averages (SMA 10, 20, 50, 100, 200) and three Exponential Moving Averages (EMA 10, 20, 50) to assess trend direction and strength across multiple timeframes. Price is compared to each moving average to determine a bullish, neutral, or bearish signal. For example, a price well above the 200-day SMA indicates a strong long-term uptrend.
________________________________________
How to Use the Dashboard
Setup:
1. Paste the script into TradingView’s Pine Editor.
2. Add it to your chart.
3. Choose a timeframe suited to your strategy (e.g., 5–15 minutes for scalping, 1 hour for day trading, daily for long-term analysis).
4. Configure visual preferences such as table size and color scheme from the settings menu.
Signal Interpretation:
• A "Strong Buy" in the Summary combined with bullish Oscillators and Moving Averages suggests a high-probability long setup.
• Conflicting signals (e.g., bullish Summary but bearish Oscillators) may warrant waiting for alignment before taking a position.
• Position sizing can be adjusted based on the intensity of the combined signals.
Trading Strategies:
• Confirmation Trading: Enter trades only when all three sections align in the same direction.
• Scalping: Use oscillators for overbought/oversold setups, combined with short-term moving averages for trend confirmation.
• Trend Following: Use the Moving Averages section to identify sustained directional bias and follow pullbacks signaled by oscillators.
________________________________________
Risk Management Guidelines
The dashboard is not a trading system but an analytical tool. Users can enhance their risk management by:
• Allocating capital based on signal strength (e.g., stronger signals justify slightly larger positions).
• Using stop losses tied to volatility or moving averages.
• Reducing position size during conflicting signals or low-confidence readings.
• Avoiding trades when signals are below 50% strength or in mixed zones.
________________________________________
Best Practices and Common Pitfalls
• Always wait for confirmation across sections before entering trades.
• Avoid over-leveraging based on a single signal.
• Use appropriate timeframes – intraday traders should rely on shorter timeframes, while swing traders may focus on hourly or daily charts.
• Keep a trading journal to monitor the effectiveness of signals and refine strategies over time.
________________________________________
Disclaimer from aiTrendview
This script is intended solely for educational and informational purposes. It does not provide investment advice, trading signals, or guaranteed outcomes. aiTrendview and its affiliates are not liable for any financial losses incurred while using this script. All trading involves risk, and past performance of any technical indicator does not guarantee future results. Users are strongly advised to conduct independent research or consult with a licensed financial advisor before making any trading decisions.
Daily Engulfing Zones Visually appear Daily Engulfing Zones on the chart. Combine with your favorite oscillator indicator to create a solid setup. Bullish EZ is marked by green arrow/zone. Bearish EZ is marked by red arrow/zone.
HyperChannelThought for 1m 33sHyperChannel Exhaustion Indicator
Overview
This open-source indicator creates a dynamic volatility channel to identify trend directions and potential support/resistance levels, while incorporating momentum analysis, trend strength assessment, and a composite exhaustion metric to highlight possible trend fatigue and reversal points. The core idea is to combine volatility adaptation with multi-layered exhaustion signals, providing a unified tool that goes beyond standalone channels or oscillators. By integrating these elements, it offers a comprehensive view: the channel tracks price within volatile bounds, momentum detects strength or weakening, and exhaustion quantifies reversal risks—allowing users to spot continuations in strong trends or prepare for reversals during fatigue. This synergy creates a unique, actionable framework not found in isolated indicators, helping users make informed decisions across various market conditions.
The indicator builds on public domain concepts like ATR-based channels and standard exhaustion ratios (with credits to Franklin Moormann for foundational exhaustion logic, significantly enhanced here through integration and scoring). Improvements include a custom composite score weighting multiple factors, adaptive coloring for visual clarity, and a dashboard for quick stats—resulting in a tool that's more than a simple merge, but a cohesive system for trend management.
Key Features
Volatility Channel: Plots adaptive upper and lower bands based on smoothed true range multiples around a price midpoint, with trend confirmation requiring consecutive closes beyond bands for reliability.
Momentum Layer: Uses averaged relative changes across varying periods to flag strong impulses or pullbacks, enhancing channel breakouts with contextual strength.
Trend Strength: Differentiates strong trends from ranges or transitions, altering band colors for intuitive reading (e.g., vibrant in trends, subdued otherwise).
Exhaustion Metrics:
A ratio-based signal comparing price advances to highs, smoothed to detect fading momentum.
A composite score (0-100%) aggregating normalized exhaustion, divergence flags, and volume surges—low scores suggest trend health, medium warn of fatigue, high indicate reversal potential.
Visuals:
Band plots (active/inactive) with fills for trend highlighting.
Circles on candles for pullback warnings.
Candle coloring: Dark shades for robust trends (e.g., deep green/up, maroon/down), lighter/warning tones (yellow/up, orange/down) for weakening phases.
Divergence labels on price vs. momentum for hidden/regular setups.
Dashboard: Compact table with trend, risk score (integrated exhaustion), composite value, regime, and higher-timeframe levels; background gradients from green (low risk) to red (high) for at-a-glance reversal probability.
Alerts: For channel events, momentum shifts, exhaustion thresholds, and signals.
How It Works
The indicator operates on core technical concepts without relying on external data:
Channel Construction: Starts with true range (high-low, gaps) smoothed over a period (default 120) to form ATR. Bands are midpoint ± ATR multiple (default 3.0), tightened/loosened based on closes and momentum to avoid whipsaws. Trends flip only after confirmed breaches (default 2 bars), reducing false signals.
Momentum Calculation: Aggregates percentage changes from short to long moving averages (defaults 10-200 periods), smoothed into dynamic thresholds. This detects "strong" (beyond multiples) vs. "exhausting" (pullbacks below fractions), feeding into channel logic and warnings.
Strength and Regime: ADX (default period 14) classifies markets: above high threshold (25) as trending, below low (20) as ranging, in-between as transitioning (with bias if rising and momentum aligns).
Exhaustion and Scoring:
Compares cumulative closes above priors vs. new highs, smoothed (default length 10) into a slope: positive/negative for bull/bear, intensifying for strength.
Composite score weights this normalization (40%), binary divergence checks on a standard oscillator (30%), and volume ratios (30%)—scaled to 0-100%. Thresholds (e.g., 80 for high) trigger color shifts.
Reversal risk (0-100%) blends exhaustion depth, divergences, unconfirmed bars, and the score—labeled Low (<30%), Medium (30-70%), High (>70%).
These interact: e.g., channel bands adjust with momentum, exhaustion colors candles/dashboard, creating a feedback loop for holistic analysis.
Usage Suggestions
Setup: Add to a clean chart (no other indicators unless combining for confluence, e.g., with volume—explain in notes). Use defaults for most assets; tweak ATR period/multiplier for volatility (shorter for crypto, longer for stocks). Set higher timeframe (default 60min) for context.
Interpreting Trends: Green-filled uptrends (active support band) signal buys on pullbacks; red downtrends for shorts. Vibrant colors indicate ADX strength—trade with trend.
Spotting Exhaustion/Reversals: Watch for yellow/orange candles (weakening signal) or circles (pullback warnings). Composite >80% (red dashboard cell) or high risk (yellow/orange table background) suggests exits/preparation. Divergences add confirmation: bullish (green label) near supports, bearish (red) at resistances.
Regimes: Trending: Follow channel breaks. Ranging: Fade extremes. Transitioning: Wait for emerging bias.
Alerts: Enable for real-time notifications—e.g., high exhaustion for potential tops/bottoms.
Customization: Adjust weights for risk sensitivity (e.g., boost exhaustion for conservative trading). Test on historical data to align with strategy; aim for balanced risk (e.g., <5% per trade).
This tool visualizes concepts like volatility clustering and momentum divergence, aiding in trend-following or mean-reversion setups. Always combine with personal analysis—it's not a signal generator but a decision aid.
Credits and Notes
Builds on public domain ATR/ADX ideas; exhaustion ratio inspired by Franklin Moormann (cheatcountry), with major enhancements like multi-momentum integration, composite scoring, and visual/dashboard features for originality.
Compliant with Pine v6; open-source for community use. No ads/guarantees—past performance isn't indicative. Manage risk; this is educational. For chart: Publish clean, with this script only, showing clear outputs.
easy Market Structure BOS & CHoCH (Swing Logic)
A trend reversal occurs when the direction of the market changes from an uptrend to a downtrend or vice versa. It is typically confirmed by a shift in price structure, such as a break of key support or resistance, a change in swing highs/lows, or specific candlestick patterns like engulfing or pin bars. Indicators like RSI divergence or moving average crossovers can also support reversal identification. Reversals often follow a strong trend and signal a potential new direction in price movement
[caracalla] Woori Rejection + Divergence Signal V1.6📌 지표 개요 | Indicator Overview
KR
이 스크립트는 리젝션 패턴과 RSI 다이버전스를 활용해 매수(R+)·매도(R-) 반전 신호를 생성합니다. 특히 일반 다이버전스(RD+, RD-)를 히든 다이버전스(RH+, RH-)보다 우선 표시하며, 과매도/과매수 조건도 실전 트레이딩에 맞게 유연하게 조정되어 있습니다.
EN
This script generates buy (R+) and sell (R−) reversal signals by combining rejection candlestick patterns and RSI divergences. It prioritizes regular divergence signals (RD+/RD−) over hidden ones (RH+/RH−), with relaxed overbought/oversold RSI conditions to better suit real trading environments.
🔍 리젝션 조건 | Rejection Conditions
KR
R+: 이전 음봉 후 양봉 전환, 아래꼬리가 몸통보다 길며 RSI < 45
R-: 이전 양봉 후 음봉 전환이거나 긴 위꼬리 음봉, RSI > 50
도지 캔들은 제외되며, 꼬리 길이 비중이 중요한 요소로 작용
EN
R+: Bullish rejection after a bearish candle, long lower wick, RSI < 45
R-: Bearish rejection after bullish candle or long upper wick, RSI > 50
Doji candles are filtered out; long wick length relative to body is essential.
⚙️ 다이버전스 감지 | Divergence Detection
✅ 일반 다이버전스 | Regular Divergence (RD+/RD−)
KR
RD+: 가격 저점 하락 + RSI 저점 상승 + 리젝션
RD-: 가격 고점 상승 + RSI 고점 하락 + 리젝션
EN
RD+: Price makes lower lows, RSI makes higher lows, with rejection
RD−: Price makes higher highs, RSI makes lower highs, with rejection
✅ 히든 다이버전스 | Hidden Divergence (RH+/RH−)
KR
RH+: 가격 저점 상승 + RSI 저점 하락 + 리젝션
RH-: 가격 고점 하락 + RSI 고점 상승 + 리젝션
EN
RH+: Price makes higher lows, RSI makes lower lows, with rejection
RH−: Price makes lower highs, RSI makes higher highs, with rejection
🧠 시그널 우선순위 | Signal Priority
KR
동일한 캔들에서 일반 다이버전스와 히든 다이버전스가 동시에 발생해도, **일반 다이버전스(RD+, RD−)**가 **히든 다이버전스(RH+, RH−)**보다 우선 표시됩니다.
EN
When both regular and hidden divergence conditions are met on the same candle, regular divergence (RD+, RD−) is prioritized over hidden divergence (RH+, RH−).
🔔 알림 기능 | Alert System
KR
모든 시그널(R+, R-, RD+, RD-, RH+, RH-)에 대해 알림 설정이 포함되어 있어, 자동매매나 실시간 대응이 가능합니다.
EN
Alert conditions are included for all signals (R+, R-, RD+, RD-, RH+, RH-), enabling automation or real-time trading reactions.
Mig Trade Model - Kill Zones
Key features:
Liquidity Hunt Detection: Spots aggressive moves that "hunt" stops beyond recent swing highs/lows.
Consolidation Filter: Requires 1-3 small-range candles after a hunt before confirming with a strong candle.
Bias Application: Uses daily open/close to auto-detect bias or allows manual override.
Kill Zone Restriction: Limits signals to London (default: 7-10 AM UTC) and NY (default: 12-3 PM UTC) sessions for better relevance in active markets.
This strategy is inspired by smart money concepts (SMC) and ICT (Inner Circle Trader) methodologies, aiming to capture venom-like "stings" in price action where liquidity is grabbed before reversals.
How It Works
ATR Calculation: Uses a user-defined ATR length (default: 14) to measure volatility, which scales candle body and range thresholds.
Bias Determination:
Auto: Compares daily close to open (bullish if close > open).
Manual: User selects "Bullish" or "Bearish."
Strong Candles:
Bullish: Green candle with body > 2x ATR (configurable).
Bearish: Red candle with body > 2x ATR.
Small Range Candles:
Candles where high-low < 0.5x ATR (configurable).
Liquidity Hunt:
Bullish Hunt: Strong bearish candle making a new low below the past swing low (default: 10 bars).
Bearish Hunt: Strong bullish candle making a new high above the past swing high.
Signal Generation:
After a hunt, counts 1-3 small-range candles.
Confirms with a strong candle in the opposite direction (e.g., strong bullish after bearish hunt).
Resets if >3 small candles or an opposing strong candle appears.
Kill Zone Filter:
Checks if the current bar's time (in UTC) falls within London or NY Kill Zones.
Only allows final "Buy" (bullish entry) or "Sell" (bearish entry) if bias matches and in Kill Zone.
Plots:
Yellow circle (below): Bullish liquidity hunt.
Orange circle (above): Bearish liquidity hunt.
Blue diamond (below): Raw bullish signal.
Purple diamond (above): Raw bearish signal.
Green triangle up ("Buy"): Filtered bullish entry.
Red triangle down ("Sell"): Filtered bearish entry.
Inputs
Bias: "Auto" (default), "Bullish", or "Bearish" – Controls signal direction based on daily trend.
ATR Length: 14 (default) – Period for ATR calculation.
Swing Length for Liquidity Hunt: 10 (default) – Bars to look back for swing highs/lows.
Strong Candle Body Multiplier (x ATR): 2.0 (default) – Threshold for strong candle bodies.
Small Range Multiplier (x ATR): 0.5 (default) – Threshold for small-range candles.
London Kill Zone Start/End Hour (UTC): 7/10 (default) – Customize London session hours.
NY Kill Zone Start/End Hour (UTC): 12/15 (default) – Customize New York session hours.
Usage Tips
Timeframe: Best on lower timeframes (e.g., 5-15 min) for intraday trading, especially forex pairs like EURUSD or GBPUSD.
Timezone Adjustment: Inputs are in UTC. If your chart is in a different timezone (e.g., EST = UTC-5), adjust hours accordingly (e.g., London: 2-5 AM EST → 7-10 UTC).
Risk Management: Use with stop-loss (e.g., beyond the hunt low/high) and take-profit based on ATR multiples. Not financial advice—backtest thoroughly.
Customization: Tweak multipliers for different assets; higher for volatile cryptos, lower for stocks.
Limitations: Relies on historical data; may generate false signals in ranging markets. Combine with other indicators like volume or support/resistance.
This indicator is for educational purposes. Always use discretion and proper risk management in live trading. If you find it useful, feel free to share feedback or suggestions!
Accurate Monthly Session HighlighterYou can adjust the start/end times and highlight settings directly from the indicator's input parameters.
UT Bot Confirmed Edition by 相棒This is a high-precision indicator combining UT Bot and QQE MOD, designed for trend detection and confirmed logic.
It is optimized for Gold and USDJPY on the 5-minute and 1-minute timeframes.
Also compatible with other pairs and timeframes.
The Buy/Sell signals use Confirmed Logic to filter out noise and assist with reliable and practical entry decisions.
This is an invite-only script.
To use this script, authorization from the author is required.
Night Session HighlighterYou can adjust the start/end times and highlight settings directly from the indicator's input parameters.
Accumulation Phase DetectorClean Accumulation Phase Indicator — Description
This TradingView indicator visually identifies the Accumulation Phase in price action, based on the Wyckoff methodology and volume-price analysis. The Accumulation Phase is where insiders or "smart money" gradually build positions before a significant price breakout.
Key Features:
Range Detection: The indicator calculates a price range over a configurable period (Range Length). It marks this range on the chart with red horizontal lines representing support and resistance.
Volume Spike Identification: It detects unusually high volume relative to the average volume over the same period (Volume Spike Multiplier). These spikes highlight potential insider buying activity.
Accumulation Phase Highlighting: When price action remains within the detected range and volume spikes occur, the indicator considers the market to be in an accumulation phase. Volume bars during this phase are colored blue for easy visualization.
Campaign Start & End Labels: The indicator places a "Campaign starts" label at the beginning of the accumulation phase and a "Campaign ends - warehouse full" label when the accumulation ends. This mimics the idea that insiders fill their “warehouses” before a breakout.
Breakout Detection: Once accumulation ends, the indicator monitors for a price breakout above the resistance level and places a "Breakout" label at the breakout bar.
How to Use:
Adjust the Range Length and Volume Spike Multiplier inputs to suit the timeframe and instrument you’re analyzing.
Watch for the blue volume bars within the red range lines to identify the accumulation phase.
Use the campaign labels to identify when the phase starts and ends.
Watch for the breakout label as a potential entry signal.
Dolphin 3penggunaan FCPO
DISCLAIMER:
This script is provided for **educational and informational purposes only**.
It is **not intended as financial advice** or a recommendation to buy or sell any asset.
Use at your own risk. Past performance does not guarantee future results.
Always do your own research or consult a licensed financial advisor before making trading decisions.
52SIGNAL RECIPE Hidden Volume52SIGNAL RECIPE Hidden Volume
◆ Overview
52SIGNAL RECIPE Hidden Volume is an innovative indicator that visualizes the hidden buying and selling strength behind the conventional volume candles. By analyzing the relative proportion of buying and selling within each candle’s price range, it splits the total volume into buy volume and sell volume. Displayed as color-coded bars (blue for buying, pink for selling) in a separate panel below the chart, it provides clear insight into the market’s buying and selling pressure.
Unlike standard volume indicators that only show total volume, this indicator reveals the underlying balance and shifts in buying and selling power, offering traders a deeper understanding of market dynamics.
Furthermore, when viewed alongside the traditional volume candles that everyone commonly uses, it helps traders interpret price movements and volume flows more comprehensively, enabling a more insightful analysis of overall market trends.
─────────────────────────────────────
◆ Key Features
- Buy/Sell Volume Ratio Analysis: Calculates the relative buy and sell ratios based on the candle’s price movement range
- Hidden Buying and Selling Strength Visualization: Separately displays buy volume (blue) and sell volume (pink) as stacked bars in a dedicated bottom panel
- Real-time Data Reflection: Captures immediate changes in market buying and selling pressure based on live volume data
- Clear Visual Distinction: Uses background shading to easily highlight periods of buying dominance (blue) or selling dominance (pink)
- Quantified Buy/Sell Balance: Displays the current buying vs selling ratio numerically on chart labels for quick reference
- Recommended Use with Traditional Volume Candles: Designed to be used together with commonly used volume candles for more comprehensive market flow interpretation
─────────────────────────────────────
◆ Trading Application Points
- Provides deeper insight into market sentiment compared to conventional volume bars
- Helps identify shifts in buying and selling power indicative of trend continuations or reversals
- Useful as a complementary tool alongside price action to better time entries and exits
─────────────────────────────────────
◆ Synergy With Other Indicators
- Combine with trend indicators (RSI, MACD, Moving Averages) to validate trend strength and momentum
- Use together with volume and order flow tools to enhance understanding of market participant behavior
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE Hidden Volume is a powerful and intuitive tool that unveils the balance of buying and selling forces concealed within the total volume. By visualizing buy and sell volumes separately and updating in real-time, it allows traders to grasp the subtle shifts in market pressure and make more informed trading decisions.
Especially when used together with the traditional volume candles commonly referenced by most traders, it enhances traders’ ability to interpret price movement combined with volume flow in a more multi-dimensional and precise way, ultimately supporting more effective trading strategies.
─────────────────────────────────────
※ Disclaimer: This indicator is provided as a supplementary analysis tool and should not be used as the sole basis for trading decisions. Past data does not guarantee future results. Always apply proper risk management.
52SIGNAL RECIPE Hidden Volume
◆ 개요
52SIGNAL RECIPE Hidden Volume은 일반적인 볼륨 캔들 뒤에 숨겨진 매수와 매도의 힘의 크기를 가시화하는 지표입니다. 각 캔들의 가격 움직임 범위 내에서 매수와 매도의 상대적인 비율을 계산해, 총 거래량을 매수 볼륨과 매도 볼륨으로 나누어 보여줍니다. 별도의 차트 하단 패널에 파란색 매수 볼륨과 분홍색 매도 볼륨을 컬러 막대 그래프로 시각적으로 구분하여 시장 내 거래 심리와 매수·매도 압력을 명확하게 파악할 수 있도록 지원합니다.
일반 거래량 지표가 단순한 거래량 수치만 제공하는 반면, 이 지표는 매수세와 매도세의 숨겨진 균형과 변화를 직관적으로 보여줘, 시장 내부의 매매 강도와 방향성을 깊이 있게 이해하는 데 유용합니다.
또한, 일반적으로 모두가 사용하는 볼륨 캔들과 함께 병행해 보면, 가격 변동과 거래량의 흐름을 더 입체적으로 분석할 수 있어서 시장 전체의 흐름을 해석하는 데 훨씬 용이합니다.
─────────────────────────────────────
◆ 주요 특징
- 매수·매도 거래 비율 분석: 캔들의 가격 변동 범위를 기준으로 매수와 매도 비율 산출
- 숨겨진 매수·매도 힘 시각화: 별도 차트 하단 패널에서 매수 볼륨(파란색)과 매도 볼륨(분홍색)으로 구분하여 가시화
- 실시간 반영: 실시간으로 변하는 거래량 데이터에 기반해 시장 내부 매수·매도 압력 변화 즉시 포착
- 심플한 시각적 구분: 색상과 배경으로 매수 우세 또는 매도 우세 구간을 직관적으로 표시
- 매수·매도 힘의 균형 이해 지원: 차트 상단 텍스트 라벨로 현재 매수/매도 비율을 숫자로 제공
- 볼륨 캔들과 병행 사용 권장: 모두가 사용하는 기본 볼륨 캔들과 함께 보면서 시장 흐름 해석에 활용 가능
─────────────────────────────────────
◆ 트레이딩 활용 포인트
- 기존 거래량 지표 대비 더 깊은 시장 심리 분석 가능
- 매수세와 매도세 간 힘의 균형 변화를 주목하여 추세 전환이나 지속 신호로 활용
- 가격 흐름과 결합해 진입 및 청산 타이밍 설정에 도움
─────────────────────────────────────
◆ 다른 지표와 조합 가능성
- 가격 추세 지표(RSI, MACD, 이동평균선 등)와 함께 사용해 추세 강도와 매수·매도 압력 동시 분석
- 거래량 및 주문장 지표와 결합하여 시장 참여자 심리 및 매매 동향 파악 강화
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE Hidden Volume은 일반 볼륨 캔들만으로는 알기 어려운 매수와 매도 간의 힘의 균형을 명확히 보여주는 강력하고 직관적인 지표입니다. 실시간 거래량 내 매수·매도 비율을 분리해 시각화함으로써, 트레이더들이 시장 내부의 숨겨진 힘의 흐름을 이해하고 이를 바탕으로 한 전략적 의사결정을 내릴 수 있도록 돕습니다.
특히 일반적으로 많이 사용하는 볼륨 캔들과 함께 병행하여 볼 때, 가격 변동과 함께 시장의 거래 심리를 더욱 입체적이고 정확하게 해석할 수 있어 훨씬 효과적인 매매 전략 수립이 가능합니다.
─────────────────────────────────────
※ 면책 조항: 본 지표는 투자 판단을 위한 보조 도구로 제공되며, 단독 의존해서는 안 됩니다. 과거 데이터에 기반한 분석이므로 미래 결과를 보장하지 않으며, 적절한 리스크 관리와 함께 사용하시기 바랍니다.
Volatility Wick Trap — Smart Reversal EngineThe Volatility Wick Trap — Smart Reversal Engine is a precision reversal detection tool designed for traders who rely on smart money footprints, volatility compression, and liquidity wick exhaustion to time entries near market turns.
💡 Core Components:
Volatility Squeeze Detection: Identifies candles where range compresses significantly compared to the 14-period average true range, highlighting potential breakout zones.
Liquidity Wick Exhaustion: Detects candles with dominant upper or lower wicks, signaling failed liquidity grabs or stop hunts.
Contextual EMA Filter: Uses a 21-period EMA to filter signals, improving accuracy by aligning with market structure bias.
🔍 How It Works:
Green diamond lines mark bullish hidden reversal zones.
Red diamond lines mark bearish hidden reversal traps.
These lines only appear when volatility compresses and wick traps are confirmed within the trend context.
✅ Clean. Minimal. Tactical.
Ideal for scalpers, swing traders, and smart money enthusiasts looking to fade emotional price spikes.
Choch Pattern Levels [BigBeluga] + AlertsChoch Pattern Levels highlights key structural breaks that can mark the start of new trends. By combining precise break detection with volume analytics and automatic cleanup, it provides actionable insights into the true intent behind price moves — giving traders a clean edge in spotting early reversals and key reaction zones. Added support for alarms.
Choch Pattern Levels [BigBeluga] + AlertsChoch Pattern Levels highlights key structural breaks that can mark the start of new trends. By combining precise break detection with volume analytics and automatic cleanup, it provides actionable insights into the true intent behind price moves — giving traders a clean edge in spotting early reversals and key reaction zones. Added alarms support.