HL 20 Hybrid [Paifcode]HL 20 Hybrid — Invite-Only
What it is
HL 20 Hybrid builds a volatility-adaptive High/Low band from an EMA-20 core, blended with a user-selectable slower smoother.
A “sticky” regime engine (body-breaks, ATR edge buffers, basis hysteresis, consecutive-bar confirmation, minimum hold) reduces flip noise.
Signals are synchronized with what you see:
Low line turns blue → BUY (triangle up + barcolor sync)
High line turns red → SELL (triangle down + barcolor sync)
No lookahead; repaint-free.
Concept & origin (why this exists)
This started as a simple EMA-20 High/Low scalping idea on FX. It caught impulse legs but flipped too often in chop. I iterated toward:
Hybrid smoothing: EMA-20 + selectable slow smoother (RMA / EMAx2 / KAMA / ALMA / WMA / McGinley / Jurik-approx) with a blend weight, applied separately to Close/High/Low → Basis/Upper/Lower.
Volatility-adaptive width: deviations from Basis plus ATR padding.
Sticky regime detection: body-based breaks of the band edges, ATR edge buffer, basis hysteresis, consecutive bars to confirm, and a minimum hold so flips don’t whipsaw.
One-to-one visuals: signal triangles fire on the same bar the line color turns, so the chart and alerts match.
How it works (pipeline)
Hybrid smoother
Compute EMA-20. Compute a slow smoother (choose: RMA, EMAx2, KAMA-custom, ALMA, WMA, McGinley, Jurik-approx).
Hybrid = EMA20 × (1–blend) + Slow × blend. Run this on Close/High/Low separately → Basis / HighHybrid / LowHybrid.
Band construction
Upper = Basis + (HighHybrid − Basis) × width + ATR × padding
Lower = Basis − (Basis − LowHybrid) × width − ATR × padding
Regime engine (no repaint)
Detect body breaks (optional wick mode) beyond edge buffers.
Apply basis hysteresis and require N consecutive outside bars.
Enforce minimum hold bars after a flip.
Calculations use confirmed bars only.
Signals & visuals
BUY when regime flips to long (low line turns blue).
SELL when regime flips to short (high line turns red).
Barcolor follows the active regime.
“Signals are synchronized with line colors: Low line turns blue → BUY; High line turns red → SELL.”
Inputs (quick reference)
Smoother: RMA / EMAx2 / KAMA / ALMA / WMA / McGinley / Jurik-approx + blend weight
Band width: multiplier ≥ 1.0, optional ATR padding (len & ×)
Regime control: Body-break toggle, edge buffer (×ATR), basis hysteresis (×ATR), consecutive bars, min hold bars
Visuals: Upper/Lower colors, show basis
Tuning guide (cookbook)
Choppy markets: increase consecutive bars, min hold, and edge buffer; or add a touch more ATR padding.
Late entries: reduce consecutive bars and min hold, or slightly decrease edge buffer.
Too tight bands: increase width multiplier or ATR padding.
Too loose bands: decrease width multiplier and/or padding.
ibb.co
“Chop control with consecutive bars / min hold / edge buffer. Flips stay clean.”
Usage notes
Recommended to alert on BUY/SELL flips and work entries around them with your execution rules.
Multi-TF anchoring is not included by design; the engine is single-TF, no lookahead.
Not a strategy; pair with risk and session management.
Limitations & transparency
No guarantees across all symbols/timeframes.
Jurik-approx and KAMA are custom approximations implemented from public concepts; no external code is copied.
Repaint-free: the script does not rely on future bars nor HTF lookahead.
Originality & usefulness (for moderators)
This is not a mashup; it’s a single, coherent pipeline where every component serves the objective of reducing flip noise while keeping entries aligned to what the user sees:
Hybrid smoothing (EMA20 + selectable slow) is integrated with band width/ATR padding, which in turn feeds the regime engine (body breaks + buffers + hysteresis + hold).
The signal mechanism is coupled to the visual state (line colors) to maintain a one-to-one relationship between alerts and chart.
All logic is implemented in-house using TradingView built-ins; classic references (Wilder, EMA, ALMA, etc.) are public domain concepts, not reused code.
Changelog
v1.0: Initial invite-only release.
Indicators and strategies
Evergreen Solutions - ONEOverview
ONE is an adaptive strategy designed for all markets that captures short-term momentum in high-volatility conditions. It integrates RSI, volume analysis, chop filters, standard moving averages, and custom moving averages to identify when markets shift from range-based choppiness to high-probability opportunities. The system is structured to be reactive, focusing on trades with strong volatility expansion and statistically favorable win potential.
How to Use It
- Equities: A reliable options or swing-trading companion for large-cap tickers.
- Futures: Refined for intraday structure on index products (NQ, ES, RTY, GC, CL, YM).
- Forex: Designed to reduce false starts on illiquid currency pairs.
- Digital Assets: Tailored for the volatility of 24/7 markets while maintaining composure in high volatility.
When ONE executes a trade, a SL and TP plot is generated. These plots serve as delineated boundaries for the trade. Simply place your SL and TP, and walk away.
Modes of Operation
ONE Mode – A single-entry, single-exit design for simplicity.
Breakeven Mode – Shifts the stop to entry once a defined profit threshold is met, protecting capital in uncertain markets.
Multi Mode – Scales entries and exits to capture extended runs and adapt to different volatility regimes.
Conceptual Logic
Trend Detection: Uses custom and standard moving averages to define short-term directional bias.
Volatility Filter: Custom chop filters suppress trades during ranging price action.
Momentum Signal: RSI combined with volume analysis highlights moments of rapid volatility expansion and strong price acceleration.
Execution Rule: All trades trigger only on bar open; no repainting or lookahead data is used.
What Makes ONE Different
ONE’s originality lies in its adaptive trade-management modes and the integration of multiple filters (RSI + volume + choppiness + adaptive MAs) into a single framework. This reduces conflicting signals, emphasizes risk control, and keeps decision-making transparent for the trader.
- Consistency: ONE adapts seamlessly to all markets. It does not rely on hidden market structure; its design is universal.
- Simplicity: No learning curve. ONE was built so any trader — beginner or advanced — can trade immediately.
- Risk: Every mode respects capital preservation. Decisions are made to avoid catastrophic losses.
- Transparency: New positions enter only on bar open, with no hidden repainting or misleading lookaheads.
- Structure: ONE reflects the discipline of professional trading: structured, rules-based, and repeatable under changing conditions.
Backtest Defaults
Symbol: CME_MINI:NQ1!
Backtest range: Oct 31, 2024 – Oct 6, 2025
Account size: $10,000
Total trades: 859
Win rate: 62%
Total P&L: $113,160
Profit factor: 1.32
Sharpe ratio: 0.78
Sortino ratio: 5.78
Limitations
ONE does not guarantee profits. Effectiveness depends on liquidity, volatility, and market conditions. Past results do not imply future returns.
Session Boxes (Asia, London, NY) - Live UpdatingSession blocks that makes your Life Easier without measure every session high and low! It automatically measures Asian , London, NY sessions in Futures market!
Session Boxes (Asia, London, NY) - Live UpdatingSession Boxes that measures Asian, London and NY sessions for Futures!! makes your life much easier without measure lows and highs of every session! Yellow is Asian session , Blue is London Session and Green is NY Session, but you can adjust colors as you like! I hope you Enjoy!
Session Boxes (Asia, London, NY) - Live UpdatingFutures Sessions lows and highs including Asian London and NY blocks..Helps measure Sessions and makes your life easier
Terra FVG & iFVGsTerra – FVG & iFVG (Fixed-TFs for lower TF viewing)
What it does
Detects classic 3-bar Fair Value Gaps (FVGs) on a fixed source timeframe (e.g., 1m).
Draws FVGs immediately (default white), then converts the same box to iFVG once fully mitigated by close (bull FVG → bearish iFVG color, bear FVG → bullish iFVG color).
Lets you view higher-TF logic on lower TF charts (e.g., see 1m levels on a 15s chart).
Optionally blind the indicator on higher TFs so it only shows at/below the source TF.
Key features
Fixed TF input: choose one source TF; drawings align across charts via xloc=bar_time.
FVG → iFVG conversion: automatic recolor on validation by close (no repaint tricks).
Extend right edge: project boxes N source bars into the future.
Independent caps: keep at most X FVGs and Y iFVGs (defaults 3 & 3).
Draw order toggle: iFVGs on top (default) or FVGs on top.
Opacity per type: separate transparency for FVGs vs iFVGs.
History cap (optional): limit total boxes shown; oldest are pruned safely.
Alerts (optional): fire on iFVG confirmation.
Inputs (quick reference)
Source Timeframe: e.g., 1 (1m) or 15S; toggle “Show on higher TFs” if you don’t want blinding.
Draw Order & Limits:
iFVGs on top (ON/OFF)
Max FVGs (default 3)
Max iFVGs (default 3)
Colors:
FVG (pre) color (default white) & FVG Opacity
Bullish iFVG color & iFVG Opacity
Bearish iFVG color
Border Color
Extension: Extend to the right (bars on source TF).
Alerts: enable timeframe gating for alert messages.
How it works (logic)
On the source TF, detect 3-bar gap:
Bull FVG: high < low
Bear FVG: low > high
Draw FVG box immediately (white by default), anchored from candle #1 time to +N source bars.
During the validation window, if close crosses the opposite bound, convert to iFVG (recolor, preserve/extend right edge).
On lower TF charts, drawings are time-anchored and align 1:1.
Usage tips
For scalps, set srcTF = 1 (1m) and view on 15s or 5s for precise entries.
Increase extension to project levels deeper into the session.
Use opacity to de-emphasize pre-FVGs and highlight active iFVGs.
HTF & PD/PM LevelsTired of mapping your own levels every morning? Look no further! This script automatically maps out and updates HTF & PD/PM Levels along with ATH. I personally use these as confirmation zones with EMA & VWAP, RSI, and Volume... but alone, these levels mark major support and resistances.
What are they?
🏰 HTF Levels — “Big Grown-Up Lines”
HTF = Higher Time Frame
Think of your price chart like a big map. HTF levels are the important lines from bigger chunks of time:
>Daily (yesterday’s close, high, low)
>Weekly (this week’s open, high, low, close)
>Monthly (this month’s open/close)
Why they matter:
These are like big walls and floors that price often bounces off or stops at. Big traders (institutions) watch them because they show where a lot of buying or selling happened before.
⏰ PD & PM Levels — “Yesterday & Morning Clues”
PD = Previous Day
>PDH = Previous Day’s High
>PDL = Previous Day’s Low
>PDC = Previous Day’s Close
PM = Pre-Market
>PMH = Pre-Market High
>PML = Pre-Market Low
>ATH = All-Time High
Why they matter:
These tell you where price moved when most regular traders weren’t awake yet (pre-market) and where it ended up yesterday. Price often revisits or reacts to these spots.
⚡ How Options Traders Use Them
Support & Resistance:
If price is near an HTF or PD/PM level, it might stop and turn around there (like a ball hitting a wall) or it might use it as a launchpad to the next level if it breaks.
Entry & Exit Spots:
Traders might buy calls (bet price goes up) if it breaks above an important level, or puts (bet price goes down) if it breaks below.
Risk Management:
These levels give clear spots to set stops and targets — “If price breaks this level, I’m out.”
Super Simple Picture:
HTF = big important levels from days, weeks, months.
PD/PM = yesterday’s and morning’s clues where price already moved.
Traders use them to guess where price might bounce or break to plan option trades safely.
NeuroRDI_ZOverview
neurordi_z visualizes Gamma Push (support) and Gamma Resistance zones derived from options-market positioning. The script plots colored rectangles at user-defined price levels to highlight areas where market maker hedging can create directional pressure, absorption, or potential reversals.
What it draws
Gamma Flip (GF) — A horizontal purple line at the user’s flip level.
Gamma Push (ZE) — Purple zones extending to the right of the current bar. Intended as positive-gamma support/absorption areas.
Gamma Resistance (ZR) — Yellow zones extending to the left of the current bar. Intended as negative-gamma resistance/supply areas.
Inputs
ZE1, ZE2, ZE3: up to three Gamma Push levels (center price per zone).
ZR1, ZR2, ZR3: up to three Gamma Resistance levels (center price per zone).
Gamma Flip (level): the expected sign-change (gamma flip) level.
Zone thickness (percent): default 0.02% of price (applied symmetrically above/below each level; internally clamped to a minimum based on syminfo.mintick).
Colors / border: ZE (purple), ZR (yellow); optional border styling.
Design details
Zones are drawn as price rectangles anchored at each level; ZE projects forward (right), ZR backward (left).
By design, each rectangle extends 50 bars on its side (observing TradingView’s ±500 bar drawing limit).
The thickness is percentage-based by default so zones scale appropriately across low- and high-priced instruments.
Recommended workflow
Prior to the session (e.g., pre-market), determine ZE/ZR and the Gamma Flip from your preferred data source or methodology.
Enter ZE1–ZE3 / ZR1–ZR3 and the flip level in the settings.
Use the zones as a structural map for liquidity, absorption, and potential reaction areas through the session.
Works well on indices and ETFs such as SPX, SPY, QQQ, but can be applied to any symbol.
Notes & limitations
neurordi_z does not fetch or compute gamma data automatically; levels are user-supplied.
This tool is for market structure visualization only and is not investment advice.
Short summary (≤200 chars)
Visualizes user-defined Gamma Push (support) and Gamma Resistance zones, plus a Gamma Flip line. Percent-based thickness (0.02% default). Designed for SPX/SPY/QQQ and any symbol.
Galac III SOXL - Galac — SOXL strategy (long only). Purpose: swing trading leveraged semiconductor ETF (SOXL) with volatility‑aware position sizing. Core components: adaptive EMAs as trend filter, relative volume confirmation, volatility-adjusted position sizing and dynamic take-profit / stop-loss management. Default parameters: EMA_short=20, EMA_long=50, vol_rel_period=20, default stop ≈6% per trade. Backtests run with commissions=0.05% and slippage=0.2%. Backtest sample and timeframe are included in the attached results. Not intended for scalping. Risks and limitations: performs best in trending environments; may underperform in choppy, low-volume conditions. Past performance ≠ future results.
Market Pressure Differential (MPD) [SharpStrat]Market Pressure Differential (MPD)
Concept & Purpose
The Market Pressure Differential (MPD) is a proprietary indicator designed to measure the internal balance of buying and selling pressure directly on the price chart.
Unlike standard momentum or trend indicators, MPD analyzes the structural behavior of each candle—its body, wicks, and overall range—to determine whether the market is dominated by expansion (buying aggression) or contraction (selling absorption).
This indicator provides a visual overlay of market pressure that adapts dynamically to volatility, helping traders see real-time shifts in participation intensity without using oscillators.
In simple terms:
When MPD expands upward → buyer pressure dominates.
When MPD contracts downward → seller pressure dominates.
Calculation Overview
MPD uses a structural candle formula to compute directional pressure:
Body Ratio = (Close − Open) / (High − Low)
Wick Differential = (Lower Wick − Upper Wick) / (High − Low)
Raw Pressure = (Body Ratio × Body Weight) + (Wick Differential × Wick Weight)
Then it applies:
EMA smoothing (to stabilize short-term noise)
Standard deviation normalization (to maintain consistent scaling)
ATR projection (to adapt the signal visually to volatility)
This produces the MPD projection line and the pressure ribbon, drawn directly on the main chart.
Customizable Inputs
Users can adjust color schemes, EMA smoothing length, ATR parameters, normalization length, and body/wick weighting to adapt the indicator’s sensitivity and aesthetic to different markets or chart themes.
How to Use
The Market Pressure Differential (MPD) visualizes the real-time balance between buying and selling pressure. It should be used as a contextual bias tool, not a standalone signal generator.
The white line represents the MPD projection, showing how market pressure evolves in real time based on candle structure and volatility.
The red line represents the ATR envelope, which defines the market’s expected volatility range.
MPD reacts quickly to candle structure, so trend bias is based on how its projection behaves relative to the ATR envelope:
Above the ATR band → positive pressure and bullish bias.
Below the ATR band → negative pressure and bearish bias.
Hovering near the ATR band → neutral or indecisive conditions.
The MPD percentage in the label represents the normalized strength of pressure relative to recent volatility.
Positive % = buying dominance.
Negative % = selling dominance.
Higher absolute values = stronger momentum compared to volatility.
To trade with MPD:
Watch candle colors and the projection line — green or positive % shows buyer control, red or negative % shows seller control.
Note transitions above or below the ATR level for early signs of momentum shifts.
Combine MPD signals with price structure, key levels, or volume for confirmation.
This helps reveal which side controls the market and whether that pressure is strong enough to overcome typical volatility.
Disclaimer
It introduces a novel structural–pressure approach to visualizing market dynamics.
For educational and analytical purposes only; this does not constitute financial advice.
Crypto Exchange PremiumDescription: Crypto Exchange Premium
The Crypto Exchange Premium indicator is designed to quantify and visualize price disparities between different types of crypto markets — specifically between spot and perpetual futures markets, or between any two customizable sources of price data. By consolidating live data from multiple major exchanges, it creates a unified, cross-market measure of premium (or discount), helping traders identify institutional activity (i. e. by comparing exchanges with high institutional activity against others), arbitrage opportunities, and shifts in market sentiment before they become visible in price action alone.
Concept and Purpose
In cryptocurrency markets, price divergence between spot and perpetual pairs reflects the real-time interaction of demand and liquidity across market segments.
When perpetual prices trade above spot, it implies aggressive long positioning or bullish leverage (positive funding expectations).
Conversely, when spot trades above perps, it may reflect net selling pressure in futures or strong spot accumulation.
Unlike most tools that rely on funding rates or open interest alone, this indicator measures the actual traded price spread dynamically across exchanges. This allows traders to visualize the “premium curve” of the crypto market in a clear, data-driven format.
How It Works
The indicator aggregates real-time prices from a wide selection of exchanges, normalizes them into groups, and computes the difference (“premium”) between two chosen reference markets.
1. Exchange Aggregation:
Users can toggle individual exchanges for both spot and perpetual aggregation groups.
The script automatically calculates group averages by dividing the sum of all enabled exchange prices by the number of valid feeds.
Non-USD exchanges (e.g., KRW pairs on Upbit or Bithumb) are automatically converted into USD using live FX data (USDKRW) for accurate normalization.
2. Flexible Comparison Logic:
Each leg of the comparison (First vs. Second Source) can be chosen as one of:
Local chart symbol
Custom symbol
Aggregated Spot group
Aggregated Perpetual group
This allows users to compare, for example:
Binance Spot vs. Global Perp Average
Coinbase Spot vs. Binance Perp
BTCUSD vs. BTCUSDT.P (or any cross-exchange combination)
3. Premium Calculation:
The final value is computed as:
Premium = First Source Price − Second Source Price
and is plotted as a histogram (positive = green, negative = red). This visual instantly shows whether the first source trades at a premium or discount relative to the second.
How to Use
Select Data Sources:
Configure the “First Symbol” and “Second Symbol” in the settings. For most use cases:
First Symbol → Perps (Aggregated)
Second Symbol → Spot (Aggregated)
Adjust Exchange Selection:
Enable or disable individual exchanges to fine-tune your data set. For instance, disabling Korean exchanges filters out regional FX distortions.
Originality and Value
While many exchange difference or “premium indicators” track one or two exchanges, this script introduces multi-exchange aggregation, cross-market normalization, and user-configurable pairing, resulting in a more holistic and accurate reflection of market structure.
It bridges a gap between macro market breadth and microstructural price dynamics, empowering traders to:
Detect arbitrage inefficiencies between spot and perps.
Track regional price dislocations (USD vs. KRW).
Gauge the intensity of speculative leverage over time.
Anticipate funding rate shifts and liquidation clusters before they happen.
Tradpipps SMA Trade Signals SMA Trade Signals that identifies the point where the 5 moving average close below the 20 simple moving average. When that happen label TRADE SIGNAL. Also identifies the point where the 5 simple moving average closes above the 20 simple moving average label that TRADE SIGN
Relative Strength index 2xRelative Strength Index 2×
The RSI*2 by AZly is an advanced dual-RSI indicator that allows traders to analyze momentum from two distinct perspectives — short-term and medium-term — on a single chart. It combines RSI precision with multi-timeframe flexibility, giving a clear view of both immediate and underlying momentum trends.
⚙️ How It Works
This indicator calculates and plots two fully independent RSI lines, each with customizable settings:
RSI 1 (Main RSI) : Captures medium-term momentum, ideal for trend and context.
RSI 2 (Fast RSI) : Reacts quickly to short-term moves, identifying overbought and oversold conditions.
Both RSIs include:
Custom timeframe, source, and smoothing method (SMA, EMA, WMA, VWMA, HMA, SMMA).
Gradient zones to visualize momentum strength and reversals.
Adjustable levels and colors for clear chart presentation.
📘 Andrew Cardwell Zones (RSI 1)
RSI 1 uses Andrew Cardwell’s “range rules” to distinguish bullish and bearish momentum phases:
Bullish Range: RSI holds between 40–80, finding support around 40–45.
Bearish Range: RSI stays between 20–60, with rallies capped near 55–60.
A breakout from one range into another often signals a trend phase transition — marking potential trend beginnings or endings.
⚡ Overbought/Oversold Zones (RSI 2)
RSI 2 is designed for fast reactions and reversal detection:
95–100: Extreme overbought zone — potential exhaustion and short setup.
5–0: Extreme oversold zone — potential exhaustion and long setup.
Crossing these levels highlights short-term momentum exhaustion , often preceding pullbacks or strong price reversals.
💡 Why It’s Better
Compared to traditional RSI indicators, this version provides superior control and insight:
Dual independent RSIs with separate timeframes and smoothing.
Cardwell-style range recognition for better context of trend strength.
Extreme bands for fast RSI 2 to time entries with precision.
Dynamic gradient zones for intuitive visual interpretation.
Multi-timeframe flexibility that adapts to any trading style.
🎯 Trading Concepts
Trend Confirmation:
RSI 1 above 50 (bullish range) confirms uptrend bias; below 50 (bearish range) confirms downtrend.
Reversal Setup:
RSI 2 hitting extreme zones (above 95 or below 5) while RSI 1 stays steady often signals exhaustion and reversal setups.
Divergence Confirmation:
When RSI 2 diverges from price and RSI 1 supports the direction, it strengthens reversal probability.
Range Transition:
A shift in RSI 1’s range (from bearish to bullish or vice versa) confirms a major change in market structure.
🕒 Trade Timing (Entry Ideas)
Timing is one of the indicator’s strongest features.
Wait for RSI 2 to reach an extreme zone (above 95 or below 5).
Then confirm the direction with RSI 1 — trades are most effective when RSI 1’s range aligns with the anticipated move.
Buy Setup:
RSI 1 in bullish range + RSI 2 rebounds upward from the 5 zone.
Sell Setup:
RSI 1 in bearish range + RSI 2 turns down from the 95 zone.
Best Timing:
Enter when RSI 2 crosses back inside the 10–90 range in the same direction as RSI 1’s trend.
This captures momentum just as it resumes — avoiding early or late entries.
🔷 M & W Patterns (RSI 2)
RSI 2 also reveals short-term exhaustion structures:
“ M ” Formation: Two RSI peaks near 95–100 — bearish reversal setup.
“ W ” Formation: Two RSI troughs near 0–5 — bullish reversal setup.
These shapes often appear before price reversals, offering early momentum clues.
⚠️ Important Trading Guidance
It is strongly recommended not to trade against the prevailing trend or attempt to pick exact tops or bottoms. The indicator works best when used in alignment with trend direction. Counter-trend entries carry higher risk and lower probability.
📊 Recommended Use
Ideal for momentum traders, scalpers, and multi-timeframe analysts seeking precise timing and context. Works on all markets — forex, crypto, stocks, indexes, and commodities.
ADX34 IQ Option Globx O&FThis is the ADX indicator found on IQ OPTION. The idea is to simulate the same indicator, as it has shown good results on that platform.
SPX Option Wedge Breakout v1.5a (Dual + Micro)
# SPX Option Wedge Breakout (Dual + Micro) — by Miguel Licero
What it does
This indicator is designed to catch fast, 3–5-bar momentum bursts in **SPX options (OPRA)** or the underlying (SPX/ES). It combines two detection engines:
1. Wedge Breakout Engine
Locates *falling-wedge* compression using recent swing pivots and verifies statistical tightness (channel width vs. ATR).
Confirms breakout when price closes above the wedge’s upper guide **and** above **EMA-21**, with optional **VWAP** confluence and volume expansion.
2. Micro-Breakout Engine (sub-VWAP thrusts)
Triggers when **EMA-9 crosses above EMA-21** and price **breaks the prior N-bar high (BOS)** with volume expansion.
Specifically handles rallies that start **below VWAP**, requiring sufficient “room to VWAP” measured as a fraction of ATR.
This indicador provides a state machine overlay and a dashboard . Consider the following states:
IDLE – no setup
WATCH – valid compression + preconditions (OBV positive, RSI build zone, tightness)
TRIGGER-A – breakout *above VWAP* (Strict mode)
TRIGGER-B/Micro – Under VWAP thrust with room to VWAP or Micro-Breakout (Flexible mode - this is the most common case for SPX options)
Why I believe it works
In my observation i've found short, violent option moves often occur when:
(1) liquidity compresses then releases (wedge), or
(2) micro momentum flips under VWAP and snaps to VWAP/EMA-50 (delta + IV expansion).
The indicator surfaces these two structures with clear, tradeable signals.
---
Inputs (key parameters)
EMAs : 9 / 21 / 50 / 200 (trend/micro-momentum and magnets/targets)
VWAP: optional intraday confluence and distance metric
Wedge: pivot widths (`left/right`), `tightK` (channel width vs ATR), `atrLen`
Volume/OBV/RSI: `volLen`, `volBoost` (volume expansion factor), `obvLen` (slope via linreg), `rsiLen`
VWAP Mode:
Strict – breakout must be above VWAP (TRIGGER-A)
Flexible – allows under VWAP breakouts if there’s room to VWAP (`minVWAPDistATR`) or a Micro-Breakout
Micro-Breakout: `useMicro`, `bosLen` (BOS lookback), `minRSIMicro`
Impulse Bars Target: time-based exit helper (e.g., like 3 or 5 candles)
---
Plots & UI
Overlay: EMA-9/21/50/200, VWAP, wedge guides, **TRIGGER** marker
Background color: state shading (IDLE / WATCH / TRIGGER)
Dashboard (table, top-right): State, VWAP mode, distances to VWAP/EMA-50/EMA-200, EMA-stack (9 vs 21), OBV slope sign, RSI zone, Tightness flag, Impulse counter, Micro status (9>21 / +BOS)
---
Alerts
Consider these status when you see them:
WATCH (there is wedge ready) – compression + preconditions met (prepare the order)
TRIGGER-A (price going above VWAP) – Strict breakout confirmation
TRIGGER-B/Micro – Flexible breakout (price under VWAP with room to go up to VWAP, EMA 200, -OB, resistance line, etc) or Micro-Breakout
---
Recommended Use
Timeframes: 1-minute for execution, 5-minute for context.
Symbols : OPRA SPX options (0-DTE/1-DTE) or SPX/ES for confirmation.
Sessions: Intraday with visible session (VWAP requires intraday data).
Suggested presets (for options):
`VWAP Mode = Flexible`
`minVWAPDistATR = 0.7` (room to VWAP)
`tightK = 1.0–1.2` (compression sensitivity)
`volBoost = 1.2` (raise to 1.3–1.4 if noisy)
`obvLen = 14–20` (14 = more reactive)
`Impulse Bars = 5`
High-probability windows (ET): 11:45–12:45, 13:45–15:15, 15:00–15:45.
---
Notes & Limitations
Designed to surface setups , not to replace discretion. Combine with your risk plan.
VWAP “room” is statistical; on news/latency spikes, distances may be crossed in one bar.
Works on underlyings too, but option % moves are what this study targets.
It's not guaranteed to work 100% of the times. Trade responsibly.
---
MILLION MEN — Smart ZonesMILLION MEN — Smart Zones
What it is
A smart, structure-based Support/Resistance indicator that automatically anchors dynamic Smart Zones from the latest confirmed swing high and low. It identifies two adaptive regions — the Premium Zone near swing highs and the Discount Zone near swing lows — with an optional 50% equilibrium line for balanced price analysis.
How it works (high-level)
Confirmed swings: Uses ta.pivothigh and ta.pivotlow with adaptive or manual lookback.
Smart pairing: When both recent pivots are confirmed, the script anchors a new pair and builds zones based on that range.
Dynamic zones:
Discount Zone: Bottom portion of the range (e.g., 25%).
Premium Zone: Top portion of the range.
Midline: Optional 50% equilibrium; can extend right.
Lifecycle control:
Zones auto-update as new highs/lows appear.
Option to re-anchor when a new swing pair forms.
Option to auto-expire after a set number of bars for clean charts.
Color scheme:
Green = Discount Zone
Fuchsia = Premium Zone
Gray = Midline
How to use
Works well on 5m–1H for intraday, or 4H–1D for swing.
Use the Discount Zone for long bias setups and the Premium Zone for short bias confirmations.
Combine with your preferred momentum, VWAP, or volume tools for confluence.
Adjust Zone Depth % and Auto-expire depending on your timeframe.
Originality & value
Unlike static S/R indicators, Smart Zones evolve with price structure — re-anchoring on new swing formations while maintaining clarity and balance. Its confirmed-pivot logic avoids repainting and produces professional, non-cluttered charts for precision trading.
Limitations & transparency
Pivots confirm with delay equal to pivot length; this prevents repaint.
Results differ by asset and volatility regime.
Non-standard chart types (Heikin-Ashi, Renko, Range) are not supported.
This script provides analytical guidance, not financial advice.
RSI Price Sensitivity v3 [Quant-Stable]The RSI Price Sensitivity v3 indicator measures how efficiently and consistently price responds to RSI movement — revealing when RSI momentum actually matters, and when it’s just noise.
It’s designed as a quant-grade analytical tool combining RSI, ADX, volatility, regression, and correlation logic to form a single normalized “sensitivity” score.
Core Concept
Traditional RSI often moves without price follow-through.
This indicator quantifies the strength of the connection between RSI and price, dynamically adapting to volatility and trend context.
It blends:
📊 RSI-Price Correlation: Statistical relationship between RSI momentum and price momentum.
⚙️ Efficiency Ratio: Measures how direct and smooth the RSI-price relationship is (noise filtering).
📈 Regression Confidence: Tests whether price moves are statistically aligned with RSI structure.
💡 Momentum Alignment: Checks directional agreement between RSI trend and price trend, weighted by ADX.
All components are dynamically normalized and weighted into one composite sensitivity score.
ZTCRYPTOLAB - SMRT PRICE ACTION
• Overlay • Multi-tool Price Action suite
A compact, all-in-one price-action assistant that fuses signal generation, dynamic TP/SL visualization, market-structure mapping (internal & external), tight volumetric order blocks with metrics, HTF fair value gaps, MTF previous highs/lows with equilibrium, optional candle/bar coloring.
What it does
Signal Engine (AI FIlter)
Triggers by Flip (trend reversal).
Signal tiers: Normal vs Strong (strong = alignment with 200-EMA).
Optional bar coloring and marker style (triangles or labels).
Dynamic TP/SL + Floating Position Tool Updating Based of AI Filter
On each valid buy/sell, the tool locks entry and builds ATR-based SL/TP1–TP3.
Visual profit/risk boxes update each bar; right-side badges show live prices (ENTRY, SL, TP1/2/3).
Market Structure:
Dual streams: Internal (solid) and External (dashed/“+”).
Detects CHoCH, BOS, BoS+ with contextual lines/labels.
Liquidity sweeps (optional) mark failed breaks with dotted “x”.
Swing labels for HH/HL/LL/LH plus Equilibrium line between last HTF swing H/L (with distance % readout).
Tight Volumetric Order Blocks
Compact OB zones with Body/Wick/Mid/HL2 bounds; Middle or Absolute mitigation logic.
Overlap control (hide vs recent/previous), and auto-cleanup of opposite overlaps.
Internal metrics: per-box buy/sell “votes”, cumulative volume, and % of total volume for visible OBs.
Right extension configurable.
Prev Period H/L (MTF)
Prior Day / Week / Month / Year highs & lows with user styles.
HTF Fair Value Gaps:
Detects HTF FVGs (user TF) without lookahead and projects them to chart TF.
Shrink-on-close (keeps remainder) and delete-on-fill behavior.
Extension modes: Extend, Cap N Bars, or None.
Optional internal “FVG” label with fade control and separate bull/bear styling.
Automatic trimming to keep only the N most recent boxes.
Inputs (highlights)
Signals
Signal Mode: All / Normal / Strong
TP/SL AI POSITION TOOL
Enable, R/R (for SL & TP1–TP3)
Show/Hide Position tool if you want Market Structure native.
How to use
Price and TV Position Tool will display once Trend Reversal is confirmed and will Dynamically show Position and update per bar.
Choose signal strictness:
Strong confines longs above 200-EMA (shorts below), Normal allows earlier entries.
Visual trade planning:
Enable Position Tool for instant entry/SL/TP scaffolding sized by RR. Adjust RR Multiplier to match pair/volatility.
Read the structure map:
Internal stream for near-term intent; External for higher-order breaks. Watch CHoCH → BOS → BoS+ progressions.
Work OB + FVG confluence:
Tight OBs (with internal buy/sell votes) + HTF FVG remnants often frame high-quality retests.
Context with MTF H/L & Equilibrium:
Premium/discount zones and midline % distance help avoid chasing.
Notes & Tips
This tool is non-repainting for plotted confirmations (HTF requests use looka head_off), but any live bar is inherently provisional until close.
OB mitigation/invalidations can be set to require close or allow wick touches via mitigation settings.
For strictness, combine MA filter + Strong signals and favor entries near OB/FVG confluence in discount (for longs) or premium (for shorts).
Disclaimer
For educational purposes only. Not financial advice. Past performance does not guarantee future results. Always test on a demo and manage risk.
Ajay R5.41🔻 Ajay Gold 3H Sell Power Indicator 🔻
Precision-Based Smart Sell System for Gold (XAU/USD)
💡 Overview
This indicator is specifically designed for Gold (XAU/USD) and delivers best results on the 3-Hour Timeframe (3H TF).
It is a Smart Money Logic-based Sell Confirmation System, combining institutional structure and candle behavior to generate highly accurate bearish signals.
⚙️ Technical Foundation
The indicator uses multiple advanced confirmations:
📉 EMA Trend Filter → Confirms downtrend
💪 RSI Overbought Rejection → Momentum reversal signal
📊 MACD Bearish Cross → Confirms trend strength
🕯️ Bearish Candle Structure → Price action validation
When all conditions align, a clear 🔻 Sell Signal is plotted on the chart.
💎 Hidden Feature
This indicator includes a hidden feature that activates only when the correct market structure forms.
It helps reduce false signals and increases accuracy without being visible on the chart — fully automated internal logic.
📆 Recommended Settings
Symbol: XAU/USD (Gold)
Timeframe: 3-Hour (3H)
Market: Forex / Commodity
Mode: Sell-Only Confirmation Indicator
Performance: Best precision and consistency on 3H TF
📈 How to Use
Select XAU/USD on chart and set 3H timeframe.
Add the indicator to the chart.
Wait for the 🔻 Sell Signal and confirm the market structure after candle close.
Take entry according to your risk management.
⚠️ Disclaimer
This indicator is for educational and analytical purposes only.
No system is 100% accurate — always backtest and demo trade before using in real trading.
💬 Credits
Developed by Ajay Sahu (India)
Based on Institutional & Smart Money Logic
Best results on 3H TF
Hidden Algorithm for XAU/USD traders
Moving Average Ribbon AZlyMoving Average Ribbon AZly
The Moving Average Ribbon AZly is a flexible trend-following indicator that visualizes market direction, strength, and transition phases using multiple customizable moving averages. It helps traders instantly identify when short-, medium-, and long-term trends align or diverge.
🔧 How it works
Up to six moving averages can be plotted, each with its own:
Type (SMA, EMA, SMMA, WMA, VWMA, or HMA)
Length, color, and width
Custom source input
The script also adds adaptive color fills between key pairs:
MA1–MA2: short-term momentum
MA4–MA5: mid-term bias
MA5–MA6: long-term trend
Bullish alignment paints green or blue ribbons, while bearish alignment turns them red or pink. The wider the ribbon, the stronger the trend separation.
💡 Why it’s better
Unlike typical ribbon indicators, this version offers full per-line customization, adaptive color fills, and a clean, high-contrast design that makes trend shifts instantly recognizable . It’s optimized for clarity, flexibility, and smooth performance on any market or timeframe.
🎯 Trading ideas
Trend confirmation: Trade only in the direction of the ribbon (green for long, red for short).
Early reversals: Watch for the fastest MAs (MA1–MA2) crossing the mid-term pair (MA4–MA5) as early signals of a trend shift.
Momentum compression: When the ribbon narrows or colors alternate rapidly, it signals consolidation or potential breakout zones.
Pullback entries: Enter trades when price bounces off the outer ribbon layer in the direction of the dominant trend.
Multi-timeframe use: Combine with a higher timeframe ribbon to confirm overall market bias.
📊 Recommended use
Works on all markets and timeframes. Ideal for trend-following, swing trading, and visual confirmation of price structure.
Ajay R5.41🔻 Ajay Gold 3H Power Indicator 🔻
Precision-Based Smart Sell System for Gold (XAU/USD)
💡 Overview
This indicator is specifically designed for Gold (XAU/USD) and delivers best results on the 3-Hour Timeframe (3H TF).
It is a Smart Money Logic-based Sell Confirmation System, combining institutional structure and candle behavior to generate highly accurate bearish signals.
⚙️ Technical Foundation
The indicator uses multiple advanced confirmations:
📉 EMA Trend Filter → Confirms downtrend
💪 RSI Overbought Rejection → Momentum reversal signal
📊 MACD Bearish Cross → Confirms trend strength
🕯️ Bearish Candle Structure → Price action validation
When all conditions align, a clear 🔻 Sell Signal is plotted on the chart.
💎 Hidden Feature
This indicator includes a hidden feature that activates only when the correct market structure forms.
It helps reduce false signals and increases accuracy without being visible on the chart — fully automated internal logic.
📆 Recommended Settings
Symbol: XAU/USD (Gold)
Timeframe: 3-Hour (3H)
Market: Forex / Commodity
Mode: Sell-Only Confirmation Indicator
Performance: Best precision and consistency on 3H TF
📈 How to Use
Select XAU/USD on chart and set 3H timeframe.
Add the indicator to the chart.
Wait for the 🔻 Sell Signal and confirm the market structure after candle close.
Take entry according to your risk management.
⚠️ Disclaimer
This indicator is for educational and analytical purposes only.
No system is 100% accurate — always backtest and demo trade before using in real trading.
💬 Credits
Developed by Ajay Sahu (India)
Based on Institutional & Smart Money Logic
Best results on 3H TF
Hidden Algorithm for XAU/USD traders
PAS/ML Hybrid Score System Metrics & SignalsThis tool provides trade signal visualization and live performance metrics for the PAS+ML Hybrid framework. It builds on the core " Price Action Strength/Machine Learning Hybrid Score System " indicator and displays actionable entries, exits, and historical trade statistics directly on the chart.
Signals:
Plots entry (▲) and exit (▼) arrows based on the Hybrid PAS+ML crossover logic, with an optional long-term trend filter for confirmation. Entry arrows occur at candle following the signal (i.e. the next open); exit arrows occur on the same candle, at the close. Metrics are calculated using these prices.
Performance Metrics:
Displays a live table of cumulative results including total trades, win rate, average realized profit, average maximum profit, and profit after X bars. Results can be viewed in percent or pips.
Customization:
Adjustable parameters for lookback lengths, smoothing, ML weighting, trend filter type (SMA/EMA), and FX pip display options.
Integration:
Designed to be used together with the ""Price Action Strength/Machine Learning Hybrid Score System" indicator, which provides the underlying hybrid score and volatility context. Use this metrics version for trade execution analysis and performance tracking.
Use Case:
Ideal for traders who want to quantify the historical and ongoing effectiveness of PAS+ML hybrid signals. Can assist in refining thresholds, holding periods, and risk-reward calibration.