אינדיקטור
Forecasting
AI SuperTrend Strength Forecasting Engine [TraderZen]The question that matters most in real time: "How confident should I be in this setup right now?"
The ML Trend Strength Forecasting Engine was built to answer that question directly. Instead of drawing lines on a chart and leaving interpretation to the trader, it computes a numerical confidence score for every potential bull and bear setup as it forms. It evaluates the quality of the setup context, the strength of the trigger bar, the state of the broader market regime, and whether similar setups in the recent past actually worked. The output is a percentage — how likely is this signal to follow through.
The indicator does not generate buy or sell signals in the traditional sense. It provides a calibrated confidence reading that helps the trader decide whether to act, wait, or pass entirely.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Key Differences and Advantages
What KNN Predicts
Generally: "Will the trend direction be right?"
This Indicator: "Will this setup hold or expand?"
Training Labels
Generally: Past indicator directions (circular — predicting itself)
This Indicator: Actual price outcomes (self-validating — did the trade work?)
Signal Source
Generally: Single trend line or oscillator
This Indicator: 7-anchor cluster consensus (VWAP, VWMA, EMA, SMA, RMA, HMA, Donchian)
Features
Generally: RSI + MA deviation at multiple timeframes
This Indicator: Context + Trigger + Volume + ADX + Trend Distance — Kalman-filtered
Confidence Meaning
Generally: "How similar to past indicator wins"
This Indicator: "How likely to follow through based on setup quality + historical analogs"
Accountability
Generally: No rejection tracking, no performance feedback
This Indicator: Rejection markers on failed signals + live win rate dashboard
Adaptivity
Generally: Fixed normalization window, static thresholds
This Indicator: Adaptive ceilings, vol regime scaling, running stats, memory decay
How It Works
The engine runs five interconnected layers , each feeding into a final confidence score.
Layer 1 — The Anchor Cluster
Seven moving averages are computed simultaneously: VWAP, VWMA, EMA, SMA, RMA, HMA, and the Donchian midpoint. These are grouped into four families:
Institutional — VWAP and VWMA
Trend — EMA, SMA, RMA
Fast — HMA
Structural — Donchian midpoint
The high, low, and midpoint of this entire cluster define where the market's center of gravity sits. A bullish candidate is detected when price crosses above the cluster midpoint from below. A bearish candidate is detected when price crosses below from above. The crossing is the trigger event. Everything else evaluates the quality of that cross.
Layer 2 — Context Scoring
Before the cross happens, the engine has been watching:
How long price spent on the other side ( duration )
How far it traveled away from the cluster ( excursion )
How tightly the anchors are compressed ( compression )
How much slope agreement exists across anchor families ( coherence )
Where price sits relative to the cluster edges ( clearance )
These components combine into a context score that answers: "Was the setup that led to this cross a good one?"
Context scoring is weighted — side positioning and slope carry the most influence, followed by compression and clearance, with duration and excursion providing secondary confirmation.
Layer 3 — Trigger Scoring
The crossing bar itself is evaluated for quality. A strong trigger bar:
Has a solid body (not a doji)
Closes near the directional extreme (close near the high for bulls, near the low for bears)
Shows force momentum aligned in the right direction
Has meaningful distance from the cluster
Represents a genuine cross rather than a wick touch
Each dimension is scored and blended into a trigger score.
Layer 4 — Regime and Features
The broader environment is assessed through Kalman-filtered features : relative volume versus its baseline, relative ATR versus its baseline, ADX trend strength, and price distance from the trend moving average. These are smoothed to reduce noise while preserving directional shifts.
Volatility regime awareness scales key thresholds automatically. In low-volatility environments, the engine tightens its excursion and distance requirements. In high-volatility environments, it loosens them. This prevents the indicator from being too sensitive in calm markets and too restrictive in active ones.
Layer 5 — Adaptive Analog Memory (KNN)
This is the differentiator. Every time a candidate signal is generated, the engine stores its five feature values (context, trigger, volume, ADX, trend distance) along with what actually happened over the following evaluation window. Did price hold above the cluster? Did it expand meaningfully? The outcome is recorded as a success or failure.
When a new candidate appears, the engine searches its memory for the most similar historical setups using a k-nearest-neighbors algorithm. Key details:
Features are normalized to equal scales using running statistics
Older samples receive exponentially decaying weights so the memory adapts as market behavior shifts
The KNN prediction is blended with the base confidence score
The memory learns and improves as it accumulates data on the specific instrument and timeframe
The memory requires a warmup period. Until enough resolved candidates have been recorded, the engine relies solely on the base scoring.
Putting It Together
The final confidence score blends the base score (context, trigger, regime, trend alignment) with the KNN analog prediction. The result is displayed as a percentage for both the bull and bear side. When confidence exceeds the threshold and beats the opposite side by a directional edge, a signal label appears on the price chart.
If a signal later fails to hold or expand, a small rejection marker ("x") appears on the chart — providing direct visual accountability.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
How To Use It
Reading the Pane
The indicator occupies its own pane below the price chart. Five elements are displayed:
Ribbon (top bar) — shows current state by color:
Gray = idle, Yellow = watching bull, Purple = watching bear, Aqua = armed bull, Fuchsia = armed bear, Green = bull signal, Red = bear signal
Dominant confidence line (thicker) — tracks the higher of the two side scores. When it rises above the confidence threshold line, a signal is likely imminent.
Bull and bear confidence lines (thinner) — show each side independently. Watching these diverge helps anticipate which direction will win.
Bias line — oscillates around 50. Above 50 = bull dominant. Below 50 = bear dominant.
Reading the Chart Labels
Green label with % — bull signal fired with confidence above threshold
Red label with % — bear signal fired
Dimmed green "x" — a bull signal was rejected (failed to hold or expand)
Dimmed red "x" — a bear signal was rejected
Higher percentages indicate stronger setups. Every signal is eventually graded pass or fail.
Reading the Dashboard
The dashboard in the bottom-right corner shows:
Bull and bear signal counts and win rates
Memory status (warming up or active with sample counts)
Current volatility regime (low, normal, or high)
Session status and bar count
Context and trigger score breakdown
Family coherence percentage
Force momentum direction
The win rate is the most important dashboard metric. Above 60% = well-calibrated. Below 45% = thresholds may need adjustment.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Important Settings
Confidence Threshold (default: 65%)
The minimum confidence required for a signal label to appear. This is the primary sensitivity control . Lower = more signals with weaker setups. Higher = fewer, more selective signals.
Armed Threshold (default: 45%)
Minimum confidence for the ribbon to show an armed state (aqua/fuchsia). Acts as a pre-signal alert — when the ribbon transitions from watch to armed, a signal may be imminent.
Watch Threshold (default: 45%)
Minimum context score to enter watch mode (yellow/purple). Lower values start tracking setups earlier.
Directional Edge (default: 5.0)
Minimum gap between bull and bear confidence required for a signal. Prevents signals in ambiguous conditions where both sides score similarly.
Resolution Bars (default: 8)
How many bars after a signal the engine waits before grading it pass or fail. Shorter = more responsive grading. Longer = more forgiving.
Hold Outcome Ratio (default: 0.60)
Fraction of resolution bars price must stay on the correct side for a success grade. At 0.60 with 8 bars, price must hold for at least 5 of 8 bars.
Expansion Outcome Target (default: 1.00 ATR)
Minimum price expansion required for an alternative success grade. A signal can succeed by either holding position or expanding sufficiently .
Memory Decay Rate (default: 0.005)
How quickly older memory samples lose influence. Higher = more recency-biased. At default, recent samples carry roughly 2x the weight of samples from 140 bars ago.
History Size (default: 120)
Maximum resolved samples in analog memory. Larger = more context but more computation.
Session Settings
Configure to match the instrument's primary trading session. Default is 0930-1600 America/New_York (US equities and futures).
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
What This Indicator Is Not
It does not predict price direction. It evaluates setup quality and follow-through probability.
It does not replace risk management . A 75% confidence signal can and will fail. The rejection markers exist to make this visible.
It does not work equally on all instruments without adjustment. The adaptive mechanisms handle much of the calibration automatically, but the confidence threshold may need tuning. The dashboard win rate provides the feedback loop.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Disclaimer
This indicator is provided for educational and informational purposes only. It is not financial advice, and it does not constitute a recommendation to buy, sell, or hold any financial instrument.
All trading involves risk. Past performance of any signal, scoring system, or pattern recognition mechanism does not guarantee future results. The confidence percentages represent a statistical assessment based on the scoring model and historical analogs available within the loaded chart data. They are not predictions and should not be treated as certainties.
The adaptive analog memory learns from the chart data currently loaded in TradingView. Its effectiveness depends on having sufficient resolved samples, and its learned patterns may not generalize to future market conditions, different instruments, or different timeframes.
The win rate displayed in the dashboard reflects performance on the loaded chart history only and is subject to survivorship bias, lookback bias, and data limitations inherent to backtesting on historical bars.
No indicator, algorithm, or model can account for all market variables including liquidity events, news-driven gaps, exchange outages, or sudden regime changes. Traders should always use independent risk management, position sizing, and their own judgment before entering any trade.
By using this indicator, you acknowledge that you are solely responsible for your own trading decisions and that the authors accept no liability for any losses incurred.
אינדיקטור
Astro confluenceAstro Confluence is a time-only composite indicator that translates planetary cycles into a single actionable score from 0 to 100. It requires no price data — every value is computed purely from astronomical periodicities, which means the score can be projected deterministically into the future.
How it works
The indicator models 12 planetary forces as sinusoidal proxies of real orbital periods:
Lunar cycle (~29.5 days) — new moon / full moon risk-on/off rhythm, combined with the half-lunar quarter cycle.
Eclipse seasons (~173 days) — periods of elevated geopolitical and volatility risk.
Mercury retrograde & stations (~116 days) — choppy, reversal-prone windows where directional conviction drops.
Venus synodic (~584 days) + 8-year cycle — favorable or unfavorable conditions for accumulation and value.
Mars synodic (~780 days) — energy, momentum, and conflict-driven corrections.
Jupiter (~4,333 days) — expansion, speculation, growth phases.
Saturn (~10,759 days) — contraction, regulation, structural pressure.
Jupiter-Saturn synodic (~7,254 days) — the 20-year "Great Conjunction" cycle that governs secular bull/bear regimes.
Solar Inertial Motion (SIM) — a barycentric proxy combining Jupiter and Saturn. Turning points in SIM historically coincide with major trend regime changes.
Outer planet stacking — alignment of Jupiter through Pluto. When all five outer planets pull in the same direction, it creates a broad macro tailwind (or headwind).
Solar declination (~365.25 days) — annual seasonality baked into market structure.
Each force is multiplied by an asset-specific weight and summed into a raw composite, which is then normalized to a 0–100 scale and double-EMA smoothed.
Asset class profiles
Different markets respond to different planets. The indicator ships with seven tuned profiles:
Crypto — Uranus-dominant (technology, disruption). Jupiter amplified for speculation. Saturn strongly bearish (regulation).
Gold & Silver — Venus and Lunar dominant. Saturn is positive here — scarcity and store-of-value are gold's nature.
Oil & Gas — Mars dominant (energy, conflict). Neptune via Outer stack (liquids, hydrocarbons). High eclipse sensitivity.
Tech Stocks — Mercury dominant (data, networks). Uranus via SIM (innovation cycles). Mercury retrograde especially disruptive.
Equities (broad) — Balanced profile. Jupiter-Saturn 20-year cycle is the primary secular driver.
Forex — Mercury and Lunar dominant (trade, sentiment). Saturn heavily weighted (central bank policy).
Bonds — Saturn dominant and positive (stability, duration). Mars is inverted — conflict drives flight to safety.
Natal transit scoring
Each asset has a "birth date" — the genesis block, IPO, index inception, or futures launch. The indicator computes how current planetary positions relate to the positions at that birth moment. Harmonious aspects (conjunction, trine, sextile) boost the score; tense aspects (square, opposition) reduce it.
Pre-set birth dates are included for BTC, ETH, SOL, XRP, S&P 500, NASDAQ, AAPL, TSLA, Gold, Crude Oil, and EUR/USD. You can also enter a custom date for any asset.
The Transit influence slider (0.0–1.0) controls how strongly natal transits affect the final score. Set to 0 to disable.
Future projection
Because the model is purely time-based, future scores are fully deterministic. The Future projection toggle draws the score line up to 24 months ahead, using the same double-EMA smoothing seeded from the current bar. This lets you see upcoming bullish and bearish windows, Mercury retrograde dips, eclipse risk zones, and SIM turning points before they arrive.
Reading the indicator
The score line is color-coded:
Lime — strong bullish (score above 80)
Green — bullish / long zone (above 69)
Muted green — lean bullish (above 56)
Gray — neutral (44–56)
Muted red — lean bearish (below 44)
Red — bearish / short zone (below 31)
Orange — risk-off override (eclipse + Mercury retrograde overlap, or SIM turn + outer stack stress)
Fuchsia — rare compression window (multiple stress factors aligned — expect high volatility)
The background heatmap mirrors the score with a smooth gradient from red through transparent to green. Intensity increases as the score moves further from 50.
Three horizontal reference lines at 69, 50, and 31 mark the long zone, neutral, and short zone boundaries.
Legend table
The top-right table shows a real-time breakdown of six force groups (Lunar, Mercury, Venus, Mars, SIM, Outer) with signed values, visual bar meters, and heat-map cells.
This indicator is an experimental tool based on astronomical cycle theory. It does not use price, volume, or any market data — it is a pure time model. Planetary periods are approximated with fixed sinusoidal frequencies, not live ephemeris data. Use it as a supplementary timing layer alongside your primary technical and fundamental analysis, not as a standalone trading system.
אינדיקטור
Precision Exit Planner
This indicator provides traders with a complete visual framework for planning trade exits before entering a position. Rather than generating buy or sell signals, this tool focuses on the critical post-entry phase: defining stop-loss placement, setting multiple take-profit targets, and calculating position size based on risk parameters.
What This Indicator Does
The Precision Exit Planner displays horizontal price levels representing your entry, stop-loss, and up to three take-profit targets. These levels are shown as colored lines extending to the right of the current price action, with accompanying price labels and optional colored zones that visually map your risk and reward areas. An information panel provides real-time calculations including risk-reward ratios and, when enabled, position sizing metrics.
How It Works
-Entry Price Determination
The entry price can be set through multiple methods. Manual mode allows you to input a specific price, useful for planning trades at anticipated levels before the market reaches them. Candle Open uses the current bar's opening price for real-time planning immediately after entry. Previous Bar modes (Close, High, Low) anchor to the prior bar's price points, which suits breakout strategies using the previous bar's high or pullback entries using the previous low.
-Stop-Loss Calculation
Three stop-loss methods are available. Percent mode places the stop at a fixed percentage distance from entry, providing consistent risk regardless of volatility. ATR mode uses the Average True Range indicator multiplied by a configurable factor, automatically adapting to current market volatility. Fixed Points mode uses an absolute price distance measured in the instrument's minimum tick units, suitable for futures or when you need precise tick-based stops.
-Take-Profit Calculation
Take-profit levels can be calculated using four methods. Percent mode mirrors the stop-loss percent approach. ATR mode uses separate ATR multipliers for each target, allowing volatility-adjusted profit targets. Fixed Points mode uses absolute distances like the stop-loss equivalent. Risk Multiple mode defines take-profits as multiples of your stop-loss distance, directly targeting specific risk-reward ratios (e.g., 2.0 creates a 2:1 reward-to-risk at that level).
-Position Sizing (Optional)
When enabled, the position sizing calculator determines optimal trade size based on your account balance and chosen risk percentage per trade. The formula divides your dollar risk (account balance multiplied by risk percent) by the risk per unit (stop-loss distance multiplied by contract value), yielding the position size that risks exactly your specified percentage.
-Partial Exit Allocation (Optional)
This feature calculates projected dollar profits when scaling out of a position at different take-profit levels. You define what percentage of your position to exit at each target (e.g., 33% at TP1, 33% at TP2, 34% at TP3), and the panel displays expected profit from each partial exit plus the total projected profit if all targets are reached.
-Break-Even Stop Level (Optional)
Displays a separate price level showing where to move your stop-loss after the first target is hit, typically to your entry price plus a small offset to cover commissions. This level appears as a dashed orange line when enabled.
-Pip/Point Display (Optional)
Converts all distance measurements from price units to pips or points using a configurable multiplier. Standard forex pairs use 10000, JPY pairs use 100, and stock indices typically use 1. This allows traders who think in pip terms to see familiar units.
Visual Representation
The indicator draws colored background zones between price levels. Green zones (with configurable opacity) appear between entry and take-profit levels, visually representing reward potential. The red zone between entry and stop-loss represents risk. The opacity gradient (default 85, 65, 55 for TP zones) creates visual emphasis on extended targets.
How To Use It
Trade Planning Workflow
1. Set your Trade Side (Long or Short) based on your directional bias
2. Input your Entry Price using manual mode for planned trades, or select an anchor mode for real-time entries
3. Configure Stop-Loss using your preferred method (percentage for simplicity, ATR for volatility adaptation, fixed points for precision)
4. Set Take-Profit targets using the same method consistency or Risk Multiple mode to target specific risk-reward ratios
5. Enable Position Sizing if you need to calculate lot/share size based on account risk parameters
6. Enable Partial Exits to plan scaling out of the trade
Alert Usage
The indicator includes alerts for when price touches or crosses any of your defined levels. Set alerts on TP1, TP2, TP3, Stop Loss, Entry Level, or Break-Even to receive notifications without watching the chart. The "Any Exit Level Hit" alert triggers on any TP or SL touch.
What Makes This Tool Original
Unlike simple TP/SL line drawers, this tool integrates multiple calculation methods (percent, ATR, fixed points, risk multiples) for both stops and targets within a unified interface. The position sizing calculator transforms abstract percentage risk into concrete position sizes. The partial exit allocation shows projected dollar outcomes for scaled exits, helping traders plan position management before entering. The Risk Multiple mode directly targets risk-reward ratios rather than requiring manual percentage calculations. All components work together: change your stop-loss distance and your position size, partial profit projections, and risk-multiple-based targets all recalculate automatically.
The Wait for Bar Close option ensures all calculations are based on confirmed prices, eliminating any repainting behavior when backtesting or analyzing historical setups.
Suitable Markets and Timeframes
This indicator works on any market including forex, stocks, futures, indices, and cryptocurrencies. Since it calculates relative distances and risk percentages, instrument type does not limit functionality. The pip multiplier setting accommodates different decimal conventions.
For day trading (5-minute to 1-hour charts), ATR mode with shorter ATR lengths (7-10) provides responsive stop-loss and target placement. For swing trading (4-hour to daily charts), standard ATR length (14) or percentage-based levels work effectively. For scalping (1-minute to 5-minute charts), fixed points mode or tight ATR multipliers (0.5-1.0) suit rapid-fire trade planning.
Settings Reference
General Settings
- Wait for Bar Close: Prevents repainting by updating only on confirmed bars
Entry Settings
- Entry Mode: Manual, Candle Open, Previous Bar Close/High/Low
- Manual Entry Price: Custom entry when using Manual mode
- Trade Side: Long or Short
Stop Loss Configuration
- Stop Loss Mode: Percent, ATR, or Fixed Points
- Stop Loss Percent: Distance as percentage of entry
- ATR Length: Lookback period for ATR calculation
- ATR Multiplier: Factor applied to ATR for stop distance
- Stop Loss Fixed Points: Absolute tick/pip distance
Take Profit Targets
- Take Profit Mode: Percent, ATR, Fixed Points, or Risk Multiple
- TP1/TP2/TP3 values for each mode
- Show TP2/TP3: Toggle visibility of extended targets
Position Sizing
- Enable Position Sizing Calculator: Toggle the feature
- Account Balance: Total account value
- Risk Per Trade %: Percentage willing to lose per trade
- Contract/Lot Value: Value per unit (100000 for forex standard lot, 1 for stocks)
Partial Exit Allocation
- Enable Partial Exit Allocation: Toggle the feature
- TP1/TP2/TP3 Exit %: Percentage of position to close at each level
Break-Even Stop
- Enable Break-Even Stop Level: Toggle the feature
- Break-Even Offset: Points beyond entry for the break-even stop
Pip/Point Display
- Enable Pip/Point Display: Toggle the feature
- Pip/Point Multiplier: Conversion factor for the instrument
Extended Labels
- Show RR Ratio on Labels: Display risk-reward ratio on price labels
- Show Pips on Labels: Display pip distance on labels
Visual Settings
- Show Information Panel: Toggle the data panel
- Panel Position: Choose from 9 chart positions (Top/Middle/Bottom + Left/Center/Right)
- Enable Background Zones: Toggle colored risk/reward zones
- Zone colors and opacity settings for visual customization
Disclaimer
This indicator is a trade planning and visualization tool. It does not predict future price movements or guarantee trade outcomes. All trading involves risk. Past performance of any trading methodology does not guarantee future results. Users should conduct their own analysis and risk assessment before entering any trade. Position sizes calculated by this tool are suggestions based on user inputs and should be verified against broker requirements and personal risk tolerance.
אינדיקטור
Dynamic HTF FVG / 50% Level Dynamic HTF FVG - Multi-Symbol Correlation, is a comprehensive institutional trading tool designed specifically for ICT (Inner Circle Trader) and SMC (Smart Money Concepts) methodologies.
It combines multi-timeframe liquidity analysis, inter-market correlation, and daily range equilibrium into a single visual interface. Here is a detailed breakdown of its core components:
1. Dynamic HTF Fair Value Gaps (FVGs)
Unlike standard FVG indicators that just draw boxes, this script uses Dynamic Shrinking Logic:
Multi-Timeframe: It monitors 15m, 30m, 1h, 4h, and Daily timeframes simultaneously.
Mitigation Tracking: When price enters an FVG, the box dynamically "shrinks" to show only the remaining unmitigated portion.
Session-Aware Invalidation: During your specified London or NY Killzones, the indicator tracks if price "wicks" through a gap but waits for a session close or an HTF bar close to fully invalidate it. This helps you see "Draws on Liquidity" even after they've been tapped.
2. Multi-Symbol Correlation (SMT Analysis)
This is a powerful feature for identifying SMT Divergence:
You can track a second ticker (e.g., ES while trading NQ).
The indicator checks if the second ticker is also delivering from a Bullish or Bearish HTF FVG.
If NQ is bullish but ES is failing to reach its FVG (or vice versa), it signals potential institutional divergence.
3. The 50% Equilibrium Level (EQ)
Integrated from your specific request, this tracks the Daily Range:
True Day Open: It starts tracking the high and low at 17:00 Chicago time (the institutional start of the day).
Premium vs. Discount: By plotting the 50% line of the current daily range, it helps you identify if price is in Premium (above 50% - look for sells) or Discount (below 50% - look for buys).
4. Confluence Checklist & Status HUD
To prevent "analysis paralysis," the indicator provides a clean visual summary:
Status Labels: Floating text on the right side of the chart tells you exactly which timeframes are "ACTIVE" (e.g., NQ BULLISH ACTIVE (1H / 4H)).
Confluence Table: A table in the corner (Top Right by default) shows a "YES/NO" grid for both symbols, allowing you to see at a glance if the market is in sync.
Alerts: It includes automated alerts for when an HTF FVG becomes active or is "Invalidated" during a Killzone.
5. FVG Clustering
When multiple timeframes overlap (e.g., a 1h FVG inside a 4h FVG), the script clusters them:
Overlapping gaps are highlighted with a stronger "Combined" color.
The labels list all timeframes involved in that specific zone (e.g., 1H / 4H / D).
How to use it:
Identify the HTF Trend: Look for the Status HUD to say "ACTIVE" for higher timeframes (1H, 4H, D).
Check Correlation: Ensure the Correlation Ticker (ES) is also "ACTIVE" in the same direction.
PD Array Entry: Wait for price to enter a "Discount" (below the 50% line) for longs, or "Premium" (above the 50% line) for shorts, specifically targeting one of the Dynamic FVG boxes.
Killzone Timing: Execute your trades during the London or NY sessions highlighted by the indicator.
אינדיקטור
optionsThese Red and Green Bars are actually showing the status of the India VIX (Market Fear Index). Their movement up and down tells you whether "Fear" is increasing or decreasing in the market.
In simple terms, here is what they mean:
1. Red Bars (VIX is Up 📈)
* What is happening: This means the India VIX has moved higher compared to the previous candle.
* Psychology: Uncertainty or fear is rising in the market.
* Impact: When these bars are large and Red, the premiums of both Calls and Puts start to rise.
* For Sellers: This is dangerous because the options you sold are becoming more expensive (Inflating).
2. Green Bars (VIX is Down 📉)
* What is happening: This means the India VIX is falling.
* Psychology: The market is cooling down; traders are no longer feeling as much fear.
* Impact: This causes a "Vega Crush." Premiums shrink (decay) rapidly.
* For Sellers: This is "Jackpot" time. You make money from both theta decay and the drop in volatility.
Relationship Between Bars and Lines (Blue/Orange):
You simply need to look for these combinations:
* Large Red Bars + Blue/Orange Lines Up: This is a "Volatility Spike." Regardless of the direction, premiums are inflating. The chance of hitting a stop-loss is higher.
* Large Green Bars + Blue/Orange Lines Down: This is a "Vega Crush." This is the best setup for 0.3 delta selling. Even if the market stays sideways, premiums will crash toward zero quickly.
Summary Table:
| Bar Color | VIX Status | Market Mood | Option Seller (You) |
|---|---|---|---|
| RED (High) | Up | Panic/Fear | Risk: Premiums will spike. |
| GREEN (High) | Down | Relaxed | Profit: Premiums will drop fast. |
| Small Bars | Flat | Stable | Normal: You get standard Theta decay. |
אינדיקטור
אינדיקטור
NEXUS PRO - Destek & Direnc Moduludestek direncleri otomatik olarak cizen ve kesinlikle faydalanabileceginiz harika bir indikator
אינדיקטור
Daily / Weekly Bullish-Bearish Status TableThis indicator provides a clear multi-timeframe trend overview by combining Daily and Weekly EMA-based conditions into a simple, color-coded table.
The Trend (Daily) is defined using short-term momentum:
Bullish when the Daily 5 EMA is above the Daily 12 EMA
Bearish when the Daily price is below both the 34 EMA and 50 EMA
The Weekly confirmation helps validate the broader market direction:
Bullish when the Weekly 5 EMA is above the Weekly 12 EMA
Bearish when the Weekly price is below both the 34 EMA and 50 EMA
The table updates in real time on any timeframe and displays:
Green for bullish conditions
Red for bearish conditions
Gray when no clear trend is present
Additional features include optional EMA plots, crossover signals, background highlighting, and alert conditions.
This indicator is designed for traders who want a quick and reliable way to align short-term (daily) trends with higher-timeframe (weekly) confirmation without cluttering the chart.
אינדיקטור
Ghost Candles👻 Ghost Candles - Predictive Market Projection
Ghost Candles is an advanced forward-projection indicator that visualizes potential future price action directly on your chart using dynamically generated “ghost” candles.
Unlike traditional indicators that lag or react, Ghost Candles attempts to anticipate short-term market structure by learning from real-time order-flow proxies, volatility, and price behavior.
🔍 What It Does:
Ghost Candles projects up to 32 future candles ahead of the current price, rendering them as semi-transparent candles that evolve in real time.
These projections are not static - they continuously adapt as new data comes in, giving you a live, evolving forecast of market direction and structure.
⚙️ How It Works:
At its core, Ghost Candles uses a lightweight neural network trained directly on-chart.
The model updates itself every bar, adapting to changing market conditions without external data.
🧠 How to Use:
Ghost Candles is best used as a contextual tool, not a standalone signal generator.
Use it to:
Anticipate short-term directional bias
Visualize potential continuation vs reversal scenarios
Identify compression before expansion
Gauge market hesitation or momentum build-up
⚠️ Important Notes:
This indicator is predictive and experimental, not deterministic
Projections will change as new data comes in (especially on live bars)
Best used alongside structure, liquidity, and confirmation tools
Not financial advice
אינדיקטור
ORB Pro Suite v6ORB Pro Suite v6 — Multi-Session + HTF ORB Build
ORB Pro Suite v6 is an advanced Opening Range Breakout (ORB) tool designed for traders who want clarity, structure, and adaptability across NY, London, and Asia sessions — without changing the core ORB logic that works.
This update expands the original ORB Pro Suite to support overnight markets and multi-timeframe workflows, while keeping the strategy behavior consistent and familiar.
✅ Multi-Session Presets
Choose from built-in session presets:
NY AM (RTH) — original behavior (unchanged)
London
Asia
Custom
Each preset aligns the ORB window with the selected session and pairs seamlessly with session-appropriate filters.
✅ ORB Build Mode
You now have two ways to build your ORB:
1️⃣ Time Window (Classic ORB)
Uses session start/end times
Identical to previous versions
2️⃣ HTF Candle Count (Advanced)
Build the ORB from 5m / 15m / 30m / 60m candles
Works on any chart timeframe
Ideal for traders who want ORB consistency across TFs
Example:
Build a 15-minute ORB from 1× 15m candle, even while trading on a 5m chart.
✅ Session Profile Defaults
ORB Pro Suite introduces Session Profiles that automatically tune filters for different market conditions — without changing the strategy logic.
Profiles include:
NY (Default)
London (Breakout)
Asia (Slow Session)
Custom
You can toggle Profile Defaults ON or OFF at any time.
🧠 Core ORB Logic (Unchanged)
Original ORB framework:
Opening range high/low
Breakout confirmation
Optional retest logic
Golden Pocket (0.5–0.618) validation
Local + higher-timeframe trend filters
Cooldown protection
Visual risk/reward mapping
If you traded NY with earlier versions, nothing has changed.
⚙️ Recommended Starting Settings
For most users:
ORB Build Mode: Time Window
Session Profile: Auto
Strictness: Balanced
Advanced users:
Enable HTF Candle Count
Select desired ORB TF (5m–60m)
Adjust candle count to match your style
All inputs remain fully customizable.
📊 Designed For
Futures (ES, NQ, YM, RTY)
Forex pairs
Gold & major indices
Intraday price-action traders
Session-based trading workflows
⚠️ Disclaimer
This indicator is for educational and informational purposes only.
It does not constitute financial advice or trade recommendations.
Trading involves risk. Always manage risk appropriately and trade responsibly.
אינדיקטור
אינדיקטור
volumeeeAvg Volume Lookback = 20
→ It calculates the average volume of the last 20 candles
RVOL Threshold = 1.5
→ If current volume is 1.5x or more than average
👉 It is considered high activity / institutional activity
אינדיקטור
Daily Gamma Key Levels Dashboard**Daily Key Levels Dashboard**
Custom TradingView indicator that plots premarket levels directly on your ES/NQ chart. Updated nightly with key support/resistance, the 200 DMA, pivot zones, and options-derived gamma levels (Gamma Flip, Call Wall, Put Wall). All lines are price-anchored and stay locked regardless of zoom or scroll.
Levels are posted here each evening before the overnight session. Copy the updated block into lines 8-51 of the script, hit save, and your chart is ready for the next session.
Toggle between ES and NQ in settings. Includes a live info table showing distance from each level and your current gamma regime (positive/negative). Proximity alerts built in.
אינדיקטור
Professional 8-Level Map v2.1 | Bias + VXN + Risk StatusNQ Map charting + Volatility VXN
How to read it:
Bullish + Full Size: best long environment.
Bearish + Full Size: best short environment.
Reduced Size: trade smaller, be selective.
A+ Only / Stand Aside: only your cleanest setups.
No Trade: chop plus volatility; protect capital.
אינדיקטור
LuxAlgo Quant magic Dynamic R:R Strategy - OptimizedLuxAlgo Quant magic Dynamic R:R Strategy
This script is a dynamic risk-return (R/R) planner specifically optimized f. It combines a trend-following strategy with a visual trading planning tool.
Here is a detailed summary of its features:
1. Strategy Logic (Signals)
The script generates buy and sell signals based on three filters:
EMA Crossover: The crossover of a fast (20) and a slow (50) EMA.
Trend Filter: Signals are only valid in the direction of the overarching trend (200 EMA) (long positions only above the 200 EMA, short positions only below).
Momentum Filter (RSI): The RSI must be above 60 for long signals and below 40 for short signals to be considered valid.
2. Trading Planning & Visualization
As soon as a signal occurs (or is set manually), the script records the following directly on the chart:
Entry Line: Displays the price at which the trade was opened.
Stop-Loss (SL): Can be automatically calculated based on the ATR (Average True Range) or the last swing high/low.
Take-Profit Level (TP): Automatically calculates three profit targets based on the risk-reward ratio (1R, 2R, and 3R by default).
R:R Boxes: Visualize the risk (gray box) and potential profit (green/red box) directly on the last few candles.
3. Risk Management Calculator
A table (dashboard) appears in the upper right corner of the chart and provides the following information:
Risk Amount: The potential loss (in currency) based on the account size and the set risk percentage.
Position Size (Number): Precisely calculates how many units (contracts) you need to buy to maintain your chosen risk level.
Potential Profit: Shows the expected profit upon reaching the third take-profit target.
4. Flexibility
Automatic Display: The planner automatically jumps to the latest signal, allowing you to instantly see the values for your next trade.
Manual Mode: You can disable the automatic function and use the planner to calculate your setups manually.
Alert Function: The script sends notifications as soon as a new buy or sell signal is detected according to your strategy.
In summary, this is an all-in-one tool that not only shows you trading opportunities but also instantly calculates how much you need to invest and what your objectives should be.
אינדיקטור
Future SessionsFuture Sessions
Visualize upcoming, current, and historical trading sessions directly on your chart. Session boxes project forward in time so you always know what's coming next — ideal for planning entries, managing trades around session opens/closes, and practicing in Bar Replay mode.
### Features
**Forward Projection**
Session boxes are drawn ahead of the current bar, showing you where Asia, London, and New York sessions will occur. Projected sessions are rendered with adjustable opacity so they stay visible without cluttering the chart. Project 1–3 trading days ahead.
**Today's Sessions as a Group**
All sessions for the current day are displayed in full — even sessions that haven't started yet. The entire day-group (Asia → London → New York) appears and disappears together, so you always have full context of the trading day.
**Historical Sessions**
Toggle on historical session boxes to see how past price action related to session boundaries. Choose from 1 day, 3 days, 1 week, or 1 month lookback.
**Per-Session Timezone**
Each session is configured in its own local timezone. Set New York to America/New_York at 09:30–16:00 and London to Europe/London at 08:00–16:30 — no manual UTC conversion needed. DST shifts are handled automatically.
**Color Themes**
Switch the entire look instantly with built-in themes:
- Vivid — bold, distinct session colors (default)
- Pastel — soft, muted tones
- Neon — high-contrast for dark charts
- Monochrome Light — subtle grey tones for light backgrounds
- Monochrome Dark — dark grey tones for dark backgrounds
- Custom — use the individual color pickers per session
**4 Configurable Sessions**
Three sessions come pre-configured (Asia/Tokyo 09:00–15:00, London/LSE 08:00–16:30, New York/NYSE 09:30–16:00). A fourth session slot is available for any custom session you need — pre-market, Sydney, Frankfurt, or anything else.
**Bar Replay Compatible**
Designed to work correctly in TradingView's Bar Replay mode, including random bar jumps. Sessions update as you step through historical data.
**Clean, Minimal Labels**
Session names are rendered as plain text at the left edge of each box — no bubbles or arrows. Labels can be toggled off entirely if you prefer boxes only.
### Settings Overview
**General** — Theme, forward projection range, box height lookback, projected opacity, label visibility, border style.
**Historical Sessions** — Toggle and lookback range.
**Session 1–4** — Show/hide, label name, timezone, open/close times (30-minute interval dropdowns), and custom color (when using Custom theme).
### How It Works
The indicator groups sessions by UTC calendar day. On each day, all enabled sessions are drawn as a group — they appear together and disappear together once the last session of that day closes. Weekend days are automatically skipped. Session timestamps are calculated using IANA timezone identifiers, so daylight saving time transitions are handled correctly year-round.
### Tips
- Set open/close times in each session's **local** time — the indicator handles timezone conversion internally.
- Use **Projected Opacity** at 80–90 for a subtle preview, or 0 to make future sessions as vivid as today's.
- The **Box Height Range** setting controls how many bars of price history determine the vertical extent of the boxes. Increase it on higher timeframes.
- Works best on intraday timeframes (1M–1H). On daily or higher, session boxes become too narrow to be useful.
אינדיקטור
Session Boxes + Bias LabelsThis indicator is not just showing boxes—it’s showing you how the market is behaving session by session so you can understand who is in control and when that control shifts.
Here’s how to use it properly 👇
🔑 WHAT THIS INDICATOR TELLS YOU
You now have 3 key pieces of information on your chart at all times:
1. Session Range (Boxes)
🔵 Asia = accumulation
🟢 London = manipulation
🔴 New York = distribution
2. Session Highs & Lows
Where liquidity is sitting
Where stops are likely resting
3. Session Bias (Label)
Bullish / Bearish / Neutral for each session
Based on price vs session open
🧠 THE CORE CONCEPT
👉 The market moves in phases:
Asia builds liquidity
London hunts liquidity
New York delivers the move
Your job is to follow that sequence—not fight it
📊 STEP-BY-STEP HOW TO USE IT
🟦 STEP 1: Read Asia (The Setup)
What to look for:
The blue box range
The Asia bias label
What it means:
Asia is building liquidity
It’s NOT where you should trade aggressively
Key focus:
👉 Mark:
Asia High
Asia Low
These are your targets for the day
🟩 STEP 2: Read London (The Clue)
Look at:
London box (green)
London bias
Does London break Asia high or low?
Scenario A: London breaks ABOVE Asia high
Likely liquidity sweep (fake bullish move)
👉 Watch for reversal later
Scenario B: London breaks BELOW Asia low
Likely bearish sweep
👉 Watch for upside reversal later
Bias insight:
If London bias flips against Asia → instability / manipulation
If London continues Asia bias → trend continuation potential
🟥 STEP 3: Trade New York (Execution)
This is where you make money.
Look for this pattern:
🔥 HIGH-PROBABILITY SETUP
Asia creates range
London sweeps ONE side
New York attacks the OTHER side
Example (Bearish Day)
Asia = range 2300–2310
London = breaks 2310 (takes highs)
New York = drops below 2300
👉 That’s your short bias
Example (Bullish Day)
Asia = range
London = sweeps lows
New York = rallies above highs
👉 That’s your long bias
🎯 HOW TO USE THE BIAS LABELS
Each session shows:
Bullish → price above session open
Bearish → price below session open
🧠 How to interpret:
1. Alignment = Strong Trend
Asia bullish
London bullish
NY bullish
👉 Trend day (momentum)
2. Conflict = Manipulation
Asia bullish
London bearish
👉 Trap likely
3. Flip = Opportunity
London sweeps
NY reverses
👉 BEST trade setup
⚡ ENTRY MODEL (Simple & Powerful)
After NY confirms direction:
For shorts:
Wait for:
London sweep highs
NY bearish bias
Enter on:
pullback
retest of broken level
For longs:
Wait for:
London sweep lows
NY bullish bias
Enter on:
pullback
support reaction
🚨 WHAT TO AVOID
❌ Trading inside Asia range
❌ Chasing London breakout
❌ Ignoring NY session
❌ Trading against session flow
🔥 PRO TIP (THIS IS HUGE)
Look at the labels like this:
Asia = where price builds orders
London = where stops get triggered
New York = where real direction shows
🧠 DAILY CHECKLIST
Before entering a trade, ask:
Where is Asia range?
What did London sweep?
What is NY bias?
Which side is still untouched?
🚀 WHAT THIS INDICATOR REALLY DOES
This isn’t just visual.
It trains you to:
think in liquidity
see manipulation
trade with institutional flow
אינדיקטור
Neural RibbonNeural Ribbon:
6 independent neural networks running live on your chart. Five predict price direction at different horizons (T+2 through T+32), forming the ribbon. A sixth "trader" network reads all five predictions, their gradients, and multi-timeframe order flow to generate entry and exit signals.
When a trade closes, the actual P&L retrains the trader via reinforcement learning - wins reinforce the pattern, losses suppress it. All trade parameters (entry threshold, stop loss, take profit, hold time, cooldown) self-adjust based on rolling performance. No curve-fitting, no static rules. The system evolves on every trade. Recommended on BTCUSDT 15m where the RL loop has been most thoroughly validated.
אינדיקטור
Moon Boys BTC Liquidation Heatmap747
═════════════════════════════════════════════════════════════
Moon Boys BTC LIQUIDATION HEATMAP
═════════════════════════════════════════════════════════════
Visualize high-probability liquidation zones across Bitcoin futures markets using multi-exchange data and algorithmic pivot detection.
═══ OVERVIEW ═══
This indicator tracks where leveraged positions cluster and highlights areas where cascading liquidations are likely to occur. By combining Open Interest data from major exchanges with volume-weighted pivot analysis, it shows you where the market's leverage is stacked before price gets there.
Perfect for:
• Anticipating volatility zones
• Identifying potential reversal areas
• Avoiding stop-hunt regions
• Confirming breakout/breakdown levels
═══ KEY FEATURES ═══
🎨 HEAT-MAPPED LIQUIDATION ZONES
└─ Green zones = Long liquidations (below price)
└─ Purple zones = Short liquidations (above price)
└─ Color intensity = Volume significance
⚡ SMART SIGNIFICANCE DETECTION
└─ Top 30% of levels automatically highlighted
└─ Lightning bolt icon (⚡) marks critical zones
└─ Enhanced with borders, brighter colors, and bold labels
└─ Weak levels stay subtle to reduce noise
📊 MULTI-EXCHANGE DATA
└─ Binance Futures Open Interest
└─ Bybit Futures Open Interest
└─ Coinbase Spot Volume
└─ Toggle exchanges individually
🕐 MULTI-TIMEFRAME COMPATIBLE
└─ Works on all timeframes: 1m to Monthly
└─ Auto-adjusts filters and aggregation per timeframe
└─ Consistent performance across different chart scales
🎯 CLEAN VISUAL DESIGN
└─ Labels positioned right of chart (off candles)
└─ Connector lines show which label belongs to which zone
└─ Hit levels fade automatically
└─ Only active zones are labeled
═══ HOW TO READ IT ═══
┌─────────────────────────────────────────────────────────┐
│ ZONE TYPE │ MEANING │
├─────────────────────────────────────────────────────────┤
│ 🟢 Green (below) │ Long liquidation cluster │
│ │ → Potential bounce/support zone │
├─────────────────────────────────────────────────────────┤
│ 🟣 Purple (above)│ Short liquidation cluster │
│ │ → Potential rejection/resistance │
├─────────────────────────────────────────────────────────┤
│ ⚡ With icon │ Top 30% most significant levels │
│ │ → Higher probability of reaction │
└─────────────────────────────────────────────────────────┘
═══ TRADING APPLICATIONS ═══
📈 TREND CONTINUATION
→ Price rejects from liquidation zone = trend strength
→ Watch for bounces at green zones in uptrends
→ Watch for rejections at purple zones in downtrends
🔄 REVERSAL SETUPS
→ Price diving into dense liquidation clusters
→ Heavy volume + liquidation zone = potential turning point
→ Combine with momentum divergence for confirmation
⚠️ RISK MANAGEMENT
→ Avoid entries near untouched significant levels
→ High probability of stop hunts and slippage
→ Wait for price to sweep and confirm before entry
🧩 CONFLUENCE TRADING
→ Layer with support/resistance
→ Combine with volume profile nodes
→ Use alongside order flow indicators
→ Validate with moving averages or trend tools
═══ SETTINGS GUIDE ═══
📡 DATA FEEDS
├─ Binance Futures OI: Toggle Binance data
├─ Bybit Futures OI: Toggle Bybit data
└─ Coinbase Spot Vol: Toggle Coinbase data
🔍 LIQUIDATION DETECTION
├─ Lookback Bars (100-2000): Historical scan range
├─ Pivot Width (1-20): Detection sensitivity
│ └─ Higher = fewer, stronger levels
├─ Target Leverage Tier: Distance from pivot
│ ├─ 25x-50x: 2-4% zones
│ ├─ 50x-100x: 0.8-2% zones (default)
│ └─ 100x+: 0.3-0.8% zones
├─ Min Activity Filter: Remove weak signals
└─ Extend Levels (0-200): Project zones forward
🎨 VISUAL OPTIONS
├─ Long/Short Colors: Customize zone colors
├─ Heat Contrast (0.1-3.0): Intensity scaling
├─ Significance Threshold (0.3-0.95): Top % to highlight
├─ Touched Transparency: Fade amount for hit levels
└─ Label Offset: Distance from chart edge
═══ HOW IT WORKS ═══
1. PIVOT IDENTIFICATION
Scans historical data for swing highs/lows using pivot detection
2. VOLUME AGGREGATION
Combines Open Interest + Volume at each pivot point
Creates weighted metric for liquidation probability
3. ZONE PROJECTION
Calculates liquidation bands based on selected leverage tier
Projects zones where stop losses are likely stacked
4. SIGNIFICANCE RANKING
Normalizes all levels against historical range
Top percentile gets enhanced visual treatment
5. REAL-TIME TRACKING
Monitors price interaction with each zone
Active zones extend forward | Hit zones fade and lock
Memory management removes outdated levels
═══ BEST PRACTICES ═══
✅ DO:
• Use on high-liquidity BTC pairs (BTCUSDT, BTCUSD)
• Combine with volume and order flow analysis
• Look for confluences with key technical levels
• Use higher timeframes for more reliable zones
• Adjust leverage tier based on market volatility
❌ DON'T:
• Trade liquidation zones blindly without confirmation
• Ignore broader market context and trend direction
• Overtrade every single level that appears
• Use as sole entry/exit criteria
• Forget proper position sizing and risk management
═══ TECHNICAL NOTES ═══
• Built with Pine Script v6
• Max 500 boxes, 100 labels for optimal performance
• Auto-scales for different timeframe data availability
• Uses request.security() for multi-exchange aggregation
• Dynamic memory management prevents chart lag
═══ DISCLAIMER ═══
This indicator visualizes potential liquidation zones based on historical volume and open interest data. It does NOT:
• Predict future price movements with certainty
• Guarantee reversals or continuations
• Provide buy/sell signals
• Replace proper risk management
Liquidation zones show where leverage is concentrated — not where price will definitely react. Always use this tool as part of a comprehensive trading strategy alongside technical analysis, risk management, and market context.
📚 EDUCATIONAL USE ONLY | NOT FINANCIAL ADVICE
═══ RESOURCES ═══
Pine Script Documentation
→ tradingview.com/pine-script-docs/
Understanding Liquidations
→ academy.binance.com/en/articles/what-is-liquidation-in-crypto-trading
Open Interest Data
→ coinglass.com/
Leverage Trading Education
→ investopedia.com/terms/l/leverage.asp
═══════════════════════════════════════════════════════════
Built for the Bitcoin trading community 🚀
Because knowing where the leverage sits is half the battle 💎
═══════════════════════════════════════════════════════════
אינדיקטור
9zA simple 9z indicator for personal use.
This indicator does not predict trends or tops/bottoms; it only provides auxiliary chart analysis functions and does not constitute any investment advice.
אינדיקטור
dow theorydow theory...current settings are designed for Major Trends. They ignore the "Vertical Jumps" because those moves don't provide enough "breathing room" (pullbacks) for the indicator to confirm a structural shift.
אינדיקטור
Seismic Score v2SEISMIC SCORE v2 — Predictive Pressure Detection Engine
Seismic Score is a composite indicator that detects structural pressure building beneath the surface before large price moves occur. The concept borrows from seismology: just as seismographs detect P-waves before destructive S-waves arrive, this indicator monitors six independent detection layers that historically precede significant price dislocations. The output is a single 0-100 composite score representing how much subsurface pressure is currently building, along with a directional bias indicating whether that pressure favors an upward or downward resolution.
DETECTION LAYERS
The six layers each measure a different dimension of market stress, and each operates independently so that confluence between layers carries more weight than any single signal.
Layer 1 — RSI Divergence detects when price makes a new extreme but momentum fails to confirm. A lower low in price with a higher low in RSI is a bullish divergence, signaling that selling pressure is exhausting. Detected divergences decay over a configurable period (default 24 bars on 1H) rather than disappearing abruptly, and strength scales with the magnitude of the RSI gap between pivots.
Layer 2 — OI-Price Divergence monitors open interest dynamics relative to price movement. Four scenarios are tracked: OI rising while price falls (SQZ SETUP — shorts entering, creating squeeze fuel), OI rising while price rises (FLUSH RSK — longs overleveraging), OI falling while price falls (CAPITULTN — longs capitulating near a bottom), and OI falling while price rises (COVR RLLY — shorts covering on a thin rally). OI data is sourced from Binance perpetual contracts on the daily timeframe.
Layer 3 — Funding Rate Extreme measures the cost of holding leveraged positions by calculating the real-time premium between perpetual futures and spot prices. When shorts are paying longs, the short side is crowded and under cost pressure, favoring upward moves. The calculation uses the same formula Binance publishes for funding rate computation, providing a continuous real-time estimate rather than waiting for the 8-hour settlement cycle.
Layer 4 — ATR Compression detects volatility coiling by comparing current ATR to its longer-term average. When ATR drops significantly below average, price is consolidating into a tighter range and a volatility expansion is statistically likely to follow. This layer does not predict direction, only magnitude. Scoring is graduated: mild compression (ATR 80-90% of average) shows TIGHT, while deep compression (below 80%) shows COILED.
Layer 5 — Volume-Price Divergence identifies exhaustion by detecting when price makes new extremes on declining volume. When price hits a new low but volume is more than 30% below its daily average, selling is running out of fuel (EXHAUST). Like RSI divergence, this signal decays over a configurable period and strength scales with the volume deficit.
Layer 6 — ADX Trough and Turn watches for the trend engine to re-engage after directionless chop. When ADX drops below threshold, energy is accumulating. Once ADX begins rising from that trough, a new trend is emerging. Shows COILING when ADX is below threshold but flat, and ENGAGING when the turn begins. Directional bias comes from DMI: +DI exceeding -DI during the turn favors bulls.
SCORING AND DISPLAY
The composite score sums weighted contributions from all six layers, normalized to 0-100. Each layer has an independently adjustable weight (defaults: RSI Div 25, OI Div 20, Funding 15, ATR Comp 15, Vol Div 15, ADX Turn 10). Directional bias is computed separately by routing each layer's contribution to bull or bear pressure accumulators based on the layer's directional signal.
v2 uses a simplified 4-color histogram system for instant visual reads. Lime green bars (score 0-9) indicate quiet conditions. Blue bars (10-21) indicate low/moderate pressure. Yellow bars (22-34) indicate elevated pressure. Red bars (35+) indicate high to extreme pressure where large moves are most likely imminent.
The info table provides a detailed layer-by-layer breakdown showing each layer's percentage contribution, diagnostic status (SQZ SETUP, CAPITULTN, COILING, ENGAGING, EXHAUST, etc.), and weight. The header shows the composite score, severity level, and directional bias (BULL, BEAR, or NEUTRAL).
HOW TO USE IT
Seismic Score is designed as a confirmation and timing tool, not a standalone signal generator. It answers the question: "If I get a buy or sell signal right now, how likely is it to produce a strong move?"
A high Seismic Score near a buy zone means the reversion is likely to be larger than average. Multiple layers in agreement (4+ out of 6 active) with a directional bias matching your trade direction is a high-conviction setup. A low score means conditions are calm and normal mean-reversion dynamics apply.
The indicator works on any asset with volume data, and OI/funding layers activate automatically when perpetual futures data is available from Binance. All default parameters are calibrated for the 1H timeframe but are fully adjustable through the inputs panel. The threshold line (default 34) controls when background shading activates and alerts fire.
אינדיקטור






















