Trade Master Pro Suite v2


TRADEMASTER PRO SUITE v2.0 Institutional-Grade Signal Detection — 8-Layer Confluence Engine

TradeMaster Pro Suite is a professional-grade custom indicator built for traders who demand quality over quantity. Rather than relying on a single indicator or a fixed threshold, it evaluates every potential signal through 8 independent analytical layers. Each layer contributes a weighted score, and a signal is only generated when the combined score meets the user-defined minimum threshold. This approach eliminates noise and significantly reduces false entries across all market conditions.

THE 8 CONFLUENCE LAYERS

Layer Indicator Weight
1 EMA 21 / 50 / 200 — Trend Alignment and Crossover 25%
2 RSI(14) — Momentum Zone and Divergence Detection 15%
3 Stochastic Fast (5,3,3) and Slow (14,3,3) — Quad Rotation 15%
4 Squeeze Momentum — Bollinger Bands(20) vs Keltner Channel 15%
5 MACD (12,26,9) — Crossover and Histogram Direction 10%
6 ATR Regime — Volatility Classification (Trending / Ranging / Volatile) 10%
7 Volume Acceleration — 3-bar progressive increase 5%
8 Price Action Structure — Range Expansion and Higher High / Lower Low 5%

Each signal carries a normalized score from 0 to 100. The minimum threshold is user-controlled (default: 40). A higher score indicates stronger confluence across more independent layers.

ABSOLUTE ZERO REPAINT — GUARANTEED

Zero repaint is the foundational design principle of this indicator. Signals never move, never disappear, and never change after they have been drawn on a historical bar.

Technical implementation (verified):

  • All BUY and SELL arrows are evaluated exclusively on closed bars (shift >= 1). The live bar (shift = 0) is never used for signal placement.
  • Buffer initialization uses the prev_calculated optimization — historical bars are never overwritten on incremental updates.
  • The MTF H4 filter synchronizes bar alignment using iBarShift(), referencing the H4 bar that was actually closed at the time of the signal bar.
  • The session filter is evaluated against time[idx] (the bar's own timestamp), not TimeCurrent(), ensuring historical accuracy.
  • Signal labels (OBJ_TEXT) use unique names per bar index and are created once — never moved or recreated.
  • Arrays use ArraySetAsSeries(false) — index 0 equals the oldest bar, fully consistent with MQL5 buffer semantics.
  • Loop guard: idx < 1 or idx >= rates_total - 1 — mathematically impossible to touch the live bar.

UNIVERSAL COMPATIBILITY — ANY SYMBOL, ANY TIMEFRAME

All indicator handles are created dynamically at initialization using _Symbol and PERIOD_CURRENT. There are no hardcoded timeframes or pip values anywhere in the codebase.

Supported timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1

Supported asset classes:

  • Forex Majors: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD
  • Forex Crosses: GBPJPY, EURJPY, GBPAUD, AUDNZD and all others
  • Metals: XAUUSD (Gold), XAGUSD (Silver)
  • Indices: US30, US500, NAS100, GER40, UK100, JP225
  • Energy: XTIUSD (WTI Oil), XBRUSD (Brent)
  • Crypto: BTCUSD, ETHUSD, LTCUSD (broker dependent)

Price normalization uses SYMBOL_TRADE_TICK_SIZE rather than NormalizeDouble alone, ensuring full compatibility with brokers of all types, including those with non-standard tick sizes for metals and indices.

INTERACTIVE PROFESSIONAL DASHBOARD

A fully functional dark-themed dashboard with 4 tabs and complete mouse interactivity:

Panel features:

  • Drag and drop — click the header to move the panel freely anywhere on the chart
  • Minimize and expand — collapse to a compact title bar
  • Close and reopen — panel returns on next chart refresh
  • Dark theme with professional color coding (green / red / blue)

Tabs:

  • Signals: last 50 signals with timestamp, direction, score, and volatility regime
  • Statistics: total signals, bull/bear ratio, average score, last signal time
  • Scanner: real-time multi-symbol scanner refreshed every 30 seconds
  • Risk: active risk profile, balance, equity, and module status

SIGNAL LABELS ON CHART

Every signal displays a text label directly on the chart containing:

  • Direction: BUY (up arrow) or SELL (down arrow)
  • Confluence score (example: 78)
  • Volatility regime: TRENDING / RANGING / VOLATILE

Labels are positioned automatically above or below the signal arrow using an ATR-based offset, ensuring readability without overlapping price candles.

MULTI-SYMBOL SCANNER

The built-in scanner monitors up to 20 symbols simultaneously, refreshed every 30 seconds via EventSetTimer.

  • Default symbols: EURUSD, GBPUSD, USDJPY, XAUUSD, GBPJPY, AUDUSD, USDCAD, USDCHF
  • Fully configurable via input parameter (comma-separated list)
  • Displays: symbol, timeframe, direction, EMA confluence score, current price
  • Operates on the chart's active timeframe
  • Disabled automatically in Strategy Tester to avoid symbol availability errors

INCLUDED MODULES

Prop Firm Compliance Mode

Monitors account exposure and enforces configurable daily loss limits. Tracks equity vs. session starting balance using AccountInfoDouble — no position queries are used, maintaining full MQL5 Market compliance. Modes: Standard, Prop Firm, Conservative. Includes an audit log of all compliance threshold events.

5 Risk Profile Presets

One-click parameter application for five pre-configured trading styles:

Profile Risk % Max Positions ATR Multiplier Daily Limit
Conservative 1.0% 3 1.5x 3.0%
Moderate 2.0% 5 2.0x 5.0%
Aggressive 3.0% 8 2.5x 8.0%
Prop Firm 0.5% 1 2.0x 5.0%
Scalping 0.5% 3 1.0x 4.0%

Custom profiles can be created, named, and saved to disk (up to 10 custom profiles). File operations are disabled automatically in the Strategy Tester.

Institutional SMC Filter

Detects Order Blocks and Fair Value Gaps on the active symbol. When price aligns with identified institutional zones, the confluence score receives an additional boost. The filter can be enabled or disabled independently via input parameter.

Volatility Regime Filter

Classifies the current ATR relative to a 20-bar rolling average into three regimes: Trending (ATR ratio >= 1.3), Volatile (ratio >= 2.0), and Ranging (below 1.3). An optional filter can block signal generation during ranging conditions. Fully adaptive — no hardcoded pip thresholds.

INPUT PARAMETERS

Signal Detection:

  • Min Score (0–100): minimum confluence threshold — default 40 (moderate), 60 (selective), 75 (strict)
  • Cooldown Bars: minimum bar separation between signals of the same direction — default 3
  • Show Arrows: true / false
  • Show Labels: true / false (score and regime displayed on chart)
  • H4 MTF Filter: optional higher-timeframe trend alignment using PERIOD_H4
  • Max Spread (points): maximum allowed spread at signal time — default 100, 0 to disable
  • Session Filter: London and New York sessions only (07:00–21:00 UTC)

Scanner:

  • Enable Scanner: true / false
  • Scanner Symbols: comma-separated symbol list

Risk and Modules:

  • Risk Profile: 5 presets
  • Risk Mode: Standard / Prop Firm / Conservative
  • Daily Loss Limit: percentage of session starting balance
  • Volatility Filter: enable / disable
  • SMC Filter: enable / disable

WHO IS THIS FOR

  • Day traders requiring objective, multi-confirmation entry signals
  • Swing traders seeking high-quality setups with volatility regime context
  • Scalpers on M1 to M5 with cooldown and spread protection
  • Prop firm traders needing daily loss tracking and compliance mode
  • Portfolio traders monitoring multiple pairs via the built-in scanner
  • Algorithmic traders seeking a reliable signal foundation for EA development

TECHNICAL SPECIFICATIONS

Property Value
Platform MetaTrader 5
Version 1.00
Chart window Main chart (overlay)
Indicator buffers 2 (BUY arrows, SELL arrows)
Repaint Zero — guaranteed
Compilation 0 errors, 0 warnings
Timeframes All (M1 to MN1)
Symbols Any (Forex, Metals, Indices, Crypto, Energy)
Brokers Any MT5 broker
License Single account (standard MQL5 protection)

PRODUCTION-GRADE CODE QUALITY

  • Passes MetaEditor compilation with 0 errors and 0 warnings
  • NormalisePrice() uses SYMBOL_TRADE_TICK_SIZE — eliminates Error 130 on metals and indices
  • ValidateStopsDistance() checks both SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL
  • All indicator handles validated against INVALID_HANDLE — INIT_FAILED returned on critical failure
  • All CopyBuffer() return values are validated before use
  • Defensive null pointer checks on all module objects before every method call
  • Clean OnDeinit() — no memory leaks, no orphaned chart objects
  • Scanner and dashboard operations disabled in Strategy Tester and Optimizer
  • File I/O operations (risk profiles, compliance log) include tester environment guards

Copyright 2026 code4trading — Gori German Pablo https://www.mql5.com/es/users/pablogx9/seller


Рекомендуем также
Russian Этот индикатор служит передовым помощником по анализу графиков для трейдеров, предпочитающих торговлю по графическим паттернам. Он разработан для снижения нагрузки при визуальном анализе и повышения точности извлечения прибыли. Основные преимущества данного индикатора с практической точки зрения: 1. Автоматическое распознавание паттернов (Automated Pattern Detection) Экономия времени и снижение предвзятости: Вам больше не нужно вручную чертить трендовые линии. Индикатор находит ценовые р
SlopeChannelB – инструмент технического анализа, который строит наклонный канал движения цены, предоставляя уникальные возможности для оценки текущего состояния рынка и поиска торговых сигналов. Основные особенности индикатора: Наклонный канал движения цены : Индикатор помогает визуализировать уровни поддержки и сопротивления, которые могут указывать на возможные точки разворота или продолжения тренда. Различные цвета линий и фоновое выделение : Наклонные уровни поддержки и сопротивления от
Индикатор строит текущие котировки, которые можно сравнить с историческими и на этом основании сделать прогноз ценового движения. Индикатор имеет текстовое поле для быстрой навигации к нужной дате. Параметры : Symbol - выбор символа, который будет отображать индикатор; SymbolPeriod - выбор периода, с которого индикатор будет брать данные; IndicatorColor - цвет индикатора; Inverse - true переворачивает котировки, false - исходный вид; Далее идут настройки текстового поля, в которое можно ввес
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
Что такое CCI FIXED DUAL CCI FIXED DUAL это профессиональный Trend Direction Filter, разработанный для точного определения: доминирующего направления рынка структурного качества движения согласованности между основным трендом и фазами ускорения Это не индикатор прямого входа. Это не классический осциллятор. Это инструмент контекста, созданный для того, чтобы помочь трейдеру решать, когда торговать, а когда НЕ торговать, резко снижая рыночный шум и ошибки интерпретации. Базовая философия CCI FIXE
Candle Timer Countdown Pro отображает плавный и точный обратный отсчёт до закрытия текущей свечи с круговой шкалой прогресса, позволяющей мгновенно видеть оставшееся время. В отличие от обычных таймеров, которые замирают между тиками или сбиваются, данный индикатор использует интерполяцию серверного времени и обеспечивает плавную работу на всех таймфреймах от M1 до MN. Независимо от того, торгуете ли вы скальпинг на M1 или свинг на H4, точное знание времени закрытия свечи помогает правильно выбр
MarketPredict Pro – Продвинутая многослойная рыночная аналитика   Как это работает MarketPredict Pro объединяет шесть независимых аналитических уровней, чтобы формировать высокоточные прогнозы следующей свечи.   6‑уровневая аналитика Buyers/Sellers Pressure   – измеряет силу покупателей и продавцов Trend Strength   – определение тренда с помощью SMA(20) Volatility   – модель волатильности, похожая на ATR (14 периодов) Market Pressure   – кумулятивное давление последних 5 баров Predict
Order Book, известный также как Market Book, глубина рынка, стакан цен, Level 2, - это предоставляемая брокером динамически обновляемая таблица с данными по текущим объемам торговых заявок на покупку и продажу для различных уровней цен вблизи Bid и Ask конкретного финансового инструмента. MetaTrader 5 предоставляет возможность трансляции стакана цен , но только в реальном времени. Данный индикатор OrderBook Cumulative Indicator позволяет аккумулировать данные стакана онлайн и визуализировать их
Trade Extender
Loncey Duwarkah
5 (1)
Autonomously executes trades, overseeing the entire process from initiation to completion.  Free support via chat, email and remote assistance Originally built for XAUUSD (Gold). Settings changes for other symbols Powerful rules management Enhanced positioning features Risk Management / Dynamic lot sizing Quick Setup Symbols : XAUUSD Investment for all: Our trading bot is crafted to serve traders of all investment levels, ensuring accessibility to the forex market even for those with limited fu
Divergence Matrix Pro for MetaTrader 5 Divergence Matrix Pro is a confirmed multi-oscillator divergence indicator for MetaTrader 5. It detects regular and hidden divergence between price and selected oscillators, then presents the confirmed structure through divergence lines, pivot labels, action markers, an optional current-timeframe Matrix Panel and optional alerts. The indicator is an analysis and confirmation tool. It does not open or close trades, and the signal score is not a win rate or a
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
Индикатор VR Grid разработан для создания графической сетки с настройками, определяемыми пользователем. В отличие от стандартной сетки VR Grid используется для построения круглых уровней . В зависимости от выбора пользователя, шаг между круглыми уровнями может быть произвольным. Кроме того, в отличие от других индикаторов и утилит, VR Grid сохраняет положение сетки даже при изменении временного периода или перезагрузке терминала. Настройки, set файлы, демо версии, инструкции, решение проблем, мо
FREE
TheRealPrice v3.0 | Ultimate Spread & Ask Visualizer TheRealPrice is a high-precision utility for MetaTrader 5 designed to expose the hidden cost of every trade: The Spread . While standard charts only display the Bid price, professional traders know that buy orders and short-exits happen at the Ask price. TheRealPrice bridges this gap by drawing a dynamic, real-time horizontal line that tracks the exact Ask level, providing a clear visual representation of the current market spread. Why do you
LuoMo Volume & Price Structure 8.98 A multi-function chart indicator for   MetaTrader 4 and MetaTrader 5 , designed to display key volume, volatility, sentiment, and price-structure information directly on the main chart. Main Features Volume and price-based Support & Resistance Volume spike and exhaustion signals ATR volatility expansion alerts Volume Profile with HVN and LVN Bullish and bearish sentiment distribution Developing or fixed POC VAH and VAL levels Supply and Demand zones Volume-wei
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
Ornstein–Uhlenbeck Z-Score Regime Suite Оценивайте не только величину отклонения, но и способность движения продолжаться. Два движения могут достигнуть одинакового значения Z-Score, но отражать совершенно разные условия. Одно может быть готово вернуться к среднему значению, тогда как другое приобретает устойчивость и продолжается значительно дольше ожидаемого. Комплекс применяет процесс Орнштейна–Уленбека к нормализованному ряду и объединяет три важнейших измерения: отклонение, устойчивость и вр
PriceMagnet Volume Profile Stop guessing where the smart money is sitting. See it. PriceMagnet Volume Profile is a precision volume-analysis indicator built for MetaTrader 5 traders who want to trade with institutional context instead of guesswork. Rather than plotting volume as a flat bar under your chart, PriceMagnet reconstructs a full horizontal volume histogram directly on price — showing you exactly which price levels attracted the most trading activity over your selected lookback window,
RBreaker Gold Indicators — это краткосрочная внутридневная торговая стратегия для фьючерсов на золото, которая сочетает в себе два подхода: трендовое следование и внутридневные развороты. Она позволяет не только получать прибыль при трендовом движении, но и своевременно фиксировать прибыль при развороте рынка, открывая позиции в новом направлении. Данная стратегия на протяжении 15 лет подряд входила в десятку самых прибыльных торговых стратегий по версии американского журнала Futures Truth. Она
HAS RSI Signal — Профессиональный трендовый индикатор с расчетом SL/TP HAS RSI Signal — это мощный торговый инструмент, объединяющий проверенную классику и современные алгоритмы фильтрации шума. Индикатор анализирует рынок через призму сглаженных свечей Heiken Ashi и осциллятора RSI, предоставляя трейдеру четкие сигналы на вход в моменты разворота тренда или выхода из зон перекупленности/перепроданности. Основные преимущества: Двойная фильтрация: Использование Heiken Ashi Smoothed позволяет искл
Ing (inguz,ingwar) - 23-я руна старшего футарка ᛝ, Unicode+16DD. Добавьте немного рунической магии в ваши торговые стратегии. Правильная разметка дневного чарта обозначит вам удачные моменты для контр-трендовой торговли. Просто использовать, имеет высокую эффективность в волатильных участках. Будьте осторожны в боковых движениях. Сигналы  ᛝ генерируются при пересечении основных линий построения. Красная стрелка вниз - рекомендованы продажи Синяя стрелка вверх - рекомендованы покупки редкие фиоле
Master Edition — это профессиональный аналитический инструмент, предназначенный для визуализации структуры рынка через призму объема и денежного потока. В отличие от стандартных индикаторов объема, этот инструмент отображает Daily Volume Profile (Дневной Профиль Объема) прямо на вашем графике, позволяя видеть, где именно происходило открытие цены и где позиционируются «умные деньги». Эта версия Master Edition разработана для ясности и скорости, оснащенная уникальной системой Auto-Theme Sync, кот
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 — полностью автоматический советник для торговли на рынке Forex. Робот создан в 2014 году и за этот период сделал множество прибыльных сделок, показав более 7000% прироста депозита на моем личном счете. Было выпущено много обновлений, но версия 2019 года считается самой стабильной и прибыльной. Робот можно запускать на любых инструментах, но лучшие результаты достигаются на EURGBP , GBPUSD , таймфрейм M5 . Робот не покажет хорошие результаты в тестере или на реальном счете, если
Обзор продукта KMB Smart Pattern Analyzer PRO — это продвинутый индикатор технического анализа, предназначенный для обнаружения и ранжирования рыночных паттернов с высокой степенью соответствия внутри выбранного пользователем диапазона графика. Индикатор объединяет несколько аналитических механизмов в одном профессиональном инструменте: Анализ свечных паттернов Распознавание классических графических моделей Обнаружение гармонических структур Анализ структуры рынка / SMC Вместо отображения случай
Visual Dolphin Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Visual Dolphin Indicator Unlock the rhythm of the market with the Visual Dolphin Indicator, your ultimate tool for identifying and capitalizing on market trends with clarity and confidence. Designed for both novice and experienced traders, this indicator eliminates the noise and guesswork, providing crystal-clear buy and sell signals directly on your chart. The Logic Behind the Waves The core of the Visual Dolphin Indicator is a sophisticated yet intuitive dual-wave system based on moving avera
Компоненты: Зеленая линия: Линия цены RSI Красная линия: Линия торгового сигнала Синее заполнение: Полоса волатильности Желтая линия: Основная линия рынка Визуальные сигналы: Направление тренда: Краткосрочное: Зеленая выше красной: Цена растёт. Красная выше зеленой: Цена падает. Общее: Желтая линия колеблется между уровнями 32 и 68. Обратите внимание на отскоки от этих уровней – возможны развороты. Покупайте, если цена выше желтой линии, и продавайте, если ниже. Сила рынка и волатильность: Кратк
MultiSession Volume Profile is a professional volume profile indicator for MetaTrader 5 that builds separate POC, VAH, VAL and volume histograms for multiple custom trading sessions on the same chart. It helps you see where volume truly concentrated in each part of the day (RTH, Globex, Asia, London, etc.), so you can identify key intraday levels, ranges, and magnets that many standard tools miss. ​ Main advantages Multi-session profiles Build up to 5 fully independent sessions with custom times
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.84 (560)
Стратегия пробоя для торговли по тренду, фильтрация и все необходимые функции, встроенные в один инструмент! Интеллектуальный алгоритм индикатора Trend Pro с точностью определяет тренд, отфильтровывает рыночный шум и генерирует входные сигналы и уровни выхода. Новые функции с расширенными правилами статистического расчета улучшают общую производительность этого индикатора. Важная информация Для максимального использования потенциала Trend Pro прочитайте полное описание www.mql5.com/en/blogs/p
" UNIQUE TRADING APPROACH FOR HIGHLY ACCURATE REVERSE SIGNALS!" "Clear signals for market reversals and precision entries inside the trend – proven effective and visible." The intelligent algorithm analyzes potential trend reversals and highly accurate entries along the current trend. Designed to spot key price action moments. The result is a clean, stable, and easy-to-read chart. WHY TRADERS PAY ATTENTION TO TREND REVERTING PRO Helps reveal moments when the   current trend may be losing stren
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
С этим продуктом покупают
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы н
UZFX {SSS} Scalping Smart Signals v4.0 MT5 — это высокопроизводительный торговый индикатор без перерисовки, разработанный для скальперов, дейтрейдеров и свинг-трейдеров, которым требуются точные сигналы в режиме реального времени на быстро меняющихся рынках. Разработанный компанией (UZFX-LABS), этот индикатор сочетает в себе анализ ценового действия, подтверждение тренда и интеллектуальную фильтрацию для генерации высоковероятных сигналов на покупку и продажу, предупреждающих сигналов и возможно
Session High Low Lines Индикатор наносит на график ключевые внутридневные уровни: максимум/минимум предыдущего дня и максимум/минимум текущего дня, который обновляется автоматически по мере формирования новой дневной свечи. Дополнительно можно включить отображение максимума/минимума предыдущей недели. Такие уровни часто используются как ориентиры для потенциальных зон поддержки и сопротивления, для подтверждения пробоя и для оценки диапазона текущей торговой сессии. Возможности Линии High/Low пр
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Синтетический фрактальный структурный анализ и подтверждённые входы для MT5 Обзор Azimuth Pro — многоуровневый индикатор свинговой структуры от Merkava Labs . Четыре вложенных уровня свингов, привязанный к свингам VWAP, определение ABC-паттернов, трёхтаймфреймная структурная фильтрация и подтверждённые входы на закрытой свече — один график, один рабочий процесс от микро-свингов до макро-циклов. Это не слепой сигнальный продукт. Это рабочий процесс, основанный на структуре, для т
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
GEM Signal Pro GEM Signal Pro — это трендовый индикатор для MetaTrader 5, созданный для трейдеров, которым нужны более понятные сигналы, более структурированные торговые сетапы и более практичное управление рисками прямо на графике. Вместо того чтобы показывать только простую стрелку, GEM Signal Pro помогает представить всю торговую идею в более наглядной и удобной форме. Когда условия подтверждены, индикатор может отображать на графике цену входа, stop loss и цели take profit, помогая трейдеру
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
RelicusRoad Pro: Квантовая Рыночная Операционная Система СКИДКА 70% ПОЖИЗНЕННЫЙ ДОСТУП (ОГРАНИЧЕНО) - ПРИСОЕДИНЯЙТЕСЬ К 2000+ ТРЕЙДЕРАМ Почему большинство трейдеров теряют деньги даже с «идеальными» индикаторами? Потому что они торгуют Единичными Концепциями в вакууме. Сигнал без контекста — это лотерея. Чтобы выигрывать стабильно, вам нужна КОНФЛЮЭНЦИЯ . RelicusRoad Pro — это не простой стрелочный индикатор. Это полная Количественная Рыночная Экосистема . Она отображает «Дорогу Справедливой Сто
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
Большинство стрелочных индикаторов дают сигнал и оставляют вас самостоятельно разбираться со всем остальным. KT Alpha Hunter Arrows дает вам полный торговый план. Каждая сигнальная стрелка появляется вместе с уже готовым планом: линия входа, стоп-лосс, четыре уровня тейк-профита и живой вердикт по преимуществу, который показывает, стоит ли сейчас торговать данный символ и таймфрейм. В комплект входит Trade Manager EA, который берет на себя сопровождение сделки после вашего входа, помогая сохраня
BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
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
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
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
Индикатор выделяет зоны, в которых проявляется интерес, а затем показывает зону накопления ордеров. Он работает как биржевой стакан, но в крупном масштабе. Это индикатор для самых крупных денег. Его эффективность исключительна. Какой бы интерес ни возник на рынке — вы его увидите. (Это полностью переписанная и автоматизированная версия — ручной анализ больше не требуется.) Скорость транзакций — это концептуально новый индикатор, который показывает, где и когда накапливаются крупные ордера и как
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
Умный многослойный детектор пробоя и отката для MetaTrader 5 «Умно. Просто. Быстро!» Устали упускать точки входа с высокой вероятностью пробоя? Тратите часы на просмотр нескольких графиков, пытаясь совместить пробои с направлением тренда и динамикой валют — и всё равно упускаете движение? Break Pullback решает всё это с помощью одного индикатора. Что такое Break Pullback? Break Pullback — это профессиональный индикатор MetaTrader 5, созданный специально для трейдеров, торгующих по структуре ры
Увидьте, что рынок делает на самом деле.   Наблюдайте за 3 фазами рынка вживую прямо перед собой (Сжатие, Расширение, Тренд) и открывайте более удачные входы на ранней   стадии фазы Тренда.      Хватит гадать. Начните читать рынок так, как это делают институции и умные деньги.   Apex Market Structure Pro для MT5 — это точный инструмент анализа умных денег, который убирает шум и показывает истинную   структуру под каждой свечой: ликвидность, смены структуры, зоны накопления и уклон тренда — всё
OrderFlow Absorption – Профессиональный индикатор дельты и сигналов абсорбции для MT5 Откройте для себя настоящую силу анализа потока ордеров с OrderFlow Absorption – лучшим индикатором дельты и сигналов абсорбции для MetaTrader 5. Этот инструмент создан для трейдеров, которые хотят видеть, что действительно происходит за каждым движением цены, выявляя скрытое давление покупателей/продавцов и события абсорбции, которые двигают рынок. Возможности Визуализация дельты:   Мгновенно определяйте давле
Инструмент маркет-мейкеров. Meravith будет: Анализировать все таймфреймы и отображать текущий действующий тренд. Выделять зоны ликвидности (объёмное равновесие), где бычий и медвежий объём равны. Показывать все уровни ликвидности с разных таймфреймов прямо на вашем графике. Генерировать и отображать текстовый анализ рынка для вашего ориентирования. Рассчитывать цели, уровни поддержки и стоп-лосс в соответствии с текущим трендом. Вычислять соотношение риск/прибыль для ваших сделок. Определять раз
Привет, трейдер! Большинство розничных трейдеров полагаются на запаздывающие веб-скрипты. Для торговли с истинным преимуществом необходима институциональная архитектура. Индикатор Astro AI — это не стандартное наложение графика. Это скомпилированная нейронная сеть с двумя агентами, работающая непосредственно на вашем терминале. Вот точная технология, лежащая в основе системы: 1. Агент 1: Аналитик (Графовые нейронные сети — GNN) Рынки — это не просто изолированные ценовые бары; это взаимосвяз
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
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
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire Индикатор для MetaTrader 5 · Smart Money Concepts · Движок предиктивного интеллекта ==================================================================== SMC Pro v6.1 APEX AI — это профессиональная индикаторная система на основе Smart Money Concepts, созданная исключительно для XAUUSD (золото) на платформе MetaTrader 5. Она объединяет полный набор SMC — Order Blocks, снятие ликвидност
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
Индикатор " Dynamic Scalper System MT5 " разработан для скальпингового метода торговли внутри трендовых волн. Тестировался на основных валютных парах и золоте, возможна совместимость с другими торговыми инструментами. Дает сигналы для кратковременного открытия позиций по тренду с дополнительным сопровождением движения цены. Принцип действия индикатора. Большие стрелки определяют направление тренда. Внутри трендовых волн действует алгоритм генерации сигналов для скальпинга в виде маленьких ст
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
Другие продукты этого автора
XAUUSD Gold Master Indicator v5.0 Premium Gold Trading Suite for MetaTrader 5 Overview Gold Master v5.0 is a professional-grade, all-in-one trading indicator engineered exclusively for XAUUSD (Gold) on MetaTrader 5. Every parameter, threshold, filter, and calculation has been purpose-built and calibrated for Gold's unique price behavior, volatility profile, and market sessions — making it one of the most specialized Gold trading tools available on the MQL5 Market. This is not a generic multi-ass
Apex Swing VWAP is an advanced indicator for MetaTrader 5 that combines VWAP (Volume Weighted Average Price) analysis with automatic detection of significant swing points. This combination provides accurate market sentiment insight and potential reversal points. Key Features Integrated Technical Analysis - Dynamic VWAP from relevant swing points - Historical VWAP for long-term trend analysis - Multiple configurable VWAP periods Recommended Trading Types - Swing Trading for medium-term trends -
FREE
Advanced 4-timeframe stochastic alignment indicator with non-repainting signals, MTF dashboard, scoring system, and 8 signal types. Professional-grade. Market-ready. The most complete multi-stochastic signal indicator for MetaTrader 5. Stoch Quad Rotation Signal detects high-probability trading opportunities by analyzing the simultaneous alignment of four stochastic oscillators running at different speeds — from fast scalping-level to slow macro-trend level. When all four agree, the signal ca
The Strategies of the World's Most Successful Traders in a Single Indicator Professional Alpha Traders Strategies MT5 is an advanced indicator that compiles the most successful and proven trading methodologies from five legendary traders. This indicator represents decades of experience condensed into a professional tool for real-time opportunity detection. Each strategy has been meticulously programmed following the original rules established by their creators, respecting the trading philosophy
FREE
Professional Trading System Optimized for Brent Crude Oil Alpha Brent Strategy Tools is a comprehensive technical analysis indicator specifically designed and optimized for trading Brent Crude Oil. This advanced system combines multiple proven trading methodologies, including Smart Money Concepts (SMC), Volume Spread Analysis (VSA), Multi-Timeframe Analysis, and the powerful Kurisko 4-Stochastic System, to provide high-probability trading signals. Key Features 1. Brent-Specific Optimization Vol
FREE
> Elevate Your Trading Strategy  This free tool is just the beginning. At  code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablogx9
FREE
Accuracy M1 Scalper MT5 v4.10 Accuracy M1 Scalper MT5 v4.10 Professional M1 Scalping with ZERO REPAINTING The only M1 scalping indicator on the Market that complies with the 8 strict rules of ZERO REPAINTING . It offers confirmed signals on 100% closed bars, 10+ multi-layer filters, a scoring system (0-100), a professional dashboard, divergence detection (regular and hidden), automatic Stop Loss/Take Profit, and Push/Mobile alerts. Designed to trade Forex, Indices, Metals, and Cryptocurrencies w
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablog
FREE
> Elevate Your Trading Strategy This free tool is just the beginning. At code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features? Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here: https://www.mql5.com/en/users/pablogx9/seller
FREE
Stoch Quad Rotation Signal (MQL4) — это продвинутый технический индикатор для MetaTrader 4, который объединяет несколько осцилляторов Stochastic с мощными фильтрами тренда, объема и паттернов, а также системой оценки сигналов и многочасовым анализом. Разработан для выявления высоковероятных торговых возможностей с четкостью и точностью. Основные особенности: Четырехкратный Анализ Stochastic: Использует четыре различных конфигурации осциллятора Stochastic (с настраиваемыми периодами K, D и замедл
SUITE TRINITY v3.3 -- Institutional Trading Integrated Solution for MetaTrader 4 Suite Trinity v3.3 is a comprehensive, professional-grade technical analysis indicator designed for MetaTrader 4 that consolidates four powerful analytical modules into a single, unified tool. Developed for serious traders who demand institutional-level market insight without the complexity of managing multiple separate indicators, Trinity Suite delivers actionable intelligence directly on the chart through an eleg
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/s
GoldMiner EA Pro MT5 - Advanced Neural Trend Trading for XAUUSD SUMMARY Unlock the power of automated gold trading with GoldMiner EA Pro, a high-precision Expert Advisor specifically designed for the unique volatility of XAUUSD. Unlike generic bots, GoldMiner uses a proprietary confluence engine that combines institutional trend following with real-time volume validation to capture high-probability moves. WHY GOLDMINER EA PRO? Precision Entry Engine: Uses multi-level analysis (EMA, RSI, MACD)
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/
Squeeze Momentum Force is an advanced technical analysis indicator designed for MetaTrader 5. It combines volatility squeeze detection with momentum analysis to identify high-probability trading opportunities. Based on John Carter's original concept, this enhanced version incorporates: Multi-Timeframe (MTF) analysis. Divergence detection. Volume weighting. Modern user interface for quick market interpretation. The indicator identifies periods of low volatility (squeeze) that typically precede si
Scanner Intelligence Hub - Multi-Active Monitoring 28+ Pairs   Stop jumping from one chart to another.   Scanner Intelligence Hub   is the ultimate command center for the professional trader. Monitor dozens of assets and multiple timeframes from a single dashboard. Technical Capabilities: Real-time scanning:   It detects candlestick patterns, mean crossovers, and RSI levels in 28 pairs simultaneously. Customizable Panel:   Choose which indicators and timeframes you want the Scanner to monitor f
EUR/USD PRO — Institutional Composite Indicator A professional-grade indicator optimized specifically for EUR/USD, integrating institutional analysis concepts into a single tool. This system combines DXY MTF analysis, session-based VWAP, ADR/ATR metrics, market structure (BOS/CHOCH), SMC (FVG/OB), cross-asset correlations, and a confluence panel with a floating signal. It features a Neumorphic UI with movable panels, pip-calculated spread display, and structured logging. Designed for universal
QuantFusion BTC Pro  is a professional-grade, multi-dimensional trading indicator optimized for Bitcoin/USD markets. By integrating advanced technical analysis, smart money concepts, and intelligent signal filtering, the indicator is designed to deliver high-probability trading signals. Its Multi-Category Alignment System requires confirmation from independent technical categories to validate entries and minimize false signals. Advanced Signal Generation System Dual-Level Quality: Generates stan
PRECISIONFLOW EURUSD SCALPER  is an EXPERT ADVISOR (EA) designed for the METATRADER 5 platform. It operates fully automatically and integrates an advanced risk management system with adaptive filters. The system allows for high customization, enabling users to adjust operations according to their risk tolerance, execution style, and specific broker conditions. TRADING LOGIC AND STRATEGY This Expert Advisor identifies buy and sell opportunities by combining the following technical elements: STRU
RangePulse ORB: Institutional Profitability on the German DAX (GER30/GER40) RangePulse ORB is an institutional-grade Expert Advisor (EA) designed to capitalize on Open Range Breakouts (ORB). While compatible with major global indices, its architecture has been meticulously calibrated to achieve exceptional profitability, consistency, and a high recovery factor specifically on the German DAX index (GER30/GER40). Its system integrates advanced quantitative filters, institutional-level risk managem
SMC Liquidity MAX MT5 is an advanced Smart Money Concepts (SMC) indicator designed for intraday and swing traders seeking a clear and structured market reading. It integrates the key components of the institutional approach—structure, liquidity, and volume—into a single panel with real-time, optimized visualization. Core Features Market Structure: Automatic identification of BOS (Break of Structure) and CHoCH (Change of Character). Imbalance Zones: Fair Value Gaps (FVG) with automatic mitigatio
**Risk Guard Dashboard MT5 (EA) – Scanner + Risk Manager + Execution Panel** Risk Guard Dashboard MT5 is a professional assistant for MetaTrader 5 that integrates into a single panel: a multi-timeframe scanner, Prop Firm-style risk control, performance statistics, and an execution panel. Designed with institutional aesthetics, high readability, and optimized performance for monitoring multiple symbols in real-time. **Main Features** • **Multi-symbol and Multi-timeframe Scanner:** simultaneou
Elevate Your Trading with code4trading Premium Tools This free indicator is a sample of our commitment to quality. If you find this tool useful, we invite you to explore our Premium Professional Suite. Our paid products offer advanced institutional-grade features, optimized algorithms, and exclusive technical support designed to give you a definitive edge in the markets. Visit our full catalog here:  https://www.mql5.com/en/users/pablogx9/seller ChartTrade Commander PRO MT5  is the ultimate s
>   Institutional Grade Multi-Index Adaptive Indicator IndexViz Pro MT5 is a professional-grade, multi-index adaptive indicator designed for traders who demand institutional-level analysis across multiple markets simultaneously. Built for MetaTrader 5, IVP combines over 20 analytical modules into a single, unified visual dashboard that monitors stock indices, synthetic indices, commodities, forex pairs, and cryptocurrencies in real time. Unlike conventional indicators that analyze a single instr
MacD Custom Indicator MTF Plus is a professional MetaTrader 5 port of the original " CM_MacD_Ult_MTF " indicator created by ChrisMoody for TradingView . This version was developed by code4trading for Free provide the MT5 community with high-quality, free access to this proven methodology. Original Concept: ChrisMoody (TradingView) MT5 Development: code4trading Version: 1.0 The Moving Average Convergence Divergence (MACD) is a cornerstone of technical analysis, functioning as a trend-following m
LineBreak Renko Fibonacci MT5 v1.0 The Institutional-Grade Synthetic Chart Engine with Adaptive Fibonacci Overlay LineBreak Renko Fibonacci MT5 is a professional MetaTrader 5 indicator that transforms any standard price chart into a clean, trade-ready synthetic chart. It filters out market noise and reveals the pure, underlying structure of price movement. The tool combines three of the most respected trend-filtering methodologies in institutional trading (Line Break, Classic Renko, and ATR Re
Institutional Mean Reversion EA   is a professional-grade, prop-firm-compliant Expert Advisor designed for MetaTrader 5. Built upon a sophisticated Bollinger Band mean-reversion strategy combined with RSI oscillation filters and an EMA-200 macro trend bias, this EA avoids reckless grids and dangerous martingale techniques. Every single trade is protected by a hard Stop Loss from inception, ensuring total risk governance. Key Trading Strategy & Features Strategy:   Bollinger Bands mean-reversion
Фильтр:
Нет отзывов
Ответ на отзыв