XauLabs Trend & Range**ENGLISH**
**What it does**
This indicator answers one question, and only one: is the market currently trending up, trending down, or ranging? It reads pure price structure — confirmed swing highs and swing lows — and states a verdict on the chart.
**How it works (full method)**
1. **Swing detection.** A swing high is confirmed only when the highs of the N bars before AND the N bars after are all lower (mirrored for swing lows). N is user-defined, default 7, range 5–21. Confirmation therefore arrives N bars after the actual extreme; the marker is then plotted at its true historical position and never moves again.
2. **Memory.** The script keeps the last two confirmed highs and the last two confirmed lows.
3. **Classification.**
- Uptrend: last high > previous high AND last low > previous low.
- Downtrend: last high < previous high AND last low < previous low.
- Range: anything else, including any state with fewer than two confirmed highs and two confirmed lows.
4. **Close-based invalidation** (optional, on by default). Any bar closing below the last confirmed swing low arms an invalidation flag. While that flag is armed, no uptrend is displayed: the state is forced to Range, even if the swing sequence otherwise qualifies as higher highs and higher lows. The flag is cleared only when a new swing low is confirmed. The logic is mirrored for downtrends, using a close above the last confirmed swing high. Wicks piercing the level do not count — only the close does. This mechanism can only suppress a trend reading, never create one: a trend must always earn its own structure.
**Why the delay is deliberate**
Signals never appear and later vanish. What the history shows is what would have been visible live. The cost is the N-bar confirmation delay, and it is stated openly rather than hidden behind a repainting display.
**On-chart output**
- Background tint: green uptrend, red downtrend, grey range.
- Triangles marking each confirmed swing high and low.
- A two-line state badge in the top-right corner, with selectable size and language (EN/FR).
- One alert condition: state change.
**Suggested use**
Start on H4. When the state reads Range, trend-following setups are structurally out of place — the indicator is meant to be used as a context filter before any entry logic, not as an entry trigger itself. The lower the sensitivity value, the faster and noisier the reading; the higher, the slower and more stable.
**Originality**
Most trend tools average price (moving averages, oscillators) and therefore lag by construction. This one reads structure only, applies a strict non-repainting confirmation rule, and adds a close-based invalidation layer so that a broken structure is downgraded to Range immediately rather than after the next swing forms. Open source: every rule above is verifiable line by line in the code.
This is an educational structure-reading tool. It gives no buy or sell signals and makes no performance claim. Trading involves substantial risk of loss.
---
**FRANÇAIS**
**Ce que fait l'indicateur**
Il répond à une seule question : le marché est-il en tendance haussière, baissière, ou en range ? Il lit la structure pure du prix — sommets et creux confirmés — et affiche son verdict.
**Comment il fonctionne (méthode complète)**
1. **Détection des pivots.** Un sommet n'est confirmé que si les N bougies avant ET les N bougies après ont toutes un plus haut inférieur (symétrique pour les creux). N est réglable, 7 par défaut, plage 5–21. La confirmation arrive donc N bougies après l'extrême réel ; le marqueur est ensuite tracé à sa vraie place historique et ne bouge plus jamais.
2. **Mémoire.** Le script conserve les deux derniers sommets et les deux derniers creux confirmés.
3. **Classification.**
- Hausse : dernier sommet > précédent ET dernier creux > précédent.
- Baisse : dernier sommet < précédent ET dernier creux < précédent.
- Range : tout le reste, y compris tant que moins de deux sommets et deux creux sont confirmés.
4. **Invalidation en clôture** (optionnelle, active par défaut). Toute bougie qui clôture sous le dernier creux confirmé arme une invalidation. Tant qu'elle est armée, aucune tendance haussière n'est affichée : l'état reste Range, même si la séquence de pivots remplit par ailleurs la condition sommets et creux ascendants. L'invalidation ne se désarme qu'à la confirmation d'un nouveau creux. Le mécanisme est symétrique en tendance baissière, avec une clôture au-dessus du dernier sommet confirmé. Une mèche qui perce le niveau ne suffit pas — seule la clôture compte. Ce mécanisme peut uniquement supprimer une lecture de tendance, jamais en créer une : une tendance doit toujours prouver sa propre structure.
**Pourquoi le délai est assumé**
Aucun signal n'apparaît puis ne disparaît. Ce que montre l'historique est ce qui aurait été visible en direct. La contrepartie est le délai de confirmation de N bougies, affiché ouvertement plutôt que masqué derrière un affichage qui se repeint.
**Affichage**
- Fond teinté : vert en hausse, rouge en baisse, gris en range.
- Triangles marquant chaque sommet et creux confirmé.
- Un badge d'état à deux lignes dans le coin supérieur droit, avec taille et langue (EN/FR) réglables.
- Une condition d'alerte : changement d'état.
**Utilisation suggérée**
Commencer en H4. Quand l'état affiche Range, les setups de suivi de tendance sont structurellement hors sujet — l'indicateur est conçu comme un filtre de contexte en amont d'une logique d'entrée, pas comme un déclencheur d'entrée. Plus la sensibilité est basse, plus la lecture est rapide et bruitée ; plus elle est haute, plus elle est lente et stable.
**Originalité**
La plupart des outils de tendance moyennent le prix (moyennes mobiles, oscillateurs) et retardent par construction. Celui-ci lit uniquement la structure, applique une règle de confirmation stricte sans repeinture, et ajoute une couche d'invalidation en clôture pour qu'une structure cassée redevienne Range immédiatement plutôt qu'au pivot suivant. Code ouvert : chaque règle ci-dessus est vérifiable ligne par ligne.
Outil éducatif de lecture de structure. Il ne donne aucun signal d'achat ou de vente et ne formule aucune promesse de performance. Le trading comporte un risque de perte important. Indicator

Indicator

MTF FVG + OB Confluence Strategy (4H -> 1H -> 15M) | XAUUSDMTF FVG + OB Confluence Strategy (4H → 1H → 15M) | XAUUSD
This strategy trades price-action confluence across three timeframes (4H, 1H, 15M) using Fair Value Gaps (FVG) and Order Blocks (OB), entering only when a fresh engulfing candle confirms rejection inside an aligned zone.
How it works
Scans the 4H, 1H, and 15M timeframes for Fair Value Gaps and Order Blocks, plotting each as a labeled zone anchored to the candle that formed it.
An Order Block requires a displacement candle at least 1.2x the 15M ATR, confirming real momentum rather than noise.
When a mitigated Order Block is broken, it can optionally flip into a Breaker Block with reversed bias.
A trade is only considered when a 15M zone overlaps a same-direction 1H zone (with an option to require full 4H+1H+15M triple alignment for a stricter filter).
Entry triggers on a bullish/bearish engulfing candle that touches the active confluence zone.
Optional session filter restricts trading to the London and NY AM killzones.
Risk management
Position size is calculated from a fixed risk percentage of equity per trade.
Stop-loss sits just beyond the zone boundary, with an ATR-based buffer.
Take-profit uses three Fibonacci extensions of the initial risk (default 1.618R / 2.618R / 4.236R), scaling out 33/33/34% of the position at each target.
Only one position is open at a time — no pyramiding or averaging into losers.
Notes
Built and tested for XAUUSD; timeframes and risk inputs are adjustable for other symbols.
The on-chart table shows live zone counts, confluence status, and trigger state for transparency.
This is not financial advice — backtested performance does not guarantee future results. Always validate on your own account/broker conditions before trading live. Strategy

Auto Target Pro◆➤OVERVIEW
Auto Target Pro v6 is a professional PulseWire indicator designed to help traders manage entries, stop loss, and profit targets with a structured approach.
The indicator combines trend analysis, volatility measurement, and risk-based target calculation to provide a complete trade management system directly on the chart.
Auto Target Pro helps traders visualize potential entry points, risk levels, and multiple profit targets without manually calculating every level.
◆➤FEATURES
• Automatic BUY and SELL signals
• Dynamic Entry price calculation
• ATR-based Stop Loss system
• Automatic TP1, TP2, and TP3 levels
• Risk-to-Reward based target projection
• Real-time trade management
• Visual Entry, Stop Loss, and Target lines
• Target hit detection system
• Professional dashboard display
• Alert support for signals and targets
• Works on Forex, Crypto, Stocks, Indices, and Commodities
• Designed for scalping, intraday, and swing trading
◆➤HOW IT WORKS
Auto Target Pro uses a combination of trend structure and volatility analysis.
The system identifies market direction using trend calculations and detects potential trading opportunities.
After a signal appears:
◆➤BUY Setup:
Entry price is calculated automatically
Stop Loss is placed using market volatility
TP1, TP2, and TP3 are calculated based on risk distance
◆➤SELL Setup:
Entry price is calculated automatically
Stop Loss is adjusted according to bearish conditions
Multiple profit targets are displayed automatically
The target levels are dynamic and adapt according to current market conditions.
◆➤HOW TO USE
Add Auto Target Pro v6 to your PulseWire chart.
Select your preferred timeframe according to your trading style:
Scalping: 1m, 5m, 15m
Intraday: 30m, 1H
Swing Trading: 4H, Daily
Wait for BUY or SELL confirmation.
Use the displayed levels:
Entry = Trade activation area
SL = Risk protection level
TP1 = First profit target
TP2 = Second profit target
TP3 = Final target area
Always combine signals with proper risk management and your own market analysis.
◆➤IMPORTANT NOTE
Auto Target Pro is a technical analysis tool created to assist traders in decision-making. No indicator can guarantee future market results. Always use proper risk management before entering any trade. Indicator

Indicator

Indicator

W & M Pattern | 3 Peaks + RR ToolW and MW & M Pattern | 3 Peaks + Liquidity Sweep | RR Tool
This indicator identifies high-probability reversal setups by combining classical market structure analysis with liquidity sweep detection — two concepts widely used in Smart Money and Price Action trading.
How It Works
The indicator continuously scans the chart for two mirror-image setups:
Bullish W Pattern (Long Setup)
In a falling market, price forms three consecutive Lower Highs (LH1 → LH2 → LH3), confirming a bearish structure. The indicator then watches for a W formation — where price first drops to a swing low, sweeps below it to grab liquidity (the sharp wick down), and then reverses sharply upward forming the right leg of the W. This liquidity sweep is the key trigger, as it signals that smart money has absorbed sell-side orders and a reversal is likely. A long entry is signaled as price recovers, with the stop loss placed just below the W's sweep low and the take profit targeting either the 1st or 3rd Lower High.
Bearish M Pattern (Short Setup)
In a rising market, price forms three consecutive Higher Highs (HH1 → HH2 → HH3), confirming a bullish structure. The indicator then watches for an M formation — where price pushes above the prior swing high to sweep buy-side liquidity (the sharp wick up), then fails and drops below the neckline. This sweep signals that smart money has distributed into retail buying pressure and a reversal downward is likely. A short entry is signaled as price breaks down, with the stop loss just above the M's sweep high and take profit targeting the 1st or 3rd Higher High. Indicator

Indicator

Indicator

PhantomFlow V4.1 Gold IndicatorPhantomFlow V4.1 Gold Indicator is a structure-and-momentum trend tool built for XAUUSD and other fast intraday markets. It combines swing structure, EMA trend alignment, higher-timeframe bias, session filtering, and previous day/week liquidity levels to highlight cleaner continuation opportunities while reducing low-quality signals.
How it reads trend
The indicator uses confirmed swing highs and lows together with a fast and slow EMA. When structure and EMA direction agree, it marks bullish or bearish trend conditions. An optional higher-timeframe filter can be used to keep signals aligned with the broader market direction.
Candle colors
Lime = fresh bullish entry signal
Fuchsia = fresh bearish entry signal
Green = bullish trend / hold condition
Red = bearish trend / hold condition
Faded green = bullish trend weakening
Faded red = bearish trend weakening
Gray = neutral / no clear directional edge
Signal logic
Signals appear when price is in trend, pulls back toward value around the EMA zone, then shows momentum back in the trend direction. This is designed to help identify continuation entries rather than constantly calling reversals.
Previous Day / Previous Week levels
The indicator plots:
PDH = Previous Day High
PDL = Previous Day Low
PD50 = Previous Day Midpoint
PWH = Previous Week High
PWL = Previous Week Low
These levels act as liquidity and reaction zones. They can help identify likely targets, breakout points, and areas where price may hesitate or reject.
Level filter
An optional level-aware filter blocks new signals when price is too close to an important previous day or previous week level. This helps avoid entries with poor room to move.
Dashboard
The top-right dashboard shows:
current bias
current state
trend score
higher-timeframe direction
session status
previous day levels
previous week levels
available room to key levels
whether the level filter is on
Trend score
The score is a quick strength reading based on EMA spread, EMA slope, structure, break conditions, momentum, session alignment, and optional HTF agreement. Higher values mean stronger trend conditions.
Best use
This indicator is best used as a trend-bias and continuation-entry tool, especially on lower intraday timeframes such as 5m and 15m, with the 1H chart used as the higher-timeframe filter.
Here’s a shorter version for the PulseWire description box if you want something tighter:
Short description:
PhantomFlow V4.1 Gold Indicator is a structure-based trend and continuation tool built for intraday trading. It combines swing structure, EMA alignment, HTF bias, session filtering, and previous day/week liquidity levels to highlight cleaner long and short opportunities. Candle colors show trend state and fresh entry triggers, while the dashboard displays bias, score, HTF direction, session status, and key PD/PW levels. Indicator

TRADE PLAN BY RAVI GUPTA**Trade Vidya Broadcast Tool 📡 – by Ravi Gupta**
This PulseWire script is designed to present clean, professional trade plans directly on the chart. It allows manual input of entry, stop loss, and target levels, along with a structured display of market logic—making it ideal for sharing trade ideas with a wider audience in a clear and visually appealing format.
The trade ideas displayed through this tool are shared by **Ravi Gupta**, a trader with **more than 7 years of experience in financial markets**. The focus is on explaining market structure, price action, and trading concepts in a simplified and transparent way.
This tool is especially useful for:
* Sharing live trade setups with your community
* Creating educational trading content
* Demonstrating trade planning and risk management
⚠️ **Disclaimer:**
All trade ideas, views, and opinions shared through this script are strictly for **educational purposes only**. They should not be considered as financial advice, investment recommendations, or trading signals. Please do your own research and consult with a qualified financial advisor before making any trading decisions.
---
**Trade Smart. Learn Smart. – Trade Vidya 💎**
Indicator

GOLD ONLY SETUP BY RAVI GUPTA**📡 Trade Vidya Broadcast Tool — Powered by Experience**
The *Trade Vidya Broadcast Tool* is a premium manual trade visualization indicator designed for traders who want to present their market views with clarity, precision, and authority.
This tool allows you to display your complete trade plan directly on the chart — including Entry, Stop Loss, and multiple Target levels — with a clean, professional interface. Whether you are sharing setups with your trading community, students, or audience, this indicator helps you communicate your strategy in a structured and visually powerful way.
🔹 **Key Highlights:**
* Manual trade planning with full control
* Clear Entry, Stop Loss & Target visualization
* Dedicated Trade Logic panel to explain market reasoning
* Clean dashboard for quick trade summary
* Designed for live sharing, teaching, and signal broadcasting
Built for serious traders, this tool ensures that your analysis is not just accurate, but also presented with confidence and professionalism.
👤 **About the Creator**
This indicator is powered by **Ravi Gupta**, a dedicated market participant with over **8 years of experience** in trading and market analysis. His practical insights and real-market understanding are embedded into the structure and usability of this tool, making it highly effective for both learning and execution.
---
💎 *Trade Smart. Trade Clear. Trade with Trade Vidya.*
Indicator

ABC Pattern - Buy & Sell Zones IT'S OPEN SOURCE FOR YOU
📊 ABC Pattern — Mathematical Price Target Formula
What is the ABC Pattern?
The ABC pattern is a price structure that identifies high-probability buy and sell zones using three pivot points: A, B, and C. Instead of relying on subjective analysis, this indicator uses a simple mathematical formula to calculate an exact price target — removing guesswork from your trading.
🧠 The Logic Behind It
Price never moves in a straight line. It swings up and down, creating a series of highs and lows. The ABC pattern captures one complete swing cycle and uses the relationship between those three points to project where price is likely to go next.
📐 The Formula
Target = (B × C) ÷ A
That's it. Three prices. One calculation. One target.
📈 Bullish ABC — Buy Zone Setup
Structure:
A (Low) → B (High) → C (Higher Low)
Rules:
A is the starting low
B is the peak above A
C is a pullback that holds above A (higher low = bullish structure)
The formula projects where price should reach after C
Example:
A = 100 (first low)
B = 150 (peak)
C = 120 (higher low pullback)
Target = (150 × 120) ÷ 100 = 180
Why does this work?
When C holds above A, it tells us buyers are stepping in at higher prices. The market structure is healthy. The formula uses the proportional relationship between the three pivots to project a mathematically derived target — not a random level.
Invalidation:
❌ A candle closes below C → pattern is cancelled. The higher low structure is broken, meaning sellers have taken control.
📉 Bearish ABC — Sell Zone Setup
Structure:
A (High) → B (Low) → C (Lower High)
Rules:
A is the starting high
B is the trough below A
C is a bounce that fails below A (lower high = bearish structure)
The formula projects the downside target from C
Example:
A = 200 (first high)
B = 150 (trough)
C = 180 (lower high bounce)
Target = (150 × 180) ÷ 200 = 135
Why does this work?
When C fails to reach A, it tells us sellers are entering at lower prices. The market is making lower highs — a classic bearish sign. The formula captures this momentum and projects the next logical price level.
Invalidation:
❌ A candle closes above C → pattern is cancelled. The lower high structure is broken, meaning buyers have reclaimed control.
⚙️ How the Indicator Works
Pivot Detection
The script automatically detects swing highs and lows using a configurable lookback period. A larger lookback finds bigger, more significant patterns. A smaller lookback finds more frequent, shorter-term setups.
Pattern Validation
Before drawing anything, the script checks three conditions:
Time sequence is correct (A → B → C in order)
Structure is valid (C is higher than A for bulls / lower for bears)
B is the extreme between A and C
What gets drawn on the chart:
A, B, C labels at each pivot with the price
Entry line at C level (where you look to trade)
Target line calculated by the formula
Colored zone between C and Target (your reward area)
Failure level — the line that invalidates the setup
% labels showing the move size of each leg
📋 Trading Guidelines
BullishBearishEntryNear C (higher low)Near C (lower high)Target(B × C) ÷ A(B × C) ÷ AInvalidationClose below CClose above CBiasUptrend structureDowntrend structure
⚠️ Important Notes
This is not a signal indicator. It identifies a mathematical structure. Always combine with your own analysis, volume, and market context.
Works on all timeframes and all assets (stocks, crypto, forex, commodities).
Adjust the Pivot Lookback setting based on your timeframe:
Scalping (1m–5m): Lookback 5–8
Intraday (15m–1H): Lookback 10–15
Swing (4H–Daily): Lookback 15–25
🔔 Alerts Included
✅ Bullish ABC pattern detected
✅ Bearish ABC pattern detected
⚠️ Bullish pattern failed (close below C)
⚠️ Bearish pattern failed (close above C)
The formula is simple. The discipline to follow it is what separates consistent traders from the rest. Indicator

Indicator

Indicator

AutoFib Breakout Strategy for Uptrend AssetsThis trading strategy is designed to help you catch powerful upward moves on assets that are in a long-term uptrend, such as Gold (XAUUSD). It uses a popular technical tool called the Fibonacci Extension, combined with a trend filter and a risk-managed exit system.
✅ When to Use This Strategy
• Works best on higher timeframes: Daily (1D), 3-Day (3D), or Weekly (W).
• Best used on uptrending assets like Gold.
• Designed for swing trading – holding trades from a few days to weeks.
📊 How It Works
1. Find the Trend
We only want to trade in the direction of the trend.
• The strategy uses the 200-period EMA (Exponential Moving Average) to identify if the market is in an uptrend.
• If the price is above the 200 EMA, we consider it an uptrend and allow long trades.
2. Identify Breakout Levels
• The strategy detects recent high and low pivot points to draw Fibonacci extension levels.
• It focuses on the 1.618 Fibonacci level, which is often a target in strong trends.
• When the price breaks above this level in an uptrend, it signals a potential momentum breakout – a good time to buy.
3. Enter a Trade
• The strategy enters a long (buy) position when the price closes above the 1.618 Fibonacci level and the market is in an uptrend (above the 200 EMA).
4. Manage Risk Automatically
• The trade includes a stop-loss set to 1x the ATR (Average True Range) below the entry price – this protects against sudden drops.
• It sets a take-profit at 3x the ATR above the entry – aiming for higher rewards than risks.
⚠️ Important Notes
• 📈 Higher Timeframes Preferred: This strategy works best on Daily (D), 3-Day (3D), and Weekly (W) charts, especially on Gold (XAUUSD).
• 🧪 Not for Deep Backtesting: Due to the nature of how pivot points and Fib levels are calculated, this strategy may not perform well in backtesting simulations (because the historical calculations can shift). It is better used for live analysis and forward testing.
Strategy

Strategy

Indicator

Indicator

Indicator
