ATRFibonacciTrend

  • Индикаторы
  • 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.
  • Версия: 1.30
  • Активации: 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.
Рекомендуем также
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
Этот индикатор представляет собой индикатор автоматического волнового анализа, который идеально подходит для практической торговли! Случай... Примечание.   Я не привык использовать западные названия для классификации волн. Из-за влияния соглашения об именах Тан Лунь (Тан Чжун Шуо Дзен) я назвал основную волну   ручкой   , а вторичную полосу волн —   сегментом   Ат. в то же время сегмент имеет направление тренда. Именование   в основном является трендовым сегментом   (этот метод именования буде
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
# Индикатор Squeeze Momentum для MT5 Откройте для себя взрывные рыночные возможности с помощью мощного **индикатора Squeeze Momentum**, профессионально разработанного для MetaTrader 5. Этот продвинутый индикатор волатильности и импульса помогает трейдерам определять периоды низкой волатильности до того, как произойдут основные рыночные движения. Сочетая силу полос Боллинджера и каналов Келтнера, индикатор показывает, когда рынок «сжимается» и готовится к прорыву. Встроенная гистограмма импул
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
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
Oto profesjonalne tłumaczenie opisu Twojego wskaźnika na język rosyjski, z zachowaniem specyficznej nomenklatury tradingowej (takiej jak скальпинг , безубыток , свинг ), używanej przez rosyjskojęzycznych inwestorów: 10. Russian (Rosyjski) INTENSYWNY SCALPER PRO — Complete Scalping System in One Indicator INTENSYWNY SCALPER PRO — Полная система скальпинга в одном индикаторе 1. Adaptive ATR-Based Targets — Works on Any Market & Timeframe 1. Адаптивные цели на основе ATR — Работает на любом рынке
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 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 – Ультимативная торговая экосистема для XAUUSD Gold Confluence Pro — это не просто индикатор, а комплексная торговая среда институционального уровня, объединяющая логику Smart Money Concepts (SMC) с мультитаймфреймовым (MTF) анализом и рыночными данными в реальном времени. Система оптимизирована специально для трейдеров золота (XAUUSD) и объединяет сложные рыночные структуры в одну профессиональную панель (Dashboard). Почему Gold Confluence Pro? На рынке тысячи индик
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 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 Рекомендуемые функции:  • Настраиваемые индикаторы: настройте средние значения и количество свечей в соответствии с рекомендациями Ивана.  • Операционная гибкость: выбирайте между покупками и продажами.  • Фиксация прибыли: фиксированные опционы, основанные на ATR или противоположном сигнале.  • Loss Stop: настраивается фиксированно, в соответствии с ATR или противоположным сигналом.  • Типы лотов:
SwiftCap Trinity EA | Многостратегический советник MT5 для торговли золотом и услугами проп-фирм SwiftCap Trinity EA — это профессиональный   многостратегический советник для платформы MT5   , объединяющий четыре независимые торговые системы в единую, дисциплинированную систему. Вместо того чтобы полагаться на одну стратегию или рыночные условия, Trinity создана для адаптации. Она обеспечивает   сбалансированный, структурированный и последовательный подход к автоматизированной торговле   в раз
Brilliant Reversals MultiCurrency Scanner MT5 — это современный торговый индикатор, разработанный для трейдеров, стремящихся определить потенциальные точки разворота по нескольким валютным парам. Используя передовые алгоритмы, этот инструмент предоставляет мгновенные аналитические данные, что делает его незаменимым как для новичков, так и для опытных трейдеров, стремящихся оптимизировать свои торговые стратегии. Этот индикатор наделяет трейдеров возможностью получать сигналы на покупку и продажу
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 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
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
С этим продуктом покупают
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы н
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
Торговые сигналы в реальном времени с использованием M1 Quantum: Сигнал  (Сделка выполнена автоматически с помощью Quantum Trade Assistant , бесплатно включённого в этот продукт.) План цен: Текущая цена: $169 (Предложение для ранних пользователей) Следующая запланированная цена: $189 Планируемая розничная цена: $299 Developer Note: После покупки свяжитесь со мной, чтобы получить последний рекомендуемый set-файл , полезные рекомендации по настройке, а также приглашение в VIP-группу поддержки , г
UZFX {SSS} Scalping Smart Signals v4.0 MT5 — это высокопроизводительный торговый индикатор без перерисовки, разработанный для скальперов, дейтрейдеров и свинг-трейдеров, которым требуются точные сигналы в режиме реального времени на быстро меняющихся рынках. Разработанный компанией (UZFX-LABS), этот индикатор сочетает в себе анализ ценового действия, подтверждение тренда и интеллектуальную фильтрацию для генерации высоковероятных сигналов на покупку и продажу, предупреждающих сигналов и возможно
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIBot 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 Cus
GEM Signal Pro GEM Signal Pro — это трендовый индикатор для MetaTrader 5, созданный для трейдеров, которым нужны более понятные сигналы, более структурированные торговые сетапы и более практичное управление рисками прямо на графике. Вместо того чтобы показывать только простую стрелку, GEM Signal Pro помогает представить всю торговую идею в более наглядной и удобной форме. Когда условия подтверждены, индикатор может отображать на графике цену входа, stop loss и цели take profit, помогая трейдеру
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: синтетический мульти-таймфрейм движок направленного смещения для MT5 ️ Летнее предложение к запуску — получите The Oracle Pro за 199 USD (для ранних покупателей). Цена растёт по мере спроса; финальная цена 399 USD. The Oracle Pro — это премиальный мульти-таймфрейм движок направленного смещения (bias) для MetaTrader 5, созданный для требовательных и профессиональных трейдеров. Он дисциплинированно отвечает на один вопрос: каково направленное смещение на каждом таймфрейме прямо се
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"
Увидьте, что рынок делает на самом деле.   Наблюдайте за 3 фазами рынка вживую прямо перед собой (Сжатие, Расширение, Тренд) и открывайте более удачные входы на ранней   стадии фазы Тренда.      Хватит гадать. Начните читать рынок так, как это делают институции и умные деньги.   Apex Market Structure Pro для MT5 — это точный инструмент анализа умных денег, который убирает шум и показывает истинную   структуру под каждой свечой: ликвидность, смены структуры, зоны накопления и уклон тренда — всё
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
Индикатор выделяет зоны, в которых проявляется интерес, а затем показывает зону накопления ордеров. Он работает как биржевой стакан, но в крупном масштабе. Это индикатор для самых крупных денег. Его эффективность исключительна. Какой бы интерес ни возник на рынке — вы его увидите. (Это полностью переписанная и автоматизированная версия — ручной анализ больше не требуется.) Скорость транзакций — это концептуально новый индикатор, который показывает, где и когда накапливаются крупные ордера и как
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) — 7-уровневый фильтр · Автоматический TP/SL · Оценка качества · Сохранение истории сигналов | Полная торговая система для XAUUSD Без перерисовки в реальном времени. В момент появления сигнала стрелка, вход, TP и SL фиксируются на месте и больше никогда не смещаются. Вы торгуете именно этот сигнал в реальном времени. А в версии 7.20 каждый фактически отправленный сигнал автоматически сохраняется и точно восстанавливается после перезапуска. БОНУС ДЛ
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
Quant Direction — это инструмент трехмерного анализа рынка. Он обеспечивает полностью объективный, основанный на алгоритмах анализ рынка, одновременно вычисляя точные процентные отклонения по нескольким параметрам. Разработанный с использованием передовых инструментов моделирования на основе искусственного интеллекта и тщательно протестированный, алгоритм предназначен для интерпретации рынка с уникальной точностью. Он может анализировать любую валютную пару или финансовый инструмент на вашей пла
Большинство стрелочных индикаторов дают сигнал и оставляют вас самостоятельно разбираться со всем остальным. KT Alpha Hunter Arrows дает вам полный торговый план. Каждая сигнальная стрелка появляется вместе с уже готовым планом: линия входа, стоп-лосс, четыре уровня тейк-профита и живой вердикт по преимуществу, который показывает, стоит ли сейчас торговать данный символ и таймфрейм. В комплект входит Trade Manager EA, который берет на себя сопровождение сделки после вашего входа, помогая сохраня
Ищете мощный индикатор для торговли на рынке Форекс, который поможет вам с легкостью определить прибыльные торговые возможности? Не ищите ничего, кроме Beast Super Signal. Этот простой в использовании индикатор, основанный на тренде, постоянно отслеживает рыночные условия, ищет новые развивающиеся тренды или отслеживает уже существующие. Beast Super Signal дает сигнал на покупку или продажу, когда все внутренние стратегии совпадают и на 100% совпадают друг с другом, что устраняет необходимость
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: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
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
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 The full analytical edge of a professional trading desk, built into your MT5 chart. CGE Trading Suite is an indicator system of 17 integrated modules covering market structure, timing, momentum, and capital flow — combined into a single chart-based workspace. Why CGE Trading Suite? The suite empowers traders with structure, confidence, and consistent performance across all markets and time frames. Hover over any signal or tool on the chart to instantly see
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 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
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 — профессиональный инструмент для анализа институциональных потоков и рыночной агрессии в режиме реального времени. Этот индикатор преобразует сложные данные об объемах в четкие визуальные сигналы, позволяя вам точно видеть, где позиционируются крупные игроки («Smart Money»). Оптимизировано для BTCUSD Индикатор был тщательно откалиброван с учетом волатильности и специфики поведения пары BTCUSD . Он отфильтровывает рыночный шум и подсвечивает только те д
MERAVITH SCANNER — это профессиональный индикатор финансовых рынков для MetaTrader 5, который объединяет несколько аналитических инструментов в единую интегрированную систему. Он выполняет все расчёты автоматически, используя собственную методологию средневзвешенной цены по объёму (VWAP), полностью исключая субъективную интерпретацию. Индикатор работает на всех классах активов (Forex, акции, индексы, товары, криптовалюты) и на всех таймфреймах от M1 до Monthly. Базовый принцип заключается в том,
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 для MetaTrader 5 Продвинутый анализ объема и визуализация рыночной активности Chimera Volume — это пользовательский индикатор для MetaTrader 5, разработанный для анализа нормализованной активности объема и отображения изменений в рыночном участии через динамическую визуальную структуру. Индикатор обрабатывает данные тикового объема, используя алгоритмы адаптивной нормализации, и генерирует структурированное представление интенсивности объема, фаз накопления и сдвигов активности в
Другие продукты этого автора
# 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
Фильтр:
Нет отзывов
Ответ на отзыв