Inverted USDT.DSignal Logic at a Glance
Exits happen automatically if price crosses EMA200 in the opposite direction, or whenever any SAR cross occurs (strict stop on your “risky” trades).
The indicator’s core logic uses a 200-period EMA crossover on USDT.D (and optionally VIX) to define the primary trend—price crossing above the EMA closes shorts and opens longs, while crossing below does the opposite—and then layers on “risky” entries whenever the Parabolic SAR flips within that trend (SAR dot appearing below price in an uptrend for add-on longs, above price in a downtrend for add-on shorts). All positions—main and risky—are closed automatically if price crosses the EMA against your trade or any SAR cross occurs. An invert toggle flips every entry/exit rule, letting you trade the opposite signals, and identical logic runs in parallel on VIX to offer complementary or hedged signals.
Step-by-Step Usage Example
1. Set your timeframe (e.g., Daily or 4H).
2. Watch for the Main Long label (green arrow up).
3. When it appears, the strategy will close any short and open a new long.
4. Optionally, use a Sar Long label as a signal to add to your position.
5. Stay in the trade while price remains above EMA200.
6. Exit on either a Main Short or when SAR flips against you.
Tips for Real-World Trading
• Turn on alerts for each label type so you never miss a signal.
• Use the built-in Strategy Tester to optimize your SAR parameters and position sizing.
• Combine with a fixed stop-loss or take-profit discipline off-chart.
• Experiment with the Invert Signal toggle in different market regimes.
Sentiment
[Enhanced] L1 Banker Move🧠 L1 Banker Move
This is a multi-layered momentum signal tool designed to reveal institutional activity before major price moves. It combines deep liquidity detection, price pressure dynamics, and short-term investor alignment to deliver actionable signals with clarity and precision.
Key Features:
🔴 Institutional Signal
Detects potential Level 1 banker moves based on deep price compression and long-term sweep logic (Lowest Low 90 + smoothed momentum spikes).
🔵 Institutional Build Phase
Shows stealth accumulation/distribution zones using low volatility buildup and compression-based ratios over the past 30 bars.
🟢 Short-Term Investor Signal
Confirms price shifts with VWAP cross, SMA structure, and fast/slow EMA delta acceleration. Useful for timing precision entries after institutional setups.
💜 Combined Strength Histogram
A composite momentum bar that blends all three layers to visually rank the power of each setup.
🎯 Smart Highlighting & Alerts
Background turns red when an institutional signal appears without retail confirmation—flagging early entry traps or front-running zones. Includes alert conditions to notify you of optimal entry moments.
Customization:
Adjust the EMA delta sensitivity
Choose your preferred institutional timeframe (default: Daily)
Ultimate Poker Bluff Strategy🎲 Ultimate Poker Bluff Strategy (Intraday Trading)
This strategy integrates multiple sophisticated concepts into a dynamic intraday trading system designed to identify and capitalize on short-term market inefficiencies (fake pumps and fakeouts).
The fake pump indicator can be found here:
📌 Core Concepts & Logic
This TradingView (Pine Script) strategy combines:
Poker principles:
Pot Odds: Ensures a positive risk-reward ratio (at least 2:1).
Bluff Detection: Identifies fake pumps or unnatural price movements using arbitrage detection methods relative to a benchmark (e.g., DXY).
Blackjack "Forbidden Strategy" principles:
Dynamically adjusts the position size based on the profitability of recent trades, scaling up slightly after wins and scaling down after losses.
Devil’s Game (Risk Management):
Implements strict capital protection rules by capping the maximum allowed position size, safeguarding your capital against rare and extreme market events.
⚙️ Detailed Explanation of Parameters
🎛 Strategy Inputs
Basis Risk % per Trade (baseRiskPercent): The baseline percentage of capital risked per trade (default is 1%).
TP ATR Multiplier (atrTPMultiplier = 3.0): Defines the profit target as a multiple of the ATR (Average True Range).
SL ATR Multiplier (atrSLMultiplier = 0.5): Defines the stop-loss level as a multiple of ATR. A tight SL ensures high Reward/Risk.
ATR Length (atrLength = 10): Period for ATR calculation to measure volatility.
Max Position per Trade ($) (maxAbsolutePosition): Maximum allowed position size in USD to protect from catastrophic losses (default is $100,000).
Fake Pump Scale (k) (k = 0.25): Sensitivity setting for detecting unusual price discrepancies (fake pumps).
Benchmark Asset (benchmarkTicker = "DXY"): The asset used as a reference benchmark for arbitrage detection.
📈 Indicators & Calculations
Volatility Measurement (ATR)
Uses the ATR indicator to set dynamic take-profit and stop-loss levels:
Take Profit = current price + (ATR × 3)
Stop Loss = current price − (ATR × 0.5)
Fake Pump Detection (Arbitrage Indicator)
Measures deviations from expected asset price based on a constant relation with a benchmark (e.g., DXY).
Generates EMAs (arb_ema_fast and arb_ema_slow) to detect abnormal short-term movements.
Defines upper and lower thresholds (arb_threshold) to identify potential fake pumps or unsustainable price spikes.
Gamma Stability Check
Ensures stable market conditions by confirming that the difference between fast and slow EMAs (arb_ema_fast and arb_ema_slow) remains small. Trades are entered only during stable conditions to avoid high volatility periods.
🔄 Dynamic Blackjack Position Sizing
Adjusts position sizing dynamically based on previous trade results:
Profitable last trade → Increase risk slightly (up to a cap of 3%).
Losing last trade → Reduce risk to 75% of base risk, enhancing capital protection.
🚨 Entry & Exit Logic
Long Entry Conditions:
Fast EMA crosses above Slow EMA (bullish crossover).
Market is stable (gamma_stable condition true).
Previous candle indicated a downward fake pump (isFakePumpDown ).
Short Entry Conditions:
Fast EMA crosses below Slow EMA (bearish crossover).
Market is stable (gamma_stable condition true).
Previous candle indicated an upward fake pump (isFakePumpUp ).
Risk-Reward Validation: Only enters trades when the risk-reward ratio is at least 2:1.
🛡️ Capital Protection (Devil’s Game Principle)
Ensures no single trade exceeds the absolute maximum allowable position size, providing protection against rare, catastrophic events.
🖥️ Visual Plots for Analysis
Triangles: Visual indications of detected fake pumps:
🔻 Red down arrow: Potential fake upward spike.
🔺 Green up arrow: Potential fake downward spike.
🎯 Strategy Goals & Benefits
Identifies high-probability intraday trades using a rigorous probabilistic framework inspired by professional gambling strategies.
Limits exposure effectively, scaling position size strategically to capitalize on profitable sequences and minimize the impact of losing streaks.
Ensures long-term capital growth with disciplined risk and reward management.
This is just an experiment on how to identify fake moves in the market which works especially in lower timeframe. This is not financial advice.
Dynamic Spot vs Perps Premium (Area Plot)This is a script to give you an easy overall view on the spot perp premium which could indicate the momentum is drove by spot or perps
[Enhanced] L1 Banker MoveThis is a multi-layered momentum signal tool designed to reveal institutional activity before major price moves. It combines deep liquidity detection, price pressure dynamics, and short-term investor alignment to deliver actionable signals with clarity and precision.
Key Features:
🔴 Institutional Signal
Detects potential Level 1 banker moves based on deep price compression and long-term sweep logic (Lowest Low 90 + smoothed momentum spikes).
🔵 Institutional Build Phase
Shows stealth accumulation/distribution zones using low volatility buildup and compression-based ratios over the past 30 bars.
🟢 Short-Term Investor Signal
Confirms price shifts with VWAP cross, SMA structure, and fast/slow EMA delta acceleration. Useful for timing precision entries after institutional setups.
💜 Combined Strength Histogram
A composite momentum bar that blends all three layers to visually rank the power of each setup.
🎯 Smart Highlighting & Alerts
Background turns red when an institutional signal appears without retail confirmation—flagging early entry traps or front-running zones. Includes alert conditions to notify you of optimal entry moments.
Customization:
Adjust the EMA delta sensitivity
Choose your preferred institutional timeframe (default: Daily)
Market Hours Highlight//@version=5
indicator("Market Hours Highlight", overlay=true)
// Set your time zone (adjust if needed)
tz = "America/Chicago"
// Define session time for regular market hours (CT)
startTime = timestamp(tz, year, month, dayofmonth, 8, 30)
endTime = timestamp(tz, year, month, dayofmonth, 15, 0)
// Check if current bar is during market hours
isMarketOpen = time >= startTime and time < endTime
// Highlight background only during market open hours
bgcolor(isMarketOpen ? color.new(color.green, 85) : na)
Intradayscanner – Institutional Interest (vs. RSP)This indicator measures volatility-adjusted Relative Residual Strength (RRS) of any symbol versus RSP (the Invesco S&P 500® Equal Weight ETF) to surface potential institutional interest overlooked by cap-weighted benchmarks.
Equal-weighted benchmark: Uses RSP instead of SPY, so each S&P 500 component carries equal influence—highlighting broad institutional flows beyond the largest names.
ATR normalization: Computes a “Divergence Index” by dividing RSP’s price move by its ATR(14), then adjusts the symbol’s move by that index and rescales by its own ATR(14). This isolates true outperformance.
Residual focus: RRS represents the portion of a symbol’s move unexplained by broad-market action, making it easier to spot when institutions rotate into specific stocks.
Visualization: Plots RRS as green/red histogram bars and overlays a 14-period EMA for trend smoothing.
AmazingTrend - Long OnlyUnlock powerful trend-following logic with this dynamic and fully customizable Pine Script™ strategy, designed for traders who want precision entries, adaptive exits, and beautiful chart visuals.
✅ Key Features:
Long Bias by Default – Designed to ride bullish momentum with intelligent entries and flexible exits.
Optional Short Capability – While optimized for longs, the engine is also fully capable of short-side logic with minor adaptation.
Multiple Entry Modes – Choose between:
Classic – Reversals only
Aggressive – Early trend detection
Conservative – Confirmed trend continuation
Momentum – Powered by ATR and price bursts
Exit Customization – Includes:
Classic – Balanced logic
Quick – Tight risk control
Trailing – Dynamic stop tracking
Time-Based – Scheduled profit-taking
Visual Feedback – Multi-layered trend glow, buy/exit highlights, and a clean on-chart info panel.
Commission + Order Size Logic – Simulate realistic brokerage conditions with configurable cost and size inputs.
🔍 Chart Compatibility:
For the best performance, we recommend:
✅ Heikin Ashi and Renko charts for clarity and noise reduction.
✅ Use Regular Candlestick Charts only on higher timeframes (Daily and above) for clean signals.
❌ Avoid lower timeframes 1second to 5minute it is not built for this.
🧠 Smart Trend Detection:
The strategy detects directional bias using smoothed ATR-based stops and automatically shifts between bullish and bearish regimes. Entry and exit logic responds dynamically to market strength, giving you the edge in both volatile and trending environments.
🧪 Strategy Tested:
Built for 100% portfolio allocation per trade
Designed for realistic backtests with slippage and commission settings backtest results on our page is 0.25 % on buy and sell so total 0.50 %
Works across multiple markets: Crypto, Forex, Stocks. (futures coming later)
📈 Ideal For:
for shorters. investors, long traders, i do not recommend scalping ever but thats up to you.
Swing and momentum setups
Renko & Heikin Ashi fans
beware tradingview dont support alerts on Renko charts.
accurate backtest results that reflect reality if you use it exactly as displayed.
🎁 This Invite-Only script includes lifetime updates and is optimized for Pine Script v5. Contact the author to gain access. we will ofc develop this script feel free to use any version you prefer in the future.
MADA Trader Zones📊 Institutional Bias Indicator
This indicator is based on the analysis of institutional evaluations of individual trading days. By assessing trader behavior on a daily basis, an average is created that indicates when a market is considered cheap or expensive. Combined with current sentiment, this results in potential signals for entries or exits.
⚠️ Important Note:
This indicator does not work autonomously. Its signals must always be interpreted in the context of the overall market structure. That’s why it serves as a supportive tool within our MADA Mentoring Program, where we teach institutional knowledge and decision-making processes in depth.
Volume vs Price Move (with Buy/Sell %)📊 Volume vs Price Move (with Buy/Sell %) — Pine Script Indicator
🧠 Overview
This TradingView indicator provides a clean, structured analysis of how price movement correlates with directional volume within each bar. By decomposing buy-side and sell-side effort relative to the price range moved, the script gives traders powerful insight into efficiency, aggression, and imbalance between market participants.
Unlike time-based volume analysis, this tool focuses on price efficiency — how much volume it takes to move price in a particular direction — helping you interpret strength or exhaustion at a glance.
⚙️ How It Works
Each bar is analyzed as follows:
1. Price Range Breakdown
Up Move = high - open (i.e., how far price moved up from the open)
Down Move = open - low (i.e., how far price dropped from the open)
2. Volume Allocation
Total bar volume is split proportionally based on the up and down range length.
If the bar has a bigger up wick than down, more volume is assigned to the buy side.
This approach mimics volume-weighted movement effort, assuming a rough correlation between range and directional participation.
3. Volume per Point (VPP)
Buy VPP = Buy Volume ÷ Up Move
Sell VPP = Sell Volume ÷ Down Move
High VPP suggests more effort (volume) was required to move price; low VPP indicates efficient movement.
4. Volume % Contribution
Buy % and Sell % are calculated as the share of total directional volume.
5. Averages
A rolling average (avgLen) is applied to Buy VPP and Sell VPP for trend smoothing.
📋 Table Output
Column Description
Type “Buy Move” or “Sell Move” row label
Points Distance price moved up or down in the bar
Volume Volume allocated to that direction
Vol/Point Volume used to move 1 point in that direction
Avg VPP Rolling average of Vol/Point over avgLen bars
Vol % Share of total directional volume for the side
📌 Inputs
intrabarTF: Not used in logic directly, but available for future extensions
avgLen: Number of bars used to smooth VPP average
mult: Multiplier to adjust volume scale (useful for normalizing across instruments)
🧪 Use Cases
Confirm strength: High up-move with low Buy VPP confirms strong buyers.
Spot inefficiency: Rising Sell VPP with small price movement = seller exhaustion.
Identify imbalance: Large Buy % with low price move could suggest trapped buyers.
Compare trends: Use VPP and % dominance to assess trend health bar-by-bar.
⚠️ Limitations
Volume assignment is proportional, not based on actual bid/ask trade direction.
It assumes price wicks are meaningful proxies for directional flow.
For true buy/sell volume, traders should use footprint or delta charts (e.g. NinjaTrader, Sierra Chart).
✅ Ideal For
Trend traders wanting to see the effort vs result of buyers/sellers
Scalpers confirming breakout or reversal conviction
Volume profile or order flow enthusiasts wanting a lightweight alternative on TradingView
A+ Financial ConditionsFinancial Conditions; showing stress across volatility and credit markets. Ideas came from @Tomasonmarkets on X
Signalgo XSignalgo X
Signalgo X is a sophisticated indicator crafted for traders who demand a disciplined, multi-layered approach to market analysis and trade management. This overview will help you understand its capabilities, logic, and how it can elevate your trading.
Core Concept
Signalgo X is built to:
Scan multiple timeframes simultaneously for price, volume, and volatility patterns.
Filter out unreliable signals during periods of market hype or manipulation.
Automate trade management with dynamic take-profit (TP), stop-loss (SL), and trailing logic.
Deliver actionable, visual signals and alerts for timely, confident decisions.
Inputs & Controls
Preset System Parameters:
News Sensitivity: Determines how responsive the indicator is to price moves.
Hype Filter Strength: Sets how aggressively the system avoids volatile, manipulated, or news-driven periods.
User-Configurable:
Show TP/SL Logic: Turn on/off the display of take-profit and stop-loss levels directly on your chart.
How Signalgo X Works
1. Multi-Timeframe Market Analysis
Signalgo X continuously monitors:
Closing price
Trading volume
Volatility (ATR)
across six distinct timeframes, from 1 hour to 3 months. This layered approach ensures that signals are validated by both short-term momentum and long-term trends.
2. Price, Volume, and Volatility Synthesis
Price Change: The system tracks percentage changes over each timeframe to gauge momentum.
Volume Ratio: By comparing current volume to a moving average, it detects unusual spikes that may signal institutional activity or manipulation.
Volatility: Measures the intensity of price movements relative to average ranges, helping to identify breakout or exhaustion scenarios.
3. Proprietary Anti-Hype Filter
A unique scoring mechanism evaluates:
Volume spikes without corresponding price action
Sudden jumps in volatility
Conflicting signals across timeframes
Social hype proxies (e.g., sharp moves on low volume)
If the market is deemed “hyped,” all trading signals are suppressed and a clear warning is shown, keeping you out of unpredictable conditions.
4. Signal Classification & Mapping
Significant Moves: Only price actions that exceed a sensitivity threshold and are confirmed by volume/volatility are considered.
Bullish/Bearish Signals: Generated for each timeframe.
Signal Strength: Categorized as regular, or strong based on multi-timeframe agreement.
Entry & Exit Strategy
Entry Logic
Long (Buy) Entry: Triggered when bullish signals are detected (of any strength) and no hype is present.
Short (Sell) Entry: Triggered when bearish signals are detected and no hype is present.
Exit & Trade Management
Stop Loss (SL): Placed at a calculated distance from entry, adapting to recent volatility.
Take Profits (TP1, TP2, TP3): Three profit targets, each at a greater reward multiple.
Trailing Stop: After the first take-profit is hit, the stop-loss moves to breakeven and a trailing stop is activated to protect further gains.
Event Tracking: The indicator visually marks when each TP or SL is hit, providing real-time feedback.
Chart Plots: All relevant SL, TP, and trailing stop levels are clearly marked for both long and short trades.
Labels: Entry, exit, and signal strength events are color-coded and visually prominent.
Alerts: Built-in alert conditions allow you to set up TradingView notifications for strong/regular buy/sell signals and hype warnings.
Trading Strategy Application
Multi-Timeframe Confirmation: Only strong signals confirmed by several timeframes are acted upon, reducing false positives.
Volume & Volatility Awareness: The indicator avoids low-quality, “fakeout” signals by requiring confirmation from both price and volume/volatility.
Hype Avoidance: Keeps you out of the market during news-driven or manipulated periods, helping to protect your capital.
Automated Discipline: The TP/SL logic enforces a rules-based exit strategy, helping you lock in profits and limit losses without emotional interference.
Who Should Use Signalgo X?
Signalgo X is ideal for traders who want:
Systematic, high-confidence signals
Automated and disciplined trade management
Protection against unpredictable market events
Clear, actionable visuals and alerts
AD Line of S&P SectorsAdvance-Decline Line of S&P 500 Sectors
This indicator tracks the breadth strength of the S&P 500 by combining an unweighted Advance-Decline (A/D) Line and a market-cap weighted A/D Histogram across all 11 major S&P sectors.
Key Features
Sector A/D Histogram: Measures sector breadth based on whether each sector advanced or declined, then weights it by its current estimated market cap share.
Unweighted A/D Line: Smooth average of sectors equally weighted, giving an alternative breadth view that’s less biased by large sectors.
Top Weighted Stocks Tracker: Tracks the daily percentage change of the top 10 highest-weighted S&P 500 stocks, scaled by their index weights, and overlays them as a background area plot.
Zero Crossovers: Histogram and line crossing zero can help highlight broadening strength or weakness.
Customizable Sector Weights: Sector weights can be adjusted in the settings. It is recommended to review and update these periodically to reflect changes in S&P sector allocations.
Repaint Option: Uses a user-selectable repaint mode for flexible bar update logic.
How to Use
Trend Confirmation: When the weighted histogram and unweighted line are above zero together, it indicates broad sector strength; below zero suggests broad weakness.
Neutral Zone: Values between +0.5 and -0.5 (or your custom thresholds) may imply a ranging market or slower movement.
Top Names Context: The top-weighted stocks area shows how much the index’s largest components are pulling the market up or down, relative to the broader sector breadth.
⚠️ Disclaimer
This script is for educational and informational purposes only and does not constitute financial advice. Always do your own research and consult with a qualified financial professional before making trading decisions. Use at your own risk.
Highs and Lows By ScalprHighs & Lows (HL) – Multi-Time-Frame Levels
What It Does
Highs & Lows plots the most important reference levels for up to four different time-frames at once. It displays divider lines that mark the start of each new period, opening lines showing the first price of the period, highs lines tracking the highest price reached, and lows lines tracking the lowest price reached in each period. Use it to read market structure at a glance, trade opening-range returns, gap fills, sweeps and other level-based setups.
Key Features
Multi-Time-Frame Engine
Choose from 4 Hour, 1 Hour, 30 minutes, 15 minutes, 10 minutes, 5 minutes, Daily, Weekly or Monthly for each of the four slots. Turn individual slots on/off from one global panel for easy management.
Per-Time-Frame Display Controls
For every active slot you can independently toggle divider lines, opening lines, highs lines, lows lines, and hide current opening to keep only completed periods visible.
Smart "Show Last X" Filters
Keep charts clean by limiting history. Control how many recent periods to show for lines and how many recent text labels to display. For example, show only the last 2 hours on a 1-hour chart.
Hide Swept Highs/Lows
Automatically hide any highs or lows that price has traded through, keeping your chart clean and focused only on unswept levels that remain relevant.
Text Labels
Add optional custom text for highs and lows like "H1" and "L1". Labels automatically position above highs and below lows with horizontal alignment options of left, center, or right. Adjust color, size and font weight to match your preferences.
Styling Freedom
Independent color, line style including solid, dashed, or dotted options, and width settings for each level type. Transparency is applied automatically when hiding current period information.
How to Use
Start by enabling the time-frame slots you need in Global Settings. In Multi-Time-Frame Settings, pick the interval for each slot and toggle which lines you want displayed. Fine-tune visibility using "Show Last X" in Time-Frame Lines to limit historical lines, and "Show Last X" in Text to limit labels. Adjust colors and widths in the Time-Frame Lines sections to match your chart theme.
Notes
The script is lightweight and deletes old objects in real time to maintain TradingView's limits. It works on any symbol and chart resolution with levels updating live. Text labels are purely textual with no background boxes to maximize clarity and reduce chart clutter.
Happy trading and stay level-headed!
Price Action and bands™Alright, buckle up buttercup! 😎 This script is like the Swiss Army knife of trading indicators - it's got more gadgets than your grandpa's tool shed. Let me break it down.
🎯 The Nuts & Bolts:
Price Profile Party - It draws a vertical histogram showing where traders were most active (like finding the dance floor at a wedding). High-volume zones = party central! 🎉
Reversal Bands - These are like bouncers at a club. When price hits them, it might get rejected (or get a VIP pass). 4 layers thick - the further out, the stronger the bounce potential. 🥊
Smart Money Detective - Spots institutional moves:
Order Blocks (big boys' footprints 👣)
Fair Value Gaps (price vacuums that get filled)
Market Structure Breaks (when trends pull a 180°)
💡 Pro Tips:
For scalpers: Turn on Fair Value Gaps + Order Blocks. They're like cheat codes for quick trades. ⚡
Swing traders: Use the Price Profile + Reversal Bands combo. Find value areas like a bargain hunter at Walmart. 🛒
Set alerts for "CHoCH" breaks - that's when the market changes character faster than a TikTok trend. 📱
Real Talk:
This ain't a crystal ball - it's more like night vision goggles. You'll still need:
Risk management (unless you like donating to the market)
Confirmation from price action
Coffee. Lots of coffee. ☕
Pro warning: Turning everything on at once will make your chart look like a toddler's art project. Start simple! ✨
Performance Table (Custom Indexes)📄 Detailed description of your code:
✅ What this script is:
This is a TradingView Pine Script v5 indicator called "Performance Table (Custom Indexes)". It creates a performance table overlay on the chart, summarizing the percentage returns of the current symbol and up to three customizable indexes over four different lookback periods:
1 day (1D),1 week (1W),1 month (1M),3 months (3M)
Note - It calculate return for trading's days not calendar days
🔧 What it is useful for:
📊 Visual performance comparison: It allows traders to quickly compare the recent performance of the asset on the chart to selected benchmark indexes (like Nifty 50, Midcap 50, Small cap 50).
🎯 Relative strength analysis: It helps identify if the current asset is outperforming or underperforming these benchmarks over multiple timeframes.
🖥️ Clean UI: The performance data is neatly displayed in a configurable table directly on the chart without clutter.
💡 Use case example:
A trader looking at an individual stock can immediately see how it performed compared to benchmark indexes over 1 day, 1 week, 1 month, and 3 months—all right on their TradingView chart.
Ninja Indicator by Simhadri # Ninja Indicator by Simhadri (NISS) - Description
## Overview
The Ninja Indicator System by Simhadri (NISS) is a sophisticated momentum oscillator designed to identify trend changes and generate trading signals. This indicator combines multiple exponential moving averages (EMAs) to create a smooth, responsive oscillator that helps traders identify bullish and bearish market conditions.
## Key Features
### Dual Mode Operation
- **Ninja Mode**: Uses 6 fast EMAs (3, 5, 8, 10, 12, 15 periods) and 6 slow EMAs (30, 35, 40, 45, 50, 60 periods)
- **Super Ninja Mode**: Enhanced version with 11 fast EMAs (3-23 periods) and 16 slow EMAs (25-70 periods) for increased sensitivity
### Core Components
1. **NISS Fast Line**: Average of multiple short-term EMAs representing recent price action
2. **NISS Slow Line**: Average of multiple long-term EMAs representing the underlying trend
3. **NISS Oscillator**: Percentage difference between fast and slow lines, smoothed for clarity
4. **Signal Line**: EMA of the raw oscillator for generating crossover signals
### Visual Elements
- **Oscillator Line**: Changes color based on position relative to signal line (Blue above, Fuchsia below)
- **Signal Line**: White line for crossover reference
- **Neutral Zone**: Highlighted area between +0.20 and -0.20 levels
- **Reference Lines**: Horizontal lines at +0.20 and -0.20 for overbought/oversold conditions
## Input Parameters
### Timeframe Settings
- **Alternate Anchor TimeFrame**: Allows calculation on different timeframes (0-1440 minutes)
- **Source**: Price data source (default: close price)
### Calculation Settings
- **NISS Type**: Choose between "Ninja" or "SuperNinja" calculation methods
- **Oscillator Smoothing**: Smoothing length for the oscillator (1 = no smoothing)
- **Signal Length**: Period for the signal line EMA (default: 24)
### Display Options
- **Show Bullish/Bearish Zones**: Toggle for visual zone highlighting
## Trading Signals
### Primary Signals
- **Bullish Signal**: When NISS Oscillator crosses above the Signal Line
- **Bearish Signal**: When NISS Oscillator crosses below the Signal Line
### Signal Interpretation
- **Above Zero**: Generally bullish momentum
- **Below Zero**: Generally bearish momentum
- **Above +0.20**: Potential overbought conditions
- **Below -0.20**: Potential oversold conditions
## Alert System
The indicator includes built-in alert conditions for:
- Bullish crossover signals
- Bearish crossunder signals
## Usage Recommendations
### Best Practices
1. Use in conjunction with other technical analysis tools
2. Consider the overall trend direction
3. Watch for divergences between price and oscillator
4. Pay attention to signals near the neutral zone boundaries
### Timeframe Considerations
- Works on all timeframes
- Anchor timeframe feature allows multi-timeframe analysis
- Higher timeframes may provide more reliable signals
## Technical Notes
- Built on Pine Script v6
- Displays as a separate indicator panel (overlay = false)
- Includes proper error handling for timeframe calculations
- Optimized for performance with efficient EMA calculations
This indicator is particularly useful for swing traders and those looking to identify momentum shifts in trending markets. The dual-mode operation provides flexibility for different trading styles and market conditions.
TTT Sentiment IndicatorThis indicator plots the NYSE uptick vs. downtick volume ratios and can be used as a short-term sentiment indicator of buying pressure (FOMO) when UVOL/DVOL is high and selling pressure (panic selling) when DVOL/UVOL is high. These ratios are used informally by Chris Vermeulen of The Technical Traders as a contrarian indicator on a 30 minute chart.
This script isn't created, approved, or supported by The Technical Traders, but was created by a TTT subscriber to support the request of other subscribers. I'm not planning to upgrade or support this indicator or answer questions on how to use it. It's open source, so users can make their own copy and edit as they see fit.
Gabriel's Quick Table📊 Gabriel's Quick Table — Multi-Metric Market Scanner
Gabriel's Quick Table is a lightweight, customizable table overlay that displays key market metrics for intraday, swing, and options traders. It centralizes high-impact price, volume, and volatility data across multiple timeframes to quickly assess trade readiness, risk levels, and momentum without cluttering your chart.
🔍 Features
✅ ADR% (Average Daily Range %)
Measures price volatility by averaging the ratio of high/low over N days.
Helps spot compression/expansion setups.
✅ ATR (Average True Range)
Assists with stop-loss placement and measuring volatility strength.
User-defined ATR Length and timeframe.
✅ LoD Distance (% from Low of Day)
Identifies how far price has bounced off the intraday low.
Useful for reversal traders and support tests.
✅ % from 52-Week High
Calculates how far current price is from its long-term swing high.
Ideal for value reversion setups or breakout scanning.
✅ Relative Volume (RVOL)
Measures current volume versus average over N bars.
Highlights unusual activity or breakout potential.
✅ VWAP Distance
Shows how far price is from the volume-weighted average price.
Used by institutions and intraday traders to define fair value zones.
✅ Internal Bar Strength (IBS)
Normalized indicator showing whether price closed near the high or low of the candle.
Useful for fade vs. breakout setups.
✅ Open Interest % Change
Measures short-term change in OI, used in futures/options analysis.
Spikes may indicate buildup of positions or unwinding.
🚨 Built-In Alerts
Each core metric includes a customizable alert:
ADR%, ATR, RVOL, VWAP distance
Distance to 52-week high
OI % change
IBS thresholds
Use these to automate watchlist scanning or intraday alerts when your ideal trade conditions appear.
🧠 Smart Design
Multi-timeframe support for each input (e.g. Weekly 52W High + Intraday VWAP).
Minimalist table overlay that works even when multiple indicators are stacked.
Color-coded labels and values for intuitive scanning.
💡 Use Cases
Intraday traders looking for high-RVOL + VWAP bounce setups.
Swing traders waiting for price compression (low ADR%) or breakouts near 52W highs.
Futures and options traders tracking OI surges with volume confirmation.
Systematic traders using custom alert levels for automated signal generation.
GalihRidha ZoneX — Adaptive MTF S&R + Smart Money AreasWelcome to ZoneX: The new frontier of Support & Resistance for modern traders!
ZoneX is more than just S&R — it’s a hybrid price map that fuses classic pivots with institutional logic, visualizing the zones that really matter.
What Makes ZoneX Different?
Multi-Timeframe S&R:
Instantly spot the true key levels from higher timeframes, not just what everyone else sees on the current chart.
Smart Money Order Blocks:
Automatically highlights supply and demand zones where institutions accumulate or distribute — find the real “trap” areas and avoid getting faked out.
VWAP Bands:
See where the liquidity is thickest — these bands act as magnets for price, great for both reversals and breakouts.
Midline Channel:
Identify the market’s equilibrium — know when you’re in value and when you’re at the edge.
Previous High/Low:
Mark institutional magnets and classic stop-hunt zones, updated in real-time.
Ultra Customizable:
One-click to enable/disable any feature. Clean for minimalists, packed for pros.
How to Use ZoneX
Breakout?
Wait for price to clear a ZoneX band or order block with momentum — enter on the retest.
Reversal?
Fade wicks and exhaustion right in the highlighted zone — confirm with price action or volume.
Range/Balance?
Trade the ping-pong between ZoneX midline and outer bands — great for scalping and mean reversion.
Who’s It For?
Active traders who want an edge beyond standard S&R.
Institutional-mindset scalpers and swing traders.
Anyone who loves a clean chart but craves real market context.
Level up your chart, see what the big players see —
and never trade blind again. This is ZoneX.
Delta Spike Detector [GSK-VIZAG-AP-INDIA]📌 Delta Spike Detector – Volume Imbalance Ratio
By GSK-VIZAG-AP-INDIA
📘 Overview
This indicator highlights aggressive buying or selling activity by analyzing the imbalance between estimated Buy and Sell volume per candle. It flags moments when one side dominates the other significantly — defined by user-selectable volume ratio thresholds (10x, 15x, 20x, 25x).
📊 How It Works
Buy/Sell Volume Estimation
Approximates buyer and seller participation using candle structure:
Buy Volume = Proximity of close to low
Sell Volume = Proximity of close to high
Delta & Delta Ratio
Delta = Buy Volume − Sell Volume
Delta Ratio = Ratio of dominant volume side to the weaker side
When this ratio exceeds a threshold, it’s classified as a spike.
Spike Labels
Labels are plotted on the chart:
10x B, 15x B, 20x B, 25x B → Buy Spike Labels (below candles)
10x S, 15x S, 20x S, 25x S → Sell Spike Labels (above candles)
The color of each label reflects the spike strength.
⚙️ User Inputs
Enable/Disable Buy or Sell Spikes
Set custom delta ratio thresholds (default: 10x, 15x, 20x, 25x)
🎯 Use Cases
Spotting sudden aggressive activity (e.g. smart money moves, traps, breakouts)
Identifying short-term market exhaustion or momentum bursts
Complementing other trend or volume-based tools
⚠️ Important Notes
The script uses approximated Buy/Sell Volume based on price position, not actual order flow.
This is not a buy/sell signal generator. It should be used in context with other confirmation indicators or market structure.
✍️ Credits
Developed by GSK-VIZAG-AP-INDIA
For educational and research use only.
EdgeXplorer - Liquidity ScopeLiquidity Scope by EdgeXplorer
Liquidity Scope is a real-time liquidity detection system developed for traders who want to track where the market is hunting stops, absorbing orders, and setting up traps — often before the average eye catches on. Built to identify the telltale behavior of liquidity sweeps and false breakouts, this tool highlights areas on the chart where price interacts with key swing points, including wicks, breaks, and retests.
⸻
🔍 What Does Liquidity Scope Do?
Liquidity Scope scans price action for swing highs and lows, tracks how price behaves around them, and visually plots zones where liquidity is likely being targeted. It tells you:
• When price wicks into a previous swing without breaking it (a liquidity probe),
• When price breaks past that level and returns (a potential retest),
• And when a sweep is complete or mitigated.
The result? A visual map of where liquidity was grabbed, where it hasn’t been yet, and where price might revisit — all drawn directly on your chart, in real time.
⸻
⚙️ How It Works – Technical Breakdown
Here’s the logic behind the engine:
1. Swing Detection
The script uses ta.pivothigh() and ta.pivotlow() to mark structural swing points, using your selected “Swings” length to define sensitivity.
2. Sweep Conditions
For each swing high or low:
• If price wicks into the level but fails to close beyond it → potential liquidity test.
• If price closes beyond the swing → it’s marked as broken.
• If price later retests the broken level from the other side → it’s tagged as a retest zone.
3. Visual Memory
Each swing level stores its own “memory state” (whether it was wicked, broken, retested, or mitigated), allowing the tool to update visuals live and avoid clutter.
4. Dynamic Zones
• When a sweep is detected, the tool draws a colored zone (box) at the sweep location, along with a supporting line.
• These zones extend forward until price clearly invalidates or mitigates them.
⸻
📈 Visual Components – What You See on the Chart
Element Meaning
Green Zones / Lines Bullish sweep: liquidity hunted below a swing low
Red Zones / Lines Bearish sweep: liquidity hunted above a swing high
Dotted Lines Wicks — price tested the level without breaking
Dashed Lines Retests — price returned to retest a broken level
Solid Lines Confirmed sweep levels with clean structure
Shaded Boxes Sweep zones extended into the future for monitoring
Faded Transparency Indicates mitigation or that the zone is cooling off
Every visual is tied to a logic branch in the code — nothing is decorative. Each shape or line has meaning tied to price behavior.
⸻
📊 Inputs & Settings Explained
Setting Description
Swings (len) Sets the pivot lookback range. Higher = fewer, stronger swing levels.
Options (opt) Controls what sweep types you want to see:
• Only Wicks → Focus on traps and fakeouts
• Only Outbreaks & Retest → Focus on confirmed moves
• Wicks + Outbreaks & Retest → See it all |
| Bull/Bear Colors | Customize how bullish vs. bearish sweeps are drawn |
| Extend Zones (extend) | When on, boxes stretch forward in time until price touches or invalidates them |
| Max Bars (maxB) | Sets how long (in bars) sweep zones will stay active before expiring |
⸻
🧠 How to Read It in Live Markets
Liquidity Scope doesn’t tell you what to do — it tells you what the market just did in relation to liquidity and structure.
Here’s how to use it:
• Green Zones (Bullish Sweeps):
Price just grabbed liquidity under a low. Watch for:
• A bounce → potential reversal
• A retest → possible long entry confirmation
• Red Zones (Bearish Sweeps):
Price swept above a high. Watch for:
• Immediate rejection → potential short zone
• Pullback and retest → trend continuation trap or fake breakout
• Wick Sweeps Only:
Often seen in range-bound markets or when market makers are testing stops.
• Retest Sweeps:
Often seen in trending markets, validating breakouts or signaling exhaustion.
⸻
🧪 Optional Use Cases & Strategy Tips
Here’s how traders on the EdgeXplorer platform use Liquidity Scope:
• 🔄 Smart Money Concepts: Use sweep zones alongside order blocks, FVGs, and breakers to confirm institutional movement.
• ⚠️ Trap Zones: Spot liquidity fakeouts where retail might be chasing early breakouts.
• 🎯 Entry/Exit Filtering: Use zones to validate entries only when price reacts cleanly around them — or exits when mitigation completes.
• 🧠 Confluence Layer: Combine with trend indicators or volume to add strength to directional bias.
⸻
🔒 Final Note on Use & Compliance
Liquidity Scope is a market behavior visualizer, not a signal generator. It helps you understand where the market might be trapping liquidity, but you are the strategy. Always pair with proper confirmation, risk management, and your own discretion.
All logic, structure, and assets in this script are © protected under ETAPX Inc. and the EdgeXplorer platform. Unauthorized sharing or monetization of this code is prohibited under company and platform policy.