VWMA True Range | Lyro RSVWMA True Range | Lyro RS
This script is a hybrid technical analysis tool designed to identify trends and spot potential reversals. It employs a consensus-based system that uses multiple smoothed, Volume-Weighted Moving Averages (VWMA) to generate both trend-following and counter-trend signals.
Understanding the Indicator's Components
The indicator plots a main line on a separate pane and provides visual alerts directly on the chart.
The Main Line: This line represents a smoothed average of momentum scores derived from multiple VWMAs. Its direction and value are the foundation of the analysis.
Signal Generation: The tool provides two distinct types of signals:
Trend Signals: These trend-following signals ("⬆️Long" / "⬇️Short") activate when the indicator's consensus reaches a pre-set strength threshold, indicating sustained momentum in one direction.
Reversal Signals: These counter-trend alerts ("📈Oversold" / "📉Overbought") trigger when the main line breaks a previous period's level, hinting at exhaustion and a potential short-term reversal.
Visual Alerts:
Colored Background: The indicator's background highlights during strong trend signals for added visual emphasis.
Chart Shapes: Small circles appear on the main chart to mark where potential reversals are detected.
Colored Candles: You can choose to color the price candles to reflect the current trend signal.
Information Table: A compact table provides an at-a-glance summary of all currently active signals.
Suggested Use and Interpretation
Here are a few ways to incorporate this indicator into your analysis:
Following the Trend: Use the "Long" or "Short" trend signals to align your trades with the prevailing market momentum.
Spotting Reversals: Watch for "Oversold" or "Overbought" reversal signals, often accompanied by chart shapes, to identify potential market turning points.
Combining Signals: Use the primary trend signal for context and look for reversal signals that may indicate a pullback within the larger trend, potentially offering favorable entry points.
Customization Options:
You can tailor the indicator's behavior and appearance through several settings:
Core Settings: Adjust the Calculation Period and Smooth Length to make the main line more or less responsive to price movements.
Signal Thresholds: Fine-tune the Long threshold and Short threshold to control how easily trend signals are triggered.
Visual Settings: Toggle various visual elements like the indicator band, candle coloring, and the information table on or off.
Table Settings: Customize where the information table appears and its size to suit your chart layout.
⚠️Disclaimer
This indicator is a tool for technical analysis and does not guarantee future results. It should be used as part of a comprehensive trading strategy that includes other analysis techniques and strict risk management. The creators are not responsible for any financial decisions made based on its signals.
Moving Averages
Super Smart v1Here’s a full breakdown of its **features and options** grouped by function 👇
---
## 🧩 1. **User Inputs (Settings Menu)**
These are the configurable options visible in the TradingView indicator settings:
### **EMA Settings**
| Parameter | Default | Description |
| ------------- | ------- | ------------------------------------- |
| `emaShortLen` | 20 | Main fast EMA length |
| `emaLongLen` | 50 | Main slow EMA length |
| `emaExtraLen` | 100 | Extra (longer-term) EMA length |
| `smmaLen` | 14 | SMMA (Smoothed Moving Average) period |
### **Extra EMA Option**
| Parameter | Default | Description |
| ------------- | ------- | ----------------------------------------- |
| `useExtraEMA` | ✅ true | Enables additional EMA 9/21 cross signals |
### **RSI Settings**
| Parameter | Default | Description |
| ------------- | ------- | ---------------------------- |
| `rsiPeriod` | 14 | RSI period |
| `overbought` | 70 | RSI overbought threshold |
| `oversold` | 30 | RSI oversold threshold |
| `divLookback` | 5 | RSI divergence lookback bars |
### **Fibonacci Settings**
| Parameter | Default | Description |
| ----------------- | ------- | --------------------------------------------------------- |
| `fibLookbackBars` | 100 | Bars to look back for Fib high/low |
| `fibTolerance` | 0.01 | How close price must be to a Fib level to count as “near” |
### **Dashboard Settings**
| Parameter | Default | Options |
| ----------------- | ----------- | ------------------------------------------------------ |
| `dashboardPosOpt` | "Top Right" | “Top Left”, “Top Right”, “Bottom Left”, “Bottom Right” |
---
## 📊 2. **Indicators Calculated**
The script calculates and plots several core technical indicators:
* **EMA 20**, **EMA 50**, **EMA 100**
* **SMMA 14**
* **VWAP**
* *(Optional)* **EMA 9** and **EMA 21** (for secondary cross signals)
* **RSI (14)** with thresholds at 30, 50, and 70
* **Fibonacci retracement levels** (0.236 → 0.886 range)
* **RSI Divergences** (bullish and bearish)
* **External SMA(10) crossover signals**
---
## ⚙️ 3. **Trading Conditions**
These generate the **buy/sell signals**:
| Signal | Logic Summary |
| -------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Super Smart Buy** | Bullish trend (EMA20 > EMA50, price > VWAP), price above SMMA, RSI or EMA cross or SMA cross, near Fib level |
| **Super Smart Sell** | Bearish trend (EMA20 < EMA50, price < VWAP), price below SMMA, RSI or EMA cross or SMA cross, near Fib level |
| **BOOST Buy** | Super Smart Buy + RSI momentum > 50 or bullish RSI divergence |
| **BOOST Sell** | Super Smart Sell + RSI momentum < 50 or bearish RSI divergence |
Each condition has its own **plotshape** (visual icon on chart).
---
## 💪 4. **Signal Strength Calculation**
The indicator computes a **“Signal Strength”** percentage (0–100%) based on eight contributing factors:
1. Trend direction (EMA20 vs EMA50, and VWAP relation)
2. EMA9/21 cross
3. SMMA position
4. RSI crossovers
5. RSI momentum
6. Divergences
7. Fibonacci proximity
The result is shown on the dashboard with a **color gradient**:
* **Green** → Strong signal (≥71%)
* **Orange** → Medium strength (31–70%)
* **Red** → Weak (<30%)
---
## 🧭 5. **Dashboard Display**
The built-in dashboard shows:
| Row | Label | Displayed Info |
| --- | ------------------- | --------------------------------------------------------------------------- |
| 1 | **Signal** | “SMART BUY ✅”, “BOOST BUY 🚀”, “SMART SELL ⛔”, “BOOST SELL ⚡”, or “NEUTRAL” |
| 2 | **Trend** | “Bullish”, “Bearish”, or “Sideways” |
| 3 | **RSI** | Current RSI value |
| 4 | **Near Fib?** | YES/NO |
| 5 | **EMA 9/21** | Bullish / Bearish / Disabled |
| 6 | **Signal Strength** | % (with color-coded background) |
Dashboard position is user-selectable (corners of the chart).
---
## 🟢 6. **Visual Plot Elements**
* EMA lines (20/50/100)
* SMMA line
* VWAP line
* Optional EMA9/21 lines
* Buy/Sell arrows:
* 🔼 **Green** = Smart Buy
* 🔽 **Red** = Smart Sell
* 🚀 **Aqua** = Boost Buy
* ⚡ **Purple** = Boost Sell
* Small circles for EMA9/21 crosses
---
## 🧠 7. **Summary of Features**
✅ Multi-timeframe EMA strategy
✅ RSI + Divergence detection
✅ Fibonacci confluence detection
✅ VWAP-based trend filtering
✅ Dynamic signal strength meter
✅ “Boost” (enhanced) signal logic
✅ Visual dashboard (movable)
✅ Extra EMA 9/21 system toggle
---
┌────────────────────────┐
│ MARKET DATA (price) │
└──────────┬─────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ CORE INDICATORS │
├──────────────────────────────────────────────┤
│ EMA20 / EMA50 / EMA100 / EMA9 / EMA21 │
│ SMMA14 │
│ VWAP │
│ RSI (14) │
│ Fibonacci Levels (Lookback 100 bars) │
│ RSI Divergences │
│ SMA10 (for external crossover) │
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ TREND FILTERS │
├──────────────────────────────────────────────┤
│ Bullish Trend: EMA20 > EMA50 AND close > VWAP│
│ Bearish Trend: EMA20 < EMA50 AND close < VWAP│
│ Above SMMA14 → Bullish bias │
│ Below SMMA14 → Bearish bias │
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ ENTRY TRIGGERS │
├──────────────────────────────────────────────┤
│ RSI Crosses: │
│ - Overbought (Sell) │
│ - Oversold (Buy) │
│ - Midline 50 momentum crosses │
│ EMA Crosses: │
│ - EMA20/50 Bull or Bear │
│ - (Optional) EMA9/21 Bull or Bear │
│ External SMA10 crossover │
│ Fibonacci proximity (near key retrace level) │
│ RSI Divergence (Bullish or Bearish) │
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ SUPER SMART BASE SIGNALS │
├──────────────────────────────────────────────┤
│ SMART BUY = BullTrend + AboveSMMA + │
│ (RSI Buy OR EMA Cross OR SMA X) │
│ + Near Fibonacci Level │
│ │
│ SMART SELL = BearTrend + BelowSMMA + │
│ (RSI Sell OR EMA Cross OR SMA X)│
│ + Near Fibonacci Level │
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ BOOST CONFIRMATIONS │
├──────────────────────────────────────────────┤
│ BOOST BUY = SMART BUY + (RSI>50 OR BullDiv) │
│ BOOST SELL = SMART SELL + (RSI<50 OR BearDiv)│
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ SIGNAL STRENGTH CALCULATION (0–100%) │
├──────────────────────────────────────────────┤
│ Points added for: │
│ - Trend alignment │
│ - EMA crosses │
│ - SMMA position │
│ - RSI momentum │
│ - Divergence │
│ - Near Fibonacci │
│ Output = (Total / Max 8) × 100% │
└──────────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────────┐
│ DASHBOARD │
├──────────────────────────────────────────────┤
│ Displays: │
│ - Signal Type (Buy/Sell/Boost/Neutral) │
│ - Trend Direction │
│ - RSI Value │
│ - Near Fib (Yes/No) │
│ - EMA 9/21 Status │
│ - Signal Strength (%) + Color Gradient │
│ Position: user-selectable (corner) │
└──────────────────────────────────────────────┘
Talandra TI – NQ LiteTalandra TI – NQ Lite Edition
Talandra TI – NQ Lite is a technical indicator created for disciplined futures trading on the NASDAQ 100 E-mini and Micro contracts (NQ1!). It is specifically calibrated for the five-minute and one-hour timeframes and is intended for traders who rely on objective directional alignment rather than discretionary signaling. The indicator incorporates a structured confluence of market components, including long-term trend structure through a 120-period simple moving average, momentum validation via short-term exponential and MACD crossovers, volatility screening through ATR-based range logic, and institutional participation assessment using relative volume analysis. All calculations are bound to the active chart price, ensuring the indicator remains visually synchronized with price movement without lag or drift.
The Lite Edition is designed for execution clarity and performance efficiency. By removing labels, commentary, and auxiliary markings, it presents only the essential directional outputs in the form of live BUY and SELL signals. This presentation style supports both discretionary and alert-based trading approaches, while maintaining full non-repainting integrity. Each signal reflects confirmed market alignment rather than early or speculative entry triggers, making the tool appropriate for structured systems, rule-based trading, and algorithmic integration.
Talandra TI – NQ Lite is intended for application on NASDAQ futures exclusively, with performance optimized on the five-minute chart for intraday decision-making and the one-hour chart for macro directional posture. It is not designed for countertrend entry, mean reversion, or adaptation across equity or cryptocurrency markets without modification. The indicator does not include risk management functions; users must provide their own stop-loss, position sizing, and capital control protocols. It is expressly a directional confirmation tool rather than a complete trading system.
This indicator does not provide financial advice or trading recommendations. It is offered purely for educational and informational purposes. Futures and derivatives trading involve significant risk, including the potential for substantial financial loss. No guarantee of accuracy, profitability, or trading performance is expressed or implied. Users accept full responsibility for all trade execution, including risk evaluation and capital exposure.
Talandra TI – NQ Lite is authored by JD Harmelin, with a focus on systematic market structure and momentum-based confirmation logic. The current release is Version 1.0, first published in 2025, representing the initial implementation of price-locked execution logic and macro trend integration. All rights are reserved. Redistribution or commercial use of this script without explicit written permission is prohibited. Use of this indicator constitutes acknowledgment and acceptance of full responsibility for any trading outcomes resulting from its application.
MCX RSI Screener (5m,15m,1D)A complete multi-timeframe RSI screener designed for MCX commodities.
It automatically fetches RSI values from 5-minute, 15-minute, and 1-day timeframes for up to 10 selected MCX symbols — all in one compact table.
Rocket Scalper 1.0 Bullish onlyThis is a premium, invite-only strategy designed for high-frequency, bullish micro-scalping. It is engineered to identify and exploit fast continuation moves during peak market activity, prioritizing high win-rate results over high individual R:R targets.
🛡️ The Strategy's Proprietary Edge
The Rocket Scalper 1.0 operates based on three independent, proprietary logic blocks that must align before a trade is considered:
Adaptive Trend Filter: Uses a unique dual-period moving average system to ensure entries are only generated in alignment with the prevailing short-term trend direction.
Market Momentum Validator: A proprietary momentum reading that confirms institutional interest and sufficient price velocity, filtering out slow, choppy movements.
Volume Confirmation Engine: Requires a validated surge in trading volume to confirm the strength and sustainability of the breakout, significantly reducing false signals.
Trade Execution Window: To maximize efficiency and signal quality, trading is strictly limited to the most liquid hours: US Session (8:00 AM - 4:00 PM ET / 12:00 - 20:00 UTC).
💰 Risk Management & Performance Focus
This strategy is built for capital preservation and compounding:
Dynamic Loss Control: Employs an Adaptive ATR Stop Loss that automatically adjusts to current market volatility, ensuring tight, controlled losses. You can fine-tune its tightness using the Vol. SL Multiplier setting.
Dual-Phase Profit System: Positions are split, with the first half securing a 1:1 R target quickly, and the second half utilizing a custom Trailing Stop system to capture extended runs.
Breakeven Security: An optional feature automatically moves the stop to a minimum profit level after a small favorable move, effectively making the trade risk-free.
⚙️ Key Customization Parameters
The strategy includes key adjustable settings for optimization without revealing the core logic: Trend Sensitivity, Vol. SL Multiplier, Trail Multiplier, and Confirmation Threshold.
🔒 Access & Membership Information (Crucial for Stan Store)
This is a premium, invite-only script. Access is granted only upon successful membership application.
To begin the access process and for all membership details, please review the information located in the Author's Signature directly below this description.
Access permissions are granted manually to your TradingView account after verification of your membership.
⚠️ Mandatory Risk Disclaimer
RISK DISCLOSURE: This strategy is provided for educational and informational use only. It does not constitute financial or trading advice, and is not a recommendation to trade any financial instrument. Trading carries a high risk of loss. Consult a professional financial advisor. Past performance is not an indicator of future results. By using this script, you accept full responsibility for all trading decisions.
ZynAlgo TrendlineZynAlgo Trendline is an advanced multi-layer trend detection system built to simplify trade entries and exits with precision.
It automatically identifies key trend alignments using three moving averages (Type 1, Type 2, and Main Trendline) — combining multi-timeframe confluence, slope-based trend filtering, and touch-confirmation logic for accurate entry timing.
💡 Key Highlights:
Auto trendline system for clear market direction.
Multi-Timeframe confluence (up to 8 TFs) to confirm trend strength.
Slope-based filter to eliminate choppy or sideways market conditions.
Dynamic Stop Loss & Take Profit management (Structure, MA, or ATR modes).
Integrated dashboard with live entry status, SL/TP levels, and session filters.
Whether you’re a trend follower or swing trader, ZynAlgo Trendline provides all the structure and automation you need to trade confidently with clear visual logic.
Access to ZynAlgo Trendline is available only for verified members.
To request access:
1️⃣ Visit zynalgo.com
and create your account.
2️⃣ Choose your plan.
3️⃣ After purchase, submit your TradingView username via form on email or support chat.
4️⃣ Access will be granted within 24 hours.
Dynamic 21 SMA Zone S/R (Weekly and 2-Day)This custom indicator creates a dynamic support and resistance zone based on the 21-period Simple Moving Average (SMA) from the weekly timeframe and the 21-period SMA from the 2-day timeframe. The zone is visible and functional across all chart timeframes, adapting seamlessly to provide multi-timeframe insights.
Color Logic:
Green: When the current price is fully above the upper boundary of the zone, indicating potential bullish strength or a support level.
Gray: When the price is fully below the lower boundary, signaling potential bearish pressure or a resistance level.
Light Blue: When the price is within the zone (between the two SMAs), representing a neutral "no man's land" where the market is indecisive.
As the two SMAs converge or diverge, the zone naturally thins or widens, visually reflecting changes in market momentum—such as a thinning green zone during a potential reversal. Ideal for higher-timeframe swing trading to identify key levels, this indicator is also useful on lower timeframes for gauging the relative position of these SMAs, helping traders align short-term moves with broader trends.
Dual EMA Trend Ribbon (Multi-Timeframe Trend Confirmation) Dual EMA Trend Ribbon (Multi-Timeframe Trend Confirmation)
This Pine Script indicator creates a visually clear representation of trend direction using two overlaid Exponential Moving Average (EMA) Ribbons, which allows traders to assess both short-term and medium-term momentum at a glance.
How It Works:
The indicator plots two separate EMA ribbons, each calculated using a distinct set of periods, simulating a multi-timeframe approach on a single chart:
Inner (Fast) Ribbon (Defaults 10/30): Represents the fast-moving, short-term trend.
Green: Fast EMA 1 > Slow EMA 1 (Short-term Bullish)
Red: Fast EMA 1 < Slow EMA 1 (Short-term Bearish)
Outer (Slow) Ribbon (Defaults 40/50): Represents the slower, medium-term trend.
Darker Green/Red: Indicates the overall, underlying market bias.
How to Use:
Strong Trend Confirmation: A strong signal occurs when both ribbons are aligned (e.g., both are Green). This suggests that short-term momentum aligns with the medium-term bias.
Trend Weakness/Reversal: Pay attention when the two ribbons cross or when the fast ribbon changes color against the slow ribbon's color (e.g., fast ribbon turns Red while the slow ribbon remains Green). This often signals a temporary pullback or potential reversal of the underlying trend.
Settings: Users can easily adjust the four input periods (Fast EMA 1, Slow EMA 1, Fast EMA 2, Slow EMA 2) to customize the sensitivity to any trading style or asset.
SwingX Pro Buy Sell Signal Indicator – Swing Breakouts |AlgoFluxSwingX Pro Buy Sell Signal Indicator – Swing Breakouts + Liquidity Zones | AlgoFlux
SwingX Pro by AlgoFlux is a premium Buy-Sell Signal Indicator that identifies swing breakouts, liquidity zones, and trend shifts with precision. Perfect for swing & intraday traders who want clear market structure visualization and professional confluence confirmation — all in one clean dashboard.
The SwingX Pro is an advanced Buy & Sell Signal Indicator engineered for swing and intraday traders who demand clarity and precision.
It combines powerful market structure tracking, breakout detection, and liquidity-zone mapping into a single visual dashboard — helping traders capture high-probability moves with professional accuracy.
🔹 Key Features
✅ Smart Buy & Sell signal system
✅ Auto-detected Swing Breakouts & Liquidity Zones
✅ Multi-timeframe alignment panel
✅ Dynamic support & resistance visualization
✅ Clean, minimal dashboard for quick decision making
✅ Works across NSE, Forex, Crypto, and Commodities
📞 AlgoFlux Contact Info
🌐 Website: www.AlgoFluxIndicator.com
🛒 Shop Now: algofluxindicator.com
📩 Email: algofluxindicator@gmail.com
💬 Telegram Support: t.me
📢 Telegram Channel: t.me
📸 Instagram: www.instagram.com
📊 TradingView: www.tradingview.com
📺 YouTube: www.youtube.com
3 EMA Cross - TNT3 EMA Cross
- Length: short, middle, long
- Cross: short & middle, short & long, middle & long
VWAP TrendThe VWAP Trend indicator is a powerful visualization tool that blends a smoothed Volume-Weighted Average Price (VWAP) with a trend-following EMA to reveal the underlying market bias in a clear, color-coded format.
Unlike a standard VWAP that only resets intraday, VWAP Trend allows traders to anchor VWAP calculations to Daily, Weekly, or Monthly sessions. This flexibility makes it suitable for all trading styles — from intraday scalping to long-term swing analysis.
The smoothed VWAP provides a stable representation of the true average price weighted by volume, while the EMA reflects the prevailing market trend. When the EMA remains above the VWAP, the indicator highlights bullish conditions with blue tones. When it moves below, bearish momentum is displayed with orange tones.
Features
Adjustable VWAP anchor timeframe (Daily, Weekly, or Monthly)
Smoothed VWAP for reduced noise and improved accuracy
Dynamic EMA overlay for real-time trend detection
Color-coded shading between price and VWAP
Minimalist design ideal for clean chart analysis
How to Use
Select your preferred VWAP anchor timeframe.
Observe how the shading color shifts between blue (bullish) and orange (bearish).
Use these transitions to gauge market bias, confirm trade setups, or identify potential mean reversion zones.
Marin Andrei - EMA 20-30 Price Alerts • Regime + Session Filter A clean and reliable trend-following alert system based on the 20 EMA and 30 EMA crossover zone, enhanced with multiple smart filters to eliminate noise and false signals. - configurable.
Core features:
✅ Trend confirmation: Buy only when price is above both EMAs; sell only when below.
📈 Slope & momentum filters: Optional slope and ATR-based spread validation.
🕒 Regime filter: Trade only in the direction of the higher-timeframe EMA trend (e.g., 200 EMA).
⏰ Session control: Limit signals to your preferred trading hours.
🔔 Built-in alerts: Instant notifications for clean buy/sell conditions.
Perfect for traders who want EMA-based precision entries with smarter filters for volatility, session timing, and overall market regime.
Multi-TF MA Overlay (Double + Regular)Displays multiple moving averages from various timeframes (1m–30m) overlaid on a single chart.
Includes two independent MA sets for comparison and a same-timeframe regular MA.
All parameters are customizable.
Disclaimer: For visual analysis only — not financial advice.
aEMA Cross - Long EditionaEMA Cross – Long Edition
Smart, Automated, and Rule-Based Trading Framework
Overview:
The aEMA Cross – Long Edition is an advanced automated trading system that intelligently identifies trends, filters weak signals, and manages trades with precision. It integrates EMA crossover logic, breakout candle confirmation, and time-based exits to help traders capture consistent opportunities while minimizing risk and manual intervention.
Designed and developed with algorithmic trading platforms in mind, the indicator can be seamlessly integrated with most Algo platforms through TradingView alerts for automated execution.
Note: The default setup is optimized for the ETHUSD chart.
Core Concept:
The strategy is built around two Exponential Moving Averages (EMAs):
- Short EMA – Responds quickly to short-term market changes.
- Long EMA (default 200) – Represents the overall market trend.
When the Short EMA crosses specific buffer zones around the Long EMA, it confirms genuine momentum before generating Buy or Sell signals. This ensures cleaner and more reliable trade entries.
Key Features:
1. Signal Generation
• Dual logic modes: Candle-based or EMA-based signal detection.
• Breakout Candle System to confirm strong price movements before entries.
• Integrated RSI and ADX filters to ensure trades occur only in favorable market conditions.
2. Smart Trade Management
• Automated Target and Stoploss management.
• Trailing Stop Loss (TSL) dynamically locks in profits as prices move favorably.
• Sequential Signal Logic ensures no repeated or conflicting trade signals.
3. Universal Exit (Time-Based Auto Exit)
• Automatically exits all positions at a specified time (e.g., 23:40).
• Works consistently across all timeframes (1m, 3m, 5m, etc.).
• Can be configured for selected weekdays or every trading day.
• Prevents overnight exposure and resets trading cleanly for the next session.
4. Safety and Control
• EMA buffer zones help avoid false breakouts and choppy market signals.
• Blocks new entries after a Universal Exit until a fresh crossover occurs.
• Automatically resets breakout levels and internal logic daily for consistency.
5. Visualization and Alerts
• Plots EMAs, buffer zones, breakout levels, and entry/exit markers directly on the chart.
• Highlights the Universal Exit visually with background shading.
• Sends real-time alerts for Buy, Sell, Exit, and Universal Exit events.
Why It Stands Out:
• Works reliably across multiple timeframes.
• Fully rule-based with no emotional bias.
• Highly customizable – adjust filters, targets, buffers, and exit rules as needed.
• Complete framework – handles entry, management, and exit automatically.
• Engineered for compatibility – can be integrated with most Algo trading platforms.
How It Works:
1. The Short EMA and Long EMA define the primary market direction.
2. A breakout or EMA crossover triggers a potential signal.
3. RSI and ADX filters confirm market strength before allowing entry.
4. Target, Stoploss, and TSL manage trades automatically.
5. Universal Exit closes all trades at a defined time, resetting the logic for the next session.
How to Use:
1. Apply the aEMA Cross – Long Edition indicator to your chart.
2. Choose your primary logic: Candle-based or Short EMA-based.
3. Adjust RSI, ADX, Buffer, and Target/SL settings according to your trading style.
4. Configure Universal Exit time and alert options.
5. Use the “Once Per Bar Close” alert type for confirmed signals.
6. Always backtest your configuration before enabling automation or live execution.
Important Note on Alert Setup:
- When using the RSI filter, signals may fluctuate if RSI hovers near the trigger level. To avoid this, use “Once Per Bar Close” for stable and confirmed alerts.
- If RSI is disabled, “Once Per Bar” alerts can be safely used, even when the Breakout Candle High/Low Crossover option is enabled.
Disclaimer:
• This strategy is intended for educational and research purposes only.
• It does not guarantee profits. Always perform proper backtesting and apply sound risk management before live trading.
• The author is not responsible for any financial losses resulting from its use.
Developer Information:
Developer: ikunalsingh
Built using AI + the best of human logic.
MA Cloud - Desh videsh TradingDescription:
Visualize market trends with ease using the MA Cloud + Configurable Long-Term MA indicator! This tool allows traders to quickly assess short-to-medium-term and long-term trends using customizable moving averages (EMA, WMA, SMA).
Features:
MA Cloud (35–65 default):
Represents a zone of short-to-medium term trend.
Cloud turns green when above the long-term MA → bullish trend.
Cloud turns red when below the long-term MA → bearish trend.
Gray when the trend is neutral or mixed.
Long-Term MA Line:
Fully configurable MA type (EMA/WMA/SMA) and length (default 200).
Acts as a filter for overall market trend.
Trend Label:
Displays “TREND: BULL / BEAR / NEUTRAL” on the latest bar.
Provides quick visual reference of market direction.
Customizable Inputs:
Choose MA type for each cloud line: EMA, WMA, or SMA
Adjust MA lengths for cloud lines and long-term trend line
Customize cloud and line colors for better chart visualization
How to Use:
Bullish Trend: Cloud above long-term MA → focus on long positions
Bearish Trend: Cloud below long-term MA → focus on short positions
Neutral Trend: Cloud overlapping long-term MA → avoid directional trades
VWAL Cloud + 200 Trend (v6) — Desh Videsh TradingDescription:
Visualize market trends easily with the VWAL Cloud + 200 Trend Indicator! This indicator is designed for traders who want a clear, intuitive view of trend direction using volume-weighted average lines (VWAL).
Features:
VWAL Cloud :
Shows the short-to-medium term trend zone.
Turns green when the cloud is above the 200-period VWAL (bullish).
Turns red when the cloud is below the 200-period VWAL (bearish).
Gray when the trend is neutral or mixed.
VWAL 200 Line:
Represents the long-term trend filter.
Helps identify overall market direction.
Trend Label:
Displays “TREND: BULL / BEAR / NEUTRAL” on the latest bar for quick visual reference.
How to Use:
Bullish Trend: Cloud above VWAL-200 → look for long setups.
Bearish Trend: Cloud below VWAL-200 → look for short setups.
Neutral Trend: Cloud overlapping VWAL-200 → avoid taking directional trades.
Customizable Inputs:
Cloud periods: can be changed as per your strategy
VWAL 200 period: adjust to suit longer-term trend detection
Cloud & line colors for personal preferences
Uptrick: Volatility Adjusted TrailIntroduction
The "Uptrick: Volatility Adjusted Trail" is a dynamic trailing band indicator. It adapts in real time to changing market conditions by adjusting both to volatility and trend consistency. Inspired by Supertrend-style logic, it enhances traditional approaches by introducing adaptive mechanisms for more context-sensitive behavior in both trending and consolidating environments.
Overview
This indicator combines an exponential moving average (EMA) as its basis with an Average True Range (ATR)-derived multiplier that adjusts dynamically. Unlike fixed-multiplier tools, this indicator modifies its band distances in real time according to volatility expansion and trend persistence. The result is a trailing system that adapts to the prevailing market regime, providing traders with clearer signals for trend bias, stop placement, and potential momentum shifts.
Originality
The script’s originality lies in its multi-layered approach to trail calculation. It introduces a real-time ATR multiplier adjustment driven by two factors: a volatility expansion ratio and a trend persistence model. The expansion ratio compares the current ATR to its moving average, making the indicator more sensitive during volatile conditions and less sensitive during quieter periods. The trend persistence model assesses directional consistency to widen the bands during sustained trends. This dual adjustment method creates a system that evolves with market behavior, making it more responsive and adaptive than static-band or fixed-multiplier alternatives.
Components & Inspiration
This indicator was designed with specific components that work together:
Exponential Moving Average (EMA): Chosen as the central baseline because it responds faster to recent price changes than a simple moving average, providing a more current reference for trailing bands.
Average True Range (ATR): Used as the volatility measure because it accounts for both intraday and gap movement, making it a robust and widely accepted standard for market volatility.
Dynamic Multiplier: The multiplier is adjusted by both volatility expansion and trend persistence to produce bands that tighten during low volatility and widen during consistent trends. This combination was chosen to give the indicator the ability to self-regulate across different market regimes.
Trend Persistence Model: Integrated to assess directional consistency, ensuring the bands expand during strong trends, which can prevent premature stop-outs.
Flip Confirmation Logic: Added to filter out noise by requiring multiple bar closes beyond a band before confirming a state change, reducing false reversals.
For inspiration, the indicator draws on the core idea behind Supertrend—using a baseline and volatility-derived bands to define trailing stop levels. However, while Supertrend uses a fixed ATR multiplier, this indicator introduces a dynamic multiplier system and persistence weighting, making it more adaptive and suited for varying conditions.
Inputs and Parameters
Basis EMA Length
Defines the period for the EMA that serves as the core price reference.
ATR Length
Sets the lookback period for the Average True Range calculation used in band spacing.
Base ATR Mult
The base multiplier applied to ATR before adjustments. Forms the starting scale of the band offset.
Volatility Expansion Sensitivity
Controls how strongly the band spacing reacts to short-term volatility bursts. Higher values create more pronounced band expansions or contractions.
Trend Persistence Window
Determines how many bars are used to calculate directional trend consistency using a smoothed step function.
Persistence Impact
Scales how much influence the trend persistence has on band widening. Values range from 0 (no effect) to 1 (maximum effect).
Min Effective Mult
Sets the minimum value that the adjusted multiplier can reach. Prevents the bands from becoming too narrow.
Max Effective Mult
Sets the maximum value the adjusted multiplier can reach. Prevents the bands from over-expanding during high volatility.
Bars Above/Below to Confirm Flip
Number of consecutive bars required to close above or below the opposing trail before confirming a bullish or bearish flip. Helps reduce noise and false signals.
Show Flip Labels
Enables or disables the display of flip markers on the chart.
Label Size
Allows users to adjust the size of flip labels from Tiny to Huge.
Label ATR Offset
Adjusts the vertical placement of flip labels in relation to the trail using an ATR-based offset.
Features and Logic
EMA Basis: All calculations stem from an EMA that tracks the centerline of price action.
Dynamic ATR Multiplier: The ATR multiplier adjusts in real time based on volatility expansion and trend persistence.
Clamped Multiplier: The adjusted multiplier is limited between user-defined minimum and maximum values to keep the band scale practical.
Upper and Lower Bands: Bands are plotted above and below the EMA using the dynamic multiplier and ATR values.
Trailing Logic: The script uses Supertrend-style trailing logic, updating the active band in the current trend direction and resetting the opposite band.
Trend State Detection: A state variable tracks the current market regime (bullish, bearish, or neutral). Transitions are confirmed only after a user-specified number of bars close beyond the respective bands.
Visual Elements: Trail lines and fill zones are color-coded (bullish cyan, bearish magenta). Candlestick and bar colors match the trend state. Optional flip labels mark confirmed transitions.
Alerts: Built-in alert conditions allow users to receive real-time notifications for bullish or bearish flips.
Usage Guidelines
This indicator can be used for:
Defining context-aware dynamic stop levels that adjust with market behavior.
Identifying trend direction and reversal points based on adaptive logic.
Filtering entry or exit signals during trending vs. consolidating conditions.
Supplementing trade management strategies with responsive visual markers.
Entering long or short positions based on the appearance of flip labels and managing stop losses by following the adaptive trail.
Traders may tune the parameters to suit different trading styles or timeframes. For example, lower ATR and EMA values may suit intraday setups, while longer settings may benefit swing or positional trading.
Summary
The "Uptrick: Volatility Adjusted Trail" provides a flexible, adaptive trailing band system that accounts for both volatility and directional consistency. By combining an EMA baseline with a dynamic ATR multiplier influenced by volatility expansion and trend persistence, it creates a context-sensitive trailing system that aligns with changing market conditions. Customizable confirmation, flip labels, alerts, and dynamic visual cues make it a versatile tool for trend-following, breakout filtering, and trailing stop logic.
Disclaimer
This indicator is provided for educational and research purposes only. It does not constitute financial advice. Trading involves risk, and past performance does not guarantee future results. Always conduct your own analysis and risk management before making trading decisions.
Zay Gwet Alert (Breakout→Retest→Confirm)EMA 9, VWAP, ORB (15-minute), Breakout, and Retest alerts are available within this application. It is particularly suitable for options day traders. Please note that this indicator is intended for educational purposes only and does not constitute financial advice. Trading involves inherent risks; therefore, it is essential to conduct your own research prior to making any trading decisions.
Continuation Suite v1 — 5m/15mContinuation Suite v1 — 5m/15m (Non-Repainting, S/R + Trend Continuation)
What it does
Continuation Suite v1 is a practical intraday toolkit that combines non-repainting trend-continuation signals with auto-built Support/Resistance (S/R) from confirmed pivots. It’s designed for fast, liquid names on 5m charts with an optional 15m higher-timeframe (HTF) overlay. You get: stacked-EMA bias, disciplined pullback+reclaim entries, optional volume/volatility gates, a “Strong” signal tier, solid S/R lines or zones, and a compact dashboard for fast reads.
⸻
Why traders use it
• Clear bias using fast/mid/slow EMA stacking.
• Actionable entries that require a pullback, a reclaim, and (optionally) a minor break of prior extremes.
• Signal quality gates (volume vs SMA, ATR%, ADX/DI alignment, EMA spacing, slope).
• Non-repainting logic when “Confirm on Close” = ON. Intrabar previews show what’s forming, but confirmed signals only print on bar close.
• S/R that matters: confirmed-pivot lines or ATR-sized zones, optional HTF overlay, and auto de-dup to avoid clutter.
⸻
Signal construction (no magic, just rules)
Bullish continuation (base):
1. Trend: EMA fast > EMA mid > EMA slow
2. Pullback: price pulls into the stack (lowest low or close vs EMA fast/mid over a lookback)
3. Reclaim: close > EMA fast and close > open
4. Break filter (optional): current bar takes out the prior bar’s high
5. Filters: volume > SMA (if enabled) and ATR% ≤ max (if enabled)
6. Cooldown: a minimum bar gap between signals
Bearish continuation (base): mirror of the above.
Strong signals: base conditions plus ADX ≥ threshold, DI alignment (DI+>DI- for longs; DI->DI+ for shorts), minimum EMA-spacing %, and minimum fast-EMA slope.
Reference stops:
• Longs: lowest low over the pullback lookback
• Shorts: highest high over the pullback lookback
Alerts are included for: Bullish Continuation, Bearish Continuation, STRONG Bullish, STRONG Bearish.
⸻
S/R engine (current TF + optional HTF)
• Builds S/R from confirmed pivots only (left/right bars).
• Choose Lines (midlines) or Zones (ATR-sized).
• Zones merge when a new pivot lands near an existing zone’s mid (ATR-scaled epsilon).
• Touches counter tracks significance; you can require a minimum to draw.
• HTF overlay (default 15m) draws separate lines/zones with tiny TF tags on the right.
• De-dup option hides current-TF zones that sit too close to HTF zones (ATR-scaled), reducing overlap.
• Freeze on Close (optional) keeps arrays stable intrabar; snapshots show levels immediately as bars open.
⸻
Presets
• Auto: Detects QQQ-like tickers (QQQ, QLD, QID) or SoFi; else defaults to Custom.
• QQQ: Tighter ATR% and EMA settings geared to index-ETF behavior.
• SoFi: Wider ATR allowances and longer mid/slow for single-name behavior.
• Custom: Expose all key inputs to tune for your product.
⸻
Dashboard (top-right)
• Preset in use
• Bias (Bullish CONT / Bearish CONT / Neutral)
• Strong (Yes/No)
• Volatility (ATR% bucket)
• Trend (ADX bucket)
• HTF timeframe tag
• Volume (bucket or “off”)
• Signals mode (Close-Confirmed vs Intrabar)
⸻
Inputs you’ll actually adjust
Trend/Signals
• Fast/Mid/Slow EMA lengths
• Pullback lookback, Min bars between signals
• Volume filter (vol > SMA N)
• ATR% max filter (cap excessive volatility)
• Require break of prior bar’s high/low
• “Strong” gates: min EMA slope, min EMA spacing %, ADX length & threshold
Support/Resistance
• Lines vs Zones
• Pivot left/right bars
• Extend left/right (bars)
• Max pivots kept (current & HTF)
• Zone width (× ATR), Merge epsilon (× ATR), Min gap (× ATR)
• Min touches, Max zones per side near price
• De-dup current TF vs HTF (× ATR)
Repainting control
• Confirm on Close: when ON, signals/SR finalize on bar close (non-repainting)
• Freeze on Close: freeze S/R intrabar with snapshot updates
• Show previews: translucent intrabar labels for what’s forming
⸻
How to use it (straightforward)
1. Load on 5-minute chart (baseline). Keep Confirm on Close ON if you hate repainting.
2. Use Bias + Strong + S/R context. If a long prints into HTF resistance, you have information.
3. Manage risk off the reference stop (pullback extreme). If ATR% reads “Great,” widen expectations; if “Poor,” size down or pass.
4. Alerts: wire the four alert types to your workflow.
⸻
Notes and constraints
• Designed for liquid symbols. Thin books and synthetic “volume” will degrade the volume gate.
• S/R is pivot-based. On very choppy tape, touch counts help. Increase min touches or switch to Lines to declutter.
• If your chart timeframe isn’t 5m, behavior changes because lengths are in bars, not minutes. Tune lengths accordingly.
⸻
Disclaimers
This is a research tool. No signals are guaranteed. Markets change, outliers happen, slippage is real. Nothing here is financial advice—use your own judgment and risk management.
⸻
Author: DaddyScruff
License: MPL-2.0 (Mozilla Public License 2.0)
Multiple Smoothed Moving AveragesMultiple Smoothed Moving Averages (SMMAs)
This indicator displays up to 5 Smoothed Moving Averages (SMMAs) on your chart, providing a comprehensive view of multiple trend timeframes simultaneously.
═══════════════════════════════════════
WHAT IS A SMOOTHED MOVING AVERAGE?
═══════════════════════════════════════
The Smoothed Moving Average (SMMA), also known as the Running Moving Average (RMA), is a type of moving average that provides more smoothing than a Simple Moving Average (SMA).
Unlike SMA which gives equal weight to all values in the period, SMMA uses a recursive formula that gives more weight to previous SMMA values, resulting in:
- Smoother price action with less noise
- Slower response to recent price changes
- Better identification of longer-term trends
- Reduced false signals in choppy markets
CALCULATION METHOD:
- First value: Simple Moving Average of the initial period
- Subsequent values: (Previous SMMA × (Length - 1) + Current Price) / Length
This recursive nature makes SMMA particularly effective for identifying sustained trends while filtering out short-term volatility.
═══════════════════════════════════════
FEATURES
═══════════════════════════════════════
✓ 5 Independent SMMAs: Each with its own configurable period length
✓ Individual Toggles: Show/hide each SMMA independently
✓ Distinct Colors: Easy visual identification of each moving average
✓ Customizable Lengths: Adjust each period to match your trading strategy
✓ Shared Source: All SMMAs calculate from the same price source (default: close)
✓ Overlay Display: Plots directly on the price chart
═══════════════════════════════════════
DEFAULT SETTINGS
═══════════════════════════════════════
- SMMA 1: 30 periods (Blue)
- SMMA 2: 50 periods (Orange)
- SMMA 3: 100 periods (Green)
- SMMA 4: 200 periods (Purple)
- SMMA 5: 300 periods (Red)
All SMMAs are enabled by default.
═══════════════════════════════════════
HOW TO USE
═══════════════════════════════════════
TREND IDENTIFICATION:
- Price above all SMMAs = Strong uptrend
- Price below all SMMAs = Strong downtrend
- Price between SMMAs = Transitional phase or consolidation
SUPPORT & RESISTANCE:
- SMMAs often act as dynamic support in uptrends
- SMMAs often act as dynamic resistance in downtrends
- Longer-period SMMAs (200, 300) provide stronger S/R levels
CROSSOVER SIGNALS:
- Faster SMMA crossing above slower SMMA = Bullish signal
- Faster SMMA crossing below slower SMMA = Bearish signal
MULTIPLE TIMEFRAME ANALYSIS:
- Short-term trends: 30, 50 periods
- Medium-term trends: 100 periods
- Long-term trends: 200, 300 periods
═══════════════════════════════════════
CUSTOMIZATION
═══════════════════════════════════════
INPUTS TAB:
- Adjust each SMMA length to suit your trading timeframe
- Toggle individual SMMAs on/off using checkboxes
- Change the source (close, open, high, low, hl2, hlc3, ohlc4)
STYLE TAB:
- Modify line colors for each SMMA
- Adjust line thickness and style
- Change transparency levels
═══════════════════════════════════════
NOTES
═══════════════════════════════════════
- This indicator uses the mathematically correct SMMA calculation with the recursive formula
- All calculations are performed on every bar to ensure data consistency
- SMMAs respond more slowly than EMAs but faster than WMAs to price changes
- Best used in combination with other technical analysis tools
- Use on any timeframe
═══════════════════════════════════════
Perfect for traders who want a clear, multi-timeframe view of market trends using the smooth, reliable SMMA calculation method.
PRICE_EMA {S4SUSHO}Spot momentum transitions before the crowd — clarity meets precision with PRICE_EMA {S4SUSHO}.
This indicator helps you instantly identify higher-timeframe momentum shifts.
It highlights when the 20 EMA crosses the 200 EMA on weekly and monthly charts with distinct background colors and blended overlays when both align.
The script also plots tiny arrows where price crosses above or below the weekly 200 EMA, signaling potential long-term breakouts or breakdowns.
Clean, minimal, and designed for swing and positional traders who want fast visual confirmation of trend direction across multiple timeframes — without clutter.
Traders Club RSI, EMA Strategy 🔻 Arun 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
Arun R5.41🔻 Arun 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