TriWMA (Rolling)TriWMA (Rolling)
Compute rolling volume-weighted, time-weighted, and TrueRange-weighted moving averages plus dynamic bands over a specified lookback window.
Metrics
• VWMA: Rolling volume-weighted moving average (hlc3 × volume) over the lookback window
• TWMA: Rolling time-weighted moving average (ohlc4) over the lookback window
• TrueWMA: Rolling TrueRange-weighted moving average (TrueMid × TrueRange) over the lookback window
• Bands: Upper and lower envelopes at ±mult × volatility (or ±mult % of WMA in percent mode)
• Lagged SMA: SMA from lookback bars ago
Toggle Options
• Show VWMA | Show V-Bands
• Show TWMA | Show T-Bands
• Show TrueWMA | Show True-Bands
• Show Lagged SMA | Bold Lagged SMA | Shade Between Bands
Underlying Calculations
VWMA
• hlc3 = (high + low + close) ÷ 3
• VWMA = sum(hlc3 × volume, lookback) ÷ sum(volume, lookback)
TWMA
• ohlc4 = (open + high + low + close) ÷ 4
• TWMA = sum(ohlc4, lookback) ÷ lookback
TrueWMA
• range = TrueRange
• mid = TrueMid
• TrueWMA = sum(mid × range, lookback) ÷ sum(range, lookback)
Volatility & Lookback
• Method: Std Dev, MAD, ATR-scaled, Percent
• Lookback bars: number of bars for volatility lookback
Band Widths & Edges
• width = multiplier × volatility (or WMA × mult / 100 in percent mode)
• upper = WMA + width
• lower = WMA − width
Ketidakstabilan
Macro S&D AlphaMacro S&D Suite: Part 1 — Alpha Zones (Macro Structure S&D)
Title: Macro S&D Suite: Part 1 — Alpha Zones (Macro Structure S&D)
Description:
Overview
Macro S&D Alpha is the foundational component of our system, designed to identify institutional-level supply and demand zones across Weekly, Daily, and 4H timeframes. It captures the structural blueprint of the market by filtering out weak swings and highlighting zones that historically attract major liquidity.
How It Works
• Volatility-Weighted Swings: Detects key pivot points using swing duration, price rejection intensity, and volatility scores
• Auto-Zone Drawing: Plots supply (resistance) and demand (support) zones from validated macro pivots
• Dynamic Updates: Zones extend and adjust only when the structure confirms a significant change
• Noise Reduction: Filters minor or untested pivots to highlight meaningful levels with proven historical relevance
Use Case
Add Alpha to your higher-timeframe charts (Daily/4H) to define your structural market bias. These zones help identify potential reversals, trend continuations, and breakout regions. Alpha serves as the macro map for directional decision-making.
How It Integrates with Beta
Alpha defines where the market is most likely to respond — at key macro structural zones.
Beta sharpens the focus with precise entry and exit zones on lower timeframes.
When the two align — for example, a Micro 1 or 5 rejection within an Alpha zone — this often marks a high-probability reversal, breakout, or pullback setup with reduced risk and increased conviction.
What Makes It Unique
Alpha is not a standard support/resistance or swing high/low script. It uses a proprietary multi-factor scoring model to determine which historical pivots carry institutional weight. This allows traders to focus only on the most reliable structural zones over multi-week horizons.
Technical Note
This script is Part 1 of the Macro S&D Suite. Due to TradingView's line and object limits, the suite is divided into modular tools:
• Part 1 – Alpha: Macro structure zones (this script)
• Part 2 – Beta: Intraday tactical zones (published separately)
Educational Support & System Guide
This script is accompanied by a 25-page Trading Rules Guide, outlining how to apply our zone logic, entry/exit rules, and execution structure.
All approved users receive daily support and real-time guidance, applying the exact identical setups we use in live trading — across indices, FX, crypto, and commodities.
Compatibility Note
Alpha is primarily designed for structure-based price action trading, but it also works well in conjunction with external tools such as VWAP, volume profile, or basic trend overlays.
Traders can keep their workflow clean or layer additional confluence to suit their strategy.
Invite-Only Access
Access to this script is reserved for active members of our MacroStructure community.
If you're interested in exploring the system, we offer a 14-day no-obligation trial — no signup, no credit card, and no risk.
Send us your TradingView username via direct message, and we'll activate full access so you can test the tool in live market conditions.
We also provide a daily playbook and real-time guidance during the London and New York sessions to help you apply the system the same way we do in our trades.
If it fits your workflow and improves your consistency, you're welcome to continue with a monthly subscription after the trial.
BTC CME Futures Gaps (BTCGapHunt_CME)BTC CME Futures Gaps Indicator
Overview
This indicator visualises price gaps between the daily close and open of Bitcoin CME futures (CME:BTC1!). These gaps are often revisited ("filled") by market price action and may serve as technical targets.
Thanks
... to Maven and the Blockchain Masons (x.com/Masons_DAO) to push me on this topic.
What Is a CME Gap?
CME Bitcoin Futures do not trade 24/7. Gaps form when the market reopens at a different price than where it last closed.
Gaps are often used as support/resistance or liquidity targets.
This indicator tracks, visualises, and alerts on these gaps.
Key Features
Automatic gap detection using daily open/close on CME:BTC1!
Dynamic gap size threshold based on ATR (Average True Range)
Highlight unfilled gaps and track partial fills visually
Alerts for gap formation and fill events
Parameter overlay showing real-time settings
Supported and Overrideable Parameters
ATR Length: Defines the lookback period for ATR calculation (default: 14)
Gap Size Multiplier: Multiplies the ATR to set the dynamic gap threshold (default: 1.0)
Proximity Threshold: Price distance from gap edge to consider it filled (default: 100 USD)
Max Gaps Tracked: Maximum number of concurrent gaps shown (default: 50)
Alerts Enabled: Toggle alerts for gap formation and gap fill events
How the Gap Size Is Calculated
Minimum Gap Size = ATR(14) * Gap Size Multiplier
ATR Length and Gap Size Multiplier are configurable.
Gap threshold adjusts dynamically with market volatility.
Visual Guide
Red Box: Fully unfilled gap
Lemon Yellow Box: Partially filled gap
Right Margin Boxes: Snapshot of unfilled gaps for quick access
Top-Right Panel: Current ATR, Gap Size, Thresholds, etc.
Alerts
Gap Formed: A new gap is detected.
Gap Filled: The gap is either partially or fully filled.
Recommended Timeframes
1H, 4H, 1D (best resolution)
Designed for BTC spot/perpetual charts (e.g., BTCUSD, BTCUSDT)
How To Use
Add the script to your BTC chart.
Monitor red/yellow boxes for unfilled gaps.
Check config panel for current threshold and settings.
Enable alerts via TradingView for real-time updates.
Notes
Up to 50 gaps are tracked (adjustable).
Data source: CME futures via request.security.
All visuals and alerts are time-synced with your chart.
Disclaimer
This script is for educational purposes only. Trade at your own risk.
Dollar Volume + SD [ZTD]### So, What's the Big Deal with SD Dollar Volume?
TL:DR
What you see:
1. $ Volume = (Price * Volume) / 1M (we divide it by 1M by default so you don't have to look at 12 digits but you can select between 100k/1M/10M)
2. User selected M.A. period with difference sources
3. Up to 4 Standard Deviation from that M.A.
4. Color coded (explained below)
That's it, no fancy useless multi color rainbows. Functional, bringing depth and clarity to your analysis based on reality not optical illusion.
--------------
The Long version
You know how we've always looked at volume? It's a classic, but it's got a blind spot. A million shares traded when a stock is at $10 is a completely different ballgame from a million shares traded when it's at $200. The first is $10M in action; the second is $200M. Traditional volume treats them the same, but they are not the same story.
That's the whole idea behind the **Dollar Volume Standard Deviation (SD $VVOLUME)** indicator. Instead of just counting shares, it tracks the **actual dollar amount** ( also refered as Dollar Volume) changing hands. This gives you a much clearer picture of the real financial power behind a price move. It helps you see when the "big money" is truly stepping in or backing off.
Think about it this way: after a 20% drop on earnings, you might see a 10% volume increase and think, "Wow, buyers are stepping in!" But if you look at the *value traded*, it might actually be lower than the day before because the share price is so much cheaper. This indicator cuts through that noise.
What about that smaller stock you bought that suddenly doubles in prices in a matter of months. Do you really thing the volume you are looking at carries any meaning anymore?
On longer time frame? Think about Volume traded vs Value Traded on NVDA for example. Looking at volume alone on those charts is absolutely meaningless. I even wonder why volume alone ever existed in the first place as an indicator.
### How to Use It in Your Trading
This isn't just theory; here’s how you can actually use it to make better decisions.
#### Reading the Indicator
The indicator is designed to be visual and intuitive. Here’s what you're looking at:
* **The Bars:** Each bar on the indicator represents the total dollar value traded during that period. Bigger bar, more money moved.
* **The White Line:** This is your baseline—the moving average of the value traded. It shows you the normal level of money flow for that stock.
* **Bar Colors (The Important Part):**
* **Direction:** **Green** means the stock closed higher in that period. **Red** means it closed lower. Simple enough.
* **Intensity:** This is the real magic. The brightness or intensity of the color tells you how significant that money flow was. A dull, faded bar means the value traded was pretty average. A **bright, intense bar** means the value was way above normal (usually 1 or 2 standard deviations away from the average). *That's* when you need to pay attention.
#### Actionable Signals for Your Strategy
* **Spotting High-Conviction Moves:** When you see a bright, intense red or green bar that towers over the others, that's a signal of major conviction. Big players are making a decisive move, either buying up everything in sight or dumping their positions. This is your cue that something significant is happening.
* **Confirming a Trend's Strength:** Are you in a strong uptrend? Look for a consistent pattern of bright green bars. This tells you that significant capital is flowing in to support the rising price. It's confirmation that the trend has legs.
* **Catching a Weakening Trend (Divergence):** This is a powerful one. Imagine the stock price is grinding out new highs, but on the SD
V
VOLUME
indicator, the bars are getting smaller and less intense. That's a major red flag. It shows that even though the price is inching up, the real money isn't following. There's no conviction, and the trend could be about to reverse.
* **Gauging Liquidity:** If the bars are consistently low and dull, it's a sign that interest in the stock is drying up. It's a good way to spot illiquid conditions and avoid getting trapped in a stock that's hard to get out of.
Ultimately, SD SEED_YASHALGO_NSE_BREADTH:VOLUME helps you see the market from a different angle. It's not just about the noise of shares being traded; it's about following the money.
Hurst Exponent Adaptive Filter (HEAF) [PhenLabs]📊 PhenLabs - Hurst Exponent Adaptive Filter (HEAF)
Version: PineScript™ v6
📌 Description
The Hurst Exponent Adaptive Filter (HEAF) is an advanced Pine Script indicator designed to dynamically adjust moving average calculations based on real time market regimes detected through the Hurst Exponent. The intention behind the creation of this indicator was not a buy/sell indicator but rather a tool to help sharpen traders ability to distinguish regimes in the market mathematically rather than guessing. By analyzing price persistence, it identifies whether the market is trending, mean-reverting, or exhibiting random walk behavior, automatically adapting the MA length to provide more responsive alerts in volatile conditions and smoother outputs in stable ones. This helps traders avoid false signals in choppy markets and capitalize on strong trends, making it ideal for adaptive trading strategies across various timeframes and assets.
Unlike traditional moving averages, HEAF incorporates fractal dimension analysis via the Hurst Exponent to create a self-tuning filter that evolves with market conditions. Traders benefit from visual cues like color coded regimes, adaptive bands for volatility channels, and an information panel that suggests appropriate strategies, enhancing decision making without constant manual adjustments by the user.
🚀 Points of Innovation
Dynamic MA length adjustment using Hurst Exponent for regime-aware filtering, reducing lag in trends and noise in ranges.
Integrated market regime classification (trending, mean-reverting, random) with visual and alert-based notifications.
Customizable color themes and adaptive bands that incorporate ATR for volatility-adjusted channels.
Built-in information panel providing real-time strategy recommendations based on detected regimes.
Power sensitivity parameter to fine-tune adaptation aggressiveness, allowing personalization for different trading styles.
Support for multiple MA types (EMA, SMA, WMA) within an adaptive framework.
🔧 Core Components
Hurst Exponent Calculation: Computes the fractal dimension of price series over a user-defined lookback to detect market persistence or anti-persistence.
Adaptive Length Mechanism: Maps Hurst values to MA lengths between minimum and maximum bounds, using a power function for sensitivity control.
Moving Average Engine: Applies the chosen MA type (EMA, SMA, or WMA) to the adaptive length for the core filter line.
Adaptive Bands: Creates upper and lower channels using ATR multiplied by a band factor, scaled to the current adaptive length.
Regime Detection: Classifies market state with thresholds (e.g., >0.55 for trending) and triggers alerts on regime changes.
Visualization System: Includes gradient fills, regime-colored MA lines, and an info panel for at-a-glance insights.
🔥 Key Features
Regime-Adaptive Filtering: Automatically shortens MA in mean-reverting markets for quick responses and lengthens it in trends for smoother signals, helping traders stay aligned with market dynamics.
Custom Alerts: Notifies on regime shifts and band breakouts, enabling timely strategy adjustments like switching to trend-following in bullish regimes.
Visual Enhancements: Color-coded MA lines, gradient band fills, and an optional info panel that displays market state and trading tips, improving chart readability.
Flexible Settings: Adjustable lookback, min/max lengths, sensitivity power, MA type, and themes to suit various assets and timeframes.
Band Breakout Signals: Highlights potential overbought/oversold conditions via ATR-based channels, useful for entry/exit timing.
🎨 Visualization
Main Adaptive MA Line: Plotted with regime-based colors (e.g., green for trending) to visually indicate market state and filter position relative to price.
Adaptive Bands: Upper and lower lines with gradient fills between them, showing volatility channels that widen in random regimes and tighten in trends.
Price vs. MA Fills: Color-coded areas between price and MA (e.g., bullish green above MA in trending modes) for quick trend strength assessment.
Information Panel: Top-right table displaying current regime (e.g., "Trending Market") and strategy suggestions like "Follow trends" or "Trade ranges."
📖 Usage Guidelines
Core Settings
Hurst Lookback Period
Default: 100
Range: 20-500
Description: Sets the period for Hurst Exponent calculation; longer values provide more stable regime detection but may lag, while shorter ones are more responsive to recent changes.
Minimum MA Length
Default: 10
Range: 5-50
Description: Defines the shortest possible adaptive MA length, ideal for fast responses in mean-reverting conditions.
Maximum MA Length
Default: 200
Range: 50-500
Description: Sets the longest adaptive MA length for smoothing in strong trends; adjust based on asset volatility.
Sensitivity Power
Default: 2.0
Range: 1.0-5.0
Description: Controls how aggressively the length adapts to Hurst changes; higher values make it more sensitive to regime shifts.
MA Type
Default: EMA
Options: EMA, SMA, WMA
Description: Chooses the moving average calculation method; EMA is more responsive, while SMA/WMA offer different weighting.
🖼️ Visual Settings
Show Adaptive Bands
Default: True
Description: Toggles visibility of upper/lower bands for volatility channels.
Band Multiplier
Default: 1.5
Range: 0.5-3.0
Description: Scales band width using ATR; higher values create wider channels for conservative signals.
Show Information Panel
Default: True
Description: Displays regime info and strategy tips in a top-right panel.
MA Line Width
Default: 2
Range: 1-5
Description: Adjusts thickness of the main MA line for better visibility.
Color Theme
Default: Blue
Options: Blue, Classic, Dark Purple, Vibrant
Description: Selects color scheme for MA, bands, and fills to match user preferences.
🚨 Alert Settings
Enable Alerts
Default: True
Description: Activates notifications for regime changes and band breakouts.
✅ Best Use Cases
Trend-Following Strategies: In detected trending regimes, use the adaptive MA as a trailing stop or entry filter for momentum trades.
Range Trading: During mean-reverting periods, monitor band breakouts for buying dips or selling rallies within channels.
Risk Management in Random Markets: Reduce exposure when random walk is detected, using tight stops suggested in the info panel.
Multi-Timeframe Analysis: Apply on higher timeframes for regime confirmation, then drill down to lower ones for entries.
Volatility-Based Entries: Use upper/lower band crossovers as signals in adaptive channels for overbought/oversold trades.
⚠️ Limitations
Lagging in Transitions: Regime detection may delay during rapid market shifts, requiring confirmation from other tools.
Not a Standalone System: Best used in conjunction with other indicators; random regimes can lead to whipsaws if traded aggressively.
Parameter Sensitivity: Optimal settings vary by asset and timeframe, necessitating backtesting.
💡 What Makes This Unique
Hurst-Driven Adaptation: Unlike static MAs, it uses fractal analysis to self-tune, providing regime-specific filtering that's rare in standard indicators.
Integrated Strategy Guidance: The info panel offers actionable tips tied to regimes, bridging analysis and execution.
Multi-Regime Visualization: Combines adaptive bands, colored fills, and alerts in one tool for comprehensive market state awareness.
🔬 How It Works
Hurst Exponent Computation:
Calculates log returns over the lookback period to derive the rescaled range (R/S) ratio.
Normalizes to a 0-1 value, where >0.55 indicates trending, <0.45 mean-reverting, and in-between random.
Length Adaptation:
Maps normalized Hurst to an MA length via a power function, clamping between min and max.
Applies the selected MA type to close prices using this dynamic length.
Visualization and Signals:
Plots the MA with regime colors, adds ATR-based bands, and fills areas for trend strength.
Triggers alerts on regime changes or band crosses, with the info panel suggesting strategies like momentum riding in trends.
💡 Note:
For optimal results, backtest settings on your preferred assets and combine with volume or momentum indicators. Remember, no indicator guarantees profits—use with proper risk management. Access premium features and support at PhenLabs.
SAFE Leverage x100Safe Leverage x100 is an indicator designed to help traders choose prudent , realistic, and dynamic leverage , adapted to the timeframe and volatility of the asset they are trading.
B ased on rigorous statistical and practical observation , this indicator does not propose fixed rules, but rather provides a visual estimate of the maximum leverage a typical trade can tolerate without being liquidated , based on the current candle's movement range. At the same time, it automatically suggests a more conservative leverage (by default, half of the maximum) for more controlled risk management.
Just identify which asset accepts the maximum x100 and win.!!
Fundur - Trend LinesFundur - Trend Lines: Complete Trading Indicator Guide
Indicator Overview
The Fundur - Trend Lines is an advanced multi-layered trend analysis system that combines adaptive trend line technology, momentum analysis, and intelligent signal generation into one comprehensive trading tool. This indicator goes beyond traditional moving averages by utilizing volatility-adjusted trend lines that dynamically adapt to market conditions, providing traders with precise trend strength measurements and actionable trading signals.
What Makes Trend Lines Unique?
The Trend Lines indicator introduces Adaptive Trend Line Technology - a sophisticated methodology that uses Average True Range (ATR) calculations to create trend lines that respond intelligently to market volatility. Unlike static indicators, Trend Lines provides dynamic analysis that adapts its sensitivity based on current market conditions, offering more accurate trend identification and strength assessment.
Core Methodology
The indicator operates on the principle that trend strength can be quantified by analyzing the relationship between multiple adaptive trend lines, momentum indicators, and market structure. By combining Alignment Analysis , Distance Measurements , Momentum Confirmation , and Volatility Expansion Potential , the system generates a comprehensive trend strength score from 0-100% with corresponding trading signals.
Key Features
🎯 Adaptive Trend Line System Slow Trend Line : Primary trend direction with lower sensitivity for major trend identification Fast Trend Line : Higher sensitivity trend line for early trend change detection Volatility Adaptation : Both lines automatically adjust to market volatility using ATR calculations Cloud Visualization : Colored areas between trend lines show trend strength and direction
📊 Comprehensive Trend Strength Analysis Quantified Strength (0-100%) : Precise trend strength measurement combining multiple factors Alignment Score : Measures agreement between multiple trend line systems Distance Analysis : Evaluates price proximity to trend lines using ATR normalization Momentum Integration : Incorporates Awesome Oscillator for momentum confirmation Squeeze Factor : Identifies volatility expansion potential for breakout opportunities
🧠 Intelligent Signal Generation Position Signals : Clear ADD LONG, ADD SHORT, REDUCE, HOLD recommendations Risk Zone Classification : STRONG, MEDIUM, WEAK trend categorization Trend Direction : Bullish, Bearish, or Neutral trend identification Dynamic Updates : Real-time signal adjustments based on changing conditions
⚡ Enhanced Momentum Analysis Smoothed Momentum : Configurable momentum smoothing to reduce noise Acceleration Detection : Identifies momentum acceleration and deceleration Divergence Alerts : Detects price-momentum divergences for reversal warnings Directional Bias : Momentum confirmation for trend direction validation
🔍 Advanced Market Structure Detection Momentum Squeeze : Identifies low-volatility periods preceding major moves Volatility Expansion : Detects when markets break out of consolidation phases Trend Weakness Detection : Early warning system for deteriorating trends Structure Transition : Identifies when trends change character or direction
🎨 Professional Visual Interface Comprehensive Analysis Table : All key metrics displayed in organized format Visual Strength Bar : Graphical representation of trend strength Color-Coded Components : Intuitive color scheme for quick analysis Customizable Display : Flexible positioning and sizing options
Setup Guide
Step 1: Adding the Indicator
Open TradingView and navigate to your desired chart Click the "Indicators" button or press "/" key Search for "Fundur - Trend Lines" Add the indicator to your chart
Step 2: Basic Configuration
Main Features Settings ✅ Show Trend Analysis Table : ON (Essential for comprehensive analysis) ✅ Enable Trend Strength Analysis : ON (Core functionality) ✅ Generate Trading Signals : ON (For position management guidance)
Trend Lines Display ✅ Show Slow Trend Line : ON (Primary trend identification) ✅ Show Fast Trend Line : ON (Early signal detection) Trend Cloud Transparency : 89% (Default recommended, adjust for visibility)
Table Positioning Table Position : Top Right (recommended for most setups) Table Size : Normal (adjust based on screen size)
Step 3: Advanced Analysis Configuration
Enhanced Features (Optional) ✅ Enhanced Momentum Analysis : ON (for more accurate signals) ✅ Divergence Detection : ON (for reversal warnings) ⚠️ Momentum Squeeze Analysis : OFF initially (can add visual complexity)
Sensitivity Settings Divergence Sensitivity : 5 (Default - lower = more sensitive) Momentum Smoothing : 3 (Default - higher = smoother signals)
Step 4: Alert Configuration
Essential Alerts (Recommended) Trading Signal Alerts : Enable for position changes Trend Strength Change Alerts : Enable for trend monitoring Strength Change Threshold : 15% (Default recommended)
Advanced Alerts (Optional) Divergence Alerts : Enable for reversal warnings Early Weakness Alerts : Enable for risk management Momentum Squeeze Alerts : Enable for breakout opportunities Trend Line Cross Alerts : Enable for level-based signals
Basic Trading Guide
Understanding Trend Strength
The indicator's foundation is the Trend Strength Score - a quantified measurement (0-100%) that combines four key factors:
Strong Trends (75%+ Strength) 🟢 Characteristics : High alignment, close price-to-trend proximity, strong momentum Signals : ADD LONG (bullish) or ADD SHORT (bearish) Strategy : Aggressive position building, trend continuation trades Risk : Lower risk due to strong trend confirmation
Medium Trends (35-75% Strength) 🟡 Characteristics : Mixed signals, moderate alignment, transitional phases Signals : HOLD current positions Strategy : Conservative approach, wait for clearer signals Risk : Medium risk, requires careful monitoring
Weak Trends (Below 35% Strength) 🔴 Characteristics : Poor alignment, distant from trend lines, weak momentum Signals : REDUCE positions or CLOSE Strategy : Risk reduction, position unwinding Risk : High risk, trend likely changing or failing
Entry Strategies
Primary Strategy: Trend Continuation Entries Setup : Strong trend strength (75%+) with clear directional bias Entry Trigger : ADD LONG or ADD SHORT signal confirmation Direction : Follow the trend direction (Bullish ⬆ or Bearish ⬇) Timing : Enter on signal generation or price pullback to trend lines
Stop Loss Placement Conservative Method : Beyond the opposite trend line Aggressive Method : Below/above recent swing points For Long Positions : Below the Slow Trend Line For Short Positions : Above the Slow Trend Line Dynamic Adjustment : Move stops with trend line progression
Profit Taking Strategy
For Long Positions (Bullish Trend): Take 50% profits when trend strength begins declining from peak Take another 25% when trend strength drops below 60% Close remaining position when REDUCE signal appears Trail stops using Fast Trend Line for remaining position
For Short Positions (Bearish Trend): Take 50% profits when trend strength begins declining from peak Take another 25% when trend strength drops below 60% Close remaining position when REDUCE signal appears Trail stops using Fast Trend Line for remaining position
Alternative Strategy: Divergence-Based Reversal Entries Setup : Bullish or bearish divergence detected with weakening trend strength Entry : On trend direction change confirmation Risk Management : Tight stops due to counter-trend nature Targets : Opposite trend line or previous swing levels
Risk Management Framework
Position Sizing Based on Trend Strength Strong Trends (75%+) : Full position size (within risk tolerance) Medium Trends (35-75%) : Reduced position size (50-75% of normal) Weak Trends (Below 35%) : Minimal or no new positions Transitional Periods : Smallest position sizes due to uncertainty
Dynamic Risk Adjustment Increasing Strength : Can add to positions gradually Decreasing Strength : Begin profit-taking and position reduction Rapid Strength Loss : Quick position reduction or exit Divergence Warning : Tighten stops and prepare for reversal
Analysis Setups
Setup 1: Scalping Configuration (1-5 minute charts)
Settings Optimization: Momentum Smoothing: 2 (more responsive) Divergence Sensitivity: 3 (higher sensitivity) Enhanced Momentum Analysis: ON All alerts: ON for rapid signal updates
Visual Settings: Table Size: Small (less screen space) Table Position: Top Right Trend Cloud Transparency: 85% (subtle background)
Trading Approach: Focus on quick ADD signals in strong trends Use Fast Trend Line for entry timing Quick profit-taking at first sign of strength decline Very tight risk management due to lower timeframe noise
Setup 2: Day Trading Configuration (5-15 minute charts)
Settings Optimization: All default settings work well Enable Momentum Squeeze Analysis for breakout identification Divergence Detection: ON for reversal warnings Trend Strength Change Threshold: 12% (more sensitive)
Visual Settings: Table Size: Normal Show all trend analysis components Trend Cloud Transparency: 89% (default)
Trading Approach: Wait for clear trend strength above 65% before entering Use momentum squeeze breakouts for early entries Hold positions through medium strength phases Exit on REDUCE signals or strength below 40%
Setup 3: Swing Trading Configuration (1-4 hour charts)
Settings Optimization: Momentum Smoothing: 4 (smoother for higher timeframe) Divergence Sensitivity: 7 (less sensitive, higher quality signals) Enhanced Momentum Analysis: ON Early Weakness Alerts: ON (important for swing trades)
Visual Settings: Table Size: Normal or Large Focus on trend strength and direction components Enable all visual features for comprehensive analysis
Trading Approach: Require trend strength above 70% for new positions Hold through temporary strength dips if above 50% Use divergence signals for early exit warnings Focus on major trend changes for position adjustments
Setup 4: Position Trading Configuration (4H-Daily charts)
Settings Optimization: Momentum Smoothing: 5 (maximum smoothing) Divergence Sensitivity: 10 (only high-quality divergences) Strength Change Threshold: 20% (major changes only) Focus on trend direction and strength alerts
Visual Settings: Table Size: Large (detailed analysis) Clean visual setup focusing on major components Minimal clutter for long-term perspective
Trading Approach: Only enter on very strong trends (80%+ strength) Hold through significant strength fluctuations Focus on major trend direction changes Use weekly/monthly trend alignment for confirmation
Setup 5: Multi-Asset Analysis Configuration
For Forex Pairs: Standard settings work well due to 24-hour markets Pay attention to session-based strength changes Use momentum squeeze for breakout trading Enable all alert types for continuous monitoring
For Cryptocurrency: Reduce momentum smoothing (2-3) due to high volatility Increase divergence sensitivity (3-4) for early warnings Focus on strength changes above 20% threshold Use squeeze analysis for breakout opportunities
For Stock Indices: Standard settings appropriate for most indices Enable early weakness alerts for risk management Consider market hours for signal validity Use higher timeframes for better signal quality
Visual Components
Trend Analysis Table Trend Strength : Percentage with visual strength bar Trend Signal : Current position recommendation Risk Zone : STRONG/MEDIUM/WEAK classification Alignment : Trend line agreement analysis Distance : Price proximity to trend lines Momentum : Current momentum direction and strength
Trend Lines and Clouds Colored Clouds : Green for bullish trends, red for bearish trends Cloud Intensity : Opacity reflects trend strength Dynamic Colors : Automatically adjust based on trend direction
Momentum Squeeze Visualization Yellow Highlights : Above and below price during squeeze periods Squeeze Indication : Identifies low-volatility consolidation Breakout Preparation : Visual cue for potential explosive moves
Alert System
Trading Signal Alerts ADD LONG : Strong bullish trend confirmed ADD SHORT : Strong bearish trend confirmed REDUCE : Trend weakness detected, position reduction recommended HOLD : Maintain current positions, no change needed
Trend Analysis Alerts Strength Increase : Trend gaining momentum Strength Decrease : Trend losing momentum Early Weakness : Warning of potential trend deterioration Trend Direction Change : Major trend shift detected
Technical Alerts Bullish Divergence : Price falling but momentum rising Bearish Divergence : Price rising but momentum falling Momentum Squeeze Start : Volatility contraction beginning Momentum Squeeze End : Breakout from low volatility period Trend Line Cross : Price crossing above/below trend lines
Setting Up Alerts Enable desired alert types in indicator settings Create TradingView alerts using "Fundur - Trend Lines" as source Configure notification methods (email, SMS, app notifications) Test alerts with paper trading before live implementation Adjust alert frequency settings to avoid spam
Best Practices
Trend Strength Interpretation Above 75% : High confidence trades, full position sizes 50-75% : Moderate confidence, reduced positions Below 50% : Low confidence, minimal or no positions Rapid Changes : Pay attention to sudden strength shifts
Signal Management Don't Chase : Wait for clear signals rather than predicting Confirm with Price Action : Use chart patterns for additional confirmation Respect Risk Zones : Adjust position sizes based on trend classification Monitor Alignment : Strong alignment increases signal reliability
Multi-Timeframe Integration Higher Timeframe Bias : Use daily/weekly for overall trend direction Lower Timeframe Entries : Use hourly/15min for precise entry timing Confirmation Requirement : Ensure alignment between timeframes Conflict Resolution : Higher timeframe takes precedence
Common Mistakes to Avoid
Signal Misinterpretation Ignoring Trend Strength : Don't trade weak signals (below 60%) Fighting the Trend : Don't go against strong trend directions Overreliance on Single Component : Consider all analysis factors Impatience : Wait for clear STRONG trend classification
Risk Management Errors Fixed Position Sizes : Adjust sizes based on trend strength Ignoring REDUCE Signals : Take profits when indicator suggests No Stop Losses : Always use stops beyond trend lines Overleveraging Weak Signals : Use smaller positions in MEDIUM zones
Technical Analysis Errors Ignoring Divergences : Pay attention to momentum warnings Missing Squeeze Opportunities : Watch for breakout setups Poor Timeframe Selection : Match timeframe to trading style Alert Fatigue : Don't enable too many alerts simultaneously
Advanced Techniques
Divergence Trading Early Reversal Detection : Use divergences to anticipate trend changes Confirmation Required : Wait for trend strength decline confirmation Tight Risk Management : Use smaller positions for counter-trend trades Quick Exits : Take profits rapidly on divergence trades
Momentum Squeeze Strategies Breakout Preparation : Position before squeeze resolution Direction Bias : Use trend direction for breakout direction Volume Confirmation : Combine with volume analysis when possible False Breakout Protection : Use tight stops for failed breakouts
Multi-Component Analysis Alignment Priority : Perfect alignment (100%) provides highest confidence Distance Consideration : Closer to trend lines = higher probability Momentum Confirmation : Rising momentum supports trend direction Squeeze Integration : High squeeze factor increases breakout potential
Dynamic Position Management Scaling In : Add to positions as trend strength increases Scaling Out : Reduce positions as trend strength decreases Stop Trailing : Move stops with Fast Trend Line progression Profit Optimization : Use strength peaks for profit-taking timing
Conclusion
The Fundur - Trend Lines indicator represents a sophisticated approach to trend analysis, combining adaptive trend line technology with comprehensive strength measurement and intelligent signal generation. By quantifying trend strength through multiple analytical components, this indicator provides traders with objective, data-driven insights for making informed trading decisions.
The indicator's strength lies in its ability to adapt to changing market conditions while providing clear, actionable signals. The comprehensive trend strength analysis removes guesswork from trend trading, allowing traders to size positions appropriately and manage risk effectively based on quantified market conditions.
Success with the Trend Lines indicator comes from understanding that trend strength is dynamic and requires continuous monitoring. The 0-100% strength scale provides an objective framework for position management, while the multi-component analysis ensures robust signal generation across different market conditions.
Remember that this indicator works best when combined with proper risk management, position sizing, and market context awareness. Start with conservative settings and smaller position sizes while learning the indicator's behavior in different market environments. The comprehensive alert system helps maintain awareness of changing conditions, but successful trading still requires discipline and adherence to your trading plan.
For optimal results, practice with the indicator across different timeframes and market conditions, always prioritizing risk management over profit potential, and maintaining realistic expectations about market behavior and indicator performance.
Volume Profile + VWAP + Long Wick StrategyVolume Profile + VWAP + Long Wick Strategy
This indicator combines Volume Profile (VP), VWAP (Volume Weighted Average Price) with deviation bands, and a long wick candle strategy to identify potential support/resistance zones and trading signals. It detects "power wicks" (long shadows with high volume near key levels like POC, VAH/VAL, or VWAP) as reversal setups, generating buy/sell alerts after confirmation wicks appear near these zones.
Key Features:
Volume Profile: Displays VP histogram over a lookback period, highlighting POC (Point of Control), VAH/VAL (Value Area High/Low) with customizable rows and thresholds.
VWAP & Bands: Plots VWAP with 1-3 std dev bands; filters signals based on trend and proximity to bands.
Long Wick Detection: Identifies strong ("power") and signal wicks based on wick/body ratios, ATR size, and volume multipliers. Supports Market Maker (MM) volume bonuses for liquidity zones.
Trading Signals: Generates BUY/SELL arrows when price retests wick levels with confirmation, limited by max signals per zone and min wait bars. Filtered by MTF (multi-timeframe) alignment (e.g., higher TF EMA trend and candle direction) and VWAP trend.
Sessions: Shows POC/VAH/VAL for Asian, London, and NY sessions with optional active-only display.
MTF Analysis: Scores bullish/bearish alignment across two higher timeframes for signal filtering.
Visuals: Liquidity sweep boxes, resistance/support lines, info table (levels, signals remaining, VWAP status), and MTF status box.
Customizable: Adjust wick ratios, volume thresholds, VP rows, MTF periods, and display options.
Ideal for intraday/scalping on forex/crypto/stocks. Use on lower TFs with MTF filters for confluence. Not financial advice—backtest thoroughly!
ATR 5 min- FOREX + XAUThis indicator displays the Average True Range (ATR) over the last 20 candles, calculated using the 5-minute timeframe, regardless of the chart timeframe you're currently viewing.
It supports:
All major forex pairs
XAUUSD (Gold), with ATR displayed in full dollars
Key Features
Always reflects 5-minute volatility
Accurate pip scaling:
JPY pairs = 1 pip = 0.01
Other forex pairs = 1 pip = 0.0001
XAUUSD = 1 pip = 1.00 (i.e., full dollar)
Clean and minimal top-right table display
Automatically adapts based on the instrument you're viewing
Helps traders gauge recent market volatility across timeframes
This is an ideal tool for scalpers, intraday traders, or swing traders who want to monitor short-term volatility conditions from any timeframe view.
Institutional HeatmapHeatmap Range - Volume Profile Visualization Indicator
What This Indicator Does
The Heatmap Range indicator provides a sophisticated volume profile visualization that displays price levels with the highest trading activity using color-coded heatmaps directly on your chart. Unlike traditional volume indicators, this tool shows WHERE the most significant trading occurred within specific price ranges over a customizable lookback period.
Advanced Volume Analysis
Volume-Weighted Price Levels: Calculates and displays up to 20 price levels based on actual trading volume
Customizable Time Period: Analyze volume distribution over 10-500 bars (default: 180 bars)
Smart Bin Sizing: Adjustable pip range (0.1-50 pips) for precise level identification
Peak Detection: Automatically identifies and centers display around highest volume areas
Visual Customization
3 Color Patterns:
Inverted Heat (Orange to Dark Red)
Inverted Cool (Orange to Dark Blue)
Inverted Purple (Light Pink to Dark Purple)
Transparency Control: 0-95% transparency for optimal chart readability
Adaptive Display: Shows most relevant levels centered around peak volume
Multi-Asset Support
Forex Pairs (EUR/USD, GBP/USD, etc.)
Precious Metals (Gold/XAUUSD, Silver/XAGUSD)
Futures (NQ, ES, YM, etc.)
Cryptocurrencies
Stock Indices
Customizable Parameters
Histogram Period (10-500, Default: 180) Bars to analyze for volume distribution
Bin Range (0.1-50 pips, Default: 5.0) Price range for each volume level
Color Pattern (1-3, Default: 1) Visual color scheme selection
Average Volume Period (10-200, Default: 100) Period for volume normalization
Max Display Levels (5-20, Default: 20) Maximum price levels to show
Transparency (0-95%, Default: 50%) Opacity of heatmap display
How to Use
For Day Traders
Identify key support/resistance levels based on actual volume
Spot high-probability reversal zones
Plan entries/exits around significant volume levels
For Swing Traders
Analyze longer-term volume distribution patterns
Identify major accumulation/distribution zones
Confirm breakout levels with volume validation
For Scalpers
Quick identification of intraday volume hotspots
Real-time volume level updates
Precise entry/exit timing around volume clusters
Visual Interpretation
Darker Colors: Higher volume concentration (stronger levels)
Lighter Colors: Lower volume concentration
Color Intensity: Directly correlates to volume strength at that price level
Level Positioning: Automatically centers around peak volume areas
Technical Specifications
Pine Script Version: v5
Chart Overlay: Yes
Max Bars Back: 1000
Performance Optimized: Limited to 200 bins for smooth operation
Real-time Updates: Dynamic calculation on each bar close
Getting Started
Add to Chart: Apply indicator to any supported timeframe
Adjust Period: Set histogram period based on your trading style
Choose Colors: Select color pattern that suits your chart theme
Fine-tune Levels: Adjust bin range and max levels for optimal display
Set Transparency: Balance visibility with chart clarity
Important Notes
Minimum Data Requirement: Needs at least 10 bars of history to function
Performance: Higher periods and smaller bin ranges require more processing
Volume Dependency: Most effective on instruments with consistent volume data
Timeframe Agnostic: Works on all timeframes from 1-minute to monthly
Status Information
The indicator includes a real-time information table showing:
Current settings (Period, Bin Range, Color Pattern, Transparency)
Indicator status (Active/Loading)
Disclaimer: This indicator is for educational and informational purposes only. Past performance does not guarantee future results. Always conduct your own analysis and risk management before making trading decisions.
Compatible with TradingView's Pine Script v5 | Optimized for all market conditions | Professional-grade volume analysis
%ATR + ΔClose HighlightScript Overview
This indicator displays on your chart:
Table of the last N bars that passed the ATR-based range filter:
Columns: Bar #, High, Range (High–Low), Low
Summary row: ATR(N), suggested Stop-Loss (SL = X % of ATR), and the current bar’s range as a percentage of ATR
Red badge on the most recent bar showing ΔClose% (the absolute difference between today’s and yesterday’s close, expressed as % of ATR)
Background highlights:
Blue fill under the most recent bar that met the filter
Yellow fill under bars that failed the filter
Hidden plots of ATR, %ATR, and ΔClose% (for use in strategies or alerts)
All table elements, fills, and plots can be toggled off with a single switch so that only the red ΔClose% badge remains visible.
Inputs
Setting Description Default
Length (bars) Lookback period for ATR and range filter (bars) 5
Upper deviation (%) Upper filter threshold (% of average ATR) 150%
Lower deviation (%) Lower filter threshold (% of average ATR) 50%
SL as % of ATR Stop-loss distance (% of ATR) 10%
Label position Table position relative to bar (“above” or “below”) above
Vertical offset (×ATR) Vertical spacing from the bar in ATR units 2.0
Show table & ATR plots Show or hide table, background highlights, and plots true
How It Works
ATR Calculation & Filtering
Computes average True Range over the last N bars.
Marks bars whose daily range falls within the specified upper/lower deviation band.
Table Construction
Gathers up to N most recent bars that passed the filter (or backfills from the most recent pass).
Formats each bar’s High, Low, and Range into fixed-width columns for neat alignment.
Stop-Loss & Percent Metrics
Calculates a recommended SL distance as a percentage of ATR.
Computes today’s bar range and ΔClose (absolute change in close) as % of ATR.
Chart Display
Table: Shows detailed per-bar data and summary metrics.
Background fills: Blue for the latest valid bar, yellow for invalid bars.
Hidden plots: ATR, %ATR, and ΔClose% (useful for backtesting).
Red badge: Always visible on the right side of the last bar, displaying ΔClose%.
Tips
Disable the table & ATR plots to reduce chart clutter—leave only the red ΔClose% badge for a minimalist volatility alert.
Use the hidden ATR fields (plot outputs) in TradingView Strategies or Alerts to automate volatility-based entries/exits.
Adjust the deviation band to capture “normal” intraday moves vs. outsized volatility spikes.
Load this script on any US market chart (stocks, futures, crypto, etc.) to instantly visualize recent volatility structure, set dynamic SL levels, and highlight today’s price change relative to average true range.
TCT - VIX Live DisplayA highly customizable VIX volatility indicator that displays real-time VIX values in a dynamic table overlay. Perfect for monitoring market volatility at your preferred timeframe and visual preferences.
Key Features:
Real-time VIX Monitoring - Live VIX data from CBOE with configurable timeframes (1min to daily)
Smart Color Coding - Automatic background color changes based on your custom VIX threshold
Fully Customizable - Adjust colors, text size, position, and threshold to match your trading style
Clean Visual Display - Prominent table overlay that doesn't clutter your chart
Customization Options:
VIX Threshold - Set your own volatility threshold (default: 20)
Color Scheme - Choose colors for high/low VIX states
Text Styling - Adjust text color and size (tiny to huge)
Position Control - Place the display anywhere on your chart (9 positions available)
Timeframe Selection - Monitor VIX at 1min, 5min, 15min, 30min, 45min, 1hr, or daily intervals
Perfect For:
Volatility traders monitoring market fear/greed
Risk management during market stress periods
Quick visual assessment of market conditions
Custom trading setups requiring VIX awareness
Usage: Simply add to any chart and customize the settings to match your trading preferences. The indicator will automatically update with live VIX data and change colors based on your threshold settings.
DeltaTrace ForecastDeltaTrace Forecast is a forward-looking projection tool that visualizes the probable directional path of price using a multi-timeframe momentum model rooted in volatility-adjusted nonlinear dynamics. Rather than relying on traditional indicators that react to price after the fact, DeltaTrace estimates future price motion by tracing the progression of momentum changes across expanding timeframes—then scaling those deltas using adaptive volatility to forecast a plausible path forward.
At its core, DeltaTrace constructs a momentum vector from a series of smoothed z-scores derived from increasing multiples of the current chart's timeframe. These z-scores are normalized using a hyperbolic tangent function (tanh), which compresses extreme values and emphasizes meaningful deviations without being overly sensitive to outliers. This nonlinear normalization ensures that explosive moves are weighted with less distortion, while still preserving the shape and direction of the underlying trend.
Once the z-scores are calculated for a range of 12 timeframes (from 1× the current timeframe up to 12×), the indicator computes the first difference between each adjacent pair. These differences—or deltas—represent the change in momentum from one timeframe to the next. In this structure, a strong positive delta implies momentum is strengthening as we look into higher timeframes, while a negative delta reflects waning or reversing strength.
However, not all deltas are treated equally. To make the projection adaptive to market volatility and temporally meaningful, each delta is scaled by the square root of its corresponding timeframe multiple, weighted by the ATR (Average True Range) of the base timeframe. This square-root volatility scaling mirrors the behavior of Brownian motion and reflects the natural geometric diffusion of price over time. By applying this scaling, the model tempers its forecast according to recent volatility while maintaining proportional distance over longer time horizons.
The result is a chain of projected price steps—11 in total—starting from the current closing price. These steps are cumulative, meaning each one builds upon the previous, forming a continuously adjusted polyline that represents the most recent forecast path of price. Each point in the forecast line is directional: if the next projected point is above the last, the segment is colored green (upward momentum); if below, it is colored red (downward momentum). This color coding gives immediate visual feedback on the nature of the projected path and allows for intuitive at-a-glance interpretation.
What makes DeltaTrace unique is its combination of ideas from signal processing, time-series momentum analysis, and volatility theory. Instead of relying on static support/resistance levels or lagging moving averages, it dynamically adapts to both momentum curvature and volatility structure. This allows it to be used not just for trend confirmation, but also for top-down bias fading, reversal anticipation, and path-following strategies.
Traders can use DeltaTrace in a variety of ways depending on their style:
For trend traders, a consistent upward or downward curve in the forecast suggests directional continuation and can be used for position sizing or confirmation of bias.
For mean-reversion traders, exaggerated divergence between the current price and the first few forecast points may indicate temporary exhaustion or overextension.
For scalpers or intraday traders, the short-term bend or flattening of the initial segments can reveal early signs of weakening momentum or build-up before breakout.
For swing traders, the full shape of the polyline gives an evolving map of market rhythm across time compression, allowing for context-aware decision-making.
It’s important to understand that this is a path projection tool, not a precise price target predictor. The forecast does not attempt to predict exact price levels at exact bars, but rather illustrates how the market might evolve if the current multi-timeframe momentum structure persists. Like all models, it should be interpreted probabilistically and used in conjunction with other confirmation signals, risk management tools, or strategy frameworks.
Inputs allow customization of the z-score calculation length and ATR window to tune the sensitivity of the model. The color scheme for up/down forecast segments can also be adjusted for personal preference. Additionally, users can toggle the polyline forecast on or off, which may be useful for pairing this indicator with others in a crowded chart layout.
Because the forecast path is calculated only on the last bar, it does not repaint or shift once the candle closes—preserving historical accuracy for visual inspection and backtesting reference. However, it is also sensitive to changes in volatility and momentum structure, meaning it updates each bar as conditions evolve, making it most effective in real-time decision support.
DeltaTrace Forecast is particularly well-suited for traders who want a deeper understanding of hidden momentum shifts across timeframes without relying on traditional trend-following tools. It reveals the shape of future possibility based on present dynamics, offering a compact yet powerful visualization of directional bias, transition risk, and path strength.
To maximize its utility, consider pairing DeltaTrace with volume profiles, order flow tools, higher timeframe zones, or market structure indicators. Used in context, it becomes a powerful companion to both systematic and discretionary trading styles—especially for those who appreciate a blend of mathematics and intuition in their market analysis.
This indicator is not based on magic or black-box logic; every component—from the z-score standardization to the volatility-adjusted deltas—is fully transparent and grounded in simple, interpretable mechanics. If you're looking for a reliable way to visualize multi-timeframe bias and momentum diffusion, DeltaTrace provides a unique lens through which to interpret future potential in an ever-shifting market landscape.
Multi-Ticker TableMulti-Ticker Table
A customizable TradingView indicator that displays a clean, organized table of up to 10 user-defined ticker symbols with their current daily price, daily dollar change, and daily percentage change.
Key features include:
Enable/disable individual tickers with custom symbols
Customizable font sizes and colors for header and body rows
Customizable table background colors for header and data rows
Flexible table positioning anywhere on the chart (top/middle/bottom × left/center/right)
Highlights positive changes in green and negative changes in red for quick visual analysis
Hides chart candles to display the table as a standalone dashboard
Ideal for traders who want a quick, at-a-glance summary of multiple markets or instruments without cluttering the chart.
<162> 25_0804 MACD + ICHIMOKU + DONCHIAN"This script is a simple yet powerful indicator. It modifies and presents well-known traditional indicators—MACD, Ichimoku, and Donchian Channel—according to my preferences. It can be used for everything from 1-minute scalping to daily swing trading and even long-term investing."
VP + Game Theory Integrated Strategy9s için DüşünceVP + Game Theory Integrated Strategy Indicator: Explanation and Working Logic
Hello! You can upload the provided Pine Script code to TradingView. This is compatible with Pine Script Editor (v6 version) – simply copy-paste it directly. The indicator's name is "VP + Game Theory Integrated Strategy," and since overlay=true, it will display on top of the price chart (over the candlesticks). Maximum boxes, lines, and labels are set to 500, so it handles dense charts without performance issues.
Below, I'll provide a detailed explanation of the indicator, its working logic, main components, and usage tips step by step. This indicator integrates Volume Profile (VP), Game Theory, and Wick (Candle Wick) Patterns to generate buy/sell signals. It aims to detect high-probability reversal points by analyzing market liquidity, herd behavior, and institutional movements. It's suitable for crypto, forex, or stock markets, but always backtest before using in live trading.
1. General Description
Purpose: This indicator combines volume-based analysis (Volume Profile), game theory elements (herd behavior, Nash equilibrium, contrarian strategies), and candle wick patterns. It identifies strong resistance/support levels (POC, VAH/VAL, liquidity zones) and generates "Power" signals based on them. Signals are shown with labels, lines, and alerts for buy (green) or sell (red).
Key Features:
Volume Profile (VP): Calculates high-volume areas (POC: Point of Control, the highest volume level; VAH/VAL: Value Area High/Low) and displays them on the chart.
Game Theory (GT): Models the market as "players" (retail herd, institutions). Detects herd buying/selling panics and generates contrarian signals.
Wick-Based Signals: Captures reversals with large wicks. Applies strict criteria for "Power" and "Ultra Power" levels.
Market Maker (MM) Elements: Monitors liquidity traps and institutional volume spikes.
Visualization: Nash bands, liquidity boxes, info table (top-right), background colors, and alerts.
Signal Types: Normal, Power, Ultra Power, GT-confirmed. Signals are limited (max 1-5 per zone) with a minimum wait time (40 bars).
Input Parameters: Grouped into 3 sections (GT, Wick, VP, MM). Default values are balanced, but customizable (e.g., strictMode=true makes it more selective).
Warning: This is an indicator, not a full strategy. It includes alerts, but add stop-loss/take-profit for risk management. Use TradingView's Strategy Tester for backtesting.
2. Working Logic (Step by Step)
The indicator processes each bar (candle) as follows:
a. Basic Calculations
ATR (Average True Range): Measures volatility (20 periods). Candle size (high-low) must be at least ATR x 2.5 for signals to be valid.
Candle Components: Calculates candle body (close-open), upper/lower wick.
Volume Analysis: Average volume (SMA 20), detects spikes (based on threshold).
Trend Filter: EMAs (20/50/200) determine up/downtrend. In strict mode, it's stricter (strong uptrend: EMA20 > EMA50 > EMA200 and close > EMA20).
b. Game Theory (GT) Component
Herd Behavior: RSI (14) overbought/oversold (70/30) + volume spike + momentum detects it. Herd buying: Overbuying frenzy (red background). Herd selling: Selling panic (green background).
Institutional Flow: Volume > average x 2.5 + Accumulation/Distribution (AD) indicator. Accumulation: Institutions buying (strengthens buy signals). Distribution: Selling (strengthens sell).
Liquidity Traps: In the last 50 bars, if a new high/low is broken but close pulls back + volume spike = Trap (up/down).
Smart Money: Intra-candle movement (close-open)/(high-low) x volume. Positive = Smart money inflow.
Nash Equilibrium: Price mean (SMA 100) ± deviation (stdev x 0.02). In equilibrium: Normal. Above: Sell potential. Below: Buy. Bands are optionally shown.
GT Signals:
Contrarian: Herd selling + accumulation = Buy.
Momentum: Below Nash + positive smart money = Buy (opposite for sell).
Nash Reversion: Below Nash + rising close + volume = Buy.
Power Signal: At least 3 GT signals (min_signals_for_power=3) + volume confirmation = Power GT buy/sell. Can show only GT-confirmed signals (show_gt_only_signals=true).
c. Volume Profile (VP) Component
Calculation: For the last 100 bars (vpPeriod), divides the price range (high-low) into vpRows (24) rows. Distributes volume across rows.
POC (Point of Control): Highest volume level (orange line). Threshold 80% (pocThreshold).
Value Area (VA): 70% of total volume (valueAreaPercent). VAH (upper bound, blue dotted), VAL (lower bound).
High-Volume Area: Price near POC or volume > POC x 80% = Strong zone.
Visualization: Histogram boxes on the right (blue/orange). POC/VAH/VAL lines and labels.
d. Wick (Candle Wick) and Power Signals
Main Wick Criteria: Large candle (ATR x 2.5), small body (<8%), wick 8x body length (anaFitilCarpan) and 80% of candle (anaFitilYuzde). High volume + trend filter (downtrend for upper wick).
Signal Wick: More flexible for triggers (5x length, 70%).
Power/Ultra Power:
Power Sell: Main upper wick + near POC/VAH + MM volume (2.5x) + GT contrarian/momentum.
Power Buy: Similar for lower wick.
Super Wick: Power + institutional volume + strong momentum.
Ultra Power: Super + GT power (3/3) + distribution/accumulation + Nash deviation + liquidity trap. Rarest and strongest (fuchsia/lime color).
Signal Management: Detected wick level (high/low) is saved. Wait min 40 bars, max 1-5 signals per zone. When trigger candle arrives (price reaches level + long wick + close in opposite direction) = BUY/SELL plotshape.
e. Market Maker (MM) and Liquidity
MM Volume: Average x 2.5 + wick bonus (1.3x).
Liquidity Zones: Saves last 20 high-volume highs/lows. Shown as boxes on chart (red/green, lasting 200 bars).
Traps: Integrated with GT, strengthens power signals.
f. Visualization and Alerts
Background: Ultra Power (fuchsia/lime), Power GT (red/green), Herd (red/green).
Lines: Active resistance/support (dashed, colored).
Table (Top-Right): Resistance/support levels, remaining signals, POC/VAH/VAL, GT status (herd, institutional, Nash, signal strength), volume/liquidity.
Alerts: For Ultra Power, GT Power, Super Wick, normal signals. Messages include level/price.
g. Filters and Options
Strict Mode: Stricter (higher volume 1.5x, strong trend, RSI filter).
Require Volume Confirmation: Mandatory volume check.
Only Show Power Signals: Display only power/ultra.
Require Ultra Power: Strictest, only ultra.
3. Usage Tips
Chart Timeframe: H1-D1 for medium-long term. Shorter frames (M1-M5) may produce too many signals.
Settings:
StrictMode=true: Fewer but higher-quality signals.
Use_game_theory=false: Use only VP + Wicks.
ShowVP=false: Hide histogram to reduce clutter.
Strategy Integration: Filter BUY/SELL with EMAs. Stop-loss: ATR x 1-2, Take-profit: POC/VAH levels.
Backtesting: Convert to strategy in TradingView (use alertconditions). Test on historical data.
Risk: Designed for market manipulation (MM traps), but no indicator is 100% accurate. Apply capital management.
Troubleshooting: If errors (e.g., vpInitialized=false), increase period or refresh chart.
This indicator is complex but powerful – blending VP for volume zones with GT for psychology. If you have questions or need setting changes, let me know!
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!
SAFE Leverage x50Description:
Safe Leverage x50 is an indicator designed to help traders choose prudent, realistic, and dynamic leverage, adapted to the timeframe and volatility of the asset they are trading.
Based on rigorous statistical and practical observation, this indicator does not propose fixed rules, but rather provides a visual estimate of the maximum leverage a typical trade can tolerate without being liquidated, based on the current candle's movement range. At the same time, it automatically suggests a more conservative leverage (by default, half of the maximum) for more controlled risk management.
Candle Channel█ OVERVIEW
The "Candle Channel" indicator is a versatile technical analysis tool that plots a price channel based on the Simple Moving Average (SMA) of candlestick midpoints. The channel bands, calculated based on candlestick volatility, form dynamic support and resistance levels that adapt to price movements. The script generates signals for reversals from the bands and SMA breakouts, making it useful for both short-term and long-term traders. By adjusting the SMA length, the channel can vary in nature—from a wide channel encapsulating price movement to narrower support/resistance or trend-following bands. The channel width can be further customized using a scaling parameter, allowing adaptation to different trading styles and markets.
█ MECHANISM
Band Calculation
The indicator is based on the following calculations:
Candlestick Midpoint: Calculated as the arithmetic average of the candle’s high and low prices: (high + low) / 2.
Simple Moving Average (SMA): The average of candlestick midpoints over a specified length (default: 20 candles), forming the channel’s centerline.
Average Candle Height: Calculated as the average difference between the high and low prices (high - low) over the same SMA length, serving as a measure of market volatility.
Band Scaling: The user specifies a percentage of the average candle height (default: 200%), which is multiplied by the average height to create an offset. The upper band is SMA + offset, and the lower band is SMA - offset.Example: For an average candle height of 10 points and 200% scaling, the offset is 20 points, meaning the bands are ±20 points from the SMA.
Channel Characteristics: The SMA length determines the channel’s dynamics. Shorter SMA values (10–30) create a wide channel that contains price movement, ideal for scalping or short-term trading. Longer SMA values (above 30, e.g., 50–100) transform the channel into narrower support/resistance or trend-following bands, suitable for longer-term analysis. Band scaling further adjusts the channel width to match market volatility.
Signals
Reversal from Bands: Signals are generated when the price closes outside the band (above the upper or below the lower) and then returns to the channel, indicating a potential trend reversal.
SMA Breakout: Signals are generated when the price crosses the SMA upward (bullish signal) or downward (bearish signal), suggesting potential trend changes.
Visualization
Centerline: The SMA of candlestick midpoints, displayed as a thin line.
Channel Bands: Upper and lower channel boundaries, with customizable colors.
Fill: Options include a gradient (smooth color transition between bands) or solid color. The fill can also be disabled for greater clarity.
█ FEATURES AND SETTINGS
SMA Length: Determines the moving average period (default: 20). Values of 10–30 are suitable for a wide channel containing price movement, ideal for short-term timeframes. Longer values (e.g., 50–100) create narrower support/resistance or trend-following bands, better suited for higher timeframes.
Band Scaling: Percentage of the average candle height (default: 200%). Adjusts the channel width to match market volatility—smaller values (e.g., 50–100%) for narrower bands, larger values (e.g., 200–300%) for wider channels.
Fill Type: Gradient, solid, or no fill, allowing customization to user preferences.
Colors: Options to change the colors of bands, fill, and signals for better readability.
Signals: Options to enable/disable reversal signals from bands and SMA breakout signals.
█ HOW TO USE
Add the script to your chart in TradingView by clicking "Add to Chart" in the Pine Editor.
Adjust input parameters in the script settings:
SMA Length: Set to 10–30 for a wide channel containing price movement, suitable for scalping or short-term trading. Set above 30 (e.g., 50–100) for narrower support/resistance or trend-following bands.
Band Scaling: Adjust the channel width to market volatility. Smaller values (50–100%) for tighter support/resistance bands, larger values (200–300%) for wider channels containing price movement.
Fill Type and Colors: Choose a gradient for aesthetics or a solid fill for clarity.
Analyze signals:
Reversal Signals: Triangles above (bearish) or below (bullish) candles indicate potential reversal points.
SMA Breakout Signals: Circles above (bearish) or below (bullish) candles indicate trend changes.
Test the indicator on different instruments and timeframes to find optimal settings for your trading style.
█ LIMITATIONS
The indicator may generate false signals in highly volatile or consolidating markets.
On low-liquidity charts (e.g., exotic currency pairs), the bands may be less reliable.
Effectiveness depends on properly matching parameters to the market and timeframe.
Moving Average Shift [Quantora]Title: Moving Average Shift
Description:
The Moving Average Shift is a dynamic technical analysis tool designed to help traders better visualize trend strength and direction using a combination of customizable moving averages and a volatility-adjusted oscillator.
🔧 Features:
Multi-Type Moving Average Selection
Choose from SMA, EMA, SMMA (RMA), WMA, and VWMA for your main signal line.
ZLSMA Trio
Three Zero-Lag Smoothed Moving Averages (ZLSMA) with adjustable lengths and colors provide a smoother trend-following structure without the delay of traditional MAs.
EMA Ribbon (50/100/200)
Add clarity to long-term trend direction with layered Exponential Moving Averages in key institutional periods.
Volatility-Adjusted Oscillator
A color-changing oscillator calculated from the normalized deviation between price and the selected MA. This helps identify trend shifts and momentum buildups.
Custom MA Line Widths and Styling
Full control over the width and appearance of all MA lines for visual clarity.
Bar & Candle Coloring
Bars and candles dynamically change color based on the relationship between price and the selected MA — helping you quickly assess bullish/bearish conditions.
📈 How It Helps:
Spot early trend shifts through the oscillator.
Confirm trades using the alignment between ZLSMAs and EMAs.
Quickly assess current trend conditions using color-coded price bars.
Random HTFRandom HTF is a powerful market structure overlay designed for intraday and swing traders who want to anchor their trades using high-probability zones, NFP alignment, and historical statistical edge.
🧠 Core Features
Weekly 5 EMA Anchor
Plots the weekly 5-period EMA and calculates custom upper/lower EMA zones (e.g., 2.5%–3%) to define optimal extension/reversion levels.
Session Box Framework
Automatically maps key opening sessions:
Sunday 6:00–7:30 PM ET (Asia open structure)
Tuesday 9:30–10:30 AM ET (often key pivot for the week)
Monthly Structure Levels
Prior Month High, Low, Mid, and 30% retracement (dynamic bullish/bearish logic)
Includes current month 30% level
Optional historical monthly lines for deeper confluence
Previous Week Levels
High, Low, 25%, 50%, 75% zones
Custom coloring, line styles, and penetration analysis with tables
NFP Mode (Non-Farm Payroll Smart Context)
Automatically detects NFP Fridays
Builds weekly/monthly boxes from that candle
Annotates whether price is above/below/inside NFP range
📊 Probability Engine (Optional)
Enable advanced stats to access:
Weekly penetration probabilities into custom EMA zones
Entry/completion rates for each zone
Median/mean/mode of weekly price extensions
Full day-of-week breakdown showing which days tend to hit/exceed your configured zone
Opening-position impact vs EMA (does the week open above or below?)
📐 Ideal Use Case
Trade intraday breakouts/reversions with awareness of higher timeframe stretch
Use EMAs + zones to frame when a move is extended or just beginning
Identify structural traps/fakeouts around NFPs, Tuesdays, or prior month levels
Quantify whether the market is operating in a compressed or expansive state
🔧 Customization
Full control over:
Time filtering (e.g., only analyze 9:30–16:00 ET)
EMA lengths and percentage bands
Zone styling (colors, labels, widths)
Whether to show current vs. historical levels
This tool blends HTF structure, macro calendar awareness, and quantified stretch behavior into a single overlay. Perfect for traders who want probabilistic alignment before entering intraday setups.
Sudden MOVE Spikes Buy SignalThis Pine Script indicator, titled "Sudden MOVE Spikes Buy Signal", is designed for TradingView charts to identify potential buy opportunities in risk assets (e.g., BTC, stocks, or any charted symbol) based on spikes in the MOVE index (a measure of U.S. Treasury bond volatility, often called the "VIX for bonds"). It leverages the observation that sharp MOVE spikes above a threshold (indicating bond market stress or illiquidity) have historically preceded liquidity injections from the Fed or Treasury, leading to rallies in risk assets post-2020 (e.g.,
March 2020 COVID crash, October 2022 rate hike volatility, March 2023 banking crisis). The indicator filters out false positives, like the February 2022 geopolitical spike from the Russia-Ukraine invasion, using WTI crude oil price surges as a proxy.Key features:Signal Detection: Fires a "Buy" label when the daily MOVE index crosses above the threshold (default 130) with a sudden rate of change (ROC > 27% over 5 days), signaling potential liquidity-driven bottoms.
Geopolitical Filter: Excludes signals if oil ROC exceeds 20% over 5 days, to avoid non-macro events.
Time Restriction: Only shows signals from January 1, 2020, onward, as the strategy is tuned to the post-COVID regime.
Visuals: Plots a green "Buy" label below the bar on the chart and optionally highlights the bar with a green background (85% opacity) for emphasis.
Alerts: Supports alerts for new signals via TradingView's alert system.
The indicator is versatile and can be applied to any asset chart, though it's optimized for risk assets like cryptocurrencies or equities. Backtesting shows high hit rates for rallies in S&P 500 and BTC after valid signals, but it's a heuristic tool—combine with other analysis for trading decisions.
boitumelo_eth_behavior## 1. The Core Trend: EMA Lines
The two moving average lines tell you the main trend direction.
Orange Line (EMA 21): The faster, short-term trend.
Blue Line (EMA 50): The slower, long-term trend.
How to read them:
Uptrend: When the Orange line is above the Blue line, the market is generally bullish. You should primarily look for buying opportunities.
Downtrend: When the Orange line is below the Blue line, the market is generally bearish. You should primarily look for selling opportunities.
Choppy Market: When the lines are flat and tangled together, the market is consolidating and lacks a clear direction. Be cautious during these times.
## 2. The Signals: Crosses, Zones, and Labels
These are your specific points of interest for potential entries and exits.
EMA Crosses (Triangles & Diamonds)
The script shows two types of cross signals: predictions and confirmations.
Prediction Triangles (▲▼): These are an early warning. A green triangle (▲) means a bullish cross might happen soon. A red triangle (▼) means a bearish cross is predicted. Do not trade these directly. Use them as a heads-up to pay close attention.
Optimal Cross Diamonds (💎): These are your high-quality entry signals.
Aqua Diamond (💎 Bullish): The EMAs have crossed upwards, and the price confirmed the move. This is a potential buy signal.
Fuchsia Diamond (💎 Bearish): The EMAs have crossed downwards, and the price confirmed the move. This is a potential sell signal.
Support & Resistance (Boxes & Labels)
These zones are drawn from recent market turning points (pivots) and represent key price levels.
Green Zones & Labels (Support): This is a price "floor" where the market has previously bounced up. Look for buyers to step in here. A bounce off this level is bullish.
Red Zones & Labels (Resistance): This is a price "ceiling" where the market has previously been rejected. Look for sellers to become active here. A rejection from this level is bearish.
## 3. The Context: Session Background Colors
The background color tells you about the typical market behavior for that time of day (based on the script's settings). This helps you filter your trades.
🟩 Green Background (Bullish Session): Bullish signals (like an Aqua Diamond or a bounce from support) are more reliable during these hours.
🟥 Red Background (Bearish Session): Bearish signals (like a Fuchsia Diamond or a rejection from resistance) are stronger during these hours.
🌫️ Gray Background (Consolidation Session): The market is often choppy. It's best to be cautious, as signals can be less reliable.
## Putting It All Together: A Trade Example
You can combine these elements to find high-probability setups.
Example High-Probability Buy Setup:
Trend: The Orange EMA is above the Blue EMA, or an Aqua Diamond (💎) has just appeared, confirming a new uptrend.
Level: The price pulls back and enters a Green Support Zone.
Context: The chart background is Green, indicating a bullish time of day.
Signal: You see price starting to bounce up from the support zone. This is your cue to consider a long (buy) trade, with a stop-loss placed below the green zone.