Indicator

Indicator

Indicator

Indicator

Indicator

[3Commas] Triple-RSI DCA Long - Indicator🔷 What it does:
This indicator visualizes a long-only Dollar-Cost-Averaging signal framework driven by three independent RSI conditions across two timeframes. It marks base order entries, projects the full safety order ladder, tracks a virtual deal lifecycle on the chart, and exposes webhook-ready alerts for automated execution through an external DCA Bot. No orders are placed by the indicator itself - it is a pure signal and visualization layer.
Base Order signal: RSI(14) on 5m crosses above 30 (oversold-exit confirmation)
Safety Order trigger: RSI(14) on 30m OR RSI(7) on 5m crosses above 30, coinciding with a structural deviation from base price
Visual ladder: 3 safety order levels projected as horizontal lines from base, with filled-state coloring
Take Profit: configurable percentage from average entry (default 1.3%), rendered as a target line
🔷 Who is it for:
Bot operators who need a visual confirmation layer for automated DCA execution.
Discretionary traders who use the structured averaging logic manually and want clear on-chart triggers.
Free-tier PulseWire users who want access to the same signal logic as the Strategy version without requiring backtest functionality.
Cross-instrument testers who run the same signal framework across crypto, perpetuals, and tokenized equities.
🔷 How does it work:
Long Entry: A base order signal fires when RSI(14, 5m) crosses above 30. The indicator marks this with a green triangle below the bar and stores the base price as the reference for the safety order ladder.
Short Entry: Not used - long-only signal framework by design.
Exit Management: When price reaches Average Entry × (1 + Take Profit %), the indicator marks the bar with a cyan diamond, fires the TP alert, and resets the virtual deal state. No stop loss is implemented; invalidation is replaced by the depth of the safety order ladder, which absorbs a structural pullback of up to 5.37% from base.
🔷 Why it's unique:
Multi-timeframe RSI stack - three independent RSI conditions across 5m and 30m act as a regime filter, reducing false entries during trendless chop and isolating only confirmed oversold-exit conditions. Different lookback lengths (RSI(14) and RSI(7)) on the same 5m timeframe capture both medium-term and short-term momentum exhaustion, while the 30m RSI(14) provides higher-timeframe trend-context confirmation for safety orders.
Structural averaging architecture - safety orders trigger only at predefined cumulative deviations from base price (−1.00%, −2.65%, −5.37%), not at fixed time intervals. This aligns re-entries with structurally significant price levels rather than arbitrary clock-based steps. The full ladder is projected on chart from the moment of base entry, so traders see the entire risk envelope upfront.
Bot Integration - three alert events (Deal Entry, SO Triggered, Deal TP) expose webhook-ready JSON payloads, enabling automated execution through a connected DCA Bot. The indicator publishes the signal, the bot handles position management on the exchange autonomously across multiple pairs.
🔷 What you'll see on the chart:
Green triangle (below bar) - Base Order entry signal fired
Pink triangle (above bar) - Safety Order trigger signal fired
Cyan diamond - Take Profit target reached, virtual deal closed
Cyan line - Base Entry price (reference for the SO ladder)
Yellow line - Average Entry price (recalculates as SOs fill)
Green line - Take Profit target (Average × (1 + TP%))
Red bold line - Next pending Safety Order trigger price
Red thin lines - All 3 SO ladder levels projected from base
Gray fade - SO level once it has been filled (visual state tracking)
Background tints - Lime on Base Order bar, Cyan on Take Profit bar
🔷 Considerations Before Using the Indicator:
Market & Timeframe: Designed for a 3-minute base chart with the multi-RSI signal stack pulling from 5m and 30m. Best suited to liquid, volatile instruments with sufficient intraday range to populate all three RSI conditions - perpetual contracts, tokenized equities, and major altcoins. Not recommended for low-volatility, sideways-only assets where RSI rarely cycles through oversold zones.
Limitations: The indicator does not place orders. It tracks a "virtual deal" state on the chart for visualization purposes only - actual execution must be performed through a connected bot or manually. The signal framework carries no stop-loss component; in sustained downtrends extending beyond the deepest safety order (−5.37% from base), the virtual deal holds unrealized loss until either the average is recovered or the alert flow is manually overridden. Consider adding a regime filter (e.g., long-term moving average) for deployment in non-trending or bearish markets.
Backtesting & Demo Testing: Always validate the signal framework on historical data before connecting to a live bot. The companion Strategy version of this script is available on the same profile for full backtest analysis, performance metrics, and equity curve review. Demo-trade for at least one month to observe behavior in conditions not represented in historical data. Past performance is not indicative of future results.
Parameter Adjustments: Take profit, safety order step, and volume scale parameters should be tuned per instrument volatility profile. Higher-volatility instruments benefit from wider SO step (1.3–1.5%) and elevated step scale (1.8–2.0). Lower-volatility instruments work better with tighter SO step (0.6–0.8%) and lower TP (0.8–1.2%). Trending regimes favor higher TP (2.0–3.0%) to capture larger structural moves; ranging regimes favor lower TP (0.8–1.2%) for higher trade frequency.
🔷 Backtest Validation:
This indicator shares identical signal logic with the Strategy version of the same framework, available on this profile for full historical performance review:
Strategy version:
Reference results from the Strategy version on COINUSDT.P (OKX Perpetual), tested period Feb 26 - May 8, 2026:
Net Profit: +13.76% | Max Drawdown: 5.45% | Total Trades: 102 | Win Rate: 74.51% | Profit Factor: 4.381
Strategy benchmarked against Buy & Hold over the same period: strategy delivered higher current return than passive holding while drawing down a fraction of the underlying volatility.
Refer to the Strategy publication for the complete equity curve, trade-by-trade breakdown, and Strategy Tester report.
🔷 How to Use It:
🔸 Adjust Settings: Configure the Take Profit percentage and Safety Order step parameters for the instrument you intend to trade. Defaults are calibrated for COINUSDT.P perpetual; for other instruments, refer to the tuning notes above and re-validate on the Strategy version before deploying signals to a live bot.
🔸 Visual Confirmation: Use the on-chart projections (base entry, SO ladder, average entry, TP target) to verify that the active virtual deal aligns with your bot's actual position. The indicator's virtual deal state is a 1-to-1 mirror of the Strategy version's signal logic, so any divergence between chart visuals and bot position is a flag for investigation.
🔸 Create alerts to trigger the DCA Bot: Three alert conditions are exposed by the indicator - "Deal Entry" fires on each new base order signal, "SO Triggered" fires on each safety order signal, and "Deal TP" fires when the take profit target is hit. Configure all three alerts in PulseWire with webhook URLs pointing to your DCA Bot's deal-start, safety-order-fill, and close-deal endpoints. Once configured, the indicator publishes the signal and the bot handles execution on the exchange autonomously.
🔷 INDICATOR SETTINGS
Base Order Volume (USD, ref) - Reference notional for the base entry; used for Average Entry projection only (no orders placed).
Safety Order Volume (1st, USD, ref) - Reference notional for the first averaging-down order; subsequent SOs scale by Volume Scale.
Max Safety Orders - Total number of averaging steps tracked in the virtual deal.
Volume Scale (martingale) - Size multiplier applied to each successive safety order in the average calculation.
Price Step % (1st SO) - Percentage deviation from base price that triggers the first safety order.
Step Scale (martingale) - Multiplier applied to each successive deviation step.
Take Profit % (from AVG) - Profit target percentage measured from average entry price.
Entry RSI Length / Threshold / Timeframe - Parameters for the base order RSI signal.
SO Sig 1 - RSI Length / Threshold / Timeframe - Parameters for the first safety order trigger.
SO Sig 2 - RSI Length / Threshold / Timeframe - Parameters for the second safety order trigger (OR-combined with the first).
Visual Layer Toggles - Show/hide individual chart elements: base line, average line, TP line, full SO ladder, next SO highlight, signal triangles.
Branding - Watermark text, position, size, transparency, and color (for chart screenshots and educational posts).
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Indicator

Indicator

Traffic Light - Semaforo V3 - Araldo62🇬🇧 English Description (Primary)
Title: Session Light V3 - Araldo62: Multi-Timeframe Trend Filter & Signal Generator
Description:
🚀 Stop Chasing Noise. Start Trading High-Probability Setups.
Session Light V3 - Araldo62 is an advanced multi-timeframe indicator designed for day traders and swing traders who value quality over quantity. Unlike standard oscillators that generate constant noise, Session Light V3 filters out low-probability moves, offering you a panoramic view of the asset's health and providing only the strongest, most reliable signals.
🎯 Core Philosophy: Fewer Signals, Higher Impact This indicator is built on the principle that less is more. It waits for the perfect alignment between the hourly trend (H1) and the 15-minute momentum (M15).
Why? To avoid fake-outs and choppy markets.
Result: You get fewer signals, but when they appear, they represent high-confidence setups with superior Risk/Reward ratios.
🧠 How It Works: The 3 Market States The indicator uses a visual sidebar to tell you exactly what the market is doing before you enter a trade:
🔴 CONFLICT (Red Zone): H1 and M15 are moving in opposite directions.
Action: DO NOT TRADE. The market is confused. Signals are filtered out to protect your capital.
🟡 ELASTIC STRETCHED (Yellow Zone): The distance between SMA 20 and SMA 35 is significant (> 0.5%).
Action: HIGH ATTENTION. The "elastic" is stretched. This often precedes a powerful breakout or a sharp mean reversion.
🟢 ALIGNED (No Zone/Green): H1 and M15 are moving in harmony.
Action: EXECUTE. This is the ideal environment. Buy/Sell signals are active and highly reliable.
✨ Key Features:
Multi-Timeframe Analysis: Combines H1 trend direction with M15 entry triggers.
Smart Filtering: Automatically hides signals during "Conflict" phases.
Visual Clarity: Color-coded sidebars (Red/Yellow/None) for instant market context.
Session Awareness: Vertical lines mark major session opens (Tokyo, London, NY) to align trades with volume spikes.
Dashboard: Real-time stats on RSI, ADX, and Trend Alignment.
📈 Ideal For:
Traders tired of over-trading and false breakouts.
Those who want a clear "Go/No-Go" signal based on trend alignment.
Day trading and Swing trading on M15/H1 timeframes.
⚠️ Disclaimer: Trading involves risk. This indicator is a tool to assist in decision-making, not a guarantee of profit. Always use proper risk management and stop-loss orders. Past performance does not guarantee future results.
🇮🇹 Italian Description (Secondary)
Titolo: Session Light V3 - Araldo62: Filtro Trend Multi-Timeframe e Generatore di Segnali
Descrizione:
🚀 Smetti di inseguire il "Rumore". Inizia a tradare setup ad alta probabilità.
Session Light V3 - Araldo62 è un indicatore avanzato multi-timeframe progettato per i day trader e gli swing trader che danno priorità alla qualità rispetto alla quantità. A differenza degli oscillatori standard che generano continui falsi segnali, Session Light V3 filtra i movimenti a bassa probabilità, offrendoti una visione panoramica della salute dell'asset e fornendo solo i segnali più forti e affidabili.
🎯 Filosofia di Base: Pochi Segnali, Alto Impatto Questo indicatore si basa sul principio che meno è meglio. Attende l'allineamento perfetto tra il trend orario (H1) e il momentum a 15 minuti (M15).
Perché? Per evitare falsi breakout e mercati laterali (choppy).
Risultato: Ricevi meno segnali, ma quando appaiono, rappresentano setup ad alta fiducia con un rapporto Rischio/Rendimento superiore.
🧠 Come Funziona: I 3 Stati del Mercato L'indicatore utilizza una barra laterale visiva per dirti esattamente cosa sta facendo il mercato prima di entrare in trade:
🔴 CONFLICT (Zona Rossa): H1 e M15 si muovono in direzioni opposte.
Azione: NON OPERARE. Il mercato è confuso. I segnali vengono filtrati per proteggere il tuo capitale.
🟡 ELASTIC STRETCHED (Zona Gialla): La distanza tra la SMA 20 e la SMA 35 è significativa (> 0.5%).
Azione: ALTA ATTENZIONE. L'"elastico" è teso. Spesso questo precede un breakout potente o una forte correzione (mean reversion).
🟢 ALIGNED (Nessuna Zona / Verde): H1 e M15 si muovono in armonia.
Azione: ESEGUI. Questo è l'ambiente ideale. I segnali di Acquisto/Vendita sono attivi e altamente affidabili.
✨ Caratteristiche Principali:
Analisi Multi-Timeframe: Combina la direzione del trend H1 con i trigger di ingresso M15.
Filtro Intelligente: Nasconde automaticamente i segnali durante le fasi di "Conflict".
Chiarezza Visiva: Barre laterali codificate a colori (Rosso/Giallo/Nessuno) per un contesto di mercato immediato.
Consapevolezza delle Sessioni: Linee verticali segnano l'apertura delle sessioni principali (Tokyo, Londra, NY) per allineare i trade ai picchi di volume.
Dashboard: Statistiche in tempo reale su RSI, ADX e Allineamento del Trend.
📈 Ideale Per:
Trader stanchi dell'over-trading e dei falsi breakout.
Chi cerca un chiaro segnale "Go/No-Go" basato sull'allineamento del trend.
Day trading e Swing trading sui timeframes M15/H1.
⚠️ Disclaimer: Il trading comporta dei rischi. Questo indicatore è uno strumento per assistere nel processo decisionale, non una garanzia di profitto. Utilizza sempre una corretta gestione del rischio e ordini stop-loss. I risultati passati non garantiscono quelli futuri. Indicator

Indicator

Strategy

Indicator

Indicator

Indicator

Degain Mid Points + EMA Dashboard igh_3D = request.security(syminfo.tickerid, "D", ta.highest(high, 3), barmerge.gaps_off, barmerge.lookahead_off)
low_3D = request.security(syminfo.tickerid, "D", ta.lowest(low, 3), barmerge.gaps_off, barmerge.lookahead_off)
mid_3D = (high_3D + low_3D) / 2
high_7D = request.security(syminfo.tickerid, "D", ta.highest(high, 7), barmerge.gaps_off, barmerge.lookahead_off)
low_7D = request.security(syminfo.tickerid, "D", ta.lowest(low, 7), barmerge.gaps_off, barmerge.lookahead_off)
mid_7D = (high_7D + low_7D) / 2
high_20D = request.security(syminfo.tickerid, "D", ta.highest(high, 20), barmerge.gaps_off, barmerge.lookahead_off)
low_20D = request.security(symi Indicator

Indicator

[3Commas] Triple RSI DCA Long - Risk Adjusted Averaging Strategy🔷 What it does:
This strategy executes a long-only Dollar-Cost-Averaging approach driven by three independent RSI signals layered across two timeframes. It opens a base order on a 5-minute RSI exit-from-oversold confirmation, layers a martingale-scaled safety order ladder triggered by a 30-minute RSI signal in combination with a faster 5-minute short-period RSI signal, and exits the entire position on a percentage-based take profit measured from the average entry. The architecture is designed for risk-first deployment - capturing partial upside of trending moves while maintaining a structurally bounded drawdown profile.
Base Order entry: RSI(14) on 5m crosses above 30 (oversold-exit confirmation)
Safety Order trigger: RSI(14) on 30m OR RSI(7) on 5m crosses above 30, coinciding with a structural deviation from base price
Martingale ladder: 3 safety orders, volume scale 1.9×, price step 1.0% with deviation coefficient 1.65
Take Profit: configurable percentage from average entry (default 1.3%)
🔷 Who is it for:
DCA-style traders who prefer averaged-in entries over single-shot directional bets.
Risk-conscious participants who want a smoother equity curve than passive holding.
Bot operators who automate execution through webhook integration with a DCA Bot.
Cross-instrument testers who want a single signal framework portable across crypto, perpetuals, and tokenized equities.
🔷 How does it work:
Long Entry: A base order opens when RSI(14, 5m) crosses above 30, signaling exit from a short-term oversold regime. The crossover is a single-shot confirmation per cycle to prevent re-entries during unconfirmed bottoming.
Short Entry: Not used - strategy is long-only by design.
Exit Management: The full position closes when price reaches Average Entry × (1 + Take Profit %). The strategy carries no stop loss; invalidation is replaced by the depth of the safety order ladder, which absorbs a structural pullback of up to 5.37% from base before the ladder is fully consumed.
🔷 Why it's unique:
Multi-timeframe RSI stack - three independent RSI conditions across 5m and 30m act as a regime filter, reducing false entries during trendless chop and isolating only confirmed oversold-exit conditions. Different lookback lengths (RSI(14) and RSI(7)) on the same 5m timeframe capture both medium-term and short-term momentum exhaustion, while the 30m RSI(14) provides higher-timeframe trend-context confirmation for safety orders.
Structural averaging architecture - safety orders trigger only at predefined cumulative deviations from base price (−1.00%, −2.65%, −5.37%), not at fixed time intervals. This aligns re-entries with structurally significant price levels rather than arbitrary clock-based steps, preserving capital efficiency on shallow pullbacks.
Bot Integration - all entries and exits expose alert events with webhook-ready JSON payloads, enabling automated execution through a connected DCA Bot. The strategy publishes the signal, the bot handles position management on the exchange autonomously across multiple pairs.
🔷 Considerations Before Using the Indicator:
Market & Timeframe: Designed and tested on a 3-minute base chart with the multi-RSI signal stack pulling from 5m and 30m. Best suited to liquid, volatile instruments with sufficient intraday range to populate all three RSI conditions - perpetual contracts, tokenized equities, and major altcoins. Not recommended for low-volatility, sideways-only assets where RSI rarely cycles through oversold zones.
Limitations: The strategy carries no stop loss. In sustained downtrends extending beyond the deepest safety order (−5.37% from base), the position holds unrealized loss until either the average is recovered or the deal is manually closed. Consider adding a regime filter (e.g., long-term moving average) for deployment in non-trending or bearish markets.
Backtesting & Demo Testing: Always run extended backtests across multiple market regimes — uptrend, downtrend, and ranging — before deploying real capital. Demo-trade for at least one month to observe behavior in conditions not represented in historical data. Past performance is not indicative of future results.
Parameter Adjustments: Default commission and slippage values are calibrated for typical perpetual venues. Adjust commission_value to match your exchange (e.g., 0.05 for OKX Perpetual, 0.055 for Bybit Perpetual, 0.04 for Binance USD-M Futures, 0.10 for Binance Spot, 0.40 for Kraken Spot). Slippage of 5 ticks accounts for typical taker execution on liquid pairs — reduce for very tight markets, increase for thin altcoin order books. Take profit, safety order step, and volume scale should be tuned per instrument volatility profile (see preset section below).
🔷 STRATEGY PROPERTIES
Symbol: OKX:COINUSDT.P (Perpetual Swap on tokenized Coinbase Global stock).
Timeframe: 3m chart with multi-timeframe signal stack (5m / 30m).
Test Period: Feb 26, 2026 - May 7, 2026 (instrument's full available history since listing on OKX).
Initial Capital: 200 USDT.
Order Size per Trade: Base Order 20.075 USDT, Safety Orders 15.075 / 28.64 / 54.42 USDT (martingale ×1.9). Maximum cumulative position notional ≈ 118.21 USDT. Observed Max Drawdown 5.55% - well within the ≤10% threshold.
Commission: OKX taker 0.05% - matches exchange schedule for the tested venue.
Slippage: 5 ticks - accounts for typical taker execution on liquid perpetual contracts.
Margin for Long and Short Positions: 100% (1× leverage assumed; no margin amplification applied).
Indicator Settings: Default Configuration.
Base Order Volume: 20.075 USDT
Safety Order (1st): 15.075 USDT
Max Safety Orders: 3
Volume Scale: 1.9
Price Step (1st SO): 1.0%
Step Scale: 1.65
Take Profit: 1.3% from average entry
Entry Signal: RSI(14, 5m) crossover above 30
SO Signal: RSI(14, 30m) OR RSI(7, 5m) crossover above 30
Strategy: Long Only.
🔷 STRATEGY RESULTS
⚠️ Remember, past results do not guarantee future performance.
Net Profit: +26.56 USDT (+13.28%)
Max Drawdown: 11.84 USDT (5.55%)
Total Closed Trades: 104
Percent Profitable: 73.08% (76 / 104)
Profit Factor: 3.911
Average Trade:
Average # Bars in Trades:
Benchmarking versus Buy & Hold over the same period:
Strategy: Max +13.43% / Current +13.43% / Min −0.66%
Buy & Hold: Max +16.83% / Current +10.66% / Min −7.54%
The strategy captured higher current return than passive holding while drawing down ~11× less at the worst point of the period - reflecting the risk-first design intent.
🔷 RECOMMENDED PRESETS FOR OTHER INSTRUMENTS
These tuning starting points are derived from comparable backtests on adjacent instruments. Always re-validate on your own venue and capital before live deployment.
COINUSDT.P (OKX Perpetual — current default):
Take Profit: 1.3% | SO Step: 1.0% | Step Scale: 1.65 | Volume Scale: 1.9
Entry: RSI(14, 5m) > 30 | SO: RSI(14, 30m) OR RSI(7, 5m) > 30
Reference period: Feb 2026 — May 2026 | Trades: 104 | Max DD: 5.55% | PF: 3.91
General tuning notes:
Higher-volatility instruments (low-cap altcoins, fresh listings): widen SO step to 1.3–1.5%, raise Step Scale to 1.8–2.0.
Lower-volatility instruments (BTC, ETH on major venues): tighten SO step to 0.6–0.8%, lower TP to 0.8–1.2%.
Ranging or accumulation regimes: lower TP (0.8–1.2%) for higher trade frequency.
Trending regimes: raise TP (2.0–3.0%) to capture larger structural moves.
🔷 How to Use It:
🔸 Adjust Settings: Set Base Order and Safety Order sizes proportional to your capital. The default 20 / 15-USDT structure is calibrated for a 200-USDT test account; scale linearly to your equity. Use the preset table above as a starting point for the instrument you intend to trade, then refine on your own backtest.
🔸 Results Review: Verify Maximum Drawdown stays within your personal risk budget. The strategy is configured to remain below 10% on tested instruments, but extended history may shift this profile. Re-test on your own venue using venue-specific commission and slippage. Demo-trade for at least one month before any live deployment.
🔸 Create alerts to trigger the DCA Bot: Two alert conditions are exposed by the script - "Deal Entry" fires on each new base order, and "Deal TP" fires when the take profit target is hit. Configure both alerts in PulseWire with webhook URLs pointing to your DCA Bot's deal-start and close-deal endpoints. Once configured, the strategy publishes the signal and the bot handles execution on the exchange autonomously.
🔷 INDICATOR SETTINGS
Base Order Volume (USD) - Notional value of the initial entry per cycle.
Safety Order Volume (1st, USD) - Notional value of the first averaging-down order; subsequent SOs scale by Volume Scale.
Max Safety Orders - Total number of averaging steps available per deal.
Volume Scale (martingale) - Size multiplier applied to each successive safety order.
Price Step % (1st SO) - Percentage deviation from base price that triggers the first safety order.
Step Scale (martingale) - Multiplier applied to each successive deviation step.
Take Profit % (from AVG) - Profit target percentage measured from average entry price.
Entry RSI Length / Threshold / Timeframe - Parameters for the base order RSI signal.
SO Sig 1 — RSI Length / Threshold / Timeframe - Parameters for the first safety order trigger.
SO Sig 2 — RSI Length / Threshold / Timeframe - Parameters for the second safety order trigger (OR-combined with the first).
Limit by date window? - Toggle to constrain backtest to a specific date range.
From / To - Date range bounds applied when the window filter is enabled.
👨🏻💻💭 We hope this tool helps enhance your trading. Your feedback is invaluable, so feel free to share any suggestions for improvements or new features you'd like to see implemented.
__
The information and publications within the 3Commas PulseWire account are not meant to be and do not constitute financial, investment, trading, or other types of advice or recommendations supplied or endorsed by 3Commas and any of the parties acting on behalf of 3Commas, including its employees, contractors, ambassadors, etc. Strategy

Sniper Trader V6.5 Pro SMC, FVGs & Volume Sweep EngineSniper Trader Pro is an all-in-one Smart Money Concepts (SMC) indicator designed to filter out market noise and identify high-probability institutional setups. Built for precision, this algorithm detects liquidity sweeps, Fair Value Gaps (FVGs), and volume-backed rejections, giving you a clear visual map of where the "Smart Money" is trapping retail traders.
Optimized for volatile assets like indices (NASDAQ/NQ, S&P500) on the 5-minute timeframe, this tool acts as a complete trading system.
Core Features
Dynamic Liquidity Boxes (FVGs): Automatically plots Demand (Aqua) and Supply (Red) zones based on momentum. The algorithm features a smart "garbage collector" that instantly deletes boxes once they are fully mitigated by price, keeping your chart perfectly clean.
Institutional Trend Filters: Integrates key dynamic support/resistance levels, including the 14 EMA, 80 HMA, 200 EMA, and the daily VWAP, allowing you to gauge the macro and micro trends at a glance.
Volume-Backed Sweep Signals: The indicator doesn't just look for wicks; it analyzes the relationship between wick size, body size, and relative volume. It plots clear "LONG" and "SHORT" triangles only when a rejection wick touches a key dynamic level (EMA/VWAP) and is backed by above-average volume.
Ultimate Sensitivity Engine: Fully customizable settings. You can adjust the required wick size, maximum opposite wick size, and volume multiplier to adapt the trigger sensitivity to the current market volatility.
How to Trade with Gems Sniper Trader Pro
This indicator is built to trade pullbacks into liquidity zones in the direction of the macro trend.
For a LONG Setup:
Ensure the price is trading above the 200 EMA (Macro Trend).
Wait for the price to pull back and enter an Aqua Demand Box.
Look for a green LONG triangle signal. This confirms a liquidity sweep bouncing off the 14 EMA, 80 HMA, or VWAP with institutional volume.
Place your Stop Loss safely below the sweep wick.
For a SHORT Setup:
Ensure the price is trading below the 200 EMA.
Wait for a fake breakout into a Red Supply Box.
Look for a red SHORT triangle rejecting the zone with volume.
Place your Stop Loss above the rejection wick.
Pro Tip :
Avoid taking signals that float in the middle of nowhere. The highest probability trades occur when the sweep signal perfectly aligns (confluence) with a Liquidity Box and a dynamic level like the VWAP. Indicator

Indicator

Indicator

Indicator

Strategy

Pymander's EZ Key LevelsHey everyone! Pymander here. I’m excited to share EZ Key Levels, a tool I built to solve one of the biggest problems we face as intraday traders: chart clutter.
We all know that "levels are king," but when your screen is a spiderweb of Daily, Weekly, and Session lines, it’s easy to get lost in the noise. This indicator is designed to give you total clarity so you can focus on execution.
What is EZ Key Levels?
At its core, this is a hybrid indicator. It combines High Timeframe (HTF) logic with Machine Learning (K-Means Clustering) to map out the most important psychological and volume-based zones on your chart.
How It Works & Why It’s Different:
Solid Until Mitigated: This is the real game-changer. Every level starts as a solid line (meaning it's fresh and untested). The moment price "mitigates" it—either by a wick touch or a candle close—the line automatically turns dotted. You’ll never have to guess if a level is still "fresh" again.
Volume-Weighted Clustering: Instead of just looking at where price sat, our dynamic clusters use VWAP logic to find where the most volume actually traded. It identifies the true "Value Areas" of the last few days.
Premium Proximity & Focus Mode: Most indicators show you everything at once. EZ Key Levels identifies the 4 levels closest to price and highlights them in Rose (Above) and Emerald (Below). Turn on Focus Mode, and every other line disappears, leaving you with a clean, "pro-style" chart that only shows what matters right now.
All-In-One Session Logic: It automatically tracks Asia, London, and NY session highs/lows and projects them infinitely so you can see how those ranges act as support or resistance days later.
How This Helps You:
This tool is built for the 3-5 minute trader who needs to make split-second decisions. By identifying high-confluence zones (where a V-Cluster lines up with a PDH or Session Low) and highlighting them automatically, it removes the "analysis paralysis" that kills so many trades.
I’d love to hear your thoughts! If you have any feedback or ideas on how to make this even better for your workflow, please let me know.
Wishing you all the best of luck and many, many green days!
-Pymander
Indicator

Indicator
