AG_STRATEGY📈 AG_STRATEGY — Smart Money System + Sessions + PDH/PDL
AG_STRATEGY is an advanced Smart Money Concepts (SMC) toolkit built for traders who follow market structure, liquidity and institutional timing.
It combines real-time market structure, session ranges, liquidity levels, and daily institutional levels — all in one clean, professional interface.
✅ Key Features
🧠 Smart Money Concepts Engine
Automatic detection of:
BOS (Break of Structure)
CHoCH (Change of Character)
Dual structure system: Swing & Internal
Historical / Present display modes
Optional structural candle coloring
🎯 Liquidity & Market Structure
Equal Highs (EQH) and Equal Lows (EQL)
Marks strong/weak highs & lows
Real-time swing confirmation
Clear visual labels + smart positioning
⚡ Fair Value Gaps (FVG)
Automatic bullish & bearish FVGs
Higher-timeframe compatible
Extendable boxes
Auto-filtering to remove noise
🕓 Institutional Sessions
Asia
London
New York
Includes:
High/Low of each session
Automatic range plotting
Session background shading
London & NY Open markers
📌 PDH/PDL + Higher-Timeframe Levels
PDH / PDL (Previous Day High/Low)
Dynamic confirmation ✓ when liquidity is swept
Multi-timeframe level support:
Daily
Weekly
Monthly
Line style options: solid / dashed / dotted
🔔 Built-in Alerts
Internal & swing BOS / CHoCH
Equal Highs / Equal Lows
Bullish / Bearish FVG detected
🎛 Fully Adjustable Interface
Colored or Monochrome visual mode
Custom label sizes
Extend levels automatically
Session timezone settings
Clean, modular toggles for each component
🎯 Designed For Traders Who
Follow institutional order flow
Enter on BOS/CHoCH + FVG + Liquidity sweeps
Trade London & New York sessions
Want structure and liquidity clearly mapped
Prefer clean charts with full control
💡 Why AG_STRATEGY Stands Out
✔ Professional SMC engine
✔ Real-time swing & internal structure
✔ Session-based liquidity tracking
✔ Non-cluttered chart — high clarity
✔ Supports institutional trading workflows
Indicatori di ampiezza
ma+ko Arrowsma+ko ARROWS is a clean Supertrend-based indicator that generates precise BUY and SELL arrows without repainting after candle close.
Trend scalping ROVTradingOnly trading with bullish or bearish trend. Working fine at m5 and m15 time frame
Serenity Model VIPI — by yuu_iuHere’s a concise, practical English guide for Serenity Model VIPI (Author: yuu_iu). It covers what it is, how to set it up for daily trading, how to tune it, and how we guarantee non-repainting.
Serenity Model VIPI — User Guide (Daily Close, Non‑Repainting)
Credits
- Author: yuu_iu
- Producer: yuu_iu
- Platform: TradingView (Pine Script v5)
1) What it is
Serenity Model VIPI is a multi‑module, context‑aware trading model that fuses signals from:
- Entry modules: VCP, Flow, Momentum, Mean Reversion, Breakout
- Exit/risk modules: Contrarian, Breakout Sell, Volume Delta Sell, Peak Detector, Overbought Exit, Profit‑Take
- Context/memory: Learns per Ticker/Sector/Market Regime and adjusts weights/aggression
- Learning engine: Runs short “fake trades” to learn safely before scaling real trades
It produces a weighted, context‑adjusted score and a final decision: BUY, SELL, TAKE_PROFIT, or WAIT.
2) How it works (high level)
- Each module computes a score per bar.
- A fusion layer combines module scores using accuracy and base weights, then adjusts by:
  - Market regime (Bull/Bear/Sideways) and optional higher‑timeframe (HTF) bias
  - Risk control neuron
  - Context memory (ticker/sector/regime)
- Optional LLM mode can override marginal cases if context supports it.
- Final decision is taken at bar close only (no intrabar repaint).
3) Non‑repainting guarantee (Daily)
- Close‑only execution: All key actions use barstate.isconfirmed, so signals/entries/exits only finalize after the daily candle closes.
- No lookahead on HTF data: request.security() reads prior‑bar values (series ) for HTF close/EMA/RSI.
- Alerts at bar close: Alerts are fired once per bar close to prevent mid‑bar changes.
What this means: Once the daily bar closes, the decision and alert won’t be repainted.
4) Setup (TradingView)
- Paste the Pine v5 code into Pine Editor, click Add to chart.
- Timeframe: 1D (Daily).
- Optional: enable a date window for training/backtest
  - Enable Custom Date Filter: ON
  - Set Start Date / End Date
- Create alert (non‑repainting)
  - Condition: AI TRADE Signal
  - Options: Once Per Bar Close
  - Webhook (optional): Paste your URL into “System Webhook URL (for AI events)”
- Watch the UI
  - On‑chart markers: AI BUY / AI SELL / AI TAKE PROFIT
  - Right‑side table: Trades, Win Rate, Avg Profit, module accuracies, memory source, HTF trend, etc.
  - “AI Thoughts” label: brief reasoning and debug lines.
5) Daily trading workflow
- The model evaluates at daily close and may:
  - Enter long (BUY) when buy votes + total score exceed thresholds, after context/risk checks
  - Exit via trailing stop, hard stop, TAKE_PROFIT, or SELL decision
- Learning mode:
  - Triggers short “fake trades” every N bars (default 3) and measures outcome after 5 bars
  - Improves module accuracies and adjusts aggression once stable (min fake win% threshold)
- Memory application:
  - When you change tickers, the model tries to apply Ticker or Sector memory for the current market regime to pre‑bias module weights/aggression.
6) Tuning (what to adjust and why)
Core controls
- Base Aggression Level (default 1.0): Higher = more trades and stronger decisions; start conservative on Daily (1.0–1.2).
- Learning Speed Multiplier (default 3): Faster adaptation after fake/real trades; too high can overreact.
- Min Fake Win Rate to Exit Learning (%) (default 10–20%): Raises the bar before trusting more real trades.
- Fake Trade Every N Bars (default 3): Frequency of learning attempts.
- Learning Threshold Win Rate (default 0.4): Governs when the learner should keep learning.
- Hard Stop Loss (%) (default 5–8%): Global emergency stop.
Multi‑Timeframe (MTF)
- Enable Multi‑Timeframe Confirmation: ON (recommended for Daily)
- HTF Trend Source: HOSE:VNINDEX for VN equities (or CURRENT_SYMBOL if you prefer)
- HTF Timeframe: D or 240 (for a strong bias)
- MTF Weight Adjustment: 0.2–0.4 (0.3 default is balanced)
Module toggles and base weights
- In strong uptrends: increase VCP, Momentum, Breakout (0.2–0.3 typical)
- In sideways low‑vol regimes: raise MeanRev (0.2–0.3)
- For exits/defense: Contrarian, Peak, Overbought Exit, Profit‑Take (0.1–0.2 each)
- Keep Flow on as a volume‑quality filter (≈0.2)
Memory and control
- Enable Shared Memory Across Tickers: ON to share learning
- Enable Sector‑Based Knowledge Transfer: ON to inherit sector tendencies
- Manual Reset Learning: Use sparingly to reset module accuracies if regime changes drastically
Risk management
- Hard Stop Loss (%): 5–8% typical on Daily
- Trailing Stop: ATR‑ and volatility‑adaptive; tightens faster in Bear/High‑Vol regimes
- Max hold bars: Shorter in Bear or Sideways High‑Vol to cut risk
Alerts and webhook
- Use AI TRADE Signal with Once Per Bar Close
- Webhook payload is JSON, including event type, symbol, time, win rates, equity, aggression, etc.
7) Recommended Daily preset (VN equities)
- MTF: Enable, Source: HOSE:VNINDEX, TF: D, Weight Adj: 0.3
- Aggression: 1.1
- Learning Speed: 3
- Min Fake Win Rate to Exit Learning: 15%
- Hard SL: 6%
- Base Weights:
  - VCP 0.25, Momentum 0.25, Breakout 0.15, Flow 0.20
  - MeanRev 0.20 (raise in sideways)
  - Contrarian/Peak/Overbought/Profit‑Take: 0.10–0.20
- Leave other defaults as is, then fine‑tune by symbol/sector.
8) Reading the UI
- Table highlights: Real Trades, Win Rate, Avg Profit, Fake Actions/Win%, VCP Acc, Aggression, Equity, Score, Status (LEARNING/TRADING/REFLECTION), Last Real, Consec Loss, Best/Worst Trade, Pattern Score, Memory Source, Current Sector, AI Health, HTF Trend, Scheduler, Memory Loaded, Fake Active.
- Shapes: AI BUY (below bar), AI SELL/TAKE PROFIT (above bar)
- “AI Thoughts”: module contributions, context notes, debug lines
9) Troubleshooting
- No trades?
  - Ensure timeframe is 1D and the date filter covers the chart range
  - Check Scheduler Cooldown (3 bars default) and that barstate.isconfirmed (only at close)
  - If MTF is ON and HTF is bearish, buy bias is reduced; relax MTF Weight Adjustment or module weights
- Too many/too few trades?
  - Lower/raise Base Aggression Level
  - Adjust base weights on key modules (raise entry modules to be more active; raise exit/defense modules to be more selective)
- Learning doesn’t end?
  - Increase Min Fake Win Rate to Exit Learning only after it’s consistently stable; otherwise lower it or reduce Fake Trade Every N Bars
10) Important notes
- The strategy is non‑repainting at bar close by design (confirmed bars + HTF series  + close‑only alerts).
- Backtest fills may differ from live fills due to slippage and broker rules; this is normal for all TradingView strategies.
- Always validate settings across multiple symbols and regimes before going live.
If you want, I can bundle this guide into a README section in your Pine code and add a small on‑chart signature (Author/Producer: yuu_iu) in the top‑right corner.
XAUUSD Multi-Timeframe Supertrend Alert v2**Indicator Overview: XAUUSD Multi-Timeframe Supertrend Alert v2**
**Core Components:**
1. **Multi-Timeframe Supertrend System**
   - Two Supertrend indicators (ST1 & ST2) with customizable timeframes
   - ST1 typically set to Daily, ST2 to Weekly as main trend
   - Visualized with distinct colors and background fills
2. **Customizable SMA**
   - Adjustable period and timeframe
   - Plotted as blue line for additional trend reference
3. **Neutral Zone System**
   - Creates a neutral line offset from ST1 by customizable tick distance
   - Yellow dashed line that adjusts based on ST1 trend direction
   - **Alert Conditions:**
     - **Test Buy Zone**: Both ST1 & ST2 in uptrend AND price enters neutral zone above ST1
     - **Test Sell Zone**: Both ST1 & ST2 in downtrend AND price enters neutral zone below ST1
4. **Distance Lines from ST2**
   - Upper/lower lines at customizable tick distance from ST2
   - Purple dashed lines with touch alerts
**Trading Signals:**
- **Bullish Signal**: Price above ST2 but below ST1 (potential buy)
- **Bearish Signal**: Price below ST2 but above ST1 (potential sell)
- **Neutral Zone Alerts**: Price enters defined zone when both trends align
- **Line Touch Alerts**: Price touches distance lines from ST2
**Alert System:**
- Limited to 3 consecutive alerts per signal type
- Visual markers (triangles, diamonds, circles)
- Background coloring for signal zones
- Separate alert conditions for each signal type
**Visual Features:**
- Candles colored green/red based on signals
- Clear trend visualization with colored backgrounds
- Real-time alert markers without information table clutter
This indicator provides multi-timeframe trend analysis with precise entry zone detection and comprehensive alert system for XAUUSD trading. SAM89 M15, ST1 (5:10) M5, ST2 ( 1,5:20) H1, Test Buy Sell 7000, Line 15000
RSI potente 2.0rsi mas refinado e indicadores correctos a corto ,mediano y largo plazo .. el mejor indicador
AI ALGO LIVEAI ALGO LIVE is an advanced algorithmic visualization tool designed to analyze market momentum, trend direction, and potential reversal areas.
Built with an ATR-based dynamic trailing system, it tracks price movement and highlights possible Buy / Sell zones.
It automatically adapts to market volatility, aiming to identify trend shifts early and visually.
The system works seamlessly with Heikin Ashi candles, Stochastic, MACD, and MFI, helping viewers understand how multi-indicator alignment occurs during market cycles.
Its goal is to enhance market awareness — not to provide trade signals or financial advice.
⚠️ Disclaimer:
This indicator is for educational and analytical purposes only.
The visual signals on screen do not constitute investment advice or recommendations.
Always perform your own analysis and manage your risk responsibly.
FuTech : Darvas Box (Original Theory) IndicatorFuTech : Darvas Box (Original Theory) Indicator 
📈  Introduction 
🔹 This indicator implements the legendary Darvas Box theory developed by Nicolas Darvas in the 1950s, which helped him turn $25,000 into $2,000,000 in just 18 months.
🔹 Unlike other box indicators, this implementation strictly follows Darvas' original methodology while adding modern technical features for enhanced usability in today's markets.
===============================================================================
📊  What Makes This Implementation Unique 
🔹 This indicator stands apart from other Darvas Box implementations in several key ways:
🔹 It implements the exact "high before low" rule that Darvas used - first identifying the roof (top) of the box, then waiting for the floor (bottom) to form
🔹 It offers two distinct methods for box detection - Swing Confirmation (which waits for price confirmation) and Lookback Period (simpler approach)
🔹 It includes Darvas' critical volume confirmation requirement with customizable parameters
🔹 It incorporates Darvas' focus on strong stocks near their highs through the 52-week high filter
🔹 It provides multi-timeframe capability, allowing application to intraday, daily, weekly, or monthly charts
🔹 It features dynamic box coloring based on breakout direction (green for upward, red for downward)
===============================================================================
🔍  Technical Implementation Details 
📦  Box Formation Algorithm 
🔹 The indicator constructs boxes using a sophisticated algorithm that follows Darvas' original approach:
🔹 For Swing Confirmation mode:
🔸 The system identifies potential swing highs by looking for price points that are higher than the previous N bars (user-defined)
🔸 Similarly, swing lows are identified as points lower than the previous N bars
🔸 The "high before low" rule ensures a roof is established before a floor is determined
🔸 Once both parameters are locked in, the box is drawn and extended horizontally
🔹 For Lookback Period mode:
🔸 The box high is simply the highest high of the last X bars (user-defined)
🔸 The box low is the lowest low of the last X bars
🔸 This provides a simpler but still effective implementation of Darvas' concept
🚀  Breakout Detection System 
🔹 The indicator employs a dual-confirmation system for breakouts:
🔹 Upward Breakout Conditions:
🔸 Price must close above the box roof
🔸 Volume must exceed the volume moving average (default 20-period) multiplied by a factor (default 1.5x)
🔸 The 52-week high filter must be satisfied (price must be within the maximum drawdown percentage from the 52-week high)
🔹 Downward Breakout Conditions:
🔸 Price must close below the box floor
🔸 No volume confirmation is required for downward breakouts (following Darvas' approach)
📊  Volume Confirmation Mechanism 
🔹 The indicator calculates volume thresholds using:
🔸 Volume Average = SMA(volume, N) where N is the user-defined period (default 20)
🔸 Volume Threshold = Volume Average × Volume Factor (default 1.5)
🔸 Only when current volume exceeds this threshold is an upward breakout considered valid
📈  Uptrend Filter 
🔹 The indicator implements Darvas' focus on strong stocks through:
🔸 52-week High Calculation = Highest price over the past 52 weeks
🔸 Minimum Price Requirement = 52-week High × (1 - Maximum Drawdown %)
🔸 This ensures only stocks that are not too far from their highs generate signals
===============================================================================
🎯  How to Use This Indicator 
🔷  Entry Signals 
🔹 Wait for a green box to appear, indicating an upward breakout
🔹 Confirm that volume was above average during the breakout (shown by the indicator)
🔹 Verify the stock is within your acceptable distance from its 52-week high
🔹 Consider entering on the next candle after confirmation
🔷  Exit Signals 
🔹 Exit when a red box appears, indicating a downward breakout
🔹 Alternatively, use trailing stops below newly formed box lows
🔹 Consider partial exits at predefined profit targets while letting the remainder run
🔷  Parameter Optimization 
🔹 For swing traders, use longer lookback periods (20-50 bars)
🔹 For day traders, use shorter periods (5-15 bars)
🔹 Adjust the volume factor based on the asset's typical volatility
🔹 Modify the maximum drawdown percentage based on your risk tolerance
===============================================================================
📚  Historical Context and Trading Philosophy 
🔹 Nicolas Darvas developed his box theory while traveling the world as a dancer.
🔹 With limited access to market information, he relied only on price charts and telegrams.
🔹 He discovered that strong stocks tend to pause after hitting new highs, forming what he called "boxes" - sideways ranges where the stock "rests" before its next move.
🔹 By buying only when price broke above these ranges with unusually high volume, he was able to ride powerful uptrends while cutting losses quickly when the breakdown occurred.
🔹 This indicator captures the essence of Darvas' approach - focusing on strength, confirming with volume, and selling weakness quickly - while adding modern technical features to enhance its utility in today's electronic trading environment.
===============================================================================
⚙️  Calculation Summary 
🔹 The indicator performs the following calculations:
🔸 Box High = Highest swing high or lookback high (depending on selected method)
🔸 Box Low = Lowest swing low or lookback low (depending on selected method)
🔸 Upward Breakout = Price > Box High AND Volume > (Volume Average × Volume Factor)
🔸 Downward Breakout = Price < Box Low
🔸 Volume Average = SMA(Volume, N) where N is the volume period
🔸 Uptrend Filter = Price ≥ (52-week High × (1 - Maximum Drawdown %))
===============================================================================
🔔  Alert Configuration 
🔹 To set up alerts:
🔸 Right-click on the chart and select "Add Alert"
🔸 Choose the Darvas Box indicator as the alert condition
🔸 Select either "Breakout Up" or "Breakout Down" as the alert condition
🔸 Configure your preferred notification method
🔹 This modernizes Darvas' telegram-based approach, allowing you to receive instant notifications when potential trading opportunities occur.
===============================================================================
📈  Conclusion 
🔹 This FuTech : Darvas Box (Original Theory) indicator faithfully implements Nicolas Darvas' legendary trading method while adding modern technical features.
🔹 By focusing on strength, confirming with volume, and providing clear entry and exit signals, it offers traders a structured approach to trend following that has stood the test of time.
🔹 The indicator's multiple detection methods, volume confirmation, and trend filtering make it a comprehensive tool for implementing Darvas' box theory in today's markets.
===============================================================================
🙏  Credits  : Inspired by @LevelUpTools
EMA, loopback 3, 80, low sensitveBasically EMA Mmentum based indicator. Use EMA SLOW, EMA FAST, Crossing to give buy and sell signal
EMA Momentum by NardThis indicator using basically EMA. This indicator will gives signal if there is a EMA momentum, to buy and sell
High Low Points Altcoin Pioneers Group TRADING ™BYBIT:BTCUSDT  
High Low Points Indicator - ZigZag & Multi-Trend Tool
Overview: 
This advanced Pine Script v5 indicator combines several technical tools to identify key reversal points (pivots) in prices, using ATR-based ZigZag, Donchian Channel for market boundaries, SuperTrend for trend direction, Parabolic SAR for confirmation, and marker lines for open levels. It's designed for traders seeking clear entry/exit signals in volatile markets like crypto or stocks, but it doesn't guarantee profits—use it with personal analysis.
Key Features:  
- ZigZag Pivot Detection:** Detects high pivots and low pivots using an ATR reversal factor (default 3.2). You can hide repainted lines for a cleaner view.  
- Donchian Channel: Simple channel with length 20 (adjustable) to identify breakouts. Long entry signals occur when the low crosses below the lower channel, and short signals when the high crosses above the upper channel.  
- SuperTrend & Parabolic SAR: SuperTrend (ATR period 4, factor 1.0) for trend direction, combined with PSAR for colored backgrounds (green for bull, red for bear). You can enable trend highlighting.  
- Marker Lines: Step lines for the highest/lowest open levels, with an optional middle line and labels for position in range (0-100%). They reset based on SuperTrend direction changes.  
- Visualizations: Vertical lines at pivots (max 10), signal labels (triangles for up/down), and watermark with symbol/date info. Some options (like ZZ lines or the channel) are disabled by default for better performance.  
- Alerts: Notifications for reversal down/up arrows, plus custom alerts on bar close.
How to Use: 
1. Add the indicator to your TradingView chart.  
2. Adjust parameters in the input groups (e.g., ATR Reversal Factor for higher sensitivity on shorter timeframes).  
3. Look for confirmations: An up/down arrow + green/red background + pivot at the Donchian channel for entries.  
4. Use in combination with other tools like Fibonacci, MACD, RSI, EMA/SMA, or volume, as suggested in the subtitle.  
5. Test in backtest or demo before live trading—this indicator is for education and analysis, not financial advice.
Premium Access: 
Unlock the full potential with Altcoin Pioneers Group Premium™ membership! For a limited time, join our exclusive community for:  
- Live Trading Signals: Real-time alerts and setups based on this indicator, delivered via Telegram or Discord.  
- Advanced Strategies: In-depth guides on integrating with Fibonacci retracements, MACD divergences, RSI overbought/oversold levels, EMA/SMA crossovers, and volume confirmation.  
- Weekly Webinars & Q&A: Expert sessions on altcoin trading, risk management, and mindset (PATIENCE | DISCIPLINE | FEARLESS).  
- Custom Indicators & Backtests: Premium-only scripts and historical performance data for optimized setups.
Version: 6 | Compatible with Pine Script v5+ | Max bars back: 3000.  
EDGAR Daily Overview - Fixed UTC Progressive Base LineEDGAR Daily Overview (EDO) —  Progressive Base Line 🔥
 Trade daily with confidence using precise, dynamically calculated levels — no guessing required.
✅ Strict UTC midnight reset for consistent daily baselines
 ✅ Monday uses only Friday’s data to start fresh
 ✅ Tuesday averages Friday + Monday
 ✅ Wednesday averages Monday + Tuesday
 ✅ Thursday averages Monday + Tuesday + Wednesday (3-day average)
 ✅ Friday averages Monday through Thursday (4-day average)
 ✅ Auto-reset every Monday to maintain continuity
 ✅ Clearly plots daily base, support, and resistance levels
 ✅ Instantly identify TP/SL zones to plan trades with precision
EDGAR Daily Overview - (EDO ) Progressive Base LineEDGAR Daily Overview (EDO) — Progressive Base Line 🔥
Trade daily with confidence using precise, dynamically calculated levels — no guessing required.
✅ Strict UTC midnight reset for consistent daily baselines
✅ Monday uses only Friday’s data to start fresh
✅ Tuesday averages Friday + Monday
✅ Wednesday averages Monday + Tuesday
✅ Thursday averages Monday + Tuesday + Wednesday (3-day average)
✅ Friday averages Monday through Thursday (4-day average)
✅ Auto-reset every Monday to maintain continuity
✅ Clearly plots daily base, support, and resistance levels
✅ Instantly identify TP/SL zones to plan trades with precision
MASTER SHIFUThis indicator is designed to help traders identify high-probability entry points with precise accuracy.
It works perfectly on XAUUSD, combining Fibonacci levels, market structure, and bank-level manipulation logic to predict real market moves.
10 EMA + 20 EMA + Previous Day High/Low (Day-Bounded)it gives the reand and also plot the day's lowest volume.it is very helpful in reversals
Custom Fibonacci Support & Resistance LinesCustom Fibonacci Support & Resistance Lines automatically plots dynamic 0.618-style Fibonacci levels based on recent swing highs and lows.
The script detects the latest confirmed swing high and swing low on the chart and calculates two adaptive lines:
A Fibonacci Support Line below price (retracement from swing high to swing low).
A Fibonacci Resistance Line above price (retracement from swing low to swing high).
Both levels are smoothed using a simple moving average for a cleaner visual appearance — similar to an adaptive support/resistance band that follows recent market structure.
⚙️ Features
🔹 Auto-detects swing highs & lows using left/right bar pivots.
🔹 Adjustable Fibonacci levels for both Support and Resistance.
🔹 Adjustable smoothing length for smoother or more reactive lines.
🔹 Works across any timeframe and instrument.
🔹 Ideal for spotting potential reversal zones, trend continuation areas, and dynamic price support/resistance.
🧮 Default Settings
Fibonacci Level (Support) = 0.618
Fibonacci Level (Resistance) = 0.618
Left/Right Swing Bars = 5 / 5
Smoothing Length = 3
💡 Usage Tips
Combine these dynamic Fibonacci lines with trend indicators (EMA, RSI, or structure breaks) to confirm entries.
Increase Left/Right Swing Bars for stronger structural pivots on higher timeframes.
Change Fibonacci Levels (e.g., 0.382, 0.5, 0.786) to visualize multiple retracement zones.
MEIR ULTRA TREND — ImprovedMEIR ULTRA TREND — Improved
Purpose
A trend-following tool that blends dual EMAs (DEMA) with an adaptive ATR-based neutral band. It quickly shows whether the market is in an uptrend, downtrend, or neutral phase, how strong the trend is, and when a regime shift may be forming.
How it works
Trend core: Two DEMA curves (fast/slow) are computed. Their difference is smoothed (=trendRaw).
Signal/Trend line: signal = dSlow + trendRaw gives a smooth line that tracks the primary trend.
ATR neutral band: Width = ATR × multiplier.
trendRaw > +band ⇒ UPTREND
trendRaw < −band ⇒ DOWNTREND
Otherwise ⇒ NEUTRAL
Visuals
Trend cloud between the two DEMAs, with stronger intensity once trend strength exceeds 2× the band.
Trend line with glow for clear direction (teal up, red down, orange neutral).
Candle coloring by trend and strength (gradient based on distance from the band).
Optional neutral background tint during neutral periods.
Info panel shows current state (UP/DOWN/NEUTRAL) and a 1–5 bar strength meter.
Signals & alerts
🔼 Uptrend begins: trendRaw crosses above +band.
🔽 Downtrend begins: trendRaw crosses below −band.
⚪ Neutral zone: trendRaw re-enters the band (potential pause/shift).
All three are available via alertcondition.
Key inputs
Fast/Slow DEMA (34/144) – trend foundation.
Smoothing (3) – lower = faster, more sensitive.
ATR length (14) & multiplier (0.6) – controls neutral band width (higher = fewer but more robust signals).
Visual toggles: cloud, glow, arrows, candle coloring, panel, neutral background.
Tips
In volatile markets, increase the ATR multiplier to filter noise.
Combine with structure (HH/HL, LH/LL) or volume/RSI for confirmation.
Neutral signals often mark consolidation or early trend fatigue.
Limitations
As a trend follower, it can lag on sharp reversals and whipsaw in ranges; tune the ATR multiplier and smoothing to your market and timeframe.
Blue ETHUSDT I'm not a strategist but I did my self something works more than two years. Trend always was good and still it works. Just set it and see.
For both Binance and Bybit ETHUSDT 10X.
RSI Divergence 1-20 Candlesthis is a rsi divergence setup used to see where all divergenece is rsi is formed. so this will help to trade.
RSI Divergence 1-20 Candlesthis is a good divergence candle indicator to show divergences in the candles.






















