ATRFibonacciTrend

  • Indicateurs
  • Semih Erten
    Semih Erten
    TRMentorFx — Otomatikleştirilmiş Forex Çözümleri
    2021 yılından bu yana forex piyasalarında aktif olarak çalışmaktayım. Bu süreçte edindiğim bilgi ve deneyimi, tamamen kendi geliştirdiğim strateji modellerine dönüştürdüm.
  • Version: 1.30
  • Activations: 5
⚠️ **This document and indicator do not constitute investment advice. Past performance is no guarantee of future results.**

1. Product Introduction

**ATR Fibonacci Trend Envelopes** combines three proven concepts into a single tool:

* **Volatility-sensitive trend engine** — Dynamic bands that expand and contract with the ATR around a selectable moving average baseline (SMA/EMA/WMA/HMA/RMA). If the price breaks above the upper band on a candle close, a **BULL** regime begins; if it breaks below the lower band, a **BEAR** regime begins. Since the bandwidth adapts to volatility, false signals in sideways markets are filtered out.
* **Dynamic Golden Pocket (0.618–0.786)** — Instead of the classic fixed Fibonacci, levels are recalculated on every bar based on the ATR envelope. Plotted in light blue during an uptrend and orange during a downtrend, this pocket serves as a "high-value entry zone" in the direction of the trend.
* **Multi-Timeframe (MTF) Dashboard** — Monitors 4 timeframes simultaneously (default: 5m/15m/1H/4H): displaying the trend direction (BULL/BEAR) and whether the price is inside the pocket (INSIDE/OUT) for each TF.

**Additionally:** Projection lines extending 50 bars into the future based on the slope of the last 4 bars (labeled 1.0 / 0.786 / 0.618 / 0.5), a circle marker + entry price label at trend reversals, and a trend change alert on closed bars.

Color Language (v1.30)

| Element | Uptrend | Downtrend |
| --- | --- | --- |
| Baseline (1.0) | Cyan/Blue | Red |
| Golden Pocket Fill | Light Blue | Orange |
| 0.618 / 0.786 Lines | Light Blue | Orange |
| 0.5 Line | Gray | Gray |
| Dashboard "INSIDE" Cell | Light Blue | Orange |

---

2. Installation

1. Copy the `ATR_Fibonacci_Trend_.mq5` file into the `MQL5\Indicators\` folder (MT5 → File → Open Data Folder).
2. Open it in MetaEditor and compile by pressing **F7** (0 errors / 0 warnings).
3. Open Navigator (**Ctrl+N**) → Indicators → drag and drop it onto the chart.
4. Upon initial loading, it may take a few seconds for the MTF dashboard to populate (cells will display "..." while data for other TFs is being downloaded to the terminal — this is normal).
5. **Recommended starting point:** EURUSD H1, default settings. Users who wish to follow the video strategy exactly can select `MA Type = WMA`.

---

3. Input Settings — Full Reference

 Calculation Settings

| Input | Default | Description |
| --- | --- | --- |
| **MA Type** | RMA | Baseline moving average type. RMA/EMA provide smoother lines, while WMA/HMA react faster. |
| **MA Length** | 100 | Period of the trend baseline. Decreasing it speeds up signals but increases noise. |
| **ATR Length** | 100 | Volatility measurement period. |
| **ATR Multiplier** | 3.0 | Bandwidth. Increasing it = fewer but more reliable signals. |

Projection Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show Projections** | true | Future dotted level lines + 1.0/0.786/0.618/0.5 labels. |
| **Projection Length** | 50 | Number of bars to project forward. |

Color & Visual Settings

| Input | Default | Description |
| --- | --- | --- |
| **Uptrend / Downtrend Color** | blue / red | Baseline and signal colors. |
| **0.5 Fib Color** | gray | Middle level color. |
| **Pocket Color (Downtrend)** | orange | Downtrend pocket color. |
| **Pocket Color (Uptrend)** | light blue | Uptrend pocket color. |
| **Show Golden Pocket Fill** | true | Toggle pocket shading/fill on/off. |
| **Show 0.5 Line** | true | Toggle the gray middle line on/off. |
| **Fill Projected Pocket** | true | Triangle fill of the projection zone (turn off for a cleaner screen). |

Dashboard Settings

| Input | Default | Description |
| --- | --- | --- |
| **Show MTF Dashboard** | true | Toggle dashboard on/off. |
| **Location / Font Size** | Bottom Right / 8 | Position and size. |
| **Timeframe 1–4** | M5, M15, H1, H4 | Timeframes to monitor. |
| **MTF History Bars** | 1500 | Warm-up bar count for the MTF engine. 1500 is ideal for a 100-period MA/ATR; do not decrease it. |

Extras

| Input | Default | Description |
| --- | --- | --- |
| **Alert On Trend Change** | true | MT5 alert on a closed bar when the trend reverses. |
| **Max Signal Price Labels** | 500 | Maximum number of historical signal labels to display on the chart. |

---

4. Strategy Logic — Step-by-Step

4.1 BUY (Long) Scenario

* **Regime:** The price breaks above the upper band on a candle close → a blue circle + price label are printed, the baseline shifts **BELOW** the price and turns blue. The pocket turns light blue.
* **Confirmation:** At least 2–3 timeframes on the dashboard must be "**BULL**"; especially the timeframe one level above your trading TF (e.g., if trading on H1 → H4 must be BULL).
* **Entry:** Two options:
* *Aggressive:* Direct entry on the close of the reversal bar.
* *Patient (Recommended):* Wait for the price to pull back to the light blue pocket (0.618–0.786). Enter from within the pocket when the dashboard shows "**INSIDE**" for that specific TF.


* **Stop-loss:** A few pips below the baseline (1.0). **Rule:** If a candle close occurs below 1.0, the position is abandoned — make your decision based on the candle close, not the wick.
* **Take Profit:** The first target is the momentum remaining above the 0.5 line; if the trend is strong, trail the position by following the projection lines. An opposite-direction circle marker indicates the final exit.

4.2 SELL (Short) Scenario

* This is the exact mirror image of the buy rules: the price breaks below the lower band → red circle appears, the baseline shifts **ABOVE** the price, and the pocket turns orange. Enter short on a pullback to the orange pocket; stop-loss is a candle close above 1.0.

4.3 Trade Management

* The middle of the pocket (the midpoint between 0.618 and 0.786) is the highest-value entry point.
* If the price passes through the pocket and approaches 1.0, reduce your position size — the risk of a trend reversal has increased.
* When the bands narrow (the distance between the pocket and 0.5 decreases), a volatility breakout is imminent; the first signals after a reversal are the strongest.

---

5. Tips & Tricks

* **Trade in the direction of the trend:** The pocket is **NOT** a counter-trend reversal tool; it is a trend-continuation pattern tool. Do not look for longs in the orange pocket or shorts in the light blue pocket.
* **TF Alignment:** H1 signal + H4 in the same direction = statistically the most robust combination. If all 4 TFs are aligned in the same direction, the trend may be mature — avoid late entries.
* **Do not chase:** If the pocket is far away immediately after the reversal bar (as seen in the video example), do not chase the market; either wait for a pullback or move on to the next signal.
* **Period Selection:** H1 and higher timeframes yield the cleanest results. If you intend to use it on M5, increase the `ATR Multiplier` to 3.5–4.0.
* **Parameter Harmony:** Change `MA Length` and `ATR Length` together (e.g., 50/50, 100/100, 200/200). Shortening one while leaving the other long disrupts the band geometry.
* **News Events:** During high-impact news minutes (NFP, interest rate decisions), bands expand sharply; signals should be evaluated on the subsequent candle close, not during that specific volatile bar.

---

6. Important Considerations

* Trend-following systems lose money in sideways/ranging markets. Do not trade if the bands are flat and the dashboard is mixed (e.g., 2 BULL / 2 BEAR).
* Signals lock in only at the bar close; during an active bar, the price can cross the band and return. This is why the alert function only notifies you of closed bars.
* Other TF data must be fully downloaded in the terminal for the MTF dashboard to function; seeing "..." for a few seconds on a new setup is completely normal.
* The indicator alone is not a money management system: position sizing, daily loss limits, and risk/reward ratios are entirely your responsibility. Risking no more than 1–2% per trade is common professional practice.
* Visual testing can be performed in the Strategy Tester; however, the indicator itself does not open trades. An Expert Advisor (EA) is required for automated backtesting (included in the package, currently on hold).

---

7. FAQ (Frequently Asked Questions)

**Does the indicator repaint?**

No. The trend state is calculated using closed bar data; historical signals never change. Only the values of the developing (current) bar fluctuate until the bar closes — this applies to all real-time indicators.

**Which instruments does it work on?**

Forex, indices, commodities, crypto, stocks — since it is ATR-based, it automatically scales itself to any volatility regime.

**Does the panel affect performance?**

No. In version v1.20+, the MTF calculation was moved to a timer and cached per TF; calculations are only executed when a new bar forms on the relevant TF.

**Why is the orange/blue cloud sometimes disconnected?**

A gap is intentionally left on the trend reversal bar (matching the original visual design) — this is a feature, not a bug.
Produits recommandés
Smart Reversal Prophets
Loys Steve Dzene Tagne
Vous avez toujours rêvé de pouvoir entrer dans le marché juste après la clôture d'une bougie… et voir le marché partir immédiatement dans votre direction ? Vous avez toujours voulu détecter les retours plus tôt, éviter les faux signaux, et surtout capturer les longues tendances avant la majorité des traders ? Alors aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs classiques qui réagissent avec retard, Smart Reversal
Cet indicateur est un indicateur d'analyse automatique des vagues, parfait pour le trading pratique ! Cas... Remarque :   je n'ai pas l'habitude d'utiliser des noms occidentaux pour l'évaluation des vagues. En raison de l'influence de la convention de dénomination de Tang Lun (Tang Zhong Shuo Zen), j'ai nommé la vague de base comme   un stylo   et la bande d'onde secondaire comme   un segment   . en même temps, le segment a la direction de la tendance.Le   segment de tendance principal   est no
HASuperTrendADX
Steven Wong Sing Seng
HA Supertrend ADX is a MetaTrader 5 trend Expert Advisor inspired by the TradingView Heikin Ashi Supertrend ADX concept. It combines Heikin Ashi candle alignment, Supertrend direction on HA prices, and an ADX strength filter. Features • Heikin Ashi trend confirmation • Supertrend on Heikin Ashi OHLC (TradingView-style) • ADX minimum threshold with optional DI+ / DI- filter • Supertrend flip exit and/or ATR trailing stop • Optional initial ATR stop loss • Margin cap and maximum lot limit • XAU
Product Name: FXmans Pro SMC Structure Description: Navigate the markets with institutional precision. FXmans Pro SMC Structure is an advanced, algorithmically optimized indicator designed to decode Smart Money Concepts (SMC) directly on your chart. Built on a highly secure and lightweight engine, this tool avoids the lag of standard pivot points by utilizing Bill Williams' Fractal logic for laser-accurate market structure mapping. Whether you are a day trader or a swing trader, this indicator f
Indicateur de momentum Squeeze pour MT5 Découvrez des opportunités de marché explosives grâce au puissant indicateur de momentum Squeeze, développé par des professionnels pour MetaTrader 5. Cet indicateur avancé de volatilité et de momentum aide les traders à identifier les périodes de faible volatilité avant les mouvements de marché majeurs. Combinant la puissance des bandes de Bollinger et des canaux de Keltner, il révèle les phases de « compression » du marché, annonçant une cassure immine
Sigma VWAP Bands Sigma VWAP Bands (Rolling) is a technical analysis indicator that plots upper and lower bands based on the statistical deviation of price from a rolling Volume-Weighted Average Price (VWAP). The indicator is designed to visualize price dispersion around VWAP using a user-defined lookback window and a configurable standard deviation multiplier. Parameters Lookback Period Number of bars used for VWAP and standard deviation calculations. Sigma Factor Multiplier applied to the cal
MFOP Market Forecast
Oscar Josue Pin Bacuzoy
Develop this indicator for periods of 30 minutes or more, focus on getting market trends right and making sure they are met. MFOP v8.1 gets straight to the point: it scans the market and tells you exactly when there is enough strength to enter a trade. This indicator doesn't do magic, it uses mathematical algorithms to filter out market noise, not enter into false breakouts and show you clear BUY (blue arrow) and SELL (red arrow) opportunities. It is designed and optimized specifically to take
IntensywnyScalperPro
Bartlomiej Mateusz Konecki
INTENSYWNY SCALPER PRO — Système de scalping complet en un seul indicateur 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. Objectifs adaptatifs basés sur l'ATR — Fonctionne sur tous les marchés et unités de temps Take-profit spacing and stop-loss distance are calculated from real market volatility (ATR). Switch between M1, M15 or M30+, or jump from Gold to Bitcoin to indices — the indicator instantly recalculates all levels. No manual configuration, ever. L'espacement des take
Liquidity Map
Alex Amuyunzu Raymond
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
HYPERION QUANTUM PULSE   100-Point Signal Score + ATR-Adaptive Trend Intelligence (Gold + Forex)    Hyperion Quantum Pulse is an institutional-grade Expert Advisor powered by a proprietary 100-Point Signal Score System. Named after Hyperion, the Greek Titan of Light and celestial observation, this EA illuminates the market with multi-indicator intelligence and executes ONLY when all signals converge with overwhelming confidence. Unlike simple EAs that rely on a single indicator, Hyperion calcu
NEXY is a professional multi-timeframe trading system based on Market Structure (HH/HL/LH/LL) and Fibonacci Retracement zones.  CORE STRATEGY: The EA identifies pivot points (higher highs, higher lows, lower highs, lower lows) to determine the market structure. Once the main structure is established, it calculates Fibonacci retracement zones (0.618-0.786) where the price is likely to retrace before continuing in the direction of the trend. You can select which timeframes to align with the main
Sovereign Shield EA XAU
Abdelilah Ait Nassar
Sovereign Shield Prop EA: Institutional Drawdown Defense Sovereign Shield is a quantitative recovery engine built specifically for the strict drawdown parameters of modern Proprietary Trading Firms. A primary cause of evaluation failure is static algorithmic exposure during unpredictable macro-economic trends. Sovereign Shield addresses this by deploying a proprietary, volatility-adjusted recovery matrix. It continuously monitors price exhaustion and dynamically recalculates its exposure distan
Optimized Spike Detector Pro for MT5 is a professional-grade technical indicator designed to identify and capitalize on sharp, impulsive price movements (spikes) in any financial instrument. Utilizing a sophisticated, multi-algorithmic core, it distinguishes significant volatility expansions from market noise with exceptional accuracy. The tool dynamically adapts to changing market conditions, filtering out false signals and highlighting only high-probability spike setups in real-time. Featuring
Gold Confluence Pro v2.14 – Le Framework de Trading Ultime pour XAUUSD Gold Confluence Pro n’est pas un simple indicateur ; c’est un framework de trading complet de niveau institutionnel. Il fusionne la logique des Smart Money Concepts (SMC) avec une analyse Multi-Timeframe (MTF) et des données de marché en temps réel. Optimisé spécifiquement pour les traders d'Or (XAUUSD), ce système regroupe les structures de marché complexes dans un tableau de bord (Dashboard) unique et professionnel. Pour
EA Name: Dynamic Hybrid Scalper (XAU Specialist) "A Synergistic Blend of Trend Following and Smart Grid Logic for Consistent Gold Trading" Key Highlights Multi-Timeframe Analysis: Triple-layer trend analysis that monitors the High Timeframe (HTF) trend down to the specific entry Signal Timeframe for maximum precision. 5-Factor Signal Confirmation: A sophisticated filtering system using five core metrics: EMA Trend, RSI, MACD, ADX Strength, and Price Action Breakout. Dynamic Lot Managemen
NRP Smc Pro
Black Panther AI
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
The  OBV MTF  is an Enterprise-grade On-Balance Volume indicator that transforms standard OBV into a complete trading system. It combines gradient-aware momentum analysis, divergence detection, multi-timeframe alignment, and dynamic customisable midpoint-filtering in a single intuitive professional volume analysis tool. Core Features 1. 5-State Momentum Engine Aqua (Strong Bullish) : OBV slope rising with positive acceleration SteelBlue (Weak Bullish) : OBV rising but losing momentum Gray (Neutr
Link to our products: LINK The ICT Asian Killzone Indicator delivers a professional, institutional-grade framework by precisely defining the Asian trading session from 00:00 to 04:00 GMT with absolute accuracy. It streamlines market structure analysis by isolating liquidity accumulation, range formation, and volatility compression during the Asian session. Built for serious ICT and Smart Money traders, it enhances strategic decision-making, execution confidence, and Tokyo session directional bi
SchermanActionPro
AutomaticTrading
Présentation de SchermanActionPro : le nouveau robot de trading automatisé d'Automatictrading Automatictrading est fier de présenter SchermanActionPro ! Fonctionnalités en vedette :  • Indicateurs configurables : Ajustez les moyennes et le nombre de bougies selon les recommandations d'Ivan.  • Flexibilité opérationnelle : Choisissez entre les achats et les ventes.  • Prise de bénéfices : Options fixes, basées sur ATR ou signal contraire.  • Loss Stop : Fixe configurable, selon ATR ou par signal
SwiftCap Trinity EA | Expert Advisor MT5 multi-stratégies pour le trading de l'or et pour compte propre SwiftCap Trinity EA est un   Expert Advisor MT5 multi-stratégies   de qualité professionnelle qui combine quatre systèmes de trading indépendants en un cadre unifié et discipliné. Au lieu de dépendre d'une seule stratégie ou d'une seule condition de marché, Trinity est conçu pour s'adapter. Il offre une   approche de trading automatisée équilibrée, structurée et cohérente   dans différents e
Le Brilliant Reversals MultiCurrency Scanner MT5 est un indicateur de trading à la pointe de la technologie conçu pour les traders cherchant à identifier des points de retournement potentiels sur plusieurs paires de devises. En s'appuyant sur des algorithmes avancés, cet outil fournit des informations instantanées, le rendant inestimable pour les traders novices et expérimentés cherchant à optimiser leurs stratégies de trading. Ce indicateur permet aux traders de recevoir des signaux d'achat et
ICT Institutional Zones Pro
Celestine Anyango Wabomba
ICT Institutional Zones Pro — Trade with Institutional Precision Stop wasting time manually drawing key ICT levels every day. ICT Institutional Zones Pro is a professional-grade MT5 indicator built for traders who use ICT (Inner Circle Trader) and Smart Money Concepts (SMC) to read market structure with precision. This indicator automatically maps the most important institutional levels directly on your chart, helping you instantly identify where smart money is likely accumulating, distributing
ULTIMATE GOLD ENFORCER v3 PRO Institutional-Grade XAUUSD Trading System What Makes It Different Feature Why It Matters 10-Strategy Confluence Engine No single indicator decides — weighted voting across trend, momentum, SMC, order blocks, FVGs, RSI divergence, S/R, volatility & sentiment True Multi-Timeframe H4 structure → H1 signal → M15 entry precision — aligned or no trade Dynamic Risk Management Kelly-inspired position sizing that adapts to your win rate in real-time Zero Martingale/G
. . is designed for traders who want a clean and practical way to identify bullish and bearish trend changes directly on the MT5 chart. The indicator uses a dual high/low smoothing engine to detect market direction and show a clear active trend line. When the market confirms a bullish or bearish flip
MTF Scanner S/R & EMA Confluence EA (v3.50) Documentation Technique Complète 1. Introduction Le MTF Scanner S/R & EMA Confluence EA (v3.50) est un système de trading automatisé basé sur des règles, développé pour la plateforme MetaTrader 5, conçu pour identifier et exécuter des opportunités de trading à haute probabilité sur plusieurs unités de temps (timeframes). Ce système intelligent intègre les modules d’analyse principaux suivants : Structure de Price Action (mouvement des prix) Zones de Su
PREDATOR PULSE AI TRADER Premium · By Prometheus Neural Systems Most trading indicators are built once, calibrated on historical data, and left to run. They don't adapt. They don't learn. When the market changes — and it always does — they keep firing the same signals based on conditions that no longer exist. Predator Pulse was built on a different idea. Two Engines Working Together The foundation is a 60-feature institutional microstructure engine. Every bar, it analyses sixty distinct aspects
The indicator scans for TD Combo signals in multiple timeframes for the all markets filtered and shows the results on Dashboard. Key Features Dashboard can be used for all markets It can scan for signals on MN1, W1, D1, H4, H1, M30, M15 ,M5, M1 timeframes Parameters UseMarketWatch: Set true to copy all symbols available in market watch MarketWatchCount : Set the number of symbols that you want to copy from the market watch list. CustomSymbols: Enter the custom symbols that you want to be availa
Anubi Terminal MT5
Marco Maria Savella
Anubi Terminal is a professional trade management assistant designed for manual traders who demand precision, speed, and strict risk control. Unlike automated bots, Anubi puts the trader in control, providing a sophisticated interface to execute and manage trades according to institutional-grade risk management rules. Why Anubi Terminal? Manual trading often fails due to calculation errors and emotional exits. Anubi eliminates these risks by automating position sizing and trade management based
Immortal MT5
Paranchai Tensit
The EA is based on   trend trading strategy . Mechanism " trend trading strategy " is a tendency of a financial market price to move in a particular direction over time. If there is a turn contrary to the trend, This mechanism will exit and wait until the turn establishes itself as a trend in the opposite direction, and re-enter when the trend re-establishes. This EA has been backtested for 9 years of real tick data (2015-2023), consistent with the latest trading accounts. Immortal MT4:   https:
Daily HiLo
Nicanor Jr Cagape Layco
DailyHiLo Indicator Master the daily range like a pro. This indicator automatically plots the previous day’s high and low levels —a core element in the (Beat The Market Maker) trading approach—directly on your chart. These levels act as natural boundaries for intraday price action, helping traders identify potential reversal zones, breakout points, and liquidity targets. Key Features Accurate plotting of yesterday’s high and low for any symbol and timeframe. Works seamlessly with BTMM-inspired
FREE
Les acheteurs de ce produit ont également acheté
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
Signaux de Trading en Direct avec M1 Quantum : Signal   (L’opération est exécutée automatiquement par le Quantum Trade Assistant , inclus gratuitement avec ce produit.) Plan de prix : Prix actuel : $169 (Offre de lancement) Prochain prix prévu : $189 Prix de vente prévu : $299 Note du développeur : Après votre achat, veuillez me contacter pour recevoir le dernier fichier de configuration recommandé (Set File) , des conseils d'utilisation, ainsi qu'une invitation au groupe d'assistance VIP , où
L'indicateur UZFX {SSS} Scalping Smart Signals v4.0 MT5 est un indicateur de trading haute performance sans « repaint », conçu pour les scalpers, les day traders et les swing traders qui recherchent des signaux précis et en temps réel sur des marchés très volatils. Développé par (UZFX-LABS), cet indicateur combine l'analyse de l'action des prix, la confirmation de tendance et un filtrage intelligent pour générer des signaux d'achat et de vente à forte probabilité, des signaux d'alerte et des opp
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro est un indicateur de suivi de tendance pour MetaTrader 5, conçu pour les traders qui souhaitent des signaux plus clairs, des configurations de trade plus structurées et une gestion du risque plus pratique directement sur le graphique. Au lieu d’afficher simplement une flèche, GEM Signal Pro aide à présenter l’idée complète du trade de manière plus claire et plus lisible. Lorsque les conditions sont confirmées, l’indicateur peut afficher le prix d’entrée, le stop los
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our customers. The first "The Basics"
Indicateur MT5 Voyez ce que le marché fait vraiment.   Visualisez les 3 phases de marché en direct devant vous (Contraction, Expansion, Tendance) et prenez de meilleures entrées dès le   début de la phase de Tendance.      Arrêtez de deviner. Commencez à lire le marché comme le font les institutions et le smart money.   Apex Market Structure Pro pour MT5 est un outil d'analyse smart-money de précision qui élimine le bruit et vous révèle la   véritable structure sous chaque bougie : liquidité
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
L’indicateur met en évidence les zones où un intérêt est déclaré sur le marché , puis montre la zone d’accumulation des ordres . Il fonctionne comme un carnet d’ordres à grande échelle . C’est l’indicateur destiné aux grands capitaux . Ses performances sont exceptionnelles. Quel que soit l’intérêt présent sur le marché, vous le verrez clairement . (Il s’agit d’une version entièrement réécrite et automatisée – l’analyse manuelle n’est plus nécessaire.) La vitesse de transaction est un indicateur
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
KURAMA GOLD SIGNAL PRO (MT5) — Filtre à 7 couches · TP/SL automatique · Score de qualité · Sauvegarde de l'historique des signaux | Système de trading complet pour le XAUUSD Pas de repeint en temps réel. À l'instant où un signal apparaît, la flèche, l'entrée, le TP et le SL sont verrouillés sur place et ne bougent plus jamais ensuite. Ce que vous tradez, c'est ce signal en temps réel. Et dans la v7.20, chaque signal réellement envoyé est sauvegardé automatiquement et restauré à l'identique aprè
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction est un outil d'analyse de marché 3D. Il fournit une analyse de marché parfaitement objective, basée sur un algorithme, en calculant des écarts précis en pourcentage sur différents paramètres. Développé à l'aide d'outils de modélisation avancés basés sur l'IA et soumis à des tests rigoureux, cet algorithme analyse le marché avec une précision inégalée. Vous pouvez analyser n'importe quelle paire de devises ou instrument financier sur la plateforme. Que vous pratiquiez le trading à
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
La plupart des indicateurs à flèches vous donnent un signal, puis vous laissent gérer tout le reste seul. KT Alpha Hunter Arrows vous fournit un plan de trading complet. Chaque flèche de signal apparaît avec un plan complet déjà tracé : ligne d’entrée, stop loss, quatre niveaux de take profit et un verdict d’edge en temps réel qui vous indique si ce symbole et cette unité de temps valent la peine d’être tradés maintenant. Le Trade Manager EA inclus prend en charge l’exécution après votre entrée,
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
Vous recherchez un puissant indicateur de trading forex qui peut vous aider à identifier facilement des opportunités de trading rentables ? Ne cherchez pas plus loin que le Beast Super Signal. Cet indicateur basé sur les tendances facile à utiliser surveille en permanence les conditions du marché, en recherchant de nouvelles tendances en développement ou en sautant sur celles existantes. Le Beast Super Signal donne un signal d'achat ou de vente lorsque toutes les stratégies internes s'alignent
WaveSniper
Alessandro Farinella
Wave Sniper One indicator. Adaptive baseline, multi-layer signal engine, and closed-bar confirmed entries — designed for traders who want precision without complexity. I tried to build the perfect indicator. I ended up deleting most of them. I used, studied and coded hundreds of indicators. I analyzed and converted entire libraries from PineScript, ProRealCode, EasyLanguage, MQL. Oscillators, moving averages, bands, candlestick pattern: you name it! I spent weeks, even months optimizing param
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro : Système d'Exploitation Quantitatif du Marché 70% DE RÉDUCTION ACCÈS À VIE (DURÉE LIMITÉE) - REJOIGNEZ 2 000+ TRADERS Pourquoi la plupart des traders échouent-ils même avec des indicateurs "parfaits" ? Parce qu'ils tradent des concepts isolés dans le vide. Un signal sans contexte est un pari. Pour gagner, il faut de la CONFLUENCE . RelicusRoad Pro est un Écosystème Quantitatif complet . Il cartographie la "Fair Value Road", distinguant le bruit des cassures structurelles. Arrête
Manipolatio regis
Simone Degl Innocenti
Manipulatio Regis — Scanner di Simmetria Istituzionale Manipulatio Regis rileva le manipolazioni dei Market Maker leggendo i Trading Ranges e i progetti obiettivi simmetrici da Price Action istituzionale. Non prevede il Future: legge una manipolazione già avvenuta e progetti in cui Il prezzo tende a tornare a ribilanciarsi. Come funziona: • Evento significativo (SI): rileva un impulso anomalo ad alta efficienza (rapporto ATR). • Gamba e Candela #1: isola la gamba di ritracciamento controdirezion
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Smart Bubble Dominance Pro
Dioney De Jesus Batista Alves
Nous vous présentons le Smart Bubble Dominance Pro , l'outil ultime pour l'analyse des flux institutionnels et de l'agression du marché en temps réel. Conçu pour les traders en quête d'une précision chirurgicale, cet indicateur transforme les données complexes de volume en signaux visuels clairs, vous permettant d'identifier exactement où le « Smart Money » se positionne. Optimisé pour le BTCUSD L'indicateur a été méticuleusement calibré pour la volatilité et le comportement spécifique du BT
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER est un indicateur professionnel pour les marchés financiers sur MetaTrader 5, qui regroupe plusieurs outils d’analyse en un seul système intégré. Il effectue tous les calculs automatiquement en utilisant une méthodologie propriétaire de prix moyen pondéré par le volume (VWAP), éliminant ainsi toute interprétation subjective. Cet indicateur fonctionne sur toutes les classes d’actifs (Forex, actions, indices, matières premières, cryptomonnaies) et sur toutes les périodes, de M1 au
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Chimera Volume
Marko Milenkovic
Chimera Volume pour MetaTrader 5 Analyse avancée du volume et visualisation de l'activité du marché Chimera Volume est un indicateur personnalisé pour MetaTrader 5, conçu pour analyser l'activité des volumes normalisés et afficher les changements dans la participation au marché via un cadre visuel dynamique. L'indicateur traite les données de volume de ticks en utilisant des algorithmes de normalisation adaptative et génère une représentation structurée de l'intensité du volume, des phases d'acc
Meravith MT5
Ivan Stefanov
5 (3)
Outil des market makers. Meravith va : Analyser toutes les unités de temps et afficher la tendance actuellement en vigueur. Mettre en évidence les zones de liquidité (équilibre des volumes) où le volume haussier et baissier est égal. Afficher tous les niveaux de liquidité provenant de différentes unités de temps directement sur votre graphique. Générer et présenter une analyse de marché sous forme de texte pour votre référence. Calculer les objectifs, les niveaux de support et les points de stop
Plus de l'auteur
# AUTO TREND LINE ASSISTANT v2.0 ### MQL5 Market — Ürün Açıklaması / Çalışma Mantığı / Kullanım Talimatları --- ## ÜRÜN AÇIKLAMASI (MQL5 Market Listing) **Auto Trend Line Assistant v2.0**, piyasanın anlık yönünü otomatik olarak analiz eden ve kurallara dayalı şekilde yalnızca doğru trend çizgisini çizen akıllı bir MetaTrader 5 göstergesidir. > **Tek cümleyle:** Yükselen piyasada sadece eğik destek, düşen piyasada sadece eğik direnç — fazlası yok, eksiği yok. Klasik trend çizgisi araçlar
Filtrer:
Aucun avis
Répondre à l'avis