EMA 20/50/100/200 Multi-Layer Trend Panel 📘 EMA 20/50/100/200 Multi-Layer Trend Panel
A clean and advanced trend structure analyzer designed to help traders monitor short-, medium-, and long-term market momentum simultaneously.
This indicator combines four key EMAs — 20, 50, 100, and 200 — with visual clouds, dynamic color coding, crossover labels, and a powerful real-time summary panel.
🔍 How It Works
Each EMA line changes color depending on its slope direction
→ Green tone = uptrend, Red tone = downtrend.
Detects and labels important crossovers automatically:
20/50 GC → Short-term bullish shift (Golden Cross).
50/200 GC → Long-term strong bullish breakout.
DC labels indicate Death Cross or bearish reversals.
Cloud zones between EMAs visualize the interaction between short- and long-term trends.
A compact top-right panel displays each EMA’s current value, slope direction, and overall trend alignment status (BULL / BEAR / MIXED).
⚙️ Advantages
✅ Tracks trend structure on multiple layers (short → medium → long).
✅ Highlights momentum shifts using dynamic EMA slope coloring.
✅ Provides early visual warnings of trend reversals (GC/DC).
✅ Clean, minimal panel offers an instant multi-EMA overview.
✅ Compatible with multi-timeframe (MTF) analysis — view higher-TF EMAs within lower charts.
✅ Optional bar and background coloring makes trend zones easy to interpret.
💡 Pro Tips
On higher timeframes (1D / 4H), the 50/200 cross defines the macro market direction.
On lower timeframes (5m – 15m), the 20/50 cross helps refine entry timing.
When the panel shows
→ Aligned BULL (20>50>100>200) → Strong trending condition.
→ Mixed → Ranging or transition phase.
Combine with volume or RSI for confluence in entry/exit decisions.
🧭 Purpose
This indicator aims to simplify complex market structure into an elegant, color-coded system — allowing traders to stay aligned with the dominant trend while spotting early reversals across multiple time horizons.
🧩 Ideal For
Swing & position traders confirming long-term bias.
Intraday traders aligning entries with higher-TF EMAs.
Strategy developers seeking multi-EMA trend filters.
Anyone who wants a clean, informative, and unobtrusive visual trend dashboard.
⚠️ Notes
The script supports optional MTF (multi-timeframe) mode — use carefully, as MTF data may repaint during incomplete bars.
No trading system is perfect; always combine with your personal strategy and proper risk management.
نماذج فنيه
OG Trend MasterOG Trend Master
Smart trend-tracking indicator designed to identify opportunities using Supertrend + EMA confirmation logic.
It automatically adapts to market volatility and structure:
✅ Supertrend core to detect directional bias
⚡ Dual EMA cross for confirmation and precision
🎯 Visual arrows + diamonds for instant clarity on entries
🔔 Real-time alerts for both LONG and SHORT confirmations
Built for traders who value simplicity, accuracy, and flow.
From scalpers to swing traders OG Trend Master delivers smooth trend identification across all timeframes.
EMA Momentum by NardThis indicator using basically EMA. This indicator will gives signal if there is a EMA momentum, to buy and sell
AshokTrendThe AshokTrend indicator uses a combination of trendline logic and pivot high/low detection to signal possible BUY and SELL trades based on price action and structural breakouts.
### Buy/Sell Signal Logic
- **Buy Trade Signal**: It identifies local pivot lows using a lookback period, then checks multiple conditions comparing current and previous pivot values to validate a breakout. If conditions are met, triangle-up shapes are plotted below bars to indicate a possible long trade, and trendlines are drawn connecting pivots for visual confirmation.
- **Sell Trade Signal**: It locates pivot highs, applies similar multi-point checks, and confirms breakdowns in structure. Upon a valid signal, triangle-down shapes are plotted above bars to indicate a possible short trade, with corresponding trendlines marking pivot connections.
### Structural Confirmation
- Both buy and sell signals require the breakout/breakdown to be visually confirmed via the movement and steepness (slope) of custom lines that represent price momentum between pivots. Lines are updated or deleted if price fails the required strength, ensuring signals are filtered for validity.
### Alert and Analysis Details
- **Alerts**: Plotted shapes (triangle up for buy, triangle down for sell) can be used for automated alerts, integrating with platform alert conditions for strategy automation.
- **Analysis**: The indicator incorporates logic for cleaning up invalid signals and pruning trendlines when a reversal is detected, increasing reliability of entries and exits for both buy and sell trades.
### Key Settings for Customization
- Lookback period, padding, and color settings allow the user to tune signal frequency and visual appearance according to specific trading needs.
### Summary Table
| Signal Type | Visual Mark | Pivot Reference | Trendline Confirmation | Filtering Logic |
|----------------------|--------------|-----------------|-----------------------|-------------------------------|
| BUY | Triangle Up | Pivot Low | Slope & multi-point | Valid breakout only |
| SELL | Triangle Down| Pivot High | Slope & multi-point | Valid breakdown only |
This approach ensures that only structurally strong breakout-based trades are considered, pruning false signals in real-time for improved consistency in automated or manual trade analysis
Follow me for more updates...
Disclaimer - This post is created for only Learning Purpose. Every Charts, Trade Ideas, Buy & Sell Levels and Updates are Provided For Learning Purpose Only . We Do Not Provide Any Buy And Sell Signals Tips. We are Not SEBI Registered .Do Always Calculate Your risk Before Taking the Trade And consult your Financial Advisor Before taking any Trade. Thank You
MACD HTF Hardcoded (A/B Presets) + Regimes [CHE] MACD HTF Hardcoded (A/B Presets) + Regimes — Higher-timeframe MACD emulation with acceptance-based regime filter and on-chart diagnostics
Summary
This indicator emulates a higher-timeframe MACD directly on the current chart using two hardcoded preset families and a time-bucket mapping, avoiding cross-timeframe requests. It classifies four MACD regimes and applies an acceptance filter that requires several consecutive bars before a state is considered valid. A small dead-band around zero reduces noise near the axis. An on-chart table reports the active preset, the inferred time bucket, the resolved lengths, and the current regime.
Pine version: v6
Overlay: false
Primary outputs: MACD line, Signal line, Histogram columns, zero line, regime-change alert, info table
Motivation: Why this design?
Cross-timeframe indicators often rely on external timeframe requests, which can introduce repaint paths and added latency. This design provides a deterministic alternative: it maps the current chart’s timeframe to coarse higher-timeframe buckets and uses fixed EMA lengths that approximate those views. The dead-band suppresses flip-flops around zero, and the acceptance counter reduces whipsaw by requiring sustained agreement across bars before acknowledging a regime.
What’s different vs. standard approaches?
Baseline: Classical MACD with user-selected lengths on the same timeframe, or higher-timeframe MACD via cross-timeframe requests.
Architecture differences:
Hardcoded A and B length families with a bucket map derived from the chart timeframe.
No `request.security`; all calculations occur on the current series.
Regime classification from MACD and Histogram sign, gated by an acceptance count and a small zero dead-band.
Diagnostics table for transparency.
Practical effect: The MACD behaves like a slower, higher-timeframe variant without external requests. Regimes switch less often due to the dead-band and acceptance logic, which can improve stability in choppy sessions.
How it works (technical)
The script derives a coarse bucket from the chart timeframe using `timeframe.in_seconds` and maps it to preset-specific EMA lengths. EMAs of the source build MACD and Signal; their difference is the Histogram. Signs of MACD and Histogram define four regimes: strong bull, weak bull, strong bear, and weak bear. A small, user-defined band around zero treats values near the axis as neutral. An acceptance counter checks whether the same regime persisted for a given number of consecutive bars before it is emitted as the filtered regime. A single alert condition fires when the filtered regime changes. The histogram columns change shade based on position relative to zero and whether they are rising or falling. A persistent table object shows preset, bucket tag, resolved lengths, and the filtered regime. No cross-timeframe requests are used, so repaint risk is limited to normal live-bar movement; values stabilize on close.
Parameter Guide
Source — Input series for MACD — Default: Close — Using a smoother source increases stability but adds lag.
Preset — A or B length family — Default: “3,10,16” — Switch to “12,26,9” for the classic family mapped to buckets.
Table Position — Anchor for the info table — Default: Top right — Choose a corner that avoids covering price action.
Table Size — Table text size — Default: Normal — Use small on dense charts, large for presentations.
Dark Mode — Table theme — Default: Enabled — Match your chart background for readability.
Show Table — Toggle diagnostics table — Default: Enabled — Disable for a cleaner pane.
Zero dead-band (epsilon) — Noise gate around zero — Default: Zero — Increase slightly when you see frequent flips near zero.
Acceptance bars (n) — Bars required to confirm a regime — Default: Three — Raise to reduce whipsaw; lower to react faster.
Reading & Interpretation
Histogram columns: Above zero indicates bullish pressure; below zero indicates bearish pressure. Darker shade implies the histogram increased compared with the prior bar; lighter shade implies it decreased.
MACD vs. Signal lines: The spread corresponds to histogram height.
Regimes:
Strong bull: MACD above zero and Histogram above zero.
Weak bull: MACD above zero and Histogram below zero.
Strong bear: MACD below zero and Histogram below zero.
Weak bear: MACD below zero and Histogram above zero.
Table: Inspect active preset, bucket tag, resolved lengths, and the filtered regime number with its description.
Practical Workflows & Combinations
Trend following: Use strong bull to favor long exposure and strong bear to favor short exposure. Use weak states as pullback or transition context. Combine with structure tools such as swing highs and lows or a baseline moving average for confirmation.
Exits and risk: In strong trends, consider exiting partial size on a regime downgrade to a weak state. In choppy sessions, increase the acceptance bars to reduce churn.
Multi-asset / Multi-timeframe: Works on time-based charts across liquid futures, indices, currencies, and large-cap equities. Bucket mapping helps retain a consistent feel when moving from lower to higher timeframes.
Behavior, Constraints & Performance
Repaint/confirmation: No cross-timeframe requests; values can evolve intrabar and settle on close. Alerts follow your TradingView alert timing settings.
Resources: `max_bars_back` is set to five thousand. Very large resolved lengths require sufficient history to seed EMAs; expect a warm-up period on first load or after switching symbols.
Known limits: Dead-band and acceptance can delay recognition at sharp turns. Extremely thin markets or large gaps may still cause brief regime reversals.
Sensible Defaults & Quick Tuning
Start with preset “3,10,16”, dead-band near zero, and acceptance of three bars.
Too many flips near zero: increase the dead-band slightly or raise the acceptance bars.
Too sluggish in clean trends: reduce the acceptance bars by one.
Too sensitive on fast lower timeframes: switch to the “12,26,9” preset family or raise the acceptance bars.
Want less clutter: hide the table and keep the alert.
What this indicator is—and isn’t
This is a visualization and regime layer for MACD using higher-timeframe emulation and stability gates. It is not a complete trading system and does not generate position sizing or risk management. Use it with market structure, execution rules, and protective stops.
Disclaimer
The content provided, including all code and materials, is strictly for educational and informational purposes only. It is not intended as, and should not be interpreted as, financial advice, a recommendation to buy or sell any financial instrument, or an offer of any financial product or service. All strategies, tools, and examples discussed are provided for illustrative purposes to demonstrate coding techniques and the functionality of Pine Script within a trading context.
Any results from strategies or tools provided are hypothetical, and past performance is not indicative of future results. Trading and investing involve high risk, including the potential loss of principal, and may not be suitable for all individuals. Before making any trading decisions, please consult with a qualified financial professional to understand the risks involved.
By using this script, you acknowledge and agree that any trading decisions are made solely at your discretion and risk.
Do not use this indicator on Heikin-Ashi, Renko, Kagi, Point-and-Figure, or Range charts, as these chart types can produce unrealistic results for signal markers and alerts.
Best regards and happy trading
Chervolino
5M Gap Finder — Persistent Boxes (Tiered) v65 M gap finder, using 3 different types of gaps: Tier Definition Tightness Frequency Use Case
Tier A (Strict) Gap ≥ 0.10%, body ≥ 70% of range Rare Institutional-strength displacement
Tier B (Standard) Gap ≥ 0.05%, body ≥ 60% of range Medium Baseline trading setup
Tier C (Loose) Gap ≥ 0.03%, no body condition Common Data collection and observation
8x Heikin Ashi Streak (1m) by Bitcoin Benito🧭 Indicator Description: “8x Heikin Ashi Streak (1m) by Bitcoin Benito”
**Purpose:**
The *8x Heikin Ashi Streak* indicator helps traders quickly identify strong short-term momentum on the **1-minute timeframe**. It automatically tracks Heikin Ashi candles and alerts you whenever **8 consecutive bullish or bearish candles** appear — a visual cue that a strong intraday trend or exhaustion point might be forming.
---
🔍 **How It Works**
* The indicator continuously counts Heikin Ashi candles in real-time.
* When it detects **8 bullish (green)** or **8 bearish (red)** candles in a row:
* A green ▲ marker appears **below** the 8th candle for bullish streaks.
* A red ▼ marker appears **above** the 8th candle for bearish streaks.
* You can set alerts to automatically notify you when these streaks occur.
This makes it ideal for **momentum traders**, **scalpers**, and **trend-reversal spotters** who want to:
* Catch strong intraday moves early.
* Identify potential overextension zones before pullbacks.
* Automate alert signals for short-term trading setups.
IMPORTANT: Only trade when most of the 8 candles are below/above the EMA 8 Line respectively. Add an EMA 8 indicator to see if this is the case
---
⚙️ **How to Use**
1. **Apply to a 1-minute chart** (this script is optimized for 1m timeframes).
2. When the indicator plots a green or red triangle:
* **Green triangle (8 bullish candles):** Trend momentum is strong upward.
* **Red triangle (8 bearish candles):** Downward momentum is dominant.
3. Optionally, combine with volume or EMA filters to confirm breakouts or exhaustion.
---
🔔 **Setting Up Alerts**
* Click the **Alert (🔔)** icon on TradingView.
* Under *Condition*, select:
* “8x Heikin Ashi Streak (1m)” → “8 Bullish Heikin Ashi (1m)”
* OR “8x Heikin Ashi Streak (1m)” → “8 Bearish Heikin Ashi (1m)”
* Choose **Once per bar close** to trigger the alert when the 8th candle completes.
* Add your custom message, e.g.
> “🚀 8 bullish Heikin Ashi candles in a row on 1-minute chart!”
> “🔻 8 bearish Heikin Ashi candles in a row on 1-minute chart!”
---
📊 **Best Practices**
* Works best on **liquid assets** (major forex pairs, indices, BTC/USD, etc.).
* Pair with **RSI**, **EMA**, or **Volume** indicators for stronger confirmation.
* Not a standalone buy/sell signal — treat it as a **momentum or exhaustion alert**.
* Can be adapted to other timeframes by changing chart resolution.
---
⚠️ **Disclaimer**
This indicator is for **educational and analytical purposes only**.
Trading carries risk — always test on demo accounts and use proper risk management.
No indicator guarantees profit; this is a tool for insight and timing, not financial advice.
Smart Money Concepts ProSmart Money Concepts Pro
A professional-grade framework for visualizing institutional price behavior through key Smart Money Concepts. It automatically maps structure shifts, imbalances, and liquidity events so traders can study how price develops around supply and demand.
Core Components
Market Structure (BOS / CHoCH) — Detects continuation and reversal breaks using pivot-based logic with a close-beyond threshold and configurable cooldown.
Order Blocks — Highlights institutional footprints validated by volume and distance filters; zones extend until mitigation.
Fair Value Gaps — Marks three-bar inefficiencies that meet a minimum gap size and optionally auto-remove once filled by a user-defined percentage.
Liquidity Sweeps — Identifies stop-hunt wicks exceeding a configurable extension beyond recent highs or lows.
Premium / Discount Zones — Defines equilibrium and price positioning within recent swing ranges.
Confluence Entries (optional) — Generates neutral BUY / SELL markers only when structure, zone, and directional context align.
Dashboard — Summarizes current structure bias, recent events, zone counts, and directional alignment in real time.
Why it’s distinct
All detections are governed by explicit thresholds—volume multipliers, minimum distances, and fill-percent logic—so each signal results from quantifiable structure rather than heuristic pattern matching. Automatic cleanup ensures charts remain clear as zones are mitigated or gaps filled.
Best use
Applicable across Forex, indices, crypto, and equities. Designed for study on 15 m – 1 D timeframes.
For optimal alignment, pin plots to the Right Scale after adding the script.
Access
This indicator is public invite-only. Click Request Access on this page to apply. Access requests are manually reviewed.
Disclaimer: This script is provided for educational and analytical purposes only. It does not constitute financial or investment advice.
Trend on TimeFrames indicatorThis indicator shows you If you are bullish or bearish on every important timeframe
London Ghost CandleCandle representation of the London session. 2am-5am NYT
By default the wicks is turned off because I only care about whether the session was green or red. You can add the wick, remove the open/close horizontal lines or even darken the colors in the settings. You can also remove the pane label box.
Hope it helps.
[LIO] Volatility DashboardThis script will combine:
ATR → absolute volatility
Bollinger Band width → relative volatility
Volume spikes → participation strength
Color-coded gauge → easy-to-read volatility state
MARKET SCANNER Core Components:
1. Market Structure & Pivot Points
Multi-timeframe Pivots: Daily, Weekly, Monthly pivot points
Central Pivot Range (CPR): For all timeframes
N-Day High/Low Tracking: Dynamic support/resistance based on recent price action
2. Volume Analysis
Institutional Volume Metrics: Buy/Sell pressure, Net flow, Volume Power
Cumulative Delta: Tracks order flow imbalance
Volume Profile: Right-side profile with POC (Point of Control) and Value Area
Volume Strikes: Identifies significant volume absorption/breakout levels
3. Price Action & Patterns
Fibonacci-based Candlestick Recognition: Green/Red candles with specific Fibonacci conditions
Support/Resistance Zones: Dynamic boxes based on Fibonacci retracements
Breakout Detection: Tracks breakouts above N-day high/low with retracement levels
4. Moving Averages & VWAP
VWAP with multiple moving averages (20, 50, 250 periods)
MVWAP Sign Detection: Tracks flips in VWAP momentum
5. Market Sentiment Analysis
Composite Sentiment Score: Combines RSI, MACD, Stochastic, Moving Averages, ADX
Confidence Scoring: Measures signal reliability
Conflict Detection: Identifies when volume and price signals disagree
6. Advanced Features
Dynamic Gap Calculations: Measures distance to support/resistance zones
Swing Analysis: Identifies swing highs/lows with gap measurements
Volume-Price Confirmation: Validates moves with volume
Professional Tables: Multiple tables displaying pivot levels, differences, sentiment, and volume metrics
Key Trading Concepts Implemented:
Institutional Order Flow: Tracks smart money activity
Volume-Weighted Price Levels: Identifies significant price zones
Multi-timeframe Analysis: Correlates daily, weekly, monthly levels
Fibonacci Retracement Strategies: For entries and exits
Market Microstructure: Through volume profile and delta analysis
Visual Outputs:
Dynamic support/resistance boxes
Volume profile histogram
Multiple information tables
Real-time sentiment scoring
Retracement lines and zones
This is essentially a professional-grade trading suite that combines price action, volume analysis, market structure, and sentiment into one comprehensive tool suitable for both discretionary and systematic trading approaches.
ORBSMMAATRVOLREENTRY2Contracts📈 Opening Range Fibonacci Breakout (TradingView Strategy)
Overview:
The Opening Range Fibonacci Breakout strategy is designed to capture high-probability intraday moves by combining the power of the 15-minute opening range, trend confirmation via SMMA, and volume-based momentum filtering.
At the start of each trading session, the script automatically plots the Opening Range Box based on the first 15 minutes of price action — highlighting key intraday support and resistance levels.
How It Works:
Opening Range Setup
The first 15 minutes of the session define the range high and low.
A visual box marks this zone on the chart for easy reference.
Signal Generation
A Smoothed Moving Average (SMMA) with a user-defined period determines overall trend bias.
Candle volume is analyzed to confirm momentum strength.
Long Signal: Price breaks above the opening range high, SMMA trending up, and volume supports the move.
Short Signal: Price breaks below the opening range low, SMMA trending down, and volume supports the move.
Take Profit & Targets
Fibonacci extension levels are automatically plotted from the opening range.
These dynamic levels serve as structured Take Profit (TP) zones for partial or full exits.
Features:
✅ 15-Minute Opening Range Box
✅ Adjustable SMMA period
✅ Volume-based confirmation filter
✅ Automatic Fibonacci profit targets
✅ Visual Long/Short alerts & signals
Ideal For:
Scalpers and intraday traders who rely on early-session momentum, breakout confirmation, and precision exit targets.
Backtested for MNQ/NQ futures trading
Ripster Clouds (EMA + MTF)v6🧠 Purpose
This indicator combines Ripster EMA Clouds and Multi-Timeframe (MTF) EMA Clouds into one script.
It allows you to visualize short vs long exponential (or simple) moving averages as colored “clouds” to identify trend direction and momentum — across both your current timeframe and a higher timeframe (e.g., daily).
⚙️ Main Features
1. EMA Clouds (Local Timeframe)
Up to 5 separate EMA/SMA cloud sets (8/9, 5/12, 34/50, 72/89, 180/200 by default).
Each can be individually enabled/disabled in the settings.
MA type toggle → Choose between EMA and SMA.
Optional line display toggle for showing the short and long MA lines.
Color-coded trend clouds:
Greenish tones = bullish (short > long)
Reddish tones = bearish (short < long)
Configurable leading offset and global offset for alignment.
2. MTF Clouds (Higher Timeframe)
Two sets of higher timeframe EMA clouds (default: 50/55 and 20/21).
Uses request.security() to pull EMA data from a selected higher timeframe (default = Daily).
Optional line visibility toggle (Display Lines).
Blue and teal semi-transparent fills to distinguish from local clouds.
Each MTF cloud can be toggled independently.
3. Unified Controls
Master toggles:
✅ Show EMA Clouds
✅ Show MTF Clouds
Transparent cloud fills with dynamically changing colors based on EMA crossovers and slope.
No local-scope plot() or fill() calls — fully compliant with Pine v6 rules.
🎨 Color Logic
Each EMA cloud uses a unique color pair (5 total).
Cloud color changes dynamically based on whether the short EMA is above or below the long EMA.
Line color changes with slope:
Olive = EMA rising
Maroon = EMA falling
📊 Technical Structure
Written in Pine Script v6.
All plot() and fill() calls are at global scope to prevent compilation errors.
Uses helper functions only for math/color logic.
Performance-optimized for TradingView’s rendering limits.
🧩 Quick Setup in TradingView
Paste the script into the Pine Editor.
Add to chart.
In settings:
Toggle on/off any EMA or MTF clouds.
Adjust timeframe (Resolution), line visibility, or offsets.
Choose EMA or SMA as the base calculation.
✅ Result
You now have one unified, customizable Ripster EMA + MTF Cloud indicator, stable in Pine v6, with complete flexibility to toggle, style, and analyze multiple timeframe trends on a single chart.
Structure Labels ( HH / HL / LH / LL )Here’s a clean and efficient Pine Script (v5) code that automatically detects and labels Higher Highs ( HH ), Lower Highs ( LH ), Higher Lows ( HL ), and Lower Lows ( LL ) on your TradingView chart .
Trend scalping ROVTradingOnly trading with bullish or bearish trend. Working fine at m5 and m15 time frame
Executive Supply and DemandExecutive Supply & Demand (Invite-Only)
A precision tool that maps institutional supply and demand regions and manages them through confirmation and lifecycle logic. Designed for traders who value automation, consistency, and visual clarity with minimal configuration.
Core Concept
The algorithm continuously analyzes candle structure to locate equilibrium bases and measure displacement strength.
It operates through three adaptive layers:
Base Detection – isolates consolidation zones using relative body-vs-range filters to eliminate wick noise.
Impulse Confirmation – validates displacement strength through dynamic body-sum ratios and adaptive thresholds.
Lifecycle Management – extends each zone forward, tracks active interaction, and removes it automatically once invalidated by price action.
Key Features
Sensitivity Profiles: Auto / Scalping / Swing / Daily modes for consistent structure mapping across timeframes.
Dynamic Zone Scoring: Combines impulse strength and volume context to evaluate zone quality.
Auto-Cleanup: Invalid or broken zones are removed in real time to maintain chart clarity.
Context Overlay: A subtle trend fill derived from the relationship between two internal smoothers, providing directional bias without altering zone logic.
Alerts: Optional notifications for zone touches or breaks, helping traders respond to meaningful structure shifts.
Usage Tip
After adding the indicator, open Settings → Scales → Pin to scale → Right to ensure zones align correctly with price.
(You only need to do this once — TradingView will remember your setting.)
Notes
This script is closed-source to protect proprietary scoring logic, persistence algorithms, and array-based zone management.
Works across all assets and timeframes.
This invite-only publication is part of an internal research effort exploring adaptive zone detection. It’s released privately for evaluation and educational purposes.
For educational and informational purposes only. Not financial advice.
Gold H1 Breakout Failure (V11.0)This strategy is designed for trading XAU/USD (Gold) on the 1-hour timeframe. It identifies and trades fake breakouts of the Asian session range.
The logic is simple yet effective:
The script first marks the Asian session high and low.
Once price breaks out of this range and closes outside, it waits for confirmation by watching for price to close back inside the range.
When this re-entry occurs, the strategy takes a position in the opposite direction of the initial breakout, anticipating a false breakout or liquidity trap setup.
By focusing on these fakeouts, the strategy aims to capture reversal momentum after liquidity sweeps, making it especially effective during sessions when volatility transitions from Asia to London or New York.
Minimal Adaptive System v7 [MAS] - Refactor (No Repaint)🔹 Overview
MAS v7 is the next evolution of the Minimal Adaptive System series.
It analyzes trend, momentum, volatility and volume simultaneously, producing a single Adaptive Score (0–1) that automatically calibrates to market conditions.
All signals are non-repainting, generated only on confirmed bars.
⸻
🔹 Core Features
• Adaptive Scoring Engine – Combines EMA, RSI, MACD, ADX and Volume into a dynamic score that shifts with volatility.
• Volatility Awareness – ATR-based adjustment keeps thresholds proportional to market noise.
• Trend Detection – Multi-EMA system identifies true direction and filter reversals.
• Momentum Confirmation – RSI & MACD synchronization for higher-quality signals.
• Dynamic Thresholds – Buy/Sell levels adapt to changing volatility regimes.
• Minimal Dashboard – Clean, real-time panel displaying Trend Bias, RSI, Volume Ratio, ADX and Adaptive Score.
• No Repaint Architecture – All conditions calculated from closed candles only.
• Multi-Mode Ready – Works for Scalping, Swing or Position trading with sensitivity control.
⸻
🔹 Signal Logic
• Strong Buy → Adaptive Score crosses above 0.60
• Strong Sell → Adaptive Score crosses below 0.40
• Thresholds expand or contract automatically with volatility and sensitivity.
⸻
🔹 Best Markets & Timeframes
Designed for Crypto, Forex, Indices and Equities across all chart periods.
Works especially well on 1H – 4H swing setups and 15 min intraday momentum trades.
⸻
🔹 Risk Management
Built-in ATR adaptive stops and targets adjust dynamically to volatility, offering consistent R:R behavior across different assets.
⸻
🔹 Summary
MAS v7 brings adaptive intelligence to technical trading.
It doesn’t chase signals — it evolves with the market.
XAUUSD 9-Grid Scalper (9-levels, 3pt TP)📈 Overview
The XAUUSD 9-Grid Scalper is a precision-based intraday strategy designed for gold scalping around key 9-based price zones. Gold (XAUUSD) often reacts strongly to levels that are multiples of 9, and this script builds a dynamic grid of 18 levels around the current price to capture short-term momentum moves.
This strategy uses 9-point take profits (TP) and configurable stop-loss levels, allowing for fast in-and-out scalps within volatile gold sessions. It’s optimized for short-term traders who focus on 1M–5M charts.
⚙️ Core Logic
Dynamic 9-Multiples Grid: Automatically plots 18 nearby levels spaced by multiples of 9.
Entry Signals:
Long when price breaks above a 9-level.
Short when price breaks below a 9-level.
Take Profit: Fixed at 9 points (configurable).
Stop Loss: Adjustable for flexible risk management.
Backtest-Ready: Uses strategy() for full performance analytics (win rate, profit factor, drawdown).
💡 Best Use Cases
Ideal for gold scalpers during London and New York sessions.
Works best on 1M–5M timeframes with high volatility.
Combine with volume or trend filters (e.g., RSI, MA slope) for improved accuracy.
🧠 Customization Options
Number of grid levels (default: 18)
Take profit & stop loss distance (default: 9pt TP)
Display toggle for 9-grid visualization
Optional filters for session time or volatility
⚠️ Disclaimer
This strategy is for educational and research purposes only.
Past performance does not guarantee future results. Always test on demo before trading live.
Indian + Evening Session HighlighterThis indicator visually highlights two key trading windows for Indian instruments according to IST:
Indian Session: 9:00 AM to 11:30 PM IST is shaded light orange on the chart, representing the main domestic trading hours for stocks, indices, commodities, or derivatives.
Evening Session: 5:00 PM to 10:30 PM IST is shaded light red, marking the commonly followed evening window, which often captures the impact of US and European market movements.
The indicator automatically overlays these session backgrounds on your chart, helping you quickly identify when price action occurs during India’s core and evening trade windows. This allows traders to focus on strategies specific to these time intervals, identify session-based volatility, and avoid trading during less active periods. If the evening session overlaps with the Indian session, the colors are layered for visual clarity.
It is ideal for intraday traders, option strategists, and anyone monitoring Indian market rhythms or US-linked volatility impacts on Indian assets. No inputs are required; simply apply the script and view distinct session highlights for improved timing and decision making.






















