Quantum Dip Hunter | AlphaNattQuantum Dip Hunter | AlphaNatt
🎯 Overview
The Quantum Dip Hunter is an advanced technical indicator designed to identify high-probability buying opportunities when price temporarily dips below dynamic support levels. Unlike simple oversold indicators, this system uses a sophisticated quality scoring algorithm to filter out low-quality dips and highlight only the best entry points.
"Buy the dip" - but only the right dips. Not all dips are created equal.
⚡ Key Features
5 Detection Methods: Choose from Dynamic, Fibonacci, Volatility, Volume Profile, or Hybrid modes
Quality Scoring System: Each dip is scored from 0-100% based on multiple factors
Smart Filtering: Only signals above your quality threshold are displayed
Visual Effects: Glow, Pulse, and Wave animations for the support line
Risk Management: Automatic stop-loss and take-profit calculations
Real-time Statistics: Live dashboard showing current market conditions
📊 How It Works
The indicator calculates a dynamic support line using your selected method
When price dips below this line, it evaluates the dip quality
Quality score is calculated based on: trend alignment (30%), volume (20%), RSI (20%), momentum (15%), and dip depth (15%)
If the score exceeds your minimum threshold, a buy signal arrow appears
Stop-loss and take-profit levels are automatically calculated and displayed
🚀 Detection Methods Explained
Dynamic Support
Adapts to recent price action
Best for: Trending markets
Uses ATR-adjusted lowest points
Fibonacci Support
Based on 61.8% and 78.6% retracement levels
Best for: Pullbacks in strong trends
Automatically switches between fib levels
Volatility Support
Uses Bollinger Band methodology
Best for: Range-bound markets
Adapts to changing volatility
Volume Profile Support
Finds high-volume price levels
Best for: Identifying institutional support
Updates dynamically as volume accumulates
Hybrid Mode
Combines all methods for maximum accuracy
Best for: All market conditions
Takes the most conservative support level
⚙️ Key Settings
Dip Detection Engine
Detection Method: Choose your preferred support calculation
Sensitivity: Higher = more sensitive to price movements (0.5-3.0)
Lookback Period: How far back to analyze (20-200 bars)
Dip Depth %: Minimum dip size to consider (0.5-10%)
Quality Filters
Trend Filter: Only buy dips in uptrends when enabled
Minimum Dip Score: Quality threshold for signals (0-100%)
Trend Strength: Required trend score when filter is on
📈 Trading Strategies
Conservative Approach
Use Dynamic method with Trend Filter ON
Set minimum score to 80%
Risk:Reward ratio of 2:1 or higher
Best for: Swing trading
Aggressive Approach
Use Hybrid method with Trend Filter OFF
Set minimum score to 60%
Risk:Reward ratio of 1:1
Best for: Day trading
Scalping Setup
Use Volatility method
Set sensitivity to 2.0+
Focus on Target 1 only
Best for: Quick trades
🎨 Visual Customization
Color Themes:
Neon: Bright cyan/magenta for dark backgrounds
Ocean: Cool blues and teals
Solar: Warm yellows and oranges
Matrix: Classic green terminal look
Gradient: Smooth color transitions
Line Styles:
Solid: Clean, simple line
Glow: Adds depth with glow effect
Pulse: Animated breathing effect
Wave: Oscillating wave pattern
💡 Pro Tips
Start with the Trend Filter ON to avoid catching falling knives
Higher quality scores (80%+) have better win rates but fewer signals
Use Volume Profile method near major support/resistance levels
Combine with your favorite momentum indicator for confirmation
The pulse animation can help draw attention to key levels
⚠️ Important Notes
This indicator identifies potential entries, not guaranteed profits
Always use proper risk management
Works best on liquid instruments with good volume
Backtest your settings before live trading
Not financial advice - use at your own risk
📊 Statistics Panel
The live statistics panel shows:
Current detection method
Support level value
Trend direction
Distance from support
Current signal status
🤝 Support
Created by AlphaNatt
For questions or suggestions, please comment below!
Happy dip hunting! 🎯
Not financial advice, always do your own research
Pontos e níveis de pivô
Ultimate Market Structure [Alpha Extract]Ultimate Market Structure
A comprehensive market structure analysis tool that combines advanced swing point detection, imbalance zone identification, and intelligent break analysis to identify high-probability trading opportunities.Utilizing a sophisticated trend scoring system, this indicator classifies market conditions and provides clear signals for structure breaks, directional changes, and fair value gap detection with institutional-grade precision.
🔶 Advanced Swing Point Detection
Identifies pivot highs and lows using configurable lookback periods with optional close-based analysis for cleaner signals. The system automatically labels swing points as Higher Highs (HH), Lower Highs (LH), Higher Lows (HL), and Lower Lows (LL) while providing advanced classifications including "rising_high", "falling_high", "rising_low", "falling_low", "peak_high", and "valley_low" for nuanced market analysis.
swingHighPrice = useClosesForStructure ? ta.pivothigh(close, swingLength, swingLength) : ta.pivothigh(high, swingLength, swingLength)
swingLowPrice = useClosesForStructure ? ta.pivotlow(close, swingLength, swingLength) : ta.pivotlow(low, swingLength, swingLength)
classification = classifyStructurePoint(structureHighPrice, upperStructure, true)
significance = calculateSignificance(structureHighPrice, upperStructure, true)
🔶 Significance Scoring System
Each structure point receives a significance level on a 1-5 scale based on its distance from previous points, helping prioritize the most important levels. This intelligent scoring system ensures traders focus on the most meaningful structure breaks while filtering out minor noise.
🔶 Comprehensive Trend Analysis
Calculates momentum, strength, direction, and confidence levels using volatility-normalized price changes and multi-timeframe correlation. The system provides real-time trend state tracking with bullish (+1), bearish (-1), or neutral (0) direction assessment and 0-100 confidence scoring.
// Calculate trend momentum using rate of change and volatility
calculateTrendMomentum(lookback) =>
priceChange = (close - close ) / close * 100
avgVolatility = ta.atr(lookback) / close * 100
momentum = priceChange / (avgVolatility + 0.0001)
momentum
// Calculate trend strength using multiple timeframe correlation
calculateTrendStrength(shortPeriod, longPeriod) =>
shortMA = ta.sma(close, shortPeriod)
longMA = ta.sma(close, longPeriod)
separation = math.abs(shortMA - longMA) / longMA * 100
strength = separation * slopeAlignment
❓How It Works
🔶 Imbalance Zone Detection
Identifies Fair Value Gaps (FVGs) between consecutive candles where price gaps create unfilled areas. These zones are displayed as semi-transparent boxes with optional center line mitigation tracking, highlighting potential support and resistance levels where institutional players often react.
// Detect Fair Value Gaps
detectPriceImbalance() =>
currentHigh = high
currentLow = low
refHigh = high
refLow = low
if currentOpen > currentClose
if currentHigh - refLow < 0
upperBound = currentClose - (currentClose - refLow)
lowerBound = currentClose - (currentClose - currentHigh)
centerPoint = (upperBound + lowerBound) / 2
newZone = ImbalanceZone.new(
zoneBox = box.new(bar_index, upperBound, rightEdge, lowerBound,
bgcolor=bullishImbalanceColor, border_color=hiddenColor)
)
🔶 Structure Break Analysis
Determines Break of Structure (BOS) for trend continuation and Directional Change (DC) for trend reversals with advanced classification as "continuation", "reversal", or "neutral". The system compares pre-trend and post-trend states for each break, providing comprehensive trend change momentum analysis.
🔶 Intelligent Zone Management
Features partial mitigation tracking when price enters but doesn't fully fill zones, with automatic zone boundary adjustment during partial fills. Smart array management keeps only recent structure points for optimal performance while preventing duplicate signals from the same level.
🔶 Liquidity Zone Detection
Automatically identifies potential liquidity zones at key structure points for institutional trading analysis. The system tracks broken structure points and provides adaptive zone extension with configurable time-based limits for imbalance areas.
🔶 Visual Structure Mapping
Provides clear visual indicators including swing labels with color-coded significance levels, dashed lines connecting break points with BOS/DC labels, and break signals for continuation and reversal patterns. The adaptive zones feature smart management with automatic mitigation tracking.
🔶 Market Structure Interpretation
HH/HL patterns indicate bullish market structure with trend continuation likelihood, while LH/LL patterns signal bearish structure with downtrend continuation expected. BOS signals represent structure breaks in trend direction for continuation opportunities, while DC signals warn of potential reversals.
🔶 Performance Optimization
Automatic cleanup of old structure points (keeps last 8 points), recent break tracking (keeps last 5 break events), and efficient array management ensure smooth performance across all timeframes and market conditions.
Why Choose Ultimate Market Structure ?
This indicator provides traders with institutional-grade market structure analysis, combining multiple analytical approaches into one comprehensive tool. By identifying key structure levels, imbalance zones, and break patterns with advanced significance scoring, it helps traders understand market dynamics and position themselves for high-probability trade setups in alignment with smart money concepts. The sophisticated trend scoring system and intelligent zone management make it an essential tool for any serious trader looking to decode market structure with precision and confidence.
LBB + RSI Multi-Level + Compact TableBB and RSI scalping script for daily or scalp zone with signals
Previous Levels - CA23📌 Indicator: Previous Levels – CA23
Description:
“Previous Levels – CA23” is a powerful multi-timeframe utility tool designed to automatically plot the Open, High, Low, and Close (OHLC) levels from up to 6 higher timeframes (HTFs) directly onto your chart. These levels serve as key reference points for support, resistance, liquidity grabs, or institutional price reactions, helping you spot high-probability areas for entries, exits, and trade management.
Whether you’re a scalper on the 1-minute chart or a swing trader using daily or weekly levels, this indicator provides precise historical price levels with full customization options.
⸻
⚙️ Features:
• ✅ Plot OHLC levels from up to 6 different HTFs (e.g., 15m, 1H, 4H, Daily, Weekly, Monthly).
• ✅ Display customizable labels for each level (e.g., “Previous”, “OHLC”, “Price”, “Date/Time”, or custom symbols).
• ✅ Trace historical extensions of each level to the left (ghost line) for improved backtesting and structure analysis.
• ✅ Fade colors of levels far from current price using an ATR proximity filter, for better visual focus.
• ✅ Works across all markets: futures, crypto, forex, stocks.
⸻
🧩 Customization Options:
🔹 HTF Levels:
For each HTF (1–6), you can:
• Enable or disable the level
• Set the timeframe (e.g., 15m, 1H, 4H, Daily…)
• Limit how many previous bars to display
• Choose which OHLC values to show: Open, High, Low, Close
• Customize color, line style (solid, dashed, dotted), and line thickness
• Show a vertical start marker for each level
• Enable trace-back lines to show level history
🔹 Labeling System:
• Toggle labels on/off
• Choose text color, background color, and label size
• Build labels using up to 9 elements:
• Interval, OHLC type, “Previous”, Price, Date, Symbols (like • or ◆), etc.
• Full flexibility to format the text shown next to each level
🔹 Layout & Display:
• Offset levels forward/backward in time to declutter chart
• Control vertical spacing between stacked HTF levels
• Hide levels on higher timeframes if needed
🔹 Advanced:
• Fade out levels if price is too far (based on ATR × factor)
• Select fade transparency percentage and ATR length
⸻
🧠 Use Cases:
• Identify institutional levels like daily/weekly highs/lows
• Backtest reactions to previous highs/lows
• Detect liquidity zones or breaker blocks
• Combine with ICT, SMC, or supply/demand strategies
• Confluence with killzones and session ranges
⸻
📎 Notes:
• Optimized for performance and clean chart display
• Compatible with both light and dark modes
• Maximum customization for experienced traders
• Created by ca23
52SIGNAL RECIPE VWAP Quantum Matrix Pro═══52SIGNAL RECIPE VWAP Quantum Matrix Pro ═══
◆ Overview
52SIGNAL RECIPE VWAP Quantum Matrix Pro is an advanced technical indicator based on Volume Weighted Average Price (VWAP), integrating volatility-adjusted bands and Fibonacci levels to provide multi-dimensional analysis of price movements.
It automatically applies optimized lookback periods for different timeframes, providing customized analysis for various trading styles, and helps traders effectively identify critical support/resistance zones through precise price level identification.
─────────────────────────────────────
◆ Key Features
• **Adaptive VWAP Bands**: Automatically adjusting upper and lower bands based on market volatility
• **Fibonacci Integration**: Fibonacci levels (23.6%, 38.2%, 50%, 61.8%, 78.6%) extended around VWAP center
• **Timeframe Optimization**: Automatic lookback period adjustment for each chart cycle
• **Pivot Point Analysis**: Core support/resistance levels based on volume-weighted highs and lows
• **Precision Labeling**: Accurate numerical display for all major price levels
• **Visual Gradation**: Intuitive visualization through color gradation for each Fibonacci level
─────────────────────────────────────
◆ Technical Foundation
■ VWAP Calculation Principles
• **Volume Weighting**: Calculation of real equilibrium price considering volume rather than simple price averaging
• **Standard Deviation Bands**: Statistical fluctuation range setting around VWAP center
• **Volatility Adjustment Mechanism**: Dynamic band width adjustment using current ATR to historical ATR ratio
• **Precise Price Range**: Identification of highest/lowest price range within specified lookback period
■ Fibonacci Band Implementation
• **VWAP-Centered Extension**: Division of distance from centerline (VWAP) to standard deviation bands by Fibonacci ratios
• **Symmetrical Upper/Lower Structure**: Application of identical Fibonacci ratios in both upward and downward directions
• **Color Gradation**: Progressive color changes for each Fibonacci level providing visual depth
─────────────────────────────────────
◆ Practical Applications
■ Price Movement Interpretation
• **Central Reference Point**:
▶ VWAP serves as intraday/period equilibrium price providing balance point of buying/selling pressure
▶ Movement above/below VWAP can be interpreted as short-term bullish/bearish signals
• **Band Reaction Patterns**:
▶ Reaching outer bands (100%) signals overbought/oversold conditions
▶ Reaction patterns between Fibonacci levels provide basis for trend strength and persistence judgment
■ Trading Strategy Utilization
• **Range-bound Trading**:
▶ Short-term trading utilizing bounce patterns between Fibonacci levels
▶ Oscillation trading between centerline (VWAP) and Fibonacci levels
• **Trend Following Strategy**:
▶ Breakout of Fibonacci levels aligned above/below VWAP signals trend strengthening
▶ Strong momentum confirmation when re-entering after outer band breakout
─────────────────────────────────────
◆ Advanced Configuration Options
■ Input Parameter Guide
• **Base Standard Deviation** (Default: 2.0)
▶ 1.0-1.5: Narrow bands, suitable for short-term trading
▶ 1.8-2.2: Balanced bands, optimal for general market conditions
▶ 2.5-3.0: Wide bands, suitable for long-term positions
• **Maximum/Minimum Standard Deviation** (Default: 3.0/1.0)
▶ Maximum: Cryptocurrency (4.0), Stocks/Forex (3.0), Low volatility (2.5)
▶ Minimum: Intraday trading (0.8), General (1.0), Long-term (1.5)
• **Volatility Measurement Period** (Default: 20)
▶ Short-term (10-14): Fast response, intraday trading
▶ Medium-term (15-25): Balanced response, swing trading
▶ Long-term (30-50): Noise filtering, long-term investment
• **Use Volatility Adjustment** (Default: On)
▶ On: Automatic band width adjustment based on current market volatility (recommended)
▶ Off: Fixed standard deviation bands usage
■ Timeframe-Specific Optimal Settings
• **Intraday Trading** (15min-1hr): Base standard deviation 1.8, volatility period 14
• **Swing Trading** (4hr-daily): Base standard deviation 2.0, volatility period 20
• **Position Trading** (daily-weekly): Base standard deviation 2.5, volatility period 30
■ Market-Specific Optimal Settings
• **Stock Market**: Base standard deviation 2.0, volatility period 20
• **Forex Market**: Base standard deviation 1.8, volatility period 25
• **Cryptocurrency Market**: Base standard deviation 2.5, volatility period 14, maximum standard deviation 4.0
─────────────────────────────────────
◆ Synergy with Other Indicators
• **Moving Averages**: VWAP and major moving average crossovers strengthen trend reversal signals
• **RSI/Stochastic**: Combination of VWAP band reactions in overbought/oversold zones improves reversal signal accuracy
• **Bollinger Bands**: VWAP Quantum Matrix and Bollinger Band convergence/divergence patterns are useful for volatility change prediction
• **Fibonacci Retracement**: Strong support/resistance formation when trend-direction Fibonacci retracement matches VWAP Fibonacci levels
• **Horizontal Support/Resistance**: Reaction probability significantly increases when past important price levels match VWAP Fibonacci levels
─────────────────────────────────────
◆ Conclusion
VWAP Quantum Matrix Pro provides deep insights into price action by integrating volatility-adjusted bands and Fibonacci theory into traditional VWAP analysis.
It dynamically responds to market environment changes through volume weighting and volatility adaptation mechanisms, and can be flexibly applied to various trading styles through timeframe-optimized lookback period settings.
Through appropriate input parameter configuration, the indicator can be optimized to match each trader's style and objectives, and through combination with other technical indicators, it strengthens confidence in trading decisions, ultimately enabling more precise and systematic market approaches.
─────────────────────────────────────
※ Disclaimer: Past performance does not guarantee future results. Always use appropriate risk management strategies.
═══52SIGNAL RECIPE VWAP Quantum Matrix Pro ═══
◆ 개요
52SIGNAL RECIPE VWAP Quantum Matrix Pro는 거래량 가중 평균 가격(VWAP)을 기반으로 하는 고급 기술적 지표로, 변동성 조정 밴드와 피보나치 레벨을 통합하여 가격 움직임을 다차원적으로 분석합니다.
타임프레임별로 최적화된 룩백 기간을 자동 적용하여 다양한 거래 스타일에 맞춤화된 분석을 제공하며, 정밀한 가격 레벨 식별을 통해 트레이더가 중요한 지지/저항 구간을 효과적으로 파악할 수 있도록 돕습니다.
─────────────────────────────────────
◆ 주요 특징
• **적응형 VWAP 밴드**: 시장 변동성에 따라 자동으로 조정되는 상하단 밴드 제공
• **피보나치 통합**: VWAP 중심으로 피보나치 레벨(23.6%, 38.2%, 50%, 61.8%, 78.6%) 확장
• **타임프레임 최적화**: 각 차트 주기에 맞춰 자동으로 룩백 기간 조정
• **피봇 포인트 분석**: 거래량 가중 고저가 기반의 핵심 지지/저항 레벨 표시
• **정밀 레이블링**: 모든 주요 가격 레벨에 정확한 수치 표시
• **시각적 그라데이션**: 피보나치 레벨별 컬러 그라데이션으로 직관적인 시각화
─────────────────────────────────────
◆ 기술적 기반
■ VWAP 계산 원리
• **거래량 가중치**: 단순 가격 평균이 아닌 거래량을 고려한 실질적 균형 가격 계산
• **표준편차 밴드**: VWAP 중심으로 통계적 변동 범위 설정
• **변동성 조정 메커니즘**: 현재 ATR과 과거 ATR 비율을 활용한 동적 밴드폭 조정
• **정밀 가격 범위**: 지정된 룩백 기간 내 최고/최저 가격 범위 식별
■ 피보나치 밴드 구현
• **VWAP 중심 확장**: 중심선(VWAP)에서 표준편차 밴드까지의 거리를 피보나치 비율로 분할
• **상하단 대칭 구조**: 상승과 하락 방향으로 동일한 피보나치 비율 적용
• **색상 그라데이션**: 피보나치 레벨별 점진적 색상 변화로 시각적 깊이감 제공
─────────────────────────────────────
◆ 실용적 응용
■ 가격 움직임 해석
• **중심 기준점**:
▶ VWAP은 일중/기간 내 균형가격으로 매수/매도 압력의 균형점 제공
▶ VWAP 위/아래 움직임은 단기 강세/약세 신호로 해석 가능
• **밴드 반응 패턴**:
▶ 외부 밴드(100%)에 도달 시 과매수/과매도 상태 시그널
▶ 피보나치 레벨 간 반응 패턴은 추세 강도와 지속성 판단 근거
■ 트레이딩 전략 활용
• **범위 내 거래**:
▶ 피보나치 레벨 간 바운스 패턴 활용한 단기 매매
▶ 중심선(VWAP)과 피보나치 레벨 간 오실레이션 거래
• **추세 추종 전략**:
▶ VWAP 위/아래 정렬된 피보나치 레벨 돌파는 추세 강화 신호
▶ 외부 밴드 돌파 후 다시 진입 시 강한 모멘텀 확인
─────────────────────────────────────
◆ 고급 설정 옵션
■ 인풋 파라미터 가이드
• **기본 표준 편차 (Base Standard Deviation)** (기본값: 2.0)
▶ 1.0-1.5: 좁은 밴드, 단기 거래에 적합
▶ 1.8-2.2: 균형 잡힌 밴드, 일반적 시장 환경에 최적
▶ 2.5-3.0: 넓은 밴드, 장기 포지션에 적합
• **최대/최소 표준 편차 (Maximum/Minimum Standard Deviation)** (기본값: 3.0/1.0)
▶ 최대: 암호화폐(4.0), 주식/외환(3.0), 저변동성(2.5)
▶ 최소: 일중 거래(0.8), 일반(1.0), 장기(1.5)
• **변동성 측정 기간 (Volatility Measurement Period)** (기본값: 20)
▶ 단기(10-14): 빠른 반응, 일중 거래
▶ 중기(15-25): 균형 잡힌 반응, 스윙 트레이딩
▶ 장기(30-50): 노이즈 필터링, 장기 투자
• **변동성 조정 사용 (Use Volatility Adjustment)** (기본값: 켜짐)
▶ 켜짐: 현재 시장 변동성에 따라 밴드 폭 자동 조정 (권장)
▶ 꺼짐: 고정된 표준편차 밴드 사용
■ 타임프레임별 최적 설정
• **일중 거래** (15분-1시간): 기본 표준편차 1.8, 변동성 기간 14
• **스윙 트레이딩** (4시간-일봉): 기본 표준편차 2.0, 변동성 기간 20
• **포지션 트레이딩** (일봉-주봉): 기본 표준편차 2.5, 변동성 기간 30
■ 시장별 최적 설정
• **주식 시장**: 기본 표준편차 2.0, 변동성 기간 20
• **외환 시장**: 기본 표준편차 1.8, 변동성 기간 25
• **암호화폐 시장**: 기본 표준편차 2.5, 변동성 기간 14, 최대 표준편차 4.0
─────────────────────────────────────
◆ 다른 지표와의 시너지
• **이동평균선**: VWAP과 주요 이동평균선 교차는 추세 전환 신호 강화
• **RSI/스토캐스틱**: 과매수/과매도 구간에서 VWAP 밴드 반응과 결합 시 반전 신호 정확도 향상
• **볼린저 밴드**: VWAP Quantum Matrix와 볼린저 밴드 수렴/발산 패턴은 변동성 변화 예측에 유용
• **피보나치 리트레이스먼트**: 추세 방향 피보나치 리트레이스먼트와 VWAP 피보나치 레벨 일치 시 강력한 지지/저항 형성
• **수평 지지/저항**: 과거 중요 가격대와 VWAP 피보나치 레벨 일치 시 반응 확률 대폭 증가
─────────────────────────────────────
◆ 결론
VWAP Quantum Matrix Pro는 전통적인 VWAP 분석에 변동성 조정 밴드와 피보나치 이론을 통합하여 가격 행동에 대한 깊이 있는 통찰력을 제공합니다.
거래량 가중치와 변동성 적응 메커니즘을 통해 시장 환경 변화에 동적으로 대응하며, 타임프레임별 최적화된 룩백 기간 설정으로 다양한 거래 스타일에 유연하게 적용할 수 있습니다.
적절한 인풋 파라미터 설정을 통해 각 트레이더의 스타일과 목표에 맞게 지표를 최적화할 수 있으며, 다른 기술적 지표들과의 조합을 통해 트레이딩 결정에 대한 확신을 강화하고, 궁극적으로 더 정밀하고 체계적인 시장 접근을 가능하게 합니다.
─────────────────────────────────────
※ 면책 조항: 과거 성과가 미래 결과를 보장하지 않습니다. 항상 적절한 리스크 관리 전략을 사용하세요.
Apex Edge - RSI Trend LinesThe Apex Edge - RSI Trend Lines indicator is a precision tool that automatically draws real-time trendlines on the RSI oscillator using confirmed pivot highs and lows. These dynamic trendlines track RSI structure in motion, helping you anticipate breakout zones, reversals, and hidden divergences.
Every time a new pivot forms, the indicator automatically re-draws the RSI trendline between the two most recent pivots — giving you an always-current view of momentum structure. You’ll instantly see when RSI begins compressing or expanding, long before price reacts.
Key Features: • Dynamic RSI trendlines drawn from the last 2 pivots
• Auto re-draws in real-time as new pivots form
• Optional "Full Extend" or "Pivot Only" modes
• Slope color-coded: green = support, red = resistance
• Built-in dotted RSI levels (30/70 default)
• Alert conditions for RSI trendline breakout signals
• Ideal for spotting divergence, compression, and early SMC confluence
This is not your average RSI — it’s a fully reactive momentum edge overlay designed to give you clarity, structure, and timing from within the oscillator itself. Perfect for traders using Smart Money Concepts, divergence setups, or algorithmic trend tracking.
⚔️ Built for precision. Built for edge. Built for Apex.
Naked Liquidation Zones - Multi-Leverage Risk VisualizationNaked Liquidation Zones - Multi-Leverage Risk Visualization
This indicator calculates and displays liquidation price levels for leveraged trading positions across up to 40 different leverage ratios, incorporating adjustable maintenance margin requirements for enhanced accuracy in risk assessment and position planning.
Mathematical Foundation
The indicator uses standard leveraged trading liquidation formulas with maintenance margin integration:
Long Position Liquidation Price = Entry Price × (1 - 1/Leverage + Maintenance Margin Rate)
Short Position Liquidation Price = Entry Price × (1 + 1/Leverage - Maintenance Margin Rate)
The calculation process involves two steps: first determining theoretical entry prices by reverse-calculating from a 100x liquidation reference point, then applying the liquidation formula across all selected leverage ratios. This approach ensures mathematical consistency and prevents calculation errors that can occur with direct price-to-liquidation conversions.
Core Functionality and Originality
Unlike basic liquidation calculators that show fixed leverage levels, this indicator provides comprehensive customization with 20 configurable long leverage levels and 20 configurable short leverage levels.
Each level can be individually enabled or disabled, allowing traders to focus on relevant leverage ratios for their specific trading strategies.
The maintenance margin system distinguishes this tool from simplified liquidation calculators. Users can adjust the maintenance margin percentage from 0.1% to 100% to match specific exchange requirements, providing more realistic liquidation estimates than zero-margin calculations commonly found in basic tools.
Reference Point System
Auto Mode: Automatically calculates liquidation levels from the current price or a specified bar offset. The "Auto Reference Offset" setting allows analysis of liquidation zones from historical price points, useful for back testing position scenarios.
Manual Mode: Enables precise coordinate selection with user-defined price and time reference points. This mode includes an optional vertical projection feature that creates localized liquidation zones around the reference point, ideal for analysing how specific historical events would have affected leveraged positions.
Visual Design and Interpretation
The indicator employs a color-coded system with varying line thickness and transparency based on leverage risk levels:
Low leverage (1x-5x): Light colours with higher transparency
Medium leverage (6x-15x): Moderate colours with medium transparency
High leverage (16x-30x): Darker colours with increased thickness
Extreme leverage (31x+): Dark colours with maximum thickness and low transparency
Price labels can be displayed alongside each liquidation level, showing the exact price and leverage ratio. Label positioning, size, and offset distance are fully customizable to prevent chart clutter while maintaining readability.
Practical Trading Applications
Position Size Planning: Visualize liquidation distances before entering trades to determine appropriate position sizes that align with risk management rules.
Multi-Scenario Analysis: Compare liquidation zones across different leverage ratios simultaneously to optimize risk-reward ratios for specific market conditions.
Historical Risk Assessment: Use manual mode to analyse how past price movements would have affected leveraged positions at key support or resistance levels.
Stop Loss Placement: Identify safe stop loss zones that account for leverage-specific liquidation risks, helping prevent premature position closure due to insufficient margin.
Market Structure Analysis: Understand where large liquidation clusters might occur during significant price movements, providing insight into potential support and resistance zones created by leveraged position clustering.
Configuration Options
Leverage Customization: Each of the 40 leverage levels (20 long, 20 short) includes individual toggle controls and adjustable leverage values from 1x to 1000x, though practical ranges typically stay within 1x-100x.
Display Controls: Toggle liquidation lines, price labels, and reference markers independently. Adjust label offset distance, label size, and line length to optimize chart presentation.
Reference Settings: Choose between Auto and Manual modes, set auto reference offsets, and configure lookback distances for both modes. Manual mode includes vertical projection width controls for targeted analysis.
Maintenance Margin: Adjustable from 0.1% to 100% with 0.1% increments, allowing precise matching to specific exchange requirements or conservative risk modelling.
Usage Instructions
Select Reference Mode: Choose Auto for current price analysis or Manual for specific coordinate targeting.
Configure Leverage Levels: Enable relevant leverage ratios and adjust values to match your trading requirements. Disable unused levels to reduce chart complexity.
Set Maintenance Margin: Input your exchange's maintenance margin requirement. Common values range from 0.5% to 2.0% depending on the exchange and instrument.
Adjust Display Settings: Enable price labels if exact values are needed, adjust label positioning to prevent overlap, and set appropriate line length for your analysis timeframe.
Interpret Results: Liquidation lines show where positions would be automatically closed. Distance from current price to liquidation levels indicates position safety margins.
Limitations and Important Considerations
Simplified Model: Calculations assume isolated margin mode and do not account for cross-margin scenarios, unrealized PNL from other positions, or dynamic margin adjustments that some exchanges implement.
Exchange Variations: Maintenance margin requirements vary significantly between exchanges and may change based on position size, market volatility, or account tier. Always verify current requirements with your specific exchange.
Additional Costs: The indicator does not factor in funding rates, trading fees, or borrowing costs that can affect actual liquidation levels in live trading environments.
Market Conditions: Extreme market volatility, low liquidity, or exchange system issues can cause actual liquidations to occur at prices different from calculated levels.
Historical Analysis Limitation: When using manual mode for historical analysis, results assume past margin requirements and do not account for exchange policy changes over time.
Technical Implementation
Built using Pine Script v6 for optimal performance and compatibility with TradingView's latest features. The indicator uses efficient conditional plotting to minimize chart rendering impact while displaying multiple leverage levels simultaneously.
Label management systems prevent overlapping displays while maintaining readability across different timeframes and chart scales. All calculations use TradingView's native precision handling to ensure accurate price computations across various instruments and price ranges.
The plotting system dynamically adjusts based on reference mode and projection settings, ensuring clean chart presentation whether analysing current levels or historical scenarios.
Educational Value
This indicator helps traders develop intuitive understanding of leverage mechanics and liquidation risk. By visualizing multiple scenarios simultaneously, users can observe how leverage changes affect risk profiles and make more informed decisions about position sizing and risk management.
The tool serves as a practical education platform for understanding the mathematical relationships between leverage, margin requirements, and liquidation distances, concepts that are crucial for successful leveraged trading.
Risk Disclaimer: This indicator is designed for educational and analytical purposes only. Liquidation calculations are estimates based on simplified mathematical models and may not reflect actual liquidation prices due to exchange-specific policies, market conditions, and additional fees. Always verify liquidation levels with your exchange and consider consulting with qualified financial professionals before making leveraged trading decisions. Trading leveraged instruments involves substantial risk of loss and may not be suitable for all investors. Past performance does not guarantee future results.
This indicator is compatible with all TradingView chart types and timeframes. It works with any tradeable instrument but is most relevant for assets that support leveraged trading.
IMIT 936+Turn Input Values off at the bottom of the first settings for cleaner look.
This indicator automatically plots the high and low price ranges of key trading sessions, including New York, Asia, and Australia. Use these levels to identify potential support, resistance, and breakout opportunities throughout the trading day.
VenomPrivate script for Venom
Ability to project 4 different timed ranges a consistent number of standard deviations.
VoluTrend | Auto Trendlines + VolumeVoluTrend is a trendline tool that combines pivot detection with volume validation to help traders see only meaningful market structures.
How it works:
Pivot Detection: The script scans for local swing highs and lows using a customizable number of left and right bars. This ensures that each pivot reflects a significant turning point in price action.
Volume Filter: Each pivot is checked against a simple volume filter: the pivot is only valid if its associated bar has higher volume than a user-defined multiple of the average volume over a configurable period. This prevents weak or irrelevant pivots from cluttering the chart.
Automatic Trendlines: Once a valid pivot is found, the script automatically draws a trendline from the previous pivot to the new one. It keeps only a limited number of lines to avoid overcrowding the chart. This creates a dynamic, real-time trendline system that updates as price action evolves.
Why combine these elements?
Many auto trendline tools draw lines for every swing, but not all swings are significant. By combining pivot detection with a volume filter, VoluTrend focuses on price levels where notable participation occurred, helping traders better interpret real support/resistance and trend continuation or reversal points.
NFP RangesPlots the NFP daily ranges for NFP days. Includes extended hours ranges when the time frame is sub 1D, otherwise, only the daily range is taken.
NFP Dates are pre-populated through 2029 and historically through 2022. Will update script to include farther-out dates before they become necessary.
HY-LevelsA very simple indicator that draws the previous 1H, 4H and 1D high and low levels
It's typically used when trading the 1M charts
The various levels can be turned on and off and the line can be extended left, right or in both directions as you prefer.
The code is simple and should be easy to modify to your preferences
CandelaCharts - HTF Sweeps📝 Overview
This indicator lets you overlay a higher timeframe (HTF) onto your current chart, giving you a clearer view of broader market movements without switching timeframes.
This indicator also detects liquidity sweeps and plots them on both the higher timeframe (HTF) and the current lower timeframe (LTF), helping traders clearly spot potential reversal points. It adds LTF dividers for better structure clarity, making it easier to align with HTF shifts and refine entry timing with greater precision.
📦 Features
This indicator identifies price sweeps and their invalidations, helping traders spot potential liquidity grabs and failed breakout attempts.
Overlay a configurable higher timeframe (HTF) on the current chart
Detects and plots liquidity sweeps on both HTF and LTF
Adds lower timeframe (LTF) dividers for improved structure clarity
Ideal for ICT-style top-down analysis and precision entries without switching charts
⚙️ Settings
Customize the indicator to suit your strategy. Alert options are also available, so you can stay informed when key market events are triggered.
Timeframes: Select the higher timeframe (HTF) to overlay on your current chart.
HTF Coloring: Customize the color scheme for HTF candles.
HTF Offset: Space of HTF Candles and current chart.
HTF Size: Adjust the size of HTF candles.
HTF Labels: Toggle labels for HTF.
LTF H/L Line: Show or hide high/low lines from the lower timeframe.
LTF O/C Line: Display open/close lines from the lower timeframe.
Sweep: Enable detection and plotting of liquidity sweeps.
I-sweep: Toggle invalidated sweep detection.
Alerts: Enable Sweep Formation or Invalidation alerts
⚡️ Showcase
See the indicator applied in live market scenarios, illustrating how sweep detections and invalidations unfold on various charts.
HTF Candles
HTF Sweeps
LTF Sweeps
Invalidated Sweeps
🚨 Alerts
This indicator includes built-in alert functionality to keep you informed of key market events in real time. It supports the following customizable alerts on TradingView:
Sweep Detection: Notifies you when a price sweep is detected—either a liquidity sweep above recent highs or below recent lows. This can be a strong signal of potential reversals or liquidity grabs by larger market participants.
Sweep Invalidation: Alerts you when a previously detected sweep becomes invalidated due to price action moving beyond a defined threshold. This helps traders stay adaptive and avoid acting on outdated signals.
These alerts are fully integrated with TradingView’s native alert system, so you can receive notifications via app, email, or pop-up—ensuring you're always up to date, even when you're away from the chart.
⚠️ Disclaimer
Trading involves significant risk, and many participants may incur losses. The content on this site is not intended as financial advice and should not be interpreted as such. Decisions to buy, sell, hold, or trade securities, commodities, or other financial instruments carry inherent risks and are best made with guidance from qualified financial professionals. Past performance is not indicative of future results.
SMI Cross Contrarian Filter (RSI+SMI) with Buy&Sell SignalsSMI Trend Filter Pro with Buy&Sell Signals is a smart momentum-based signal tool that combines the Stochastic Momentum Index (SMI) with RSI and MFI filters to improve the accuracy of trend-based entries.
What it does:
• Detects crossovers between the SMI and its signal line for entry timing.
• Confirms buy/sell signals using:
• Zone Filters — only allow entries when SMI and its signal line are in defined overbought/oversold zones.
• RSI Filter — helps avoid buying in overbought or selling in oversold markets.
• MFI Filter — adds volume-weighted validation to the signal.
Entry Conditions:
• Buy Signal: SMI crosses above signal line + both are in oversold zone + optional RSI & MFI filters are valid.
• Sell Signal: SMI crosses below signal line + both are in overbought zone + optional RSI & MFI filters are valid.
Visualization:
• Green up triangle = Buy Signal
• Red down triangle = Sell Signal
Fully customizable:
• SMI lengths and smoothing
• RSI and MFI parameters
• Enable/disable zone and filter conditions
Trading session High/Low (Lumiere)Trading session High/Low
What it does:
Plots the High and Low for each session (Asia, London, New York) as horizontal zones that “snap” to the first true extreme of the session and then extend right.
Key points:
Snap‑to‑extreme only: Lines don’t draw at the open; they appear only once price makes a new session high or low, and anchor exactly at that bar.
Persistent until next session: Once drawn, each session’s lines stay on the chart after the session ends, and are cleared only when that same session next opens (or when you hide it).
Three configurable sessions:
Asia: 18:00–03:00 (UTC‑4)
London: 03:00–09:30 (UTC‑4)
New York: 09:30–16:00 (UTC‑4)
Customizable appearance:
You can toggle each session on/off, choose its color, and set line width.
The time that is already set on the different sessions is based on the standard session open/close. If you want to change it, it will refer to the NY time, UTC -4.
Ghost Pivot - Sikerhekker.hu--- HUNGARIAN ---
📉 Ghost Pivot – Láthatatlan támaszok és ellenállások a profiknak
Mi az a Ghost Pivot?
A Ghost Pivot egy fejlett technikai indikátor, amely a rejtett piaci struktúrák – úgynevezett "láthatatlan" pivot szintek – megjelenítésére szolgál. Ezek a szintek nem a hagyományos napi/heti/havi pivot logikát követik, hanem dinamikusan alakulnak ki az ármozgásokból, és gyakran ott jelentkeznek reakciók, ahol a legtöbb kereskedő nem is számítana rá.
🔍 Mire jó ez az indikátor?
Rejtett támaszok és ellenállások felfedezésére
Fordulópontok előrejelzésére még azelőtt, hogy a piac reagálna
Scalpinghoz, daytradinghez és swinghez is ideális
Kiegészítőként használható más technikai elemzések mellett
⚙️ Működése
Az indikátor algoritmusa figyelembe veszi:
az előző árhullámokat,
volatilitás alapú zónaképzést,
illetve a pszichológiai árreakciók gyakori zónáit.
Az így kapott szintek vizuálisan "szellemként" jelennek meg a charton – nem tolakodóan, de pontosan ott, ahol az ár gyakran megáll vagy visszapattan.
Szeretnél sikeres tőzsdei kereskedő lenni? Irány a:
sikerhekker.hu
Tamas Treszkai
--- ENGLISH ---
📉 Ghost Pivot – Invisible Support and Resistance Levels for Professionals
What is Ghost Pivot?
Ghost Pivot is an advanced technical indicator designed to reveal hidden market structures – the so-called "invisible" pivot levels. These levels do not follow the traditional daily/weekly/monthly pivot logic but are dynamically formed based on price movements. Reactions often occur at these levels where most traders wouldn’t expect them.
🔍 What is this indicator good for?
Discovering hidden support and resistance zones
Predicting turning points before the market reacts
Ideal for scalping, day trading, and swing trading
Works well in combination with other technical tools
⚙️ How it works
The indicator’s algorithm takes into account:
previous price waves
volatility-based zone formation
commonly recurring zones of psychological price reactions
The levels are displayed on the chart like “ghosts” – not intrusive, but exactly where price often stalls or bounces.
💡 Want to become a successful trader? Visit:
👉 sikerhekker.hu
Tamas Treszkai
Auto-Calculated Pivot Line/Zone (Based on Time Range)Automatically Calculated Pivot Line/Zone
Harness the power of precision with this Custom Time Range Average Line indicator—designed to pinpoint key equilibrium and pivot levels within consolidation zones after a breakout. Select any start and end time to capture the critical price action shaping the market structure between swings, and calculate the true average price using your choice of open, close, high, low, or midpoint.
Once the defined period concludes, the indicator freezes the average and extends it forward as a clear horizontal ray, acting as a powerful reference for fair value and market balance. This dynamic line shines brightest within consolidation phases, helping traders identify pivot points and equilibrium zones that often serve as magnets for price after a breakout.
Customize the line width to suit your style—use a thinner line width input for a precise single average line, or increase the width to visually represent a broader range or zone. Fully adjustable line color and thickness options ensure this tool integrates seamlessly into any chart setup.
Elevate your trading edge by visualizing the hidden balance points between market swings—turning consolidation chaos into clear, strategic opportunities!
RJ's 80-20 Rule# RJ's 80-20 Rule
## Overview
RJ's 80-20 Rule automatically draws horizontal lines at the nearest 20, 80, 50, and 00 handle levels. These psychological levels often act as support/resistance zones. **Use in confluence with other trade triggers - not as a standalone signal.**
## Key Features
- **Auto-Detection**: Finds nearest handle levels based on current price
- **Customizable**: Colours, styles, labels, and display options
- **Multiple Levels**: Support for 20, 80, 50, and 00 handles
- **Clean Display**: Horizontal lines with optional price labels
## Trading Use
- **Support/Resistance**: Use levels as potential reversal zones
- **Risk Management**: Place stops beyond key handle levels
- **Confluence**: Combine with other indicators for confirmation
- **Market Structure**: Identify key psychological barriers
## Settings
- Toggle individual handle types (20, 80, 50, 00)
- Customize line colours, width, and style
- Adjust label display and positioning
- Control line extension and length
## ⚠️ Important
This indicator should **NOT** be used alone. Always combine with other trade triggers for confirmation. Handle levels provide context but require additional signals for entry decisions.
## Disclaimer
Educational tool only. Use proper risk management. Honors the trading methodology of mentor Richard Jackson. Past performance does not guarantee future results.
---
**Created with ❤️ to honour Richard Jackson's trading wisdom**
SMT Divergence w/ HTFSMT Divergence with Higher Timeframe Indicator Overview
This script is a technical analysis tool for Trading View that identifies and visualizes Smart Money Concepts (SMT) divergences between two financial instruments across multiple timeframes. Here's a comprehensive breakdown of its functionality:
Core Purpose
The indicator detects divergences between a main symbol (the one displayed on the chart) and a comparison symbol (defined by the user, defaulting to ES futures). A divergence occurs when price movements between these two instruments show opposing patterns at pivot points.
Key Features
1. Smart Money Concepts (SMT) Divergence Detection
Identifies two types of divergences:
Bullish SMT: When one instrument makes a lower low while the other makes a higher low (or vice versa)
Bearish SMT: When one instrument makes a higher high while the other makes a lower high (or vice versa)
2. Multi-Timeframe Analysis
Analyses and displays divergences on the current chart timeframe
Provides optional overlays from higher timeframes:
Hourly (H1)
4-Hour (H4)
Daily (D)
Weekly (W)
Automatically determines which timeframes to display based on the current chart timeframe (e.g., won't show hourly divergences on an hourly chart)
3. Dynamic Pivot Detection
Calculates pivot points using a user-defined lookback period
Uses sophisticated algorithms to accurately locate pivot points across different timeframes
Maps higher timeframe pivots to corresponding price points on the current timeframe
4. Automatic Invalidation
Automatically removes divergence signals when they become invalidated by price action
For bearish SMT: Invalidated when both symbols close above their highest pivot points
For bullish SMT: Invalidated when both symbols close below their lowest pivot points
5. Visual Elements
Draws connecting lines between pivots that form divergences
Adds optional labels showing the type of divergence (bullish/bearish) and timeframe
Color-codes lines and labels (green for bullish, red for bearish by default)
Customizable colours and opacity settings
User Configuration Options
The script offers extensive customization through several input groups:
Symbols: Selection of the comparison symbol
SMT Settings: Pivot lookback timeframe and label visibility
Higher Timeframe Overlay: Toggle different timeframe overlays (H1, H4, Daily, Weekly)
Style Settings: Customize colours and opacity of visual elements
Ale Structure Breakout (Real CHOCH + BOS)🧠 **Ale Structure Breakout (Real CHOCH + BOS)**
This script detects real market structure breaks using pivot-based swing highs and lows. It identifies BOS (Break of Structure) and CHOCH (Change of Character) to define trend shifts, and triggers entries only within a configurable time window.
---
🎯 **Core Features:**
- Detects real BOS/CHOCH using swing pivots
- Entry logic based on configurable time range (e.g. 4:00 to 5:00)
- Uses ATR for Stop Loss with user-defined multiplier
- Risk/Reward ratio configurable
- Optional filters for candle body size and range
---
📊 **Visual Aids:**
- Orange & teal triangles: Swing High/Low
- BUY/SELL labels show trade direction
- Yellow: Entry price
- Red: Stop Loss
- Green: Take Profit
- Purple background shows active entry session
This script is meant for scalping or breakout day trading. Signals are visual and can be used with alerts for discretionary execution.
---
🧠 **Versión en español**:
Este script detecta rupturas reales de estructura del mercado (BOS y CHOCH) mediante pivotes configurables. Solo genera entradas durante una ventana horaria definida por el usuario, y usa el ATR para calcular un Stop Loss dinámico. Incluye filtros para evitar entradas con velas débiles o rangos muy cortos.
Ideal para scalping o day trading con entradas basadas en rupturas estructurales reales.
Ale BreakoutThis indicator identifies true market structure breaks (BOS and CHOCH) using confirmed swing highs and swing lows based on pivot logic.
✅ Breakouts can happen at any time of the day, but the entry signal will only trigger inside a user-defined time window (e.g., between 4:00 AM and 5:00 AM), ensuring structured and controlled setups.
The system includes automatic SL/TP calculation using ATR, candle body filters, and a configurable swing detection depth to avoid false signals.
You can configure:
Operating time range
Minimum candle body ratio
Minimum range between structure points
ATR multiplier
Pivot depth for swing detection
Perfect for Smart Money Concepts (SMC) or breakout traders looking to automate key structure-based entries within high-impact sessions.
Session & PD High/Low w/ True 4PM CST Trading DayMarks Session High/Low and previous day high/low. This is for personal use only for friends, not for sale or access to public.
YM Round Numbers & Quarters (Toggle Edition)Traders often use whole numbers as psychological levels of support and resistance.
For example, 500 might be a support level, while 1000 could be a target or ceiling price where you take profit.