ATRFibonacciTrend

  • Indicadores
  • 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.
  • Versão: 1.30
  • Ativações: 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.
Produtos recomendados
Smart Reversal Prophets
Loys Steve Dzene Tagne
Avez-vous toujours rêvé de pouvoir entrer sur le marché juste après la clôture d'une bougie… et de voir le marché évoluer immédiatement dans votre sens ? Avez-vous toujours souhaité détecter les retournements de tendance plus tôt, éviter les faux signaux et, surtout, saisir les tendances longues avant la majorité des traders ? Aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs traditionnels qui réagissent avec un certa
Este indicador é um indicador para análise automática de ondas que é perfeito para negociações práticas! Caso... Nota:   Não estou acostumado a usar nomes ocidentais para classificação de ondas. Devido à influência da convenção de nomenclatura de Tang Lun (Tang Zhong Shuo Zen), nomeei a onda básica como   uma caneta   e a banda de onda secundária como   um segmento   . ao mesmo tempo, o segmento tem a direção da tendência.   O segmento de tendência principal   é nomeado (esse método de nomencl
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
Indicador de Momentum Squeeze para MT5 Desbloqueie oportunidades de mercado explosivas com o poderoso **Indicador de Momentum Squeeze**, desenvolvido profissionalmente para o MetaTrader 5. Este indicador avançado de volatilidade e momentum ajuda os traders a identificar períodos de baixa volatilidade antes que ocorram grandes movimentos de mercado. Combinando a força das Bandas de Bollinger e dos Canais de Keltner, o indicador revela quando o mercado está a "comprimir" e a preparar-se para um
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
Desenvolva este indicador por períodos de 30 minutos ou mais, concentre-se em acertar as tendências do mercado e garantir que elas sejam atendidas. O MFOP v8.1 vai direto ao ponto: ele analisa o mercado e informa exatamente quando há força suficiente para entrar em uma negociação. Este indicador não faz mágica, ele usa algoritmos matemáticos para filtrar o ruído do mercado, não entrar em falsos rompimentos e mostrar oportunidades claras de COMPRA (seta azul) e VENDA (seta vermelha). Ele foi pr
IntensywnyScalperPro
Bartlomiej Mateusz Konecki
INTENSYWNY SCALPER PRO — Sistema de Scalping Completo em um Único Indicador 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. Alvos Adaptativos Baseados em ATR — Funciona em Qualquer Mercado e Timeframe 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. O espaçamento do take-profit e a
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 – O Framework Definitivo para Trading de XAUUSD Gold Confluence Pro não é apenas mais um indicador comum; é um framework de negociação abrangente de nível institucional que funde a lógica de Smart Money Concepts (SMC) com análise de múltiplos períodos temporais (MTF) e dados de mercado em tempo real. Otimizado especificamente para traders de Ouro (XAUUSD), este sistema consolida estruturas de mercado complexas em um único painel profissional (Dashboard). Por que Gold
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
Apresentamos o SchermanActionPro: o novo bot de negociação automatizado da Automatictrading Recursos em destaque:  • Indicadores Configuráveis: Ajuste as médias e a quantidade de velas de acordo com as recomendações do Ivan.  • Flexibilidade Operacional: Escolha entre compras e vendas.  • Realização de lucros: Opções fixas, baseadas em ATR ou sinal contrário.  • Loss Stop: Fixo configurável, conforme ATR ou por sinal contrário.  • Tipos de Lote: Seleção de lote fixo, risco fixo em % da conta ou
SwiftCap Trinity EA | EA MT5 Multi-Estratégia para Negociação de Ouro e Proprietários de Empresas O SwiftCap Trinity EA é um   Expert Advisor (EA) profissional multiestratégia para MT5   que combina quatro sistemas de negociação independentes em uma estrutura unificada e disciplinada. Em vez de depender de uma única estratégia ou condição de mercado, o Trinity foi desenvolvido para se adaptar. Ele oferece uma   abordagem de negociação automatizada equilibrada, estruturada e consistente   em di
O Brilliant Reversals MultiCurrency Scanner MT5 é um indicador de negociação de última geração projetado para traders que buscam identificar pontos de reversão potenciais em múltiplos pares de moedas. Ao aproveitar algoritmos avançados, essa ferramenta fornece insights instantâneos, tornando-se inestimável tanto para traders novatos quanto experientes que visam otimizar suas estratégias de negociação. Este indicador capacita os traders ao entregar sinais de compra e venda em tempo real com base
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) Comprehensive Documentation 1. Introduction The MTF Scanner S/R & EMA Confluence EA (v3.50) is a rule-based automated trading system developed for MetaTrader 5 , designed to identify and execute high-probability trading opportunities across multiple timeframes. This Expert Advisor integrates: Price Action structure Support & Resistance (S/R) zones Exponential Moving Average (EMA) confluence By combining these elements, the EA aims to deliver consisten
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
Os compradores deste produto também adquirem
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)
Sinais de Trading ao Vivo usando o M1 Quantum: Sinal   (Operação executada automaticamente pelo Quantum Trade Assistant , incluído gratuitamente neste produto.) Plano de Preços: Preço Atual: $169 (Oferta para primeiros usuários) Próximo preço planejado: $189 Preço de varejo planejado: $299 Nota do Desenvolvedor: Após a compra, entre em contato comigo para receber o arquivo de configuração (Set File) mais recente , recomendações de uso e um convite para o Grupo VIP de Suporte , onde você poderá
O UZFX {SSS} Scalping Smart Signals v4.0 MT5 é um indicador de negociação de alto desempenho, sem repintura, concebido para scalpers, day traders e swing traders que exigem sinais precisos e em tempo real em mercados em rápida evolução. Desenvolvido pela (UZFX-LABS), este indicador combina a análise da ação do preço, a confirmação de tendências e a filtragem inteligente para gerar sinais de compra e venda de alta probabilidade, sinais de alerta e oportunidades de continuação de tendências em tod
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 é um indicador seguidor de tendência para MetaTrader 5, desenvolvido para traders que desejam sinais mais claros, setups mais estruturados e uma gestão de risco mais prática diretamente no gráfico. Em vez de mostrar apenas uma seta simples, o GEM Signal Pro ajuda a apresentar a ideia completa da operação de forma mais clara e fácil de entender. Quando as condições são confirmadas, o indicador pode mostrar o preço de entrada, o stop loss e os alvos de take profit no
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Motor de Viés Multi-Timeframe Sintético para MT5 ️ Oferta de Lançamento de Verão — Adquira o The Oracle Pro por USD 199 (primeiros compradores). O preço sobe com a tração; preço final USD 399. The Oracle Pro é um motor de viés multi-timeframe premium para MetaTrader 5, criado para traders exigentes e profissionais. Responde com disciplina a uma pergunta: qual é o viés direcional em cada timeframe agora, qual a sua força e quanto os timeframes concordam? Tudo é calculado apenas e
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"
Veja o que o mercado está realmente fazendo.      Acompanhe as 3 fases do mercado ao vivo à sua frente (Contração, Expansão, Tendência) e faça entradas melhores no início da fase   de Tendência.      Pare de adivinhar. Comece a ler o mercado como fazem as instituições e o smart money.   Apex Market Structure Pro para MT5 é uma ferramenta de análise smart-money de precisão que elimina o ruído e mostra a verdadeira   estrutura sob cada vela: liquidez, mudanças de estrutura, zonas de acumulação e
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
O indicador destaca as zonas onde há declaração de interesse no mercado e, em seguida, mostra a zona de acumulação de ordens . Ele funciona como um livro de ofertas em escala ampliada . Este é o indicador para o dinheiro grande . Seu desempenho é excepcional. Qualquer interesse que existir no mercado, você verá com clareza . (Esta é uma versão totalmente reescrita e automatizada — não é mais necessário fazer análise manual .) A Velocidade de Transação é um indicador de conceito novo que mostra o
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) — Filtro de 7 camadas · TP/SL automático · Pontuação de qualidade · Salvamento do histórico de sinais | Sistema completo de trading para XAUUSD Sem repintura em tempo real. No instante em que um sinal aparece, a seta, a entrada, o TP e o SL ficam travados no lugar e nunca mais se movem. O que você opera é esse sinal em tempo real. E na v7.20, cada sinal realmente enviado é salvo automaticamente e restaurado com exatidão após reiniciar. BÔNUS PARA
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Estrutura Fractal Sintética e Entradas Confirmadas para MT5 Visão geral Azimuth Pro é um indicador de estrutura swing multinível da Merkava Labs . Quatro camadas de swing aninhadas, VWAP ancorado em swings, detecção de padrões ABC, filtragem estrutural de três timeframes e entradas confirmadas em barra fechada — um gráfico, um fluxo de trabalho dos micro-swings aos macro-ciclos. Este não é um produto de sinais cegos. É um fluxo de trabalho baseado em estrutura para traders que v
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction é uma ferramenta de análise de mercado tridimensional. Ela oferece uma análise de mercado totalmente objetiva, baseada em algoritmos, que calcula simultaneamente desvios percentuais precisos em diversos parâmetros. Desenvolvido com ferramentas avançadas de modelagem com inteligência artificial e rigorosamente testado, o algoritmo foi projetado para interpretar o mercado com precisão sem precedentes. Você pode analisar qualquer par de moedas ou instrumento financeiro em sua plataf
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
A maioria dos indicadores de setas mostra um sinal e deixa você descobrir todo o resto sozinho. O KT Alpha Hunter Arrows entrega um plano de trade completo. Cada seta de sinal aparece com um plano completo já desenhado: linha de entrada, stop loss, quatro níveis de take profit e um veredito de edge em tempo real, indicando se aquele ativo e timeframe valem a pena ser operados naquele momento. O Trade Manager EA incluído cuida da execução depois que você entra na operação, ajudando a manter a dis
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
Procurando por um poderoso indicador de negociação forex que possa ajudá-lo a identificar oportunidades de negociação lucrativas com facilidade? Não procure mais do que o Beast Super Signal. Este indicador baseado em tendências fácil de usar monitora continuamente as condições do mercado, procurando por novas tendências em desenvolvimento ou aproveitando as já existentes. O Beast Super Signal dá um sinal de compra ou venda quando todas as estratégias internas se alinham e estão em 100% de conflu
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: Sistema Operacional Quantitativo de Mercado 70% DE DESCONTO ACESSO VITALÍCIO (TEMPO LIMITADO) - JUNTE-SE A 2.000+ TRADERS Por que a maioria dos traders falha mesmo com indicadores "perfeitos"? Porque eles operam Conceitos Únicos no vácuo. Um sinal sem contexto é uma aposta. Você precisa de CONFLUÊNCIA . RelicusRoad Pro não é um simples indicador de seta. É um Ecossistema Quantitativo de Mercado completo. Ele mapeia a "Estrada do Valor Justo", distinguindo ruído de rupturas estru
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
Apresentamos o Smart Bubble Dominance Pro , a ferramenta definitiva para leitura de fluxo institucional e agressão de mercado em tempo real. Desenvolvido para traders que buscam precisão cirúrgica, este indicador transforma o volume complexo em sinais visuais claros, permitindo que você identifique onde o "Smart Money" está posicionado. Especialista em BTCUSD O indicador foi meticulosamente calibrado para a volatilidade e o comportamento do BTCUSD . Ele filtra o ruído do mercado e destaca ape
Meravith Scanner
Ivan Stefanov
5 (3)
O MERAVITH SCANNER é um indicador profissional de mercados financeiros para MetaTrader 5 que consolida várias ferramentas analíticas em um único sistema integrado. Ele realiza todos os cálculos automaticamente usando uma metodologia proprietária de preço médio ponderado por volume (VWAP), eliminando completamente a interpretação subjetiva. O indicador funciona em todas as classes de ativos (Forex, Ações, Índices, Commodities, Criptomoedas) e em todos os prazos, de M1 a Mensal. O princípio fundam
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 para MetaTrader 5 Análise avançada de volume e visualização da atividade de mercado O Chimera Volume é um indicador personalizado para MetaTrader 5, concebido para analisar a atividade do volume normalizado e apresentar as mudanças na participação de mercado através de um quadro visual dinâmico. O indicador processa dados de volume de ticks utilizando algoritmos de normalização adaptativa e gera uma representação estruturada da intensidade do volume, das fases de acumulação e das
Meravith MT5
Ivan Stefanov
5 (3)
Ferramenta dos market makers. O Meravith irá: Analisar todos os timeframes e exibir a tendência atual em vigor. Destacar zonas de liquidez (equilíbrio de volume) onde o volume comprador e vendedor é igual. Mostrar todos os níveis de liquidez de diferentes timeframes diretamente no seu gráfico. Gerar e apresentar análise de mercado em formato de texto para sua referência. Calcular alvos, níveis de suporte e pontos de stop-loss com base na tendência atual. Calcular a relação risco/retorno das suas
Mais do autor
# 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
Filtro:
Sem comentários
Responder ao comentário