Pattern Detector

CandlePatternDetector v2.0

MT5 Custom Indicator — Full Description & User Guide

What This Indicator Does

CandlePatternDetector is a MetaTrader 5 chart indicator that automatically scans every closed bar on your chart and identifies 8 key candlestick reversal patterns in real time. When a pattern is found, it places a coloured arrow directly above or below the signal candle — green for bullish signals, red for bearish signals.

Every signal is context-aware: the indicator reads the current market trend at each bar and uses that to decide whether a pattern is a bullish reversal or a bearish reversal. The same candle shape can mean different things in different conditions, and the indicator handles this automatically.

All visual settings, pattern toggles, and style controls are accessible directly from an interactive on-chart panel — no need to open the settings dialog to change anything during live trading.

Detected Patterns

All 8 patterns fire in both directions. The trend context at the signal bar determines whether the arrow is green (bullish) or red (bearish).

Pattern Shape Description Bullish Meaning Bearish Meaning
Dragonfly Doji Long lower shadow, tiny body at the top, almost no upper shadow Buyers rejected a push lower; reversal up likely Indecision at resistance; potential stall or reversal down
Gravestone Doji Long upper shadow, tiny body at the bottom, almost no lower shadow Indecision at support; potential bounce Sellers rejected a push higher; reversal down likely
Hammer Small body in upper portion, lower wick at least 2× the body, minimal upper wick Classic bullish reversal at lows (Hammer) Bearish warning at highs — same shape is called a Hanging Man
Inverted Hammer Small body in lower portion, long upper wick at least 2× the body, minimal lower wick Buyers tested higher and almost held; reversal up likely Bearish signal at highs — same shape is called a Shooting Star
Shooting Star Identical shape to Inverted Hammer (separate toggle for independent control) Bullish in downtrend context Classic bearish reversal at highs
Morning Star 3 candles: large bearish → small-body star → bullish close past the midpoint of candle 1 Strong bullish reversal — exhaustion of sellers In uptrend: three-bar exhaustion warning
Evening Star 3 candles: large bullish → small-body star → bearish close below the midpoint of candle 1 In downtrend: three-bar capitulation/reversal signal Strong bearish reversal — exhaustion of buyers
Engulfing Current candle body completely contains the prior candle body (both bull and bear variants) Bullish Engulfing: bull bar swallows prior bear bar Bearish Engulfing: bear bar swallows prior bull bar

Note on Inverted Hammer vs Shooting Star: These are the same candle shape. The indicator keeps them as separate panel toggles so you can enable one context and disable the other. For example: enable Shooting Star (bearish) but disable Inverted Hammer (bullish) if you only want to trade that shape in uptrends.

Signal Logic

For every fully closed bar (bar index ≥ 1): 1. Detect trend → Uptrend or Downtrend 2. Check all enabled patterns against that bar's OHLC 3. If pattern found: Downtrend → Green arrow below the candle (bullish reversal) Uptrend → Red arrow above the candle (bearish reversal)

Signals are placed only on fully closed bars. The current (forming) bar is never marked. This means the indicator does not repaint — once an arrow appears it stays exactly where it was placed.

Trend Detection

You choose the trend method in the input settings. Two methods are available:

Moving Average (default) The bar's closing price is compared to the MA value at that bar.

  • Close > MA → Uptrend → bearish signal context
  • Close < MA → Downtrend → bullish signal context

Configure with: MA Period, MA Type (SMA/EMA/SMMA/LWMA), MA Applied Price.

Market Structure Looks back N bars and finds the highest high and lowest low of that range. The midpoint of that range is used as the trend divider.

  • Close > midpoint → Uptrend
  • Close < midpoint → Downtrend

Configure with: Structure Lookback (bars).

The On-Chart Panel

The panel is displayed directly on the chart and gives you full real-time control without opening any dialog.

┌────────────────────────────────┬────┐
│  PATTERN DETECTOR              │ ^  │  ← Click ^ to minimise
├────────────────────────────────┴────┤
│  SIGNAL STYLE                       │
│  Bull [████]  Bear [████]  <click   │  ← Click swatches to cycle colour
│  Size:  [ - ] [ 2 ] [ + ]           │
│  Type:  [ Arrow >        ]          │  ← Click to cycle arrow type
├─────────────────────────────────────┤
│  [ SHOW ALL  [ ON ]               ] │  ← Master signal toggle
├─────────────────────────────────────┤
│  PATTERNS                           │
│  [B] Dragonfly Doji          ON  ]  │
│  [S] Gravestone Doji         ON  ]  │
│  [B] Hammer                  ON  ]  │
│  [B] Inv. Hammer             ON  ]  │
│  [S] Shooting Star           ON  ]  │
│  [B] Morning Star            ON  ]  │
│  [S] Evening Star            ON  ]  │
│  [+] Engulfing               ON  ]  │
└─────────────────────────────────────┘

Signal Style Controls (inside the panel)

Control How to use Effect
Bull colour swatch Click to cycle through 5 colours: Lime → Green → Aqua → Yellow → White Changes colour of all bullish arrows instantly
Bear colour swatch Click to cycle through 5 colours: Red → OrangeRed → Magenta → Orange → HotPink Changes colour of all bearish arrows instantly
Size − / + Click − or + to decrease or increase Arrow size 1 (smallest) to 5 (largest); updates all markers instantly
Type Click to cycle: Arrow → Triangle → Dot → Star Changes arrow wingdings code on all markers instantly

Pattern Controls

Control Action
SHOW ALL [ ON / OFF ] Master switch — hides or reveals every signal arrow on the chart at once. Individual pattern states are remembered and restored when you turn it back ON.
Individual pattern row Click anywhere on the row to toggle that pattern ON (coloured) or OFF (grey). Signals for that pattern are immediately hidden or shown.
^ / v (header) Minimises the panel to just the header bar to save chart space. Click again to restore.

Pattern Row Colours

Row colour Meaning
Green Pattern is ON and primarily bullish
Red Pattern is ON and primarily bearish
Blue Pattern is ON and covers both directions (Engulfing)
Grey Pattern is OFF — no signals will appear

Input Parameters

Trend Detection

Parameter Default Description
Method Moving Average Switch between MA-based or Market Structure trend detection
MA Period 50 Number of bars used to calculate the moving average
MA Type EMA Smoothing method: SMA, EMA, SMMA, or LWMA
MA Price Close Which price the MA is applied to
Structure Lookback 10 How many bars back to look for HH/LL when using Market Structure mode

Pattern Sensitivity

Parameter Default Description
Doji Body % 5.0 A candle qualifies as a Doji only if its body is ≤ this % of total range. Lower = stricter.
Hammer Body % 33.0 Max body size as % of range for Hammer, Inverted Hammer, Shooting Star.
Hammer Wick Ratio 2.0 Minimum ratio of the dominant wick to the body. Higher = longer wick required.
Star Body % 30.0 Max body size % for the middle candle of Morning/Evening Star.

Alerts

Parameter Default Description
Popup alert Off Shows a dialog box when a new signal appears on the last closed bar
Sound alert Off Plays a sound file when a new signal appears
Push notification Off Sends a push notification to your mobile MT5 app (requires MT5 mobile linked)
Sound file alert.wav Filename of the sound — must exist in your MT5 installation's Sounds folder

Alerts only fire on bar index 1 (the most recently closed bar) and only once per bar, so a full chart recalculation never triggers a flood of alerts.

Panel Position

Parameter Default Description
X offset 15 Horizontal distance from the top-left corner of the chart in pixels
Y offset 30 Vertical distance from the top-left corner of the chart in pixels

Installation

  1. Open MetaTrader 5
  2. Go to File → Open Data Folder
  3. Navigate to MQL5 → Indicators
  4. Copy CandlePatternDetector.mq5 into that folder
  5. In MT5, open the Navigator panel (Ctrl+N)
  6. Right-click IndicatorsRefresh
  7. Double-click CandlePatternDetector or drag it onto any chart
  8. Set your preferred inputs in the dialog, then click OK

The indicator compiles automatically the first time it loads. If there are compilation errors, open MetaEditor (F4), open the file, and press F7 to see the error list.

Tuning Guide

Goal What to change
See more signals Increase Doji Body %, increase Hammer Body %, decrease Hammer Wick Ratio
Reduce noise / false signals Decrease Doji Body %, increase Hammer Wick Ratio, use a longer MA Period
Longer-term trend bias Increase MA Period (e.g. 100, 200)
Faster trend response Switch to Market Structure with a smaller Lookback
Trade only one candle shape in one direction Disable the pattern on the opposite context (e.g. keep Shooting Star ON, turn Inverted Hammer OFF)
Clean up chart temporarily Click SHOW ALL [ OFF ] — all arrows hide instantly, nothing is deleted

Technical Notes

  • No repainting — signals are placed only on bars with index ≥ 1 (fully closed). Bar 0 is never touched.
  • Object naming — every chart object is prefixed CPD_ . This guarantees clean removal when the indicator is detached and prevents conflicts with other tools.
  • Marker naming convention — CPD_MRK_<PATTERNCODE><B|S>_<BARNUMBER> . The B/S suffix records which direction the signal fired in, allowing the panel to independently toggle visibility per pattern.
  • Performance — on a full scan (chart load), the indicator scans all bars in a single pass with no nested indicator calls inside the loop. The MA buffer is copied once before the loop begins. Panel objects use partial updates (only the changed object is redrawn) rather than rebuilding the entire panel on every click.

CandlePatternDetector v2.0 — MQL5 Custom Indicator


Рекомендуем также
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
SuperTrend MT5
KEENBASE SOFTWARE SOLUTIONS
KT SuperTrend is a modified version of the classic SuperTrend indicator with new useful features. Whether its Equities, Futures, and Forex, the beginners' traders widely use the Supertrend indicator.  Buy Signal: When price close above the supertrend line. Sell Signal: When price close below the supertrend line. Features A multi-featured SuperTrend coded from scratch. Equipped with a multi-timeframe scanner. The last signal direction and entry price showed on the chart. All kinds of MetaTrader
FREE
==============================================================================                     DIVERGENCE HUNTER PRO v2.01          Advanced Multi-Oscillator Divergence Detection System ============================================================================== OVERVIEW Divergence Hunter Pro is a professional-grade divergence detection indicator  that automatically identifies high-probability trading oppor
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Divergence Force
Alessandro Riggi
4.5 (2)
Divergence Force 1.0 Индикатор Дивергенции Описание Divergence Force  - это индикатор, предназначенный для идентификации дивергенций между ценой актива и MACD (Moving Average Convergence Divergence). Этот индикатор автоматически рисует линии тренда на максимумах и минимумах цены и MACD, выделяя потенциальные торговые возможности. Основные функции Автоматическая идентификация дивергенций : Индикатор автоматически обнаруживает бычьи и медвежьи дивергенции между ценой и MACD. Отслеживание линий тр
FREE
FlatBreakout  MT5 (Бесплатная версия) Детектор флэта и пробоев для MT5 — только для GBPUSD FlatBreakout   MT5  — это бесплатная версия профессионального индикатора FlatBreakoutPro MT5, специально предназначенная для анализа флэта и поиска точек пробоя только по паре   GBPUSD . Идеально для трейдеров, которые хотят познакомиться с уникальной фрактальной логикой FlatBreakout MT5  и протестировать сигналы пробоя диапазона на реальном рынке. Для кого этот продукт Для трейдеров, предпочитающих торгов
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
SC MTF Rsi MT5
Krisztian Kenedi
5 (7)
Индикатор Индекса Относительной Силы (RSI) с поддержкой мульти-таймфрейма, настраиваемыми визуальными сигналами и конфигурируемой системой оповещений. Услуги фриланс-программирования, обновления и другие продукты TrueTL доступны в моём профиле MQL5 . Отзывы и оценки очень приветствуются! Что такое RSI? Индекс Относительной Силы (RSI) — это моментум-осциллятор, измеряющий скорость и величину изменений цены. Индикатор осциллирует между 0 и 100, сравнивая величину недавних прибылей с недавними у
FREE
BarX — Индикатор максимума и минимума конкретной свечи BarX — это технический индикатор, который автоматически выделяет максимум и минимум определенной свечи дня , задаваемой пользователем (например, свеча 0 обозначает первую свечу после открытия рынка ). Этот инструмент особенно полезен трейдерам, которые используют фиксированные уровни цен как поддержку, сопротивление, пробой или разворот . Визуально отмечая эти точки на графике, BarX упрощает технический анализ , улучшает восприятие рынка и п
FREE
QuantumAlert Stoch Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our   MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the p
FREE
This indicator finds Three Drives patterns. The Three Drives pattern is a 6-point reversal pattern characterised by a series of higher highs or lower lows that complete at a 127% or 161.8% Fibonacci extension. It signals that the market is exhausted and a reversal can happen. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Customizable pattern sizes Customizable colors and sizes Customizable breakout periods Customizable 1-2-3 and 0-A-B ratios It impl
FREE
The Swing High Low and Fibonacci Retracement Indicator is a powerful technical analysis tool designed to identify key price levels and potential reversal zones in the market. It automatically detects recent swing highs and swing lows on the chart and overlays Fibonacci retracement levels based on these points. This indicator helps traders: Visualize market structure by highlighting recent swing points. Identify support and resistance zones using Fibonacci ratios (e.g., 38.2%, 50%, 61.8%). Adapt
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Представляем VFI (Volume Flow Indicator) – индикатор для торговли, который анализирует соотношение объема и движения цены для выявления ключевых торговых возможностей. Индикатор отображает силу и направление потока объемов, предоставляя четкие сигналы о потенциальных точках входа и выхода. Сигналы формируются на основе пересечения нулевой линии, пересечения линии VFI и ее экспоненциальной скользящей средней (EMA), а также при выходе индикатора из зон перекупленности и перепроданности. Внимание!
FREE
MACD Enhanced
Nikita Berdnikov
4 (4)
Представляем   MACD  Enhanced  – усовершенствованный индикатор MACD (Moving Average Convergence Divergence), который предоставляет трейдерам расширенные возможности для анализа тренда и момента на финансовых рынках. Индикатор использует разницу между быстрой и медленной экспоненциальными скользящими средними для определения импульса, направления и силы тренда, создавая четкие визуальные сигналы для потенциальных точек входа и выхода. Внимание!   Для достижения наилучших результатов рекомендуется
FREE
RSI abcd
Francisco Gomes Da Silva
4.33 (3)
RSI ABCD Pattern Finder: Technical Strategy 1. How the Indicator Works Combines the classic RSI with automatic detection of ABCD harmonic patterns . Key Components Standard RSI (adjustable period) Peak and Trough Markers (arrows) ABCD Patterns (green/red lines) Overbought (70) and Oversold (30) Filters 2. MT5 Setup period = 14 ; // RSI period size = 4 ; // Maximum pattern size OverBought = 70 ; // Overbought level OverSold = 30 ; // Oversold level Filter = USE_FILTER_ YES ; // Confirmation filte
FREE
Добро пожаловать в наш   паттерн ценовой волны   MT5 --(паттерн ABCD)-- Паттерн ABCD является мощным и широко используемым торговым паттерном в мире технического анализа. Это гармонический ценовой паттерн, который трейдеры используют для определения потенциальных возможностей покупки и продажи на рынке. С помощью паттерна ABCD трейдеры могут предвидеть потенциальное движение цены и принимать обоснованные решения о том, когда открывать и закрывать сделки. Версия советника:   Price Wave EA MT5
FREE
Swing BOS Structure is a market structure indicator for MetaTrader 5. The indicator automatically detects: • Swing High (SH) • Swing Low (SL) • Break of Structure (BOS) • Change of Character (CHoCH) Swings are confirmed only after a defined number of candles, ensuring no repainting. BOS signals indicate trend continuation. CHoCH signals indicate a potential change in market structure and may appear less frequently depending on market conditions and timeframe. The indicator is lightweight, fa
FREE
This Mt5 Indicator Signals when there is two opposite direction bars engulfed by current bar.  has a recent Exponential Moving Average Cross and past bar was oversold/bought Expert Advisor Available in Comments  Free Version Here : https://www.mql5.com/en/market/product/110114?source=Site&nbsp ; Full Alerts for mt5 terminal , phone , email, print to file, print to journal  Buy Signal ( blue line ) Past ema cross ( set at 30 bars back ) Past bar rsi is oversold ( level 40  ) Engulfing bar closes
FREE
Rule Plotter Scanner
Francisco Gomes Da Silva
5 (1)
Вы когда-нибудь задумывались о наличии сканера, который анализирует все стратегии и показывает точки покупки и продажи для всех таймфреймов этого актива одновременно? Вот что именно делает этот сканер. Он предназначен для отображения сигналов покупки и продажи, которые вы создали в Rule Plotter: создатель стратегий без программирования , и их запуска внутри этого сканера на различных активах и различных таймфреймах. Стратегия Rule Plotter по умолчанию представляет собой только восходящие и нисхо
FREE
Velas Forex FIMATHE PCM Indicator (БЕСПЛАТНО) Velas Forex FIMATHE PCM Indicator — это бесплатный индикатор, разработанный для помощи трейдерам в простом, быстром и наглядном анализе рынка. Его основная цель — облегчить определение рыночных условий с помощью понятных визуальных сигналов, помогая трейдерам принимать более уверенные торговые решения. Segue a tradução para o russo: Лучший результат для XAUUSD: Таймфрейм: 5M Время сервера MT5: 02:00 Управление рисками: 1 Take Profit — прекратить тор
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
Общее описание Этот индикатор — усовершенствованная версия классического канала Дончия с добавлением практических функций для реальной торговли. Помимо стандартных трёх линий (верхняя, нижняя и средняя), система определяет пробои и отображает их на графике стрелками, показывая только линию, противоположную текущему направлению тренда для более чистого восприятия. Индикатор включает: Визуальные сигналы : цветные стрелки при пробое Автоматические уведомления : всплывающие окна, push и email Фильтр
FREE
Zaxti Trend Levels [SORSAWO]: Where Algorithmic Precision Meets Visual Elegance Step into a new era of technical analysis. Zaxti Trend Levels is not just another charting tool; it is a comprehensive trend-visualization engine crafted for the discerning trader. By seamlessly blending the mathematical rigor of advanced adaptive filtering with intuitive visual mapping, this indicator transforms chaotic price action into a clear, actionable roadmap. Designed to eliminate noise and highlight what tru
FREE
Суть системы заключается в идентификации момента формирования "разворотной" композитной свечи с заданными характеристиками (размер свечи в пунктах, структура теней). В анализе японских свечей аналогами подобных разворотных моделей являются "Молот" (Hammer) и "Повешенный" (Hanging Man), но в данной системе тело свечи не обязательно должно быть маленьким, а результирующая свеча строится из нескольких свечей. Входные параметры системы: Range - задает максимальное количество баров, которые будут уча
FREE
>> Announcements Channel << Live Signal Exclusive Bonus:   Get special access to   FX Monitor   ( product page >> , contact me for more info) — an advanced monitoring and analytics service for your MT4/MT5 trading accounts. Track performance, analyze results, and manage your portfolio with professional-grade tools included with your purchase. What if the doge just handled it? Only Wif is a free, plug-and-play breakout Expert Advisor for Gold (XAUUSD) . No martingale. No grid. No hedging spira
FREE
С этим продуктом покупают
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro – Профессиональная многослойная скальпинговая система с подтверждением сигналов SuperScalp Pro — это профессиональная многослойная скальпинговая система с подтверждением сигналов по нескольким факторам, разработанная для поиска торговых возможностей с более высокой вероятностью успеха. Она предоставляет более точные подтверждения входа, уровни Stop Loss и Take Profit на основе ATR, а также гибкую систему фильтрации сигналов для XAUUSD, BTCUSD и основных валютных пар Forex. Полная
Trend Sniper X
Sarvarbek Abduvoxobov
5 (8)
Trend Sniper X — это индикатор следования за трендом с несколькими таймфреймами для MetaTrader 5, который помогает трейдерам четко и точно определять направление тренда и потенциальные точки разворота. Информация о цене: Текущая цена является промо-ценой и может измениться по мере выпуска обновлений и новых функций. Канал Code2Profit Освойте рынок с помощью анализа нескольких таймфреймов! Технические характеристики Платформа MetaTrader 5 Тип индикатора Трендовый индикатор с несколькими таймфрейм
Давайте сначала будем честны. Ни один индикатор сам по себе не сделает вас прибыльным. Если кто-то говорит вам обратное — он продаёт вам мечту. Любой индикатор, который показывает идеальные стрелки покупки/продажи, можно сделать безупречным — просто увеличьте нужный участок истории и сделайте скриншот успешных сделок. Мы так делать не будем. SMC Intraday Formula — это инструмент. Он считывает структуру рынка за вас, определяет зоны с наивысшей вероятностью движения цены и точно показывает, как
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
Торговые сигналы в реальном времени с использованием M1 Quantum: Сигнал  (Сделка выполнена автоматически с помощью Quantum Trade Assistant , бесплатно включённого в этот продукт.) План цен: Текущая цена: $169 (Предложение для ранних пользователей) Следующая запланированная цена: $189 Планируемая розничная цена: $299 Developer Note: После покупки свяжитесь со мной, чтобы получить последний рекомендуемый set-файл , полезные рекомендации по настройке, а также приглашение в VIP-группу поддержки , г
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне и получите  Neuro Poseidon Assistant  в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденные сигналы н
Gold Entry Sniper – Профессиональная Мульти-Таймфрейм ATR Панель для Скальпинга и Свинг-Трейдинга на Золоте Gold Entry Sniper — это передовой индикатор для MetaTrader 5, разработанный для точных сигналов на покупку/продажу по XAUUSD и другим инструментам. Основан на логике ATR Trailing Stop и мульти-таймфрейм анализе , этот инструмент идеально подходит как для скальперов, так и для среднесрочных трейдеров, обеспечивая чёткие точки входа с высокой вероятностью . Основные возможности и преимуществ
Легенда возвращается! Entry Points Pro 10. Перезапуск легендарного индикатора, который 3 года держался в Топ-3 MQL5 Market. Сотни восторженных отзывов (589 на две версии), тысячи трейдеров торгуют с его помощью каждый день, 31 000+ скачиваний демо MT4+MT5. Я прочитал каждый ваш отзыв за пять лет — и вместо обещаний встроил в версию 10 ответы. От автора, который в рынке с 1999 года и ценит честность, свою репутацию и своих клиентов . Стартовая цена $99 действует только на первые 10 копий.   Сразу
UZFX {SSS} Scalping Smart Signals v4.0 MT5 — это высокопроизводительный торговый индикатор без перерисовки, разработанный для скальперов, дейтрейдеров и свинг-трейдеров, которым требуются точные сигналы в режиме реального времени на быстро меняющихся рынках. Разработанный компанией (UZFX-LABS), этот индикатор сочетает в себе анализ ценового действия, подтверждение тренда и интеллектуальную фильтрацию для генерации высоковероятных сигналов на покупку и продажу, предупреждающих сигналов и возможно
Каждый покупатель этого индикатора получает дополнительно Бесплатно: Авторскую утилиту "Bomber Utility", которая автоматически сопровождает каждю торговую операцию, устанавливает уровни Стоп Лосс и Тейк профит и закрывает сделки согласно правилам этой стратегии, Сет-файлы для настройки этого индикатора на различных активах, Сет-файлы для настройки Bomber Utility в режимы: "Минимум Риска", "Взвешенный Риск" и "Стратегия Выжидания", Пошаговый видео-мануал, который поможет вам быстро установить, на
Gann Made Easy   - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
GoldenX Entry — это индикатор для MT5 с адаптивным алгоритмом Smart Entry Trend, системой оценки сигналов, детектором рыночных режимов и фильтром волатильности. Каждый сигнал включает рассчитанный уровень входа, три уровня Take-Profit (TP1, TP2, TP3) и уровень Stop-Loss. Он построен на нескольких аналитических слоях, предназначенных для адаптации к различным рыночным условиям, объединяя многоуровневую аналитическую систему со встроенным оптимизатором и системой статистического отслеживания. Инди
Trend Catcher   анализирует движения рыночных цен, используя комбинацию собственных и индивидуально разработанных адаптивных индикаторов анализа тренда. Он определяет истинное направление рынка, отфильтровывая краткосрочные шумы и фокусируясь на силе импульса, расширении волатильности и поведении ценовой структуры. Он также использует комбинацию сглаживающих и фильтрующих тренд индикаторов, таких как скользящие средние, RSI и фильтры волатильности. Мониторинг реальных операций, а также другие
Zoryk Gold
Reda El Koutbane
5 (3)
ZORYK — продвинутая сигнальная система для XAUUSD в MetaTrader 5 Вам знакомо это чувство. Вы долго анализируете золото. Ждёте подходящего момента для входа. Наконец открываете сделку — и цена сразу начинает двигаться против вас. Вы закрываете позицию слишком рано, передвигаете Stop Loss или сомневаетесь всего несколько секунд. После этого рынок достигает именно той цели, которую вы ожидали изначально, но уже без вас. Проблема не всегда заключалась в направлении. Настоящей проблемой была неопреде
Power Candles V3 — самооптимизирующийся индикатор силы Power Candles V3 преобразует силу валюты и инструмента в готовый к использованию торговый план на каждом графике, к которому он прикреплен. Вместо того, чтобы просто раскрашивать свечи, он выполняет автоматическую оптимизацию в режиме реального времени в фоновом режиме и предоставляет вам оптимальные значения Stop Loss, Take Profit и порог сигнала для выбранного вами символа. Один клик — и все готово для реальной торговли: на графике появляю
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Представляем   Quantum TrendPulse   , совершенный торговый инструмент, который объединяет мощь   SuperTrend   ,   RSI   и   Stochastic   в один комплексный индикатор, чтобы максимизировать ваш торговый потенциал. Разработанный для трейдеров, которые ищут точность и эффективность, этот индикатор помогает вам уверенно определять рыночные тренды, сдвиги импульса и оптимальные точки входа и выхода. Основные характеристики: Интеграция SuperTrend:   легко следуйте преобладающим рыночным тенденциям и п
M1 SNIPER   — это простая в использовании торговая система. Это стрелочный индикатор, разработанный для тайм фрейма M1. Индикатор можно использовать как отдельную систему для скальпинга на тайм фрейме M1, а также как часть вашей существующей торговой системы. Хотя эта торговая система была разработана специально для торговли на M1, ее можно использовать и с другими тайм фреймами. Первоначально я разработал этот метод для торговли XAUUSD и BTCUSD. Но я считаю этот метод полезным и для торговли на
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
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Price Action Concepts сейчас доступен за $200 . Цена увеличится до $299 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки отправьте мне личное сообщение, чтобы получить БЕСПЛАТНЫЙ бонус + подарок . Прежде всего, стоит подчеркнуть, что этот торговый инструмент является индикатором без перерисовки, без перерисовывания истории и без запаздывания, что делает
Представляем       Quantum Breakout PRO   , новаторский индикатор MQL5, который меняет ваш способ торговли в зонах прорыва! Разработан командой опытных трейдеров со стажем торговли более 13 лет,       Квантовый прорыв PRO       разработан, чтобы поднять ваше торговое путешествие к новым высотам с его инновационной и динамичной стратегией зоны прорыва. Quantum Breakout Indicator покажет вам сигнальные стрелки на зонах прорыва с 5 целевыми зонами прибыли и предложением стоп-лосса на основе поля
FX Power: Анализируйте силу валют для более эффективной торговли Обзор FX Power — это ваш незаменимый инструмент для понимания реальной силы валют и золота в любых рыночных условиях. Определяя сильные валюты для покупки и слабые для продажи, FX Power упрощает принятие торговых решений и выявляет высоковероятные возможности. Независимо от того, хотите ли вы следовать за трендами или предсказывать развороты с использованием экстремальных значений дельты, этот инструмент идеально адаптируется под
AXIOM MATRIX MT5 СТАРТОВАЯ ЦЕНА: $99 Axiom Matrix доступен по стартовой цене $99. Цена увеличится до $199 после первых 30 покупок. После покупки напишите мне в личные сообщения, чтобы получить инструкции и забрать свой эксклюзивный подарочный бонус. Axiom Matrix — это профессиональный мультисимвольный и мультитаймфреймный рыночный сканер и панель принятия решений для MetaTrader 5. Он сканирует ваш Market Watch, анализирует несколько таймфреймов, считывает несколько движков подтверждений, сравнив
DayTrader PRO DayTrader PRO — это передовой торговый индикатор, сочетающий фильтр Лагерра (Laguerre Filter) Джона Элерса с мощным движком автоматической оптимизации. Вместо использования фиксированных параметров индикатор автоматически подбирает оптимальные настройки на основе недавних рыночных условий, что позволяет адаптироваться к изменяющейся волатильности без необходимости ручной корректировки. Индикатор генерирует четкие сигналы на ПОКУПКУ и ПРОДАЖУ, а также адаптивные уровни Stop Loss и T
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, созданный для требовательных и профессиональных трейдеров. Он дисциплинированно отвечает на один вопрос: каково направленное смещение на каждом таймфрейме прямо се
Currency Strength Wizard   — очень мощный индикатор, предоставляющий вам комплексное решение для успешной торговли. Индикатор рассчитывает силу той или иной форекс-пары, используя данные всех валют на нескольких тайм фреймах. Эти данные представлены в виде простых в использовании индексов валют и линий силы валют, которые вы можете использовать, чтобы увидеть силу той или иной валюты. Все, что вам нужно, это прикрепить индикатор к графику, на котором вы хотите торговать, и индикатор покажет вам
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
Новый король в городе — Индикатор + управление ордерами (TP1 + TP2 + TP3) + опциональный Telegram-сигнал-сендер ВКЛЮЧЁН (БЕСПЛАТНО) (ПОЛНОЦЕННАЯ ТОРГОВАЯ И СИГНАЛЬНАЯ СИСТЕМА) Gold Slayer EA Этот индикатор включает в себя продвинутую стратегию, торговую систему с настраиваемым управлением ордерами и систему mean reversion, которая сочетает расширения Envelope и поддерживается несколькими интеллектуальными фильтрами подтверждения, такими как RSI, для поиска высоковероятных точек разворота с сигн
Новости продукта: Strategy Assistant обновлен до новой версии 1.9 с более высокой скоростью работы, переработанным профессиональным интерфейсом и улучшенным пользовательским опытом. Примечание разработчика: Strategy Assistant находится в стадии непрерывной разработки с регулярными обновлениями и улучшениями. Следующее обновление: добавление Strategy Agent (интеллектуальных комбинаций нескольких торговых стратегий). Примечание по цене: Текущая цена остается $50 для первых 100 пользователей , пос
Другие продукты этого автора
RSI+EMA Grid & Dragonfly+EMA Grid System The RSI+EMA Grid & Dragonfly+EMA Grid System is a sophisticated Expert Advisor (EA) developed for traders who seek both consistency and adaptability in dynamic market conditions. Combining two proven strategies, this EA is built for precision entries, controlled risk, and intelligent position management. Strategy 1: RSI + EMA Grid System This strategy uses a combination of the Relative Strength Index (RSI) and Exponential Moving Averages (EMAs) to identi
RSI + Grid Distance Strategy with 200 EMA Filter Overview The RSI + Grid Distance Strategy integrates momentum and mean-reversion principles within a structured grid trading framework. By combining the Relative Strength Index (RSI) with dynamic grid levels and a 200-period Exponential Moving Average (EMA) filter, the system seeks to optimize trade timing, trend alignment, and overall position efficiency. Core Logic 1. RSI Signal Generation The algorithm utilizes a 17-period RSI , identifying b
Smart Money EQ H/L Scanner v2.0 – Advanced Institutional Market Structure Indicator for MT5 Overview The Smart Money EQ H/L Scanner v2.0 is a professional MT5 indicator built to identify Smart Money Concepts (SMC) in real time. It detects Equal Highs (EQH) and Equal Lows (EQL) patterns — zones that often indicate institutional liquidity targets — helping traders anticipate potential reversals and market manipulation areas. This tool combines price structure, volume profile, and economic event d
Professional-Grade VWAP + Market Profile Technology for Precision Trading VWAP Scalping Pro is an advanced analytical tool that integrates Volume-Weighted Average Price (VWAP) analysis with professional Market Profile visualization. It provides traders with institutional-style insights into price structure, volume distribution, and session dynamics — ideal for scalping, intraday, and swing trading strategies. Key Features Triple VWAP Strategy Framework Trend VWAP (50) – Defines long-term dire
Skyliner
Domantas Juodenis
Skyliner EA - The Professional Smart Money Trading System Hello, traders! I am Skyliner , the ultimate multi-market Expert Advisor built on institutional Smart Money Concepts and designed to trade like the professionals do. Unlike other EAs that focus on a single instrument, I am a versatile, all-market powerhouse capable of delivering precision trades across Forex majors, precious metals, and stock indices. My specialty? Smart Money trading using BOS (Break of Structure), FVG (Fair Value Gaps),
Revolution Scalper X v2.0 - Expert Advisor Description Revolution Scalper X is a sophisticated multi-asset scalping Expert Advisor (EA) for MetaTrader 5 that combines advanced risk management, flexible trading strategies, and comprehensive monitoring capabilities through dual on-chart dashboards. Key Features: Multi-Asset Trading Capabilities: Dual Mode Operation : Can operate in single-pair mode (current chart symbol) or multi-asset mode Asset Categories : Supports Forex, Cryptocurrency, and Me
Alliance EA – Smart Money & Swing Trading Expert Advisor for MT5 Alliance EA is a professional MetaTrader 5 Expert Advisor built around Swing Trading and Smart Money Concept (SMC) strategies. It is designed for traders who want a structured, rule-based, and disciplined automated trading system rather than risky scalping or martingale approaches. Alliance EA focuses on high-probability setups , institutional price behavior, and capital protection—making it suitable for both new and experienced t
Induciment Pinbar Signal – Professional Supply & Demand Trading System IT-Pinbar SD is a professional Expert Advisor built on institutional supply & demand concepts , inducement detection, and pinbar confirmation. It is designed to trade where smart money operates , not where retail traders chase price. The EA automatically identifies high-quality supply and demand zones , filters them by strength, and waits for liquidity grabs (false breakouts) before entering. Optional pinbar confirmation ensu
ORB Strategy X (For people who can contact me directly 75% with updates if i do them, discount will be for a month) This Strategy Was Banned. Now It's Back. The Opening Range Breakout is not new. Institutional desks have traded it for decades. When it started appearing in automated form on retail platforms, something interesting happened — brokers began quietly restricting accounts that ran it consistently. Requote storms. Artificial slippage on breakout candles. Platform-level execution delays
PHANTOM SNAP EA  v3.0          Advanced CRT + TBS Automated Trading System               MetaTrader 5 | Multi-Symbol | Netting  OVERVIEW Phantom Snap EA is a professional algorithmic trading system built on two of the most pow
OPEN RANGE BREAKOUT  PRO WHAT IS OPEN RANGE BREAKOUT PRO? Open Range Breakout Pro is a fully-featured, all-in-one trading indicator built exclusively for MetaTrader 5. It automatically identifies the Opening Range — the high and low formed during the first configurable minutes of a trading session — and then detects, visualises, and alerts you to high-probability breakout opportunities the moment price escapes that range. Beyond the core strategy, the indicator ships with a professional dual-
BOWLER SCALPER X VWAP Point of Control Scalping System for MetaTrader 5 Version 1.03  |  Expert Advisor  |  MetaTrader 5                                                                                                                                                                                                                                                                                                                                                           --------------------------------
NNSSP-AI — Neural Network Swing Scalp Price Action Intelligence The first MT5 Expert Advisor built on a genuine feedforward neural network — not a scoring system, not a rule engine, not a marketing label. Real neuron math. Real probability output. Real trading intelligence. What Makes NNSSP-AI Different? Every "AI" EA on the market hides the same thing under impressive branding — a hand-coded checklist that adds up indicator scores and calls it artificial intelligence. NNSSP-AI is different at t
QuantumCryptoX — Quantum Wave Swing Trader v3.10 QuantumCryptoX is a swing trading Expert Advisor for MetaTrader 5 that models the market as a quantum system. Nine independent indicator waves interfere constructively or destructively to generate a probability score for each bar. A trade is only opened when the score exceeds a configurable threshold, a minimum number of waves agree, and three hard gates — market structure, institutional bias, and higher timeframe trend — all confirm the direction
Quantum BattleQuad X — Precision Forged from the Battlefield Hello, traders. I am Quantum BattleQuad X — not a revision. Not an upgrade. A complete rethinking of what a multi-strategy Expert Advisor should be. Built from the ground up with one principle: every trade must have a reason. No noise. No randomness. No overtrading. My specialty? WTI. My mission? Deliver sharp, disciplined, and intelligently structured trading performance — with four elite strategies working as one unified engine.
QHyper 9
Domantas Juodenis
QUANTUM HYPER 9 — Professional 9-Strategy SMC Expert Advisor for MT5 Overview Quantum Hyper 9 is a professional Expert Advisor built on nine independently configurable Smart Money Concept and technical analysis strategies. Each strategy can be switched ON or OFF directly from the settings panel — no code editing required. The EA is designed for serious traders running funded accounts, prop firm challenges, and live portfolios across Forex, metals, and indices. Every component is built with one p
Caterpillar Pro EA A professional multi-timeframe trend-following system that enters the market in three controlled layers — mimicking how a caterpillar moves: slow, deliberate, and segment by segment. Built for traders who demand institutional-grade risk control with full visual transparency on the chart. 3 Entry layers 9 Protection checks H1+M15+M5 Timeframe stack v1.00 Current version Overview Caterpillar Pro is not a scalper or a martingale system. It is a structured trend-following EA that
ST Matrix
Domantas Juodenis
ST MATRIX — Institutional Symmetrical Triangle EA MetaTrader 5 | Netting & Hedging | All Brokers | Version 1.01 WHAT IS ST MATRIX? ST Matrix is a professional Expert Advisor built around the Symmetrical Triangle — one of the most reliable compression breakout patterns in technical analysis. The EA enforces a strict 5-point structure (H1 → L2 → H3 → L4 → breakout), applies institutional-grade filters before every entry, and manages trades
EW Hybrid EA v1.0 Elliott Wave Hybrid is a precision trading Expert Advisor for MetaTrader 5 built around a multi-confluence reversal strategy. It identifies completed Elliott Wave 5-wave impulse patterns followed by ABC corrections, entering trades only when the C wave reaches a key structural level confirmed by three independent signals simultaneously. Entry Logic Trades trigger exclusively when all conditions align on the same bar — the Elliott Wave C wave reaches a Support or Resistance zone
Black Elephant FX Momentum "Elephant Candle" Breakout System for MetaTrader 5 Black Elephant FX is a rules-based breakout expert advisor that trades the moment momentum enters the market. It hunts for "elephant" candles — large, decisive bars backed by a volume surge that break market structure — and enters in the direction of that momentum, with a built-in risk-progression engine and a full on-chart dashboard. No grid. No martingale averaging into losses. No hidden recovery logic. Every trade c
Break Fast Breakout EA Automated Multi-Session Breakout Trading for Forex and Metals Break Fast Breakout EA is an intelligent trading system designed to capture high-probability breakout opportunities during the world's most active market sessions. The EA automatically identifies and trades breakouts from the opening range of major financial centers, including: Frankfurt Session London Session New York Session Tokyo Session Sydney Session Metals Market Sessions How It Works The EA automatically
Sneaky Pivot Pro Matrix Sneaky Pivot Pro Matrix is a pivot-based expert advisor that maps the key intraday levels of the market and trades subtle bounces and rejections around them — wrapped in a clean, professional dark-navy interface. What it plots The EA calculates classic daily pivots from the previous session and draws them as labelled levels: the central Pivot Point (PP), three resistances (R1–R3), three supports (S1–S3), and the previous-day high and low. It also scans recent price action
OB200 Edge X A 200 EMA channel + Order Block expert advisor with a built-in signal-indicator mode, strong/weak block filtering, and a live on-chart dashboard. Overview OB200 Edge X reads market structure through a dual 200 EMA channel — one EMA plotted on the highs and one on the lows — and locates institutional order blocks inside that channel. It then trades or signals from those zones according to the channel's direction, with full control over risk, stops, and execution style. The same produ
Snake Structure Pro EA Trade the trend. Trust the structure. Snake Structure Pro EA is a professional, fully automated Expert Advisor built around one of the most reliable concepts in technical analysis— market structure . Instead of chasing every price movement, Snake identifies the direction of the market using Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) while filtering trades with the proprietary 8WVAP Trend Filter to execute only high-probability setups. Des
Фильтр:
Нет отзывов
Ответ на отзыв