SOM RRMA (Revolution & Reverse Magic Average)## SOM RRMA (Revolution & Reverse Magic Average)
**Description:**
The SOM RRMA (Revolution & Reverse Magic Average) indicator overlays two distinct moving average lines on any TradingView chart, providing traders with enhanced trend and reversal insights.
- The “Revolution Magic Line RMA” plots the classic Welles Wilder’s Running Moving Average (RMA) using default settings: length = 21, source = close, and timeframe = chart. This line is displayed in **green** for clear visibility.
- The “Reverse Magic Line RMA” plots an innovative reverse RMA, based on a reversed price calculation, also using default settings: length = 21, source = close, and timeframe = chart. This line appears in **red** for direct distinction.
- Both lines offer independent customization of length, source, and timeframe, enabling traders to tailor the indicator to their strategy and instrument.
**How to Use:**
- Add SOM RRMA to any TradingView instrument and timeframe.
- By default, both lines use length = 21 and source = close with the current chart’s timeframe.
- The green line tracks the standard RMA trend; the red line follows the Reverse RMA, often moving contrary to price action.
- Observe interactions and divergence between the two lines to detect trend changes, momentum shifts, or potential reversal setups.
**Features:**
- Customizable length, source, and timeframe parameters for both lines.
- Default colors: green for standard RMA, red for Reverse RMA.
- Trend-following, divergence detection, and reversal strategy support.
**Notes:**
This indicator is intended for educational and research purposes only. Please test it using demo charts before applying to live trading.
Feedback and suggestions are welcome—share your experience or questions on the script page.
Трендовый анализ
Break Point Record Table — GSK-VIZAG-AP-INDIA "Break Point Record Table — GSK-VIZAG-AP-INDIA" indicator captures key break points during each trading session and presents a clear, color-coded table overlay on the chart for quick visual reference. Specifically, it logs sessions' open price and monitors subsequent price action for notable breaks in the session high or low prices. Each break event is recorded with the time, price, and percentage change from the previous break, helping traders identify significant price movements within the session at a glance.
Key Features:
Records the session start time and opening price for context.
Tracks every intraday break above the previous session high or below the previous session low.
Calculates and displays the percentage change at each break event.
Highlights breaks with descriptive text including break time and values to aid trade decision-making.
Displays a table with columns for Time, Open, High, Low, and a Description of the event.
Uses color-coded cells to differentiate between session start, highs, lows, and break descriptions for better readability.
Maintains performance and readability by limiting the table to the latest 30 break events.
Usage & Benefits:
This indicator is ideal for intraday traders who want reliable visual cues to monitor momentum shifts and breakout/breakdown points during the trading day. By capturing these break points as discrete events and organizing the data into an easily accessible, visually intuitive table, it improves situational awareness and supports timely trading decisions.
Entry + TP + SL Box (dynamic )The purpose of creating this indicator is to quickly draw the entry price range box, price target box, and price loss box.
Dual Channel System [Alpha Extract]A sophisticated trend-following and reversal detection system that constructs dynamic support and resistance channels using volatility-adjusted ATR calculations and EMA smoothing for optimal market structure analysis. Utilizing advanced dual-zone methodology with step-like boundary evolution, this indicator delivers institutional-grade channel analysis that adapts to varying volatility conditions while providing high-probability entry and exit signals through breakthrough and rejection detection with comprehensive visual mapping and alert integration.
🔶 Advanced Channel Construction
Implements dual-zone architecture using recent price extremes as foundation points, applying EMA smoothing to reduce noise and ATR multipliers for volatility-responsive channel widths. The system creates resistance channels from highest highs and support channels from lowest lows with asymmetric multiplier ratios for optimal market reaction zones.
// Core Channel Calculation Framework
ATR = ta.atr(14)
// Resistance Channel Construction
Resistance_Basis = ta.ema(ta.highest(high, lookback), lookback)
Resistance_Upper = Resistance_Basis + (ATR * resistance_mult)
Resistance_Lower = Resistance_Basis - (ATR * resistance_mult * 0.3)
// Support Channel Construction
Support_Basis = ta.ema(ta.lowest(low, lookback), lookback)
Support_Upper = Support_Basis + (ATR * support_mult * 0.4)
Support_Lower = Support_Basis - (ATR * support_mult)
// Smoothing Application
Smoothed_Resistance_Upper = ta.ema(Resistance_Upper, smooth_periods)
Smoothed_Support_Lower = ta.ema(Support_Lower, smooth_periods)
🔶 Volatility-Adaptive Zone Framework
Features dynamic ATR-based width adjustment that expands channels during high-volatility periods and contracts during consolidation phases, preventing false signals while maintaining sensitivity to genuine breakouts. The asymmetric multiplier system optimizes zone boundaries for realistic market behavior patterns.
// Dynamic Volatility Adjustment
Channel_Width_Resistance = ATR * resistance_mult
Channel_Width_Support = ATR * support_mult
// Asymmetric Zone Optimization
Resistance_Zone = Resistance_Basis ± (ATR_Multiplied * )
Support_Zone = Support_Basis ± (ATR_Multiplied * )
🔶 Step-Like Boundary Evolution
Creates horizontal step boundaries that update on smoothed bound changes, providing visual history of evolving support and resistance levels with performance-optimized array management limited to 50 historical levels for clean chart presentation and efficient processing.
🔶 Comprehensive Signal Detection
Generates break and bounce signals through sophisticated crossover analysis, monitoring price interaction with smoothed channel boundaries for high-probability entry and exit identification. The system distinguishes between breakthrough continuation and rejection reversal patterns with precision timing.
🔶 Enhanced Visual Architecture
Provides translucent zone fills with gradient intensity scaling, step-like historical boundaries, and dynamic background highlighting that activates upon zone entry. The visual system uses institutional color coding with red resistance zones and green support zones for intuitive
market structure interpretation.
🔶 Intelligent Zone Management
Implements automatic zone relevance filtering, displaying channels only when price proximity warrants analysis attention. The system maintains optimal performance through smart array management and historical level tracking with configurable lookback periods for various market conditions.
🔶 Multi-Dimensional Analysis Framework
Combines trend continuation analysis through breakthrough patterns with reversal detection via rejection signals, providing comprehensive market structure assessment suitable for both trending and ranging market conditions with volatility-normalized accuracy.
🔶 Advanced Alert Integration
Features comprehensive notification system covering breakouts, breakdowns, rejections, and bounces with customizable alert conditions. The system enables precise position management through real-time notifications of critical channel interaction events and zone boundary violations.
🔶 Performance Optimization
Utilizes efficient EMA smoothing algorithms with configurable periods for noise reduction while maintaining responsiveness to genuine market structure changes. The system includes automatic historical level cleanup and performance-optimized visual rendering for smooth operation across all timeframes.
Why Choose Dual Channel System ?
This indicator delivers sophisticated channel-based market analysis through volatility-adaptive ATR calculations and intelligent zone construction methodology. By combining dynamic support and resistance detection with advanced signal generation and comprehensive visual mapping, it provides institutional-grade channel analysis suitable for cryptocurrency, forex, and equity markets. The system's ability to adapt to varying volatility conditions while maintaining signal accuracy makes it essential for traders seeking systematic approaches to breakout trading, zone reversals, and trend continuation analysis with clearly defined risk parameters and comprehensive alert integration. Also to note, this indicator is best suited for the 1D timeframe.
SMA Trade Signal with BackgroundSMA Trade Signal with Background, using 5 & 20 simple moving averages, only showing buy signals during an uptrend and sells during a down trend.
Auto Pivot Entry SL TPDescription:
The Auto Pivot Entry SL TP indicator automatically detects Pivot Highs and Pivot Lows to generate precise BUY and SELL trade setups.
When a Pivot Low forms, a BUY setup is displayed with Entry, Stop Loss, and multiple Take Profit (TP1–TP3) levels.
When a Pivot High forms, a SELL setup is displayed with Entry, Stop Loss, and multiple Take Profit (TP1–TP3) levels.
Key Features:
Automatic detection of pivots for trade entries.
Clear visualization of Entry, SL, and TP levels directly on the chart.
Flexible Risk-Reward ratio settings for customizable targets.
Works on all symbols and timeframes.
This tool is designed for traders who want a simple yet effective method to plan trades using price action pivot points combined with predefined risk management (SL & TP levels).
Modern Trend Indicator_GirishThis Indicator is a Powerful Buy and Sell Indicator to catch the Trend in all time frame.
IST 4H Candle Boxes (5m)highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
highlights forex 4h session in IST. Works for scalping with 4h bias.
ICT Unicorn Strategy [RoboQuant]What it detects
Structure: uses pivots (ta.pivothigh/low) to build a mini zigzag (A–B–C–D).
“Unicorn” Pattern:
Bull: bullish direction, C below A (protected swing), with a bullish “BRB” candle at B.
Bear: mirrored version.
FVG: searches for a valid gap between candle i and i+2 inside the BRB candle range and greater than 0.05 × ATR (quality filter).
When an FVG appears, it plots boxes/lines (top/bottom of range, protected swing, FVG box).
How it enters
Bull Trigger: a candle opens inside the FVG and closes above the top of the FVG (mitigation + continuation).
SL = protected swing (firstBl.swing, pivot C).
TP = top + (top - swing) * (reward/risk).
Draws Risk and Reward boxes if showTargets=true.
Bear Trigger: mirror setup (opens inside FVG and closes below bottom).
Management & sizing
Sizing: calculates position size = riskAmount / SL distance, capped by maxPositionSize.
RR configurable with risk and reward (default 1:2).
Trailing optional: adjusts TsL using short pivots (lenS).
Trade closes at SL (break of swing) or TP (target reached).
combine: if false, a bull setup cancels a bear setup (and vice versa). If true, both can coexist.
Key parameters
len: pivot sensitivity (structure).
riskAmount and maxPositionSize: risk control.
trail, lenS: trailing logic.
Box colors/visibility (showTargets, colRisk, colReward).
ICT translation
Seeks impulse → FVG → pullback into FVG → expansion, with a protected swing (implicit BOS/MSS via zigzag) and mitigation of imbalance.
The ATR * 0.05 filter avoids micro-gaps without intent.
How I’d use it (quick checklist)
Mark HTF bias (only take bull or bear setups with the trend).
On LTF, wait for a valid FVG inside the BRB candle.
Enter only if a candle re-enters the FVG and closes breaking its edge.
SL at swing C, TP by RR (default 1:2).
Enable trailing only after 1R is reached (optional, tuned via lenS).
Relative RSI vs Multi Benchmark (Equal Weight + RBI Rate)Relative RSI vs Multi Benchmark (Equal Weight + RBI Rate) - Select RSI or MACD
SuperPower_369The supertrend is a trend-following overlay placed directly on price charts as a single line that shifts color and position according to trend direction. This indicator was developed by Olivier Seban, primarily to simplify trend detection for traders. Its value is calculated using the Average True Range (ATR) and a multiplier to adjust for market volatility.
Golden Cross + Support/Resistance + SL/TP + SignalsGolden Cross + Support/Resistance + SL/TP + Signals
Golden Cross + Support/Resistance + SL/TP + Signals
Trend Strength Confidence Gauge LiteMost traders don’t fail from bad charts — they fail from bad timing. Jumping in too early, bailing too soon, or freezing when the move finally comes.
The Trend Strength Confidence Meter strips away the noise and highlights the three factors that matter most:
Trend → The confirmed direction of the market
Confidence → Concise tool clarity providing quick entries
Strength → Strength Score shows the underlying battle between buyers and sellers
How to Use It:
Watch the Moving Average Ribbon (Hull MA) for a flip: green = uptrend, red = downtrend.
Act only when ribbon color matches the Confidence thumbs-up.
Confirm with Strength 3+ before entry.
When trend, confidence, and strength align, you reduce risk and step in at tighter entry points — giving clarity for entries and conviction to hold through stronger moves.
Advanced Indicators Made Simple — Provided by The AI Trading Desk
WAE SHK Teyla 3MDesigned to detect high-pressure market moments, where momentum and volume converge to trigger explosive moves. Ideal as an entry trigger in scalping strategies, especially when paired with STC and ST-MA.
VHB by bigmmVolume-Based Support/Resistance Levels Indicator identifies significant price levels based on high-volume trading activity across three timeframes (4H, D, W). The script draws horizontal lines at key support/resistance levels where trading volume exceeded 60% of the maximum volume observed over the previous 499 periods.
Analyzes volume spikes on 4-hour, daily, and weekly timeframes
Displays colored lines (green for bullish candles, red for bearish candles)
Maintains only the 5 most recent significant levels to avoid chart clutter
Labels each line with its respective timeframe (4H, 1D, 1W)
Lines extend in real-time to show current relevance of each level
Traders can use these volume-based levels to identify potential support/resistance zones and make informed decisions about entry/exit points, recognizing areas where significant trading activity previously occurred.
Market Reversal Time HighlightsThis indicator marks the times when the market has an inflection or reversal.
This script is customizable and free to use
Dynamic EMADynamic EMA — Flexible Trend Indicator
Dynamic EMA is a clean and universal indicator that uses two Exponential Moving Averages to highlight market direction. By default, it applies the popular EMA 14/50 setup, but both EMA lengths can be freely customized.
Why EMA 14 and EMA 50?
The 14-period EMA is commonly used to capture short-term price momentum, making it sensitive to quick market moves.
The 50-period EMA reflects the medium-term trend and is widely recognized by traders and institutions.
Together, EMA 14/50 provide a balanced view: fast enough to react to price changes, yet smooth enough to filter out noise.
Key Features
Two EMAs (fast and slow) with fully adjustable lengths
Automatic dynamic coloring for bullish, bearish, and neutral conditions
Optional fill between EMAs for improved visualization
Adjustable opacity to control chart clarity
Why use it?
Dynamic EMA offers a reliable way to read market trends, spot momentum shifts, and confirm entries or exits. It works across all asset classes and timeframes, while allowing traders to adjust EMA settings to their own strategy.
Day Zero Fakeout Detector MTFDay Zero Template (Stacey Burke)
Definition:
“Day Zero” is essentially the setup day in Stacey Burke’s playbook.
It’s the day when the market creates a significant inflection — often forming a Peak Formation High (PFH) or Peak Formation Low (PFL).
It usually occurs after 3 days of directional movement (the classic 3-day cycle Stacey teaches).
Example:
Day 1: Breakout expansion.
Day 2: Continuation or consolidation.
Day 3: Exhaustion + reversal (forms PFH/PFL).
Day Zero: The day after this reversal template begins — where traders start looking for measured moves back inside the range.
👉 Day Zero = the transition day where the new weekly cycle (up or down) begins.
2️⃣ Peak Formation Highs (PFH) and Lows (PFL)
A PFH occurs when the market fails above prior highs (often with stop hunts/fakeouts).
A PFL occurs when the market fails below prior lows.
These PFHs/PFLs mark the anchor points for the next 3-day cycle.
Once identified, they become reference levels:
Above PFH → fade long traps (short bias).
Below PFL → fade short traps (long bias).
👉 This is where rectangles (Peter Brandt style) can come in handy to box in the PFH/PFL area.
3️⃣ Peter L. Brandt – Rectangles & Classical Charting
Peter Brandt’s approach (classical charting) complements Stacey’s playbook:
Rectangles are consolidation zones (value areas).
When a PFH or PFL forms, price often consolidates in a rectangle range.
A breakout from that rectangle confirms direction (continuation or reversal).
The measured move target is typically the height of the rectangle projected from the breakout point.
👉 Applied to Day Zero:
PFH/PFL = the extreme boundary of the rectangle.
A breakout from the rectangle in the opposite direction = confirmation of Day Zero reversal.
4️⃣ How They Fit Together
Stacey Burke: Focus on intraday cycles, 3-day cycle, Day Zero as the reset after PFH/PFL.
Peter Brandt: Focus on classical rectangle consolidation and breakout targets.
Integration:
Day Zero = when you’ve spotted a PFH or PFL and are preparing for the new cycle to begin.
Mark the PFH/PFL → draw a rectangle around the consolidation.
Wait for breakout/acceptance beyond rectangle → trade toward measured move (often aligning with Stacey’s Day 1/Day 2 directional bias).
✅ Example in practice:
Monday & Tuesday rally → Wednesday exhaustion → PFH forms.
Thursday = Day Zero (new short bias starting).
Rectangle consolidation forms under PFH.
Breakout below rectangle = signal.
Target = rectangle height measured down → often aligns with yesterday’s lows or prior session value area.
Ultimate Smart Trader Indicator (USTI)The Ultimate Smart Trader Indicator (USTI) is an all-in-one, institutional-grade trading tool designed to give traders a complete market overview for smarter and more accurate trading decisions.
Key Features:
Trend Analysis: Multi-timeframe EMA trends with trend strength visualization.
Momentum Signals: Advanced fusion of RSI, Stochastic, and MACD with divergence detection.
Volatility Zones: ATR-based dynamic support/resistance for risk management.
Supply & Demand Zones: Smart liquidity zones for high-probability entries and exits.
Multi-Timeframe Confirmation: Confirms trends and momentum on higher timeframes for accuracy.
Strong Buy/Sell Signals: Clear labels and alerts to guide trade entries.
Fully Customizable: Toggle features, adjust periods, and personalize colors to fit your strategy.
Why Traders Love USTI:
Combines trend, momentum, volatility, and liquidity into a single indicator.
Helps identify high-probability trading opportunities.
Perfect for intraday, swing, and long-term trading strategies.
Includes alerts for TradingView so you never miss a signal.
Use USTI to trade smarter, manage risk better, and make more confident decisions in any market condition.
Quantel Ultimate ProThe Quantel Ultimate Pro is a multi-factor trend and momentum trading indicator for TradingView that combines EMA trend analysis, MACD momentum, RSI conditions, ATR-based volatility filter, volume spike detection, and multi-timeframe confirmation to generate high-probability buy and sell signals.
Key Features:
Trend Analysis:
Uses Fast EMA and Slow EMA on the current timeframe to identify trend direction.
Confirms trend alignment on two higher timeframes (user-defined) using the Slow EMA.
Momentum Filter:
Uses MACD histogram to detect increasing bullish or bearish momentum.
Volatility & Volume Filters:
ATR-based volatility filter ensures trades are taken only when price movement is significant.
Volume spike detection highlights unusual trading activity for stronger signals.
RSI Confirmation:
RSI used to detect oversold (buy) and overbought (sell) conditions.
Signal Logic:
Buy Signal: Trend up across base and higher timeframes, increasing bullish momentum (MACD), RSI < 40, volume spike, and volatility above threshold.
Sell Signal: Trend down across base and higher timeframes, increasing bearish momentum, RSI > 60, volume spike, and volatility above threshold.
Visualization:
Fast EMA (blue) and Slow EMA (orange) plotted on price chart.
Trend zones highlighted with green (up) and red (down) background shading.
MACD histogram plotted below price for momentum visualization.
Volume spikes marked as small orange dots.
Buy/Sell signals displayed as labels directly on the chart.
Alerts:
Built-in alert conditions for automated notifications when buy or sell conditions are met.
Additional Info Table:
Displays higher timeframe EMA values and current ATR on the chart for reference.
Use Case:
Designed for trend-following and swing traders, this indicator provides clear visual signals for entry and exit, backed by multi-timeframe trend confirmation, momentum, volume, and volatility filters, making it suitable for spotting high-probability trade setups.
ConeWave MACoRa Wave is a custom-weighted moving average designed to adapt intelligently to market dynamics. It builds upon the foundational logic of the Comp_Ratio_MA by @redktrader, incorporating a compound ratio-based weighting curve that emphasizes recent price action while preserving smoothness and structure with pinescript version 6.
This version introduces modular enhancements, including:
A Comp Ratio Multiplier for fine-tuned responsiveness
Optional Auto Smoothing based on wave length
Streamlined plotting for clarity and performance
Whether you're confirming market structure, identifying trend shifts, or seeking a cleaner alternative to noisy indicators, CoRa Wave offers a visually intuitive and mathematically elegant solution.
🛠 Reimagined by @atulgalande75 — optimized for traders who value precision, adaptability, and clean charting. Original concept by @redktrader.
iFVGs & Breakout DetectorThis indicator by Quantel enhances the classic Fair Value Gap (FVG) and Inversion FVG concept with automated detection, visualization, and breakout tracking.
Plots Bullish/Bearish FVGs and Inversion FVGs with customizable mitigation levels (Proximal, 50% OB, Distal).
Applies an advanced filtering system (Aggressive → Very Defensive) to refine valid zones.
Highlights potential trade opportunities when price decisively breaks an FVG boundary using ATR-based confirmation.
Displays visual breakout triangles to mark bullish or bearish breakouts.
Includes smart color themes (Light/Dark/Off) and full alert integration for automated trading or notifications.
With its combination of institutional concepts and robust filtering, this tool helps traders identify high-probability supply/demand imbalances, monitor valid trading zones, and catch breakout confirmations in real time.