NQ Signal Engine v1.0This Pine Script is designed for trading the NQ! (E-mini Nasdaq-100 Futures) by identifying high-probability trend-following opportunities. It uses the 20, 50, and 200 exponential moving averages (EMAs) to determine the overall market trend, along with VWAP to confirm intraday market bias. Long signals are generated when price is above the major moving averages, pulls back to the 20 EMA or VWAP, and resumes upward momentum, confirmed by an RSI reading above 50 and higher-than-average trading volume. Short signals follow the opposite criteria during bearish trends. The script includes ATR-based stop-loss placement and configurable profit targets based on a user-defined risk-to-reward ratio, with an optional trailing stop to lock in gains. It visually plots the moving averages and VWAP, displays buy and sell markers on the chart, shades the background to indicate bullish or bearish conditions, and supports customizable inputs for indicator settings, risk management, and trading sessions, making it suitable for backtesting and intraday trading on 1-, 5-, and 15-minute NQ! charts. Indicator

Indicator

Indicator

Supertrend + RSI Filter (Advanced TP/SL)OverviewThe Supertrend + RSI Filter (Advanced TP/SL) is a comprehensive trend-following indicator designed for PulseWire (Pine Script v5). It combines the trend-detection power of the Supertrend with a dynamic RSI Momentum Filter to eliminate low-probability setups in overbought or oversold conditions.Unlike standard indicators that clear historical lines upon new signals, this script implements a Pine Script v5 Custom Type & Array-based Position Management System. It tracks every trade independently, drawing dynamic Entry, Take Profit (TP), and Stop Loss (SL) lines with centered price labels. Position lines persist on the chart and are ONLY removed when price action officially hits the TP or SL level.
Comprehensive Feature List
Supertrend Trend Detection:
Utilizes Average True Range (ATR) to measure volatility and establish dynamic trailing stop bands for precise trend-direction identification.
RSI Momentum Filtering:
- Buy Filter: Suppresses BUY signals when RSI exceeds the overbought threshold (Default: >70) to prevent buying at local tops.
- Sell Filter: Suppresses SELL signals when RSI drops below the oversold threshold (Default: <30) to prevent selling at local bottoms.
Can be toggled ON/OFF in the settings menu.
Multi-Position Tracking Arrays:
- Employs custom data structures () stored in an to track multiple open trades concurrently. type Position array
- Persistent Lines: Entry (Solid Gray), Take Profit (Dashed Green), and Stop Loss (Dashed Red) lines remain on the chart through opposite trend changes until hit. - Centered Price Labels: Displays label text (, , ) dynamically anchored at the midpoint of each active position line. Entry: XTP: YSL: Z
- Individual Removal: When a specific trade hits its TP or SL target, its corresponding lines and labels are erased immediately without affecting other active trades.
On-Chart Performance Dashboard:
- Displays an updated summary table in the top-left corner of the chart.
- Metrics Included:
Win Rate (%): Percentage of closed trades hitting TP.
Total Trades: Total number of completed historical signals.
Winning & Losing Trades: Count of successful vs. failed setups.
Total Profit (Pips): Cumulative net profit/loss expressed in pips.
RSI Filter Status: Visual indicator showing whether the filter is active ( / ).ONOFF
Dynamic & Multi-Parameter Alert System:
Uses Pine Script’s function to output real-time formatted text messages containing key execution metrics: alert()
Symbol / Ticker
Timeframe
Exact Entry Price
Target Take Profit Price
Target Stop Loss Price
including warnings. alertcondition()
Trading & Exit Logic
1. BUY Setup
Trigger: Supertrend flips from Bearish (Red) to Bullish (Green).
Filter Condition: $\text{RSI} \le \text{Overbought Threshold}$ (or RSI Filter disabled).
Entry: Closing price of the signal bar.
Stop Loss: $\text{Entry} - (\text{ATR} \times \text{SL Multiplier})$
Take Profit: $\text{Entry} + (\text{ATR} \times \text{TP Multiplier})$
2. SELL Setup
Trigger: Supertrend flips from Bullish (Green) to Bearish (Red).
Filter Condition: $\text{RSI} \ge \text{Oversold Threshold}$ (or RSI Filter disabled).
Entry: Closing price of the signal bar.
Stop Loss: $\text{Entry} + (\text{ATR} \times \text{SL Multiplier})$
Take Profit: $\text{Entry} - (\text{ATR} \times \text{TP Multiplier})$
3. Exit & Removal Logic
On every historical and real-time bar, the script checks if or crosses the target levels: High Low
BUY Hit TP: $\text{High} \ge \text{TP Price}$
BUY Hit SL: $\text{Low} \le \text{SL Price}$
SELL Hit TP: $\text{Low} \le \text{TP Price}$
SELL Hit SL: $\text{High} \ge \text{SL Price}$
Upon trigger, the specific position is logged into the performance table, and its lines/labels are deleted.
Settings & Inputs
How to Set Up Dynamic Alerts
Apply the indicator to your desired chart.
Click the Alerts icon (Clock) on PulseWire $\rightarrow$ Create Alert.
Under Condition, select: .Supertrend + RSI Filter (Advanced TP/SL)
Select Any alert() function call in the dropdown menu.
Set the frequency to Once Per Bar Close.
Click Create. You will receive detailed alerts formatted like this:
🚀 BUY SIGNAL
Symbol: BTCUSDT
Timeframe: 15
Entry: 64250.50
TP: 65120.00
SL: 63815.25
Risk Disclosure & Limitations
Choppy / Ranging Markets: As a trend-following tool, Supertrend may produce consecutive false breakouts when the market moves sideways.
Backtest Statistics Notice: The statistics table measures theoretical performance based on bar high/low historical data. It does not account for slippage, spread, overnight funding fees, or broker commissions.
Repainting Disclaimer: Signals and position calculations are confirmed on bar close ( / ) to strictly avoid repainting. barstate. islastfreq_once_per_bar_close
Financial Disclaimer: This script is developed strictly for educational and analytical purposes. It does not constitute financial or investment advice. Always manage your risk responsibly. Indicator

Advanced Realized Volatility (Crypto Stocks Indices Forex)**Advanced Realized Volatility — Detailed Guide**
### What This Indicator Does
Advanced Realized Volatility (Crypto) measures the actual historical price fluctuation of an asset over a user-defined calendar-day window and expresses it as an annualized percentage. Unlike simple standard-deviation tools, it offers six statistically grounded estimators (Close-to-Close, Parkinson, Garman-Klass, Yang-Zhang, Rogers-Satchell, and EWMA), automatically converts a calendar-day lookback into the correct number of bars for any timeframe, and applies the proper annualization factor (√365 for crypto by default, √252 for traditional assets).
The indicator places the current volatility reading in historical context through percentile rank, classifies the market into four regimes (Low / Normal / High / Extreme), calculates Expected Moves for 1-, 7-, and 30-day horizons, and allows direct visual comparison with up to three other symbols. All key metrics appear in a compact on-chart table.
### Core Concepts Explained Simply
- **Realized Volatility (RV)** shows how much the asset has actually moved in the recent past, scaled to a one-year basis. Higher RV means larger typical price swings.
- **Percentile Rank** answers the question: “Is the current volatility high or low relative to its own history?” A reading of 15 means the present volatility is lower than 85 % of the readings in the chosen historical window.
- **Volatility regimes** translate the percentile into actionable categories:
- Low (compression) — percentile below 20
- Normal — 20 to 80
- High — above 80
- Extreme — above 95
- **Expected Move** converts the current annualized RV into an approximate price range the market is statistically likely to traverse over the next 1, 7, or 30 days.
- **Relative Volatility** and multi-asset lines show whether the current instrument is quieter or more turbulent than its peers or its own longer-term average.
### How to Set Up and Read the Indicator
1. Apply the script to any chart (crypto, stocks, indices, and forex work correctly).
2. Choose the volatility method. Yang-Zhang is the recommended default because it efficiently incorporates overnight gaps, open-to-close drift, and the high-low range.
3. Select a lookback in calendar days (30 days is a balanced starting point; shorter windows react faster, longer windows are smoother).
4. Leave annualization on Auto unless you have a specific reason to force 365 or 252.
5. Optionally enable one to three comparison symbols (e.g., BTC vs ETH, SOL, or QQQ) using the same method and period.
6. Turn on background regime coloring and the information table for at-a-glance context.
7. Observe three primary visual elements:
- The main RV line and any comparison lines
- Horizontal reference levels (mean, 20th and 80th percentiles)
- Background color that changes with the regime
The table always displays the current annualized RV, percentile rank with regime label, relative volatility, Expected Moves, and the values of any enabled comparison assets.
### Practical Trading Applications and Patterns
**1. Volatility Compression → Expansion (Breakout Preparation)**
When the percentile rank falls below 20 and the background turns to the Low-volatility color, the market is in a compressed state. Historically, prolonged low-volatility periods are frequently followed by a sharp expansion in range. Traders watch for price to break a well-defined consolidation, range, or chart pattern while RV is still low or just beginning to rise. The Expected Move values help set realistic profit targets once the expansion starts.
**2. High / Extreme Volatility Regime (Risk Management & Mean-Reversion Bias)**
A percentile above 80 (especially above 95) signals elevated or extreme turbulence. In these conditions:
- Position sizes are typically reduced.
- Stops are widened or switched to volatility-based (ATR or Expected Move multiples).
- Mean-reversion or fade strategies become more attractive after a climax move, because extreme readings often revert toward the mean.
- Trend-following systems may stay in the market but with tighter risk controls.
**3. Regime Shifts as Timing Filters**
A cross of the RV line above its longer-term mean or a move of the percentile from Low into Normal/High can confirm that a new directional move has volatility support. Conversely, a drop back into the Low regime after an expansion often marks the end of a volatile phase and the start of a quieter consolidation.
**4. Cross-Asset Relative Volatility**
When the main asset’s RV line sits significantly above or below the comparison lines, relative volatility strength or weakness appears. Example patterns:
- BTC RV rising while ETH RV stays flat or declines → possible BTC leadership or capital rotation into Bitcoin.
- An altcoin showing persistently higher RV than BTC → higher-risk, higher-reward environment that may require stricter position sizing.
- Equity index (QQQ or SPX) RV rising together with crypto → broader risk-off or risk-on regime alignment.
**5. Expected Move for Targets and Option Structures**
The 1-day, 7-day, and 30-day Expected Move figures provide statistically derived price ranges. Common uses:
- Setting take-profit levels at approximately 1× or 1.5× the Expected Move.
- Judging whether an options premium is rich or cheap relative to recent realized movement.
- Sizing positions so that a 1–2 Expected Move adverse excursion remains within acceptable risk.
**6. Volatility of Volatility (VoV)**
When enabled, VoV highlights periods when volatility itself is unstable. Rising VoV often accompanies regime transitions and can serve as an early warning that the current quiet or elevated state is about to change.
### Typical Workflow for Discretionary Traders
1. Note the current regime and percentile rank.
2. Check whether RV is rising or falling and how it compares with the chosen benchmark assets.
3. Read the Expected Move numbers to gauge the probable size of the next swing.
4. Align the volatility picture with classical price action (breakouts from compression, exhaustion after extreme readings, relative strength between assets).
5. Adjust position size, stop distance, and profit targets accordingly.
6. Use the built-in alerts for regime changes, RV crosses of its mean, or sharp expansions so that monitoring can be partly automated.
### Recommended Starting Settings
- Method: Yang-Zhang
- Lookback: 30 calendar days
- Annualization: Auto
- Percentile lookback: 365 days
- Background coloring and table: enabled
- One or two comparison symbols relevant to the traded asset
These settings provide a balanced, responsive view on most crypto pairs while remaining stable enough for higher-timeframe analysis.
The indicator does not generate buy or sell signals by itself. It supplies a quantitative volatility context that improves timing, risk management, and cross-market comparison. When combined with price structure, volume, and a clear trading plan, the regimes, percentile extremes, and Expected Moves become reliable filters for identifying high-probability compression-to-expansion setups, managing risk during turbulent periods, and comparing the relative “temperature” of different assets.
⚠️ Disclaimer
This indicator is for *educational and informational purposes only*. It does not constitute financial advice. Always do your own research before making investment decisions.
*Indicator by:* iCD_creator
*Version:* 1.0
*Pine Script™ Version:* 6
---
Updates & Support
For questions, suggestions, or bug reports, please comment below or message the author.
*Like this indicator? Leave a 👍 and share your feedback!* Indicator

Trend Tide & TriggerTrend Tide & Trigger
Overview
The Trend Tide & Trigger is a comprehensive, all-in-one trading system designed for trend-following and price-action traders. By combining Multi-Timeframe (MTF) EMA alignments, Higher Timeframe Fair Value Gaps (FVG), and advanced dynamic candlestick patterns, this indicator acts as a highly precise sniper, filtering out market noise and pinpointing high-probability entry zones.
Whether you are a scalper, day trader, or swing trader, this script keeps you on the right side of the "Tide" (macro trend) while sniper-targeting the "Trend" (micro price action) for optimal execution.
🌟 Key Features
Multi-Timeframe Trend Alignment: Utilizes Fast, Medium, and Slow EMAs across both your current chart and a higher timeframe. It ensures you are only taking setups that align with the broader market direction.
Smart FVG Detection & Retest Zones: Automatically identifies and plots Bullish and Bearish Fair Value Gaps from a customizable higher timeframe.
Auto-Expiration & Limiters: To keep your chart clean, FVGs will only extend for a user-defined number of bars (Max Extend Bars) and are capped at a maximum count (Max Keep) to prevent clutter.
Touch Detection: Boxes dynamically change color the moment price taps into them, visually confirming the retest.
Advanced Dynamic Patterns & Engulfing: Goes beyond simple engulfing candles. The script scans for complex pullback structures, featuring:
EMA Filter: Ensures FVG setups only trigger if they respect the Fast EMA boundary.
Early Warning & Pre-Setup Alerts: Never miss a trade again. The script can alert you mid-bar as a dynamic pattern is forming, giving you crucial time to open your chart and prepare before the candle closes.
Trading Sessions & Time Filters: Visually highlights up to 3 major trading sessions (e.g., Asian, London, New York) with customizable GMT offsets. You can also restrict script alerts to only trigger during your specific trading hours.
Live Trend Dashboard: A sleek, non-intrusive on-chart table that provides a bird’s-eye view of the EMA trends across 4 different timeframes simultaneously.
Highly Optimized & No-Repaint Options: Features a Use Real-Time Price? toggle. Turn it off for strictly confirmed, no-repaint signals ideal for backtesting, or turn it on for aggressive, real-time scalping. The script is also heavily optimized under the hood to ensure lightning-fast loading times without exhausting system limits.
💡 How to Use (The Trigger Setup)
The Tide: Look at the Trend Dashboard to ensure Higher Timeframes are aligned (e.g., All UP). Pro Tip: A high-quality entry occurs when the EMA lines display a clear, steep slope, indicating strong and undeniable market momentum.
The Zone: Wait for the price to retrace and tap into a Higher Timeframe FVG box (the box will change color).
The Trigger: Wait for a "BUY" or "SELL" Dynamic Engulfing label to print, confirming the rejection.
Execute: Enter the trade strictly at the close of the engulfing candle. Place your Stop Loss (SL) at the extreme wick of the reversal pattern, and set a minimum Take Profit (TP) target of 1:2 Risk-to-Reward (2RR).
Please ensure you thoroughly backtest this system on your preferred assets and timeframes before trading live. The indicator is a powerful tool, but you should always manually verify the overall market context and your trade setup before executing any position. Indicator

Volume Bubble DeltaVolume Bubble Delta
Short description (for the publish box summary)
Volume delta bubbles that anchor to each bar's Point of Control, scale with the size of the imbalance, and automatically thin out as you zoom out. Uses PulseWire's native footprint data when available, with a lower-timeframe fallback for all plans.
Full description
What it does
This indicator answers one question on every bar: who was actually in control, buyers or sellers?
It plots a bubble on the chart whose colour tells you which side won the bar, whose size tells you how one-sided it was compared to recent bars, and whose number tells you the raw delta. Green means aggressive buyers dominated; red means aggressive sellers dominated.
The point of bubbles rather than a separate delta pane is that you read the imbalance in the same place you read price — no eye-travel between panes.
How the delta is calculated
The script runs two engines and picks the best one available:
Engine 1 — Native footprint (Premium / Ultimate plans) Calls request.footprint() to retrieve real order flow for the bar: exact ask-side (buy) volume, bid-side (sell) volume, delta, and the bar's Point of Control. This is true aggressor data, not an approximation.
Engine 2 — Lower-timeframe estimate (all plans) When footprint data isn't available, the script pulls intrabar candles via request.security_lower_tf() and classifies each one: closing up counts as buy volume, closing down as sell volume, and a flat intrabar is resolved against the previous intrabar close. If lower-timeframe data is also unavailable, it falls back to a wick-position proxy.
The control panel always shows which engine is live, so you know whether you're reading real delta or an estimate. This distinction matters — the estimate infers aggression from candle direction and will diverge from true footprint delta in fast or thin conditions.
Bubble placement
By default bubbles anchor to the bar's Point of Control — the price level where the most volume traded inside that bar. This puts the bubble where the activity actually happened rather than floating above or below the candle, so a bubble sitting high in a bar's range tells you something different from one sitting at the low. When footprint data isn't available, bubbles fall back to the body midpoint. Alternative positions (body mid, close, above/below) are available in settings.
Zoom-adaptive density
Most bubble indicators become unreadable when you zoom out — hundreds of overlapping circles. This one reads the visible chart range, works out how many bars are on screen, and raises its threshold accordingly.
Zoomed in, small imbalances appear. Zoomed out, only the heavyweight prints survive, with wider minimum spacing between them. You set a target number of bubbles you want on screen and the script maintains roughly that density at any zoom level.
Because this reads the visible range, the script recalculates when you zoom or pan. If you prefer a fixed threshold, the behaviour can be switched off.
Absorption detection
The setups worth watching are the ones where delta and price disagree:
Green bubble on a red candle — price closed down, but aggressive buyers dominated the bar. Sellers pushed and buyers absorbed it.
Red bubble on a green candle — price closed up on aggressive selling.
These bars get tinted, always print a bubble regardless of the zoom filter, and have dedicated alerts. Divergence between delta and price direction is often read as the underlying pressure weakening relative to the visible move — though like any signal it fails regularly and means nothing in isolation.
Settings
Delta engine — force native footprint, force the estimate, or let it auto-select. Footprint row size and value area % are configurable.
What to show — every bar, significant bars only, or divergences only. Threshold is a multiple of the rolling average absolute delta, so it adapts to the instrument automatically.
Bubble look — three colour schemes, size scaling on/off, opacity, position.
Zoom behaviour — target bubble count and how aggressively to thin.
Extras — absorption tinting, ▲▼ markers, per-bar POC lines, control panel position.
Control panel
Top-right by default: who's in control, bar delta with percentage, buy and sell volume, session cumulative delta, and the active data source. Numbers abbreviate to K/M/B so the panel stays compact.
Alerts
Buyers absorbing a red candle
Sellers absorbing a green candle
Session cumulative delta crossing above or below zero
Notes and limitations
request.footprint() requires a Premium or Ultimate plan. On lower tiers, comment out the block marked NATIVE FOOTPRINT in the source and set the delta source to "Lower TF estimate".
Seconds-based lower timeframes need a paid plan. On free plans use 1 minute, which means the estimate works best on 5m charts and above.
Pine labels have five discrete size steps, so bubbles grow in stages rather than continuously.
The rolling average needs roughly 20 bars to settle before the significance filter behaves sensibly.
Volume delta describes what already happened in a bar. It is not predictive on its own, and this indicator is a visualisation tool rather than a trading system. Nothing here is financial advice.
Suggested starting point
30m chart, "Significant only" mode, target 20 bubbles on screen. Watch what the bubbles do at prior POC, VAH and VAL levels — imbalance at a level you already care about is more informative than imbalance in the middle of nowhere. Indicator

Indicator

Indicator

Fibonacci Vault [JOAT] JackOfAllTrades presents — Fibonacci Vault
A self-anchoring Fibonacci engine that locks onto the latest impulse leg and keeps the Golden Pocket glowing — no manual drawing.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ WHAT IT IS
Drawing Fibonacci by hand means re-anchoring every time structure changes. Fibonacci Vault does it for you: it identifies the most recent confirmed impulse leg , lays the retracement shelves automatically, and treats the Golden Pocket (0.618–0.65) as a first-class zone rather than a single line. It is a pure confluence tool — it maps levels, it does not print buy/sell signals.
This is 100% original code, written from scratch. It does not reuse any other author's Fibonacci script.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ HOW IT WORKS
1. Leg detection. The tool tracks confirmed swing highs and lows (using your chosen strength) and defines the active leg between the two most recent. Leg direction is inferred from which swing printed first — a low-then-high sequence is an up-impulse, and vice versa.
2. Size filter. A leg is only used if it is large enough — a minimum size expressed in ATR multiples — so the Vault anchors to meaningful impulses and ignores insignificant wiggles. As structure evolves, the anchor re-arms itself automatically.
3. The shelves. From the active leg, the standard retracements are projected: 0.236, 0.382, 0.5, 0.618, 0.65, 0.786, plus the 0 and 1 leg endpoints. Optional extension shelves at 1.272 and 1.618 project continuation targets beyond the leg.
4. The Golden Pocket. The 0.618–0.65 band is rendered as a glowing zone , and price trading inside it can optionally tint the background — the area many traders watch for reactions.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ WHAT YOU SEE
• Auto-anchored retracement shelves with optional price tags
• A glowing Golden Pocket zone and optional 1.272 / 1.618 extensions
• An impulse-leg line marking the anchor
• A resizable dashboard showing the active leg and direction, leg size in ATR, how far price has retraced (with a gauge), the Golden Pocket range and whether price is inside it, the nearest shelf, and the projected extensions
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ HOW TO USE IT
• Use the shelves as confluence for entries, targets and invalidation — not as standalone signals.
• The Golden Pocket is the tool's focal zone; combine a pocket tap with your own trigger for a pullback entry.
• Extensions give objective targets once an impulse resumes.
• The retraced % readout tells you at a glance how deep the current pullback is.
• Works on all symbols and timeframes. Raise swing strength and the minimum leg size to anchor to larger structure only.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ NOTES & LIMITATIONS
Because the leg re-anchors on confirmed swings, the active leg updates as new structure is validated. Fibonacci levels are reference zones, not predictions — the tool is not financial advice and cannot guarantee a reaction at any level. Use it as confluence within your own method and risk plan.
— made with passion by officialjackofalltrade
Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Indicator

Dynamic SMC & Market Structure PRODynamic SMC and Market Structure PRO
Dynamic SMC and Market Structure PRO is a comprehensive technical analysis tool designed for price action traders and Smart Money Concepts practitioners. It focuses on mapping structural context, tracking key daily and session liquidity levels, and highlighting major market turning points without cluttering your chart.
Key Features Overview
1. Major Swing Extreme Highlights
Automatically identifies major market peaks and bottoms. Major highs are highlighted with clean red shapes and major lows with clean green shapes. This gives traders an instant visual reading of macro market extremes.
2. Smart Money Structure Engine
Tracks real time market context by automatically identifying Break of Structure (BOS) for trend continuation and Change of Character (CHoCH) for potential trend reversals on valid swing points.
3. Dynamic Supply and Demand Zones
Plots high probability supply and demand areas directly on your chart. These dynamic zones automatically adjust and disappear as soon as price breaks through them, ensuring your charting area stays clean.
4. Auto Disappearing Previous Day High and Low
Projects active Previous Day High (PDH) and Previous Day Low (PDL) levels. As soon as price breaks or sweeps these daily liquidity boundaries, the lines automatically delete to keep focus on active price action.
5. Auto Disappearing Session Liquidity
Tracks Asian session highs and lows. Includes a smart proximity filter that prevents visual clutter when session levels align closely with daily highs or lows. Lines automatically disappear when swept by price.
6. Fibonacci 0.5 Equilibrium Range
Calculates the 50 percent Fibonacci Equilibrium line across recent price swings. This helps traders easily distinguish between Premium zones above 50 percent and Discount zones below 50 percent.
7. Clean Dashboard Panel
Displays an on screen information panel summarizing current structure trend, pricing zone state, daily liquidity sweep status, and active supply or demand zone counts.
How to Use
Step 1: Determine Structural Context
Check the market structure labels (BOS/CHoCH) and the Dashboard Panel to determine whether the market is currently in a bullish or bearish structure trend.
Step 2: Identify Premium vs Discount Pricing
Use the 0.5 Equilibrium Line to contextualize price position:
- Premium Zone (Above 0.5 EQ): Ideal area to evaluate short setups near active Supply Zones or recent Major High shapes.
- Discount Zone (Below 0.5 EQ): Ideal area to evaluate long setups near active Demand Zones or recent Major Low shapes.
Step 3: Monitor Liquidity Sweeps
Watch how price interacts with Previous Day High/Low and Session High/Low levels. When price sweeps one of these levels and the line disappears, look for a CHoCH reaction for potential reversal setups.
Step 4: Execute on Zone Reactions
Evaluate price action inside active Supply and Demand zones. When price enters a zone in alignment with the broader structural trend, look for lower timeframe confirmation.
Settings Overview
Major Swing Extremes Settings
- Show Major Swing High/Low Shapes: Toggle visibility of major high and low shapes.
- Major Swing Lookback Sensitivity: Adjusts the pivot lookback length used to detect major market extremes.
Smart Money Structure Settings
- Show BOS and CHoCH Lines: Toggle visibility of structural break lines and text tags.
- Structure Sensitivity (Pivot Length): Controls how sensitive the script is to structural swing points.
Dynamic Supply and Demand Settings
- Show Dynamic Supply and Demand Zones: Toggle display of active supply and demand boxes.
- Max Active Zones Per Side: Controls the maximum number of active supply or demand zones displayed simultaneously.
- Zone Transparency: Adjusts the color opacity of the supply and demand boxes.
Auto Disappearing PDH and PDL Settings
- Show Active PDH / PDL: Toggle display of Previous Day High and Low lines.
Session Highs and Lows Settings
- Show Session High/Low Lines: Toggle display of session liquidity lines.
- Clutter Distance Threshold: Sets the distance threshold in pips or points to prevent overlapping lines when levels are close.
Fibonacci Equilibrium Settings
- Show 0.5 Equilibrium Line: Toggle display of the 50 percent mid point level.
- Equilibrium Lookback Range: Adjusts the lookback period used for calculating recent swing highs and lows.
Pro Tips for Effective Usage
Tip 1: Trade in Alignment with Macro Extremes
Higher probability trade setups occur when price retests a Demand Zone near a Green Major Low shape, or a Supply Zone near a Red Major High shape.
Tip 2: Multi Timeframe Alignment
Mark major structure and supply/demand zones on higher timeframes like 1 Hour or 4 Hour, then switch to lower timeframes like 5 Min or 15 Min for CHoCH entry confirmation.
Tip 3: Pay Attention to Swept Levels
When a PDH or Session High line disappears after price spikes through it, observe if price quickly reverses back inside the range. This often signals institutional liquidity hunting.
Things to Avoid
1. Avoid Entering Inside Invalidated Zones
Do not trade setups from supply or demand zones that have already been broken through by price closes.
2. Avoid Counter Trend Entries at Equilibrium
Do not take aggressive short entries right at the 0.5 Equilibrium line when the market is making strong consecutive bullish BOS breaks.
3. Avoid Over Sensitivity on Low Timeframes
Do not use extremely low pivot lookback settings on sub minute charts to avoid unnecessary noise in structure detection.
Disclaimer
This tool is built strictly for educational and analytical purposes. It does not offer financial advice, trade signals, or guaranteed outcomes. Always practice proper risk management. Indicator

Technical Summay & Crowd Consensus _ Lite _ Triggon# Technical SUMMARY + Crowd Consensus — Triggon Lite
A single technical-bias reading built from 22 of the most widely-charted tools on the platform, 10 oscillators and 12 moving averages condensed into one consensus percentage, a daily persistent Buy/Sell phase, and one fully transparent trade rule.
## Why this exists
I don't personally trade off technical indicators — I think of them mainly as a liquidity layer the market uses, not a forecasting tool. But in a much larger strategy I run privately (4,000+ lines), I tested using a broad technical-consensus reading as a confirmation filter. It didn't add what I wanted there, so I pulled it out.
What was left, though, was a question worth testing on its own: does the crowd's aggregate technical bias — built from the same handful of indicators almost everyone charts with — actually move *with* price, *against* it, or not at all?
My own prior going in is that it's inverse: that a unanimous, textbook-standard reading looks more like a map of where liquidity (stops, obvious entries) is sitting than a map of where price is actually going. This script is that test, built as its own standalone strategy and released openly so anyone can run the same experiment on their own terms. A "Contrarian Mode" exists in the settings for exactly this purpose. The honest answer is probably regime-dependent rather than a fixed sign — trend-following logic (which is most of what's under the hood here) has real, well-documented edge in sustained trends, and only likely loses to the contrarian read in choppier conditions.
## How it works
- **22 inputs, one vote each.** RSI(14), Stochastic(14,3,3), CCI(20), MACD(12,26,9), Awesome Oscillator, Momentum(10), Williams %R(14), Stochastic RSI(3,3,14,14), Ultimate Oscillator, and Bull/Bear Power, plus EMA and SMA at 10/20/50/100/200, VWMA(20), and HMA(9). Each casts **+1 (Buy)**, **-1 (Sell)**, or **0 (Neutral)** using the same conventional thresholds you'd find in most platforms' built-in "Technicals" ratings — nothing exotic or curve-fit.
-**Votes are tallied** into Buy / Sell / Neutral totals across whichever indicators you leave switched on (every one is individually toggleable).
- **Consensus % is the dominant side's share of *all* enabled indicators — including the neutral ones.** A "70% consensus" reading means 70% of everything you've switched on agrees, not 70% of the indicators that took a side. This matters: a busy, trending market with few neutral readings reaches a high consensus % more easily than a quiet one, even at the same buy-to-sell ratio.
- That percentage maps to **four tiers** — Neutral, Buy/Sell, Strong, Very Strong — against your own thresholds (defaults: 45% / 70% / 85%).
- A **Daily Phase state machine** (intraday charts only) turns that instant reading into something more usable: it holds a persistent Buy or Sell phase through the day, only flipping on a genuine reversal of the dominant side. A neutral reading never breaks an established phase, and the phase resets fresh at the start of each new day.
- An optional **EMA-alignment filter** (length and source both adjustable) only allows longs when the full candle sits above the EMA, and shorts when it sits fully below — a candle straddling the line is skipped either way.
- **A trade fires only when three things line up on a confirmed bar:** the daily phase actually flips, that flip's consensus % clears your chosen threshold, and — if enabled — the EMA filter agrees. Reversals are automatic: the opposite entry closes the open position and opens the new one.
- **The on-chart table shows all of it live:** the headline bias, the exact consensus % and tier, a −100/+100 thermal gauge, the day's phase (with the time it started), your current simulated position and P&L, the oscillator/MA vote split, and — if you turn on "Show Indicator Details" — every individual indicator's own vote as a colored badge.
## Built and tested on
Developed and tuned on **BTC, 30-minute chart**. It's fully open — test it freely on any symbol or timeframe. It has also shown some workable behavior on **BNB**, without any promises beyond that. Please don't assume performance carries over to other assets or timeframes without testing it yourself first.
## This is the Lite build — please read before using
This public release intentionally leaves out a number of the filters, sensitivities, and safeguards used in more advanced private versions. Specifically, it does **not** include:
- **Any position-sizing or capital/risk management.** The backtest applies only a flat **0.05% commission** and nothing else — position sizing defaults to 100% of equity per trade precisely *because* sizing and risk management are intentionally out of scope here. Treat the results as a read on signal quality, not on what a properly risk-managed account would actually return. Adjust position size and add your own risk management in the Properties tab before drawing any conclusions about real-world returns.
- **Extra signal-confirmation or veto filters** beyond the optional EMA alignment.
- **Stop-loss, take-profit, or any exit logic** beyond the automatic reversal on the next opposite signal.
This is by design. The goal is to isolate one idea — the technical-consensus / contrarian question above — cleanly enough to test, not to hand you a plug-and-play, fully risk-managed system.
## Disclaimer
This script is for research and educational purposes only and is not financial advice. It is not a recommendation to buy, sell, or hold any asset. Backtested results are hypothetical, do not reflect real trading conditions (liquidity, slippage beyond what's modeled, exchange downtime, order-execution differences, and more), and past performance — simulated or real — is no guarantee of future results. You are solely responsible for any trading decisions you make and for managing your own risk. Use at your own risk.
## Try it
This lite build isn't deployed on Triggon's Telegram signal feed — add it to your own PulseWire chart above to test and evaluate it directly. Strategy

Indicator

Indicator

Sniper Liquidity Zones by DAVIDThis indicator is built for Smart Money Concepts (SMC) and ICT traders who want to capture high-probability entry opportunities based on Liquidity Sweeps and Fair Value Gaps (FVG).
Instead of cluttering the chart with endless arrows, shapes, or text labels, this tool draws clean Rectangle Zones that mark exact trading areas and remain active on your chart until price mitigates them.
System Logic and How It Works
Liquidity Sweeps Detection
The indicator tracks dynamic Swing Highs (Buy-Side Liquidity / BSL) and Swing Lows (Sell-Side Liquidity / SSL) using customizable pivot lookback periods. A sweep is confirmed when price pierces past a key swing point and closes back inside the range.
Fair Value Gap (FVG) Confluence
After a liquidity sweep occurs, the algorithm scans the next few candles for a valid 3-bar Fair Value Gap (Imbalance). When a sweep is backed by an FVG, it confirms institutional footprint and validates the signal.
Dynamic Buy and Sell Rectangle Zones
When both Liquidity Sweep and FVG conditions align:
A Green Rectangle Zone labeled "buy" is created for bullish setups.
A Red Rectangle Zone labeled "sell" is created for bearish setups.
These boxes automatically extend horizontally across future bars until price crosses through them (mitigation), giving you clear retest levels.
Built-in Anti-Spam Filter
To prevent duplicate signals on lower timeframes and maintain chart clarity, a minimum bar distance filter is integrated. This ensures zones only appear on fresh, distinct setups.
How to Use for Trading
Buy Setup:
Wait for price to sweep Sell-Side Liquidity (SSL).
Look for the Green Rectangle Zone labeled "buy" to appear on your chart.
Enter on the open or retest of the green rectangle zone, placing stop loss below the zone low.
Sell Setup:
Wait for price to sweep Buy-Side Liquidity (BSL).
Look for the Red Rectangle Zone labeled "sell" to appear on your chart.
Enter on the open or retest of the red rectangle zone, placing stop loss above the zone high.
Indicator Inputs
Pivot Lookback Length: Determines how far back the script looks to mark major market structure highs and lows.
Max Bars After Sweep to Find FVG: Controls how many candles after a sweep the script checks for an imbalance gap.
Min Bars Between Zones: Filters out closely repeating signals to avoid noise on volatile charts.
Zone Transparency and Colors: Allows complete visual customization of the buy and sell boxes. Indicator
