Multi Symbol Strategy Dashboard

🌟 SigmaFarm Dashboard UI Pro - The Ultimate Multi-Symbol Multi-Timeframe Trading Solution 🌟

1. Introduction / Overview 

Tired of juggling multiple charts and EAs? SigmaFarm Dashboard UI Pro is a powerful and intuitive Expert Advisor designed to revolutionize your trading experience. This all-in-one solution allows you to effortlessly monitor, analyze, and manage trades across multiple symbols and timeframes from a single, dynamic dashboard. With advanced signal generation, robust risk management, and a user-friendly interface, SigmaFarm empowers both novice and experienced traders to seize market opportunities with confidence.

2. Key Features / Why Choose SigmaFarm?

  • Multi-Symbol & Multi-Timeframe Control: Monitor and trade any combination of symbols and timeframes simultaneously, all from one comprehensive dashboard.

  • Advanced Signal Generation: Proprietary scoring system based on a powerful combination of Moving Averages, ADX, Bollinger Bands, and Stochastic Oscillators to generate high-probability BUY/SELL signals.

  • Intelligent Risk Management:

    • Auto Lot Sizing: Dynamically calculates lot size based on a configurable risk percentage per trade.

    • ATR-based SL/TP: Automatically sets Stop Loss and Take Profit levels using Average True Range for adaptive market conditions.

    • Trailing Stop & Breakeven: Protects profits by moving SL to breakeven or trailing behind price movement.

    • Daily Drawdown Limit: Safeguards your capital by stopping trading if a predefined daily drawdown is reached.

  • Intuitive User Interface (UI): Clean, responsive dashboard with clear visual signals, real-time P/L, and easy manual control buttons.

  • Automated Trading System: Fully automated order execution with configurable minimum score requirements for opening trades.

  • Reverse Signal Capability: Automatically reverses positions when market sentiment shifts, ensuring you're always on the right side of the trend (optional).

  • Higher Timeframe (HTF) Trend Filter: Incorporates HTF Moving Average for trend confirmation, adding an extra layer of signal validation.

  • Built-in Cooldown & News Filter (Optional): Prevents overtrading and avoids high-impact news events (requires News.csv).

  • Multi-Language Support: Seamlessly switch between English and Thai UI for enhanced user experience.

3. How It Works 

SigmaFarm Dashboard continuously analyzes market data across your selected symbols and timeframes using a sophisticated blend of technical indicators. Each indicator contributes to a "score" for potential BUY or SELL signals. When a signal meets your predefined minimum score (AutoTradeScore), the EA can automatically execute a trade with dynamic lot sizing and intelligent SL/TP. The dashboard provides real-time updates on positions, P/L, and signal strength, giving you full control at all times.

4. Input Parameters 

⚙️ General & Language Settings

  • Language : Select the UI display language (English/Thai).

🟢 General Settings (Start Here)

  • SymbolList : Comma-separated list of symbols (e.g., EURUSD,XAUUSD,GBPUSD).

  • TimeframeList : Comma-separated list of timeframes (e.g., M15,M30,H1).

  • MagicNumberBase : Starting Magic Number for trade identification.

  • MaxVisibleRows : Number of rows to display on the dashboard.

🤖 Auto Trading

  • AutoTrade : Enable/Disable the automatic trading system.

  • AutoTradeScore : Minimum score required to open an order.

  • UseReverseSignal : Automatically reverse positions on signal change.

  • ConfirmOnBarClose : Confirm signals only after bar closes.

🛡️ Risk & Lot Size

  • AutoLotSize : Enable/Disable risk-based lot sizing.

  • RiskPercentPerTrade : Percentage of balance to risk per trade.

  • DefaultLot : Fixed lot size if AutoLotSize is false.

  • MaxPositionsPerSymbol : Maximum open positions allowed per row.

  • MaxSpreadPoints : Maximum allowable spread in points.

  • RR_Floor : Minimum acceptable Reward:Risk Ratio.

🎯 Stop Loss & Take Profit

  • DefaultSL/TP : Stop Loss/Take Profit in points (0 = Use ATR calculation).

  • ATR_Period : Period for ATR calculation.

  • ATR_Multiplier_SL/TP : Multipliers for ATR-based SL/TP.

  • AutoProfitTarget : Close all trades when total profit reaches target (in account currency, 0=disable).

📈 Trailing Stop & Breakeven

  • UseTrailingStop : Enable/Disable Trailing Stop.

  • TrailingStartPips : Profit in points to start trailing.

  • TrailingStopPips : Trailing SL distance in points.

  • BreakevenPips : Profit in points to move SL to breakeven.

  • BreakevenLockPips : Profit in points to lock in after breakeven.

🔎 Indicator Filters

  • MA_FastPeriod/SlowPeriod : Periods for Moving Averages.

  • UseADXFilter , ADX_Period , ADX_Level , MinADXLevel : ADX settings for trend strength filtering.

  • UseBBFilter , BB_Period , BB_Deviation : Bollinger Bands settings.

  • UseStochFilter , Stoch_KPeriod/DPeriod/Slowing , Stoch_OverboughtLevel/OversoldLevel : Stochastic settings.

  • UseHTFMAFilter , HTF_Timeframe , HTF_MAPeriod : Higher Timeframe MA filter settings.

⏰ Trade Time, News & Special Controls

  • TradeStartHour/EndHour : Define daily trading window.

  • PerRowCooldownSec : Cooldown period after trade open/reverse per row.

  • DailyMaxDrawdownPct : Stop trading for the day if DD exceeds % of Balance (0=disable).

  • EnableNewsFilter , NewsMinutesBefore/After , NewsFilePath : News filter settings.

📳 Notifications

  • SendNotifications : Enable/Disable mobile push notifications.

5. Requirements 

  • Platform: MetaTrader 5 (MT5)

  • Account Type: Hedging or Netting (Any)

  • Operating System: Windows 7 or higher (for MT5 terminal)

  • Important: Ensure all desired symbols are visible in your Market Watch.

  • For News Filter to work, you need to provide a News.csv file in the MQL5/Files directory (format: YYYY.MM.DD HH:MM,CURRENCY_CODE ).


    Multi Symbol Strategy Dashboard — v1.10a (Market-Safe)

    A robust multi-symbol trading dashboard for MetaTrader 5 with safe automation, netting/hedging awareness, and clear, real-time controls.
    This version focuses on stability, broker safety, and a new global profit/loss controller you can adjust directly from the dashboard.

    What’s new in v1.10a

    1) Global Net Targets (NEW)

    • Adjustable Global Net Take-Profit (Net TP) and Global Net Stop-Loss (Net SL) directly on the dashboard.

    • Two runtime values: g_NetTP and g_NetSL (no recompile or re-attach required).

    • Initial values set via inputs: GlobalNetTakeProfitInit , GlobalNetStopLossInit .

    • Step size for the [+]/[–] controls via NetTargetStep .

    • When total floating P/L ≥ Net TP or ≤ –Net SL, the EA closes all open positions and sends a notification.

    2) Safer, cleaner UI

    • Correct object property handling ( ObjectSetInteger signatures) and dedicated OBJ_PREFIX to isolate/cancel only this EA’s objects.

    • Fast, clean redraw and reliable status coloring.

    3) Indicator warm-up & backtest consistency

    • Series warm-up and BarsCalculated() checks prevent empty buffers at startup.

    • More consistent behavior in backtests and during fast symbol/timeframe switches.

    4) Trailing & Breakeven robustness

    • All SL modifications respect Stops/Freeze levels and spread buffers.

    • SL never crosses TP (automatic clamping).

    • Optional “Inputs are pips” logic with accurate handling on 3/5-digit symbols.

    5) Netting-account awareness

    • Volume checks consider SYMBOL_VOLUME_LIMIT and the existing net position.

    • Margin-aware sizing through EnsureAffordableVolume() .

    How to use the Global Net Targets

    1. Set initial values in Inputs:

      • UseGlobalNetTargets = true

      • GlobalNetTakeProfitInit , GlobalNetStopLossInit

      • NetTargetStep (increment for [+]/[–] buttons)

    2. On the dashboard, adjust Net TP and Net SL live using the [+]/[–] buttons.

    3. When the total floating P/L meets either threshold (≥ Net TP or ≤ –Net SL), the EA will close all positions automatically and notify you.

    This feature is independent from the legacy AutoProfitTarget (which also closes all when net profit ≥ target). You can use either or both.

    Inputs (key groups)

    • General

      • Language, Symbols, Timeframes, Magic base, Max rows, etc.

    • Auto Trading

      • AutoTrade , AutoTradeScore , UseReverseSignal , ConfirmOnBarClose

    • Risk & Lot

      • AutoLotSize , RiskPercentPerTrade , DefaultLot , spread/slippage limits, RR_Floor

    • Stops/Profits

      • DefaultSL/TP , ATR settings, AutoProfitTarget

    • Trailing & Breakeven

      • UseTrailingStop , start/trail/buffer, BreakevenPips , BreakevenLockPips , InputsArePips

    • Filters

      • MA, ADX, Bollinger Bands, Stochastic, HTF MA

    • Time/News/Safety

      • Trading hours, per-row cooldown, Daily max drawdown stop, optional News filter

    • Global Net Targets (NEW)

      • UseGlobalNetTargets , GlobalNetTakeProfitInit , GlobalNetStopLossInit , NetTargetStep

    • Notifications

      • SendNotifications

    Safety & compatibility

    • Complies with broker Stops/Freeze rules when sending/modifying orders.

    • Margin-aware volume sizing; respects symbol volume limits.

    • Works on Hedging and Netting accounts. Netting-aware position/volume logic is included.

    • Clean UI teardown to avoid object leakage across charts.

    Changelog (from previous version)

    • Added dashboard-adjustable Global Net TP/SL with notifications.

    • Fixed ObjectSetInteger usage; added OBJ_PREFIX and safe cleanup.

    • Implemented indicator warm-up and readiness checks for stable CopyBuffer .

    • Strengthened Trailing/BE: spread + Stops/Freeze compliance and SL/TP clamping.

    • Added InputsArePips + precise pips-to-points conversion for 3/5-digit symbols.

    • Improved netting behavior with SYMBOL_VOLUME_LIMIT awareness.

    Notes

    • For best results, set trading hours and the per-row cooldown to fit your strategy and broker conditions.

    • If you use reverse signals, ensure your filters (ADX/BB/Stoch/HTF MA) are aligned with your entry logic.

    • Backtest with “Open prices only” or better modeling for realistic results (the EA uses bar-close confirmation if enabled).


Trading foreign exchange and other financial instruments on margin carries a high level of risk and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade any financial instrument, you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. This Expert Advisor is a tool to assist in trading; past performance is not indicative of future results.

( มีเมนูภาษา ไทย )


More programs are available at the following link : Choawana Malaikitsanachalee - tnainmix - Trader's profile - MQL5 Algo Trading community


# Why adjust the inputs?

The current defaults are intentionally broad/safe to pass MQL5 auto-validation. For real trading, pick a profile below (values are in **pips** because `InputsArePips = true`).

# Recommended starter profiles (pick one)

## 1) Conservative Swing (H1/H4)

For majors; can hold overnight.

* `SymbolList`: `EURUSD,GBPUSD,USDJPY`
* `TimeframeList`: `H1,H4`
* `AutoTradeScore`: `SCORE_3`, `UseReverseSignal=true`, `ConfirmOnBarClose=true`
* `AutoLotSize=true`, `RiskPercentPerTrade=0.5`
* `MaxPositionsPerSymbol=1`
* **Spread/Slippage**: `MaxSpreadPoints=20` (≈2.0 pips on 5-digit brokers), `MaxSlippagePoints=15`
* **RR floor**: `RR_Floor=1.5`
* **SL/TP**: `DefaultSL=0`, `DefaultTP=0` (let ATR set them)
* **ATR mode**:
  `ATR_Period=14`
  `ATR_Multiplier_SL=1.8`, `ATR_Multiplier_TP=3.6`
  `BE_ATR_Start=0.8`, `BE_ATR_Lock=0.3`
  `TS_ATR_Start=1.2`, `TS_ATR_Mult=1.0`
* **Filters**: `UseADXFilter=true (ADX_Level=25, MinADXLevel=20)`, `UseBBFilter=true`, `UseStochFilter=true`, `UseHTFMAFilter=true (HTF=H4, MAPeriod=50)`
* **Trading hours**: `TradeStartHour=01:00`, `TradeEndHour=23:00` (avoid rollover)
* **News filter**: `EnableNewsFilter=true`, `NewsMinutesBefore=30`, `NewsMinutesAfter=30`
* **Daily risk cap**: `DailyMaxDrawdownPct=5.0`
* **Global net targets**: `UseGlobalNetTargets=true`, `GlobalNetTakeProfitInit=0`, `GlobalNetStopLossInit=0` (set during session as needed)

## 2) Balanced Intraday (M15/H1)

Day trading with decent robustness.

* `SymbolList`: `EURUSD,GBPUSD,USDCHF,USDJPY`
* `TimeframeList`: `M15,H1`
* `AutoTradeScore=SCORE_3`, `ConfirmOnBarClose=true`
* `RiskPercentPerTrade=1.0`
* `MaxSpreadPoints=25`, `MaxSlippagePoints=15`
* `RR_Floor=1.4`
* **SL/TP**: `DefaultSL=0`, `DefaultTP=0`
* **ATR mode**:
  `ATR_Multiplier_SL=1.5`, `ATR_Multiplier_TP=3.0`
  `BE_ATR_Start=0.6`, `BE_ATR_Lock=0.25`
  `TS_ATR_Start=1.0`, `TS_ATR_Mult=0.9`
* Filters, hours, news, DD cap: same as Profile 1
* `PerRowCooldownSec=120`

## 3) Fast Scalper (M5/M15)

Only for low-spread pairs; ATR off.

* `SymbolList`: `EURUSD,USDJPY`
* `TimeframeList`: `M5,M15`
* `AutoTradeScore=SCORE_3`, `ConfirmOnBarClose=false`
* `RiskPercentPerTrade=0.5–0.75`
* `MaxSpreadPoints=15`, `MaxSlippagePoints=10`
* `RR_Floor=1.2`
* **ATR mode**: `UseATRForBE_TS=false`
* **Pips mode**:
  `DefaultSL=18`, `DefaultTP=30`
  `UseTrailingStop=true`, `TrailingStartPips=15`, `TrailingStopPips=10`, `TrailingBufferPips=2`
  `BreakevenPips=12`, `BreakevenLockPips=3`
* `PerRowCooldownSec=90`
* **News**: `EnableNewsFilter=true`, `NewsMinutesBefore=60`, `NewsMinutesAfter=60` (scalping should avoid news)

---

# Special notes for XAUUSD (Gold)

Gold uses different ticks/spreads. **Run a separate EA instance** on a gold chart with tailored limits:

* Start from Profile 1 or 2 but set:

  * `SymbolList=XAUUSD`
  * `MaxSpreadPoints=180` (≈18.0 pips on many 5-digit feeds — adjust to your broker)
  * `MaxSlippagePoints=25`
  * `ATR_Multiplier_SL=2.0`, `ATR_Multiplier_TP=4.0`
* Always test with your broker’s data first (Strategy Tester), then tweak `MaxSpreadPoints` to “normal peak spread + 20–30% buffer”.

---

# Defaults I recommend keeping as-is

* `ReverseScoreDelta=2` (hysteresis to prevent rapid flip-flops)
* `MA_FastPeriod=10`, `MA_SlowPeriod=30`
* `HTF_Timeframe=H4`, `HTF_MAPeriod=50`

---

# Live trading checklist

1. Use a **VPS** close to your broker.
2. Separate instances for **FX pairs vs XAUUSD** with their own spread/slippage caps.
3. Forward-test on demo **14–30 days** with your chosen profile before going live.
4. Keep `DailyMaxDrawdownPct` at **3–5%** and only enable `UseGlobalNetTargets` if you will actually close the whole basket at those levels.
5. Be careful around **rollover/swap** and major news (NFP, CPI, FOMC).


Рекомендуем также
Strategy Constructor Pro - Универсальный Конструктор Торговых Стратегий с Множеством Индикаторов на MetaTrader 5 ОПИСАНИЕ Strategy Constructor Pro - это многофункциональный советник (Expert Advisor) для платформы MetaTrader 5, который дает возможность собирать и настраивать собственные торговые стратегии на базе широкого спектра технических индикаторов и классических свечных паттернов. Разработанный с учетом современных требований к автоматизированной торговле на рынке Форекс и CFD, он обеспе
Bohemia Gold MT5
Vladislav Taska
4.75 (4)
Bohemia Gold MT5 is  Trend & Volatility EA trading system designed specifically for Gold (XAUUSD) . It combines higher-timeframe trend filtering , trend detection , volatility-based SL management , and advanced trade management to adapt market conditions. It uses style logic focused on trend strength, volatility, and capital protection. NOTE:   Based on backtests, I found better trading results with the following setup: D1/H4/H2 (Trend/ADX/ATR & trade). The SET file can be downloaded here … bohe
FREE
Breakout Buffer
Andrew Muriithi Njeri
The   Breakout Buffer EA   is an automated trading system that leverages   Opening Range Breakout (ORB)   principles to trade price momentum during the first minutes of a session. It identifies key high and low levels at the market open to capture emerging trends. To ensure disciplined execution and risk management, the bot features customizable range inputs, daily filters (day of the week), and sophisticated trade controls such as   trailing stop-losses   and dynamic   lot sizing .
Discord Notify
Aleh Piatrenka
5 (2)
Автоматически отправляет уведомления об открытии, закрытии , частичном закрытии и изменении сделок MT5  в Discord в реальном времени . Утилита поддерживает 16 языков : English, French, German, Indian (Hindi), Indonesian, Italian, Kazakh, Korean, Dutch, Polish, Portuguese, Russian, Spanish, Turkish, Ukrainian и Vietnamese. Также можно использовать любой другой язык, изменив текст уведомлений.  Продукт предназначен для трейдеров, которым важно получать уведомления в Discord без необходимости посто
FREE
Автоматически отправляет уведомления об открытии, закрытии , частичном закрытии и изменении сделок MT5  в Slack в реальном времени . Утилита поддерживает 16 языков : English, French, German, Indian (Hindi), Indonesian, Italian, Kazakh, Korean, Dutch, Polish, Portuguese, Russian, Spanish, Turkish, Ukrainian и Vietnamese. Также можно использовать любой другой язык, изменив текст уведомлений.  Продукт предназначен для трейдеров, которым важно получать уведомления в Slack без необходимости постоянно
FREE
Atomic GBP FX
Michael Prescott Burney
Atomic GBP — Продвинутая торговля на GBPUSD H1 Atomic GBP — это профессиональный торговый советник, разработанный специально для графика GBPUSD H1. Он основан на глубоком историческом анализе и проверен на множестве брокеров. Этот советник представляет собой высокотехнологичную торговую систему, созданную для работы с уникальной волатильностью и характером пары GBPUSD. Atomic GBP — результат тщательных исследований, опирающихся на 5 лет исторических данных, что позволяет советнику принимать реше
CosmiCLab SMC FIBO CosmiCLab SMC FIBO — это профессиональный торговый индикатор, основанный на концепциях Smart Money Concepts (SMC), анализе структуры рынка и уровнях Fibonacci. Индикатор автоматически определяет свинги рынка и строит уровни Fibonacci по последнему импульсному движению. Также индикатор определяет ключевые изменения структуры рынка: BOS — Break Of Structure CHOCH — Change Of Character Дополнительно отображаются сигнальные стрелки BUY / SELL при пробое структуры. Индикатор подход
PANHA SCALPING EA MT5 PANHA SCALPING EA MT5 is a professional automated scalping system designed to trade fast-moving forex markets using real-time market direction and advanced position control. The EA focuses on precise entries, controlled exposure, and intelligent basket-level profit and risk management, making it suitable for traders who want structured, automated scalping without complex configuration. Strategy Overview Market-direction based scalping Designed for fast-moving forex symbo
FREE
Killzone Liquidity Sweep EV
Enrique Valeros Muriana
5 (3)
Killzone Liquidity Sweep EA Pro by EV Trading Labs This Expert Advisor is based on institutional concepts (Smart Money / ICT methodology) and focuses on identifying and executing high-probability setups during the London and New York killzones. The system combines directional bias, liquidity sweep confirmation, and precision stop entries aligned with institutional trading logic. The algorithm operates on the M15 timeframe and trades only when the market shows a clean directional structure con
FREE
Advanced History Collector Panel for MT5 The Advanced History Collector Panel is a professional-grade account analysis and visualization indicator for MetaTrader 5 (MT5). It bridges the gap between raw trading logs and actionable insights by transforming execution data into interactive charts and comprehensive tables. Key Features: Comprehensive Data Metrics : Track daily/weekly profit and loss, long/short ratios, total volume, and deposit/withdrawal history. Dynamic Visualizations : Toggle betw
FREE
The Supertrend indicator is a trend-following technical analysis tool designed to help traders identify the direction of market trends and potential entry/exit points. It operates based on price data and Average True Range (ATR) to create a dynamic signal line that changes color depending on the current trend. Green color: Indicates an uptrend. Red color: Indicates a downtrend. Supertrend is a useful indicator for both short-term and long-term trading, helping to filter out market noise and focu
FREE
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX H1 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX H1 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS.  Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has been b
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX M30 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX M30 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS.  Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has been
Manual Assistant Pro
Kmwgdhanushkabandara Senevirathna
MT5 Smart Dashboard   is the ultimate tool for manual traders who want speed and automatic risk management. It transforms your chart into a professional trading station with a clean dark theme. Key Features: Fast Execution Panel: Open   Buy   and   Sell   trades instantly. Place   Pending Orders   (Limit & Stop) with one click. Adjust   Lot Size   and   Price   easily via buttons (+/-). ️ Automatic Risk Management: Auto Break-Even (BE):   Moves your Stop Loss to the entry price automatically
FREE
RandomChoice
Aleksei Lesnikov
5 (1)
Эксперт, способный приносить прибыль при открытии позиций случайным образом. Показывает хорошие результаты при долгосрочном трейдинге – на периодах от H12. Особенности Доступен полностью автоматический режим работы. Открытие позиций производится случайным образом. Применяется Мартингейл – в случае, если предыдущая позиция закрылась с убытком, текущая открывается с объемом, компенсирующим данный убыток.   Параметры Mode – режим работы Эксперта: Automatic – автоматический (рекомендуется); Manual
FREE
Stenco Recover EA
Yevgeniy Koshtenko
3.6 (5)
Революционный Форекс советник, построенный на принципах уникальной торговой системы Recovery. Ключевым фактором эффективности этого алгоритма является точный анализ поведения цены вблизи психологически важных круглых уровней. Более того, система использует особое представление цены в виде координат, отличных от традиционных свечных графиков. Основные преимущества советника: Стратегия Recovery, основанная на восстановлении цены Высокая точность определения ключевых уровней поддержки и сопротивлен
FREE
Divergent Stochastic Filter II Catch Reversals Early, Filter Noise, Trade with Confidence The Edge: Why This Stochastic is Different  Every trader knows the Stochastic oscillator. But knowing when to trust its signals, that's the real challenge. The Divergent Stochastic Filter II transforms this classic indicator into a precision reversal detection system by adding critical elements: divergence intelligence, signal filtering and exhaustion detection.  While standard Stochastic oscillators fire s
Candle Perspective Structure Indicator MT5 - это простой индикатор определяющий и отображающий свечную структуру рынка. Этот индикатор подойдет как опытным трейдерам, так и новичкам, которым тяжело визуально следить за структурой. Основные функции: Определение High и Low свингов используя паттерн трех свечей. Определение слома структуры. Настройка визуального отображения структурных элементов. Настройка периода, за который анализируется структура. Входящие параметры: General Settings Bars Back -
FREE
Оптимизирован для EURUSD Запускать на М5 Внутридневная торговля. разработан для работы с движениями цены на TimeFrame Н1 (торговля даже в отсутствие глобальной тенденции цены). Анализирует 2 или 3 TimeFrame-а. На каждом TF ЕА анализирует взаимоположение цены и средних скользящих MovingAvarage (МА) (одна или две на каждом TF). Алгоритм работы показан на скриншоте Сеты в комментах Преимущества хорошо оптимизируется для любого инструмента в любой момент рынка Возможность гибкой настройки конкретн
Суть системы заключается в идентификации момента формирования "разворотной" композитной свечи с заданными характеристиками (размер свечи в пунктах, структура теней). В анализе японских свечей аналогами подобных разворотных моделей являются "Молот" (Hammer) и "Повешенный" (Hanging Man), но в данной системе тело свечи не обязательно должно быть маленьким, а результирующая свеча строится из нескольких свечей. Входные параметры системы: Range - задает максимальное количество баров, которые будут уча
FREE
Market Maestro: Ваш Идеальный Партнер для Автоматизированной Торговли на Форекс Если вы ищете надежного помощника для торговли на валютном рынке, Market Maestro — это именно то, что вам нужно. Этот современный Forex-бот создан с использованием самых передовых технологий и алгоритмов, что позволяет ему эффективно анализировать рыночные данные и принимать обоснованные торговые решения в режиме реального времени. Основные Характеристики Market Maestro 1. Мультивалютность для Широких Возможностей Ma
This Expert Advisor is an intraday trading bot that exclusively targets reversals at key price levels. It operates by identifying the daily high and low and then executes trades when the price retraces to one of two predefined levels. The bot offers both fixed and dynamic lot sizing , the latter of which calculates your position size based on account balance for precise risk management. It also features a trailing stop to lock in profits as the trade moves in your favor. This strategy is best su
FREE
SecretGoblin v3.7  The Legend & Logic Inspired by the deep-earth lore of secret goblins, SecretGoblin v3.7 redefines the relationship between a trader and their tools. In ancient folklore, these creatures were the silent guardians of the deep. They didn't hoard gold for themselves; instead, they tapped on the cave walls to signal miners toward the richest veins. This EA functions as your digital guardian—monitoring the volatile vibrations of the XAUUSD market and "tapping" into the chart exactl
Trade Performance Journal — Your Visual Trading Summary Tool Trade smarter by understanding your performance. This Expert Advisor (EA) provides an instant visual summary of your trading results directly on the chart. Whether you’re a scalper, swing trader, or long-term investor, this tool helps you stay on top of your performance metrics with ease. Key Features Flexible Time Analysis View your performance by Quarter, Month, or Half-Year. Easily switch between display modes to analyze your res
FREE
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
Easy GOLD MT5
Franck Martin
3.91 (43)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
FiveStarFX Gold Reversal Edge Professional automated trading solution designed for structured execution and controlled risk management in the Gold market. Built for traders who value discipline, precision, and consistency. Key Features Fully automated trading One trade at a time (controlled exposure) Fixed Stop Loss and Take Profit Smart Break-Even protection Profit lock with buffer Step-based trailing management Spread protection system Works on any broker Trade Management The E
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
Manual Assistant MT5
Igor Kotlyarov
4.75 (4)
Manual Assistant MT5  -  это профессиональный инструмент для ручной торговли, который сделает ваш трейдинг быстрым и комфортным. Оснащена всеми необходимыми функционалами, которые позволят открывать, сопровождать и закрывать ордера и позиции одним кликом. Имеет простой и понятный интерфейс и подойдет как профессионалу, так и новичку. Панель позволяет выставлять ордера на покупку и продажу одним нажатием на кнопку. Основные возможности панели  Работает с любыми торговыми инструментами. Панель п
FREE
Professional trend-following Expert Advisor based on Heiken Ashi candles. Unlike traditional candlesticks, Heiken Ashi smooths price action and filters out market noise, making trends much easier to identify visually and algorithmically. This EA generates buy signals when two consecutive Heiken Ashi candles are bullish (green, close > open) and sell signals when two consecutive candles are bearish (red, close < open). The double-candle confirmation significantly reduces false signals during ma
С этим продуктом покупают
Quantum Queen MT5
Bogdan Ion Puscasu
4.98 (609)
Привет, трейдеры! Я —   Королева Quantum   , жемчужина всей экосистемы Quantum и самый высокорейтинговый и продаваемый советник в истории MQL5. Более 20 месяцев торговли на реальных счетах позволили мне заслужить звание бесспорной королевы XAUUSD. Моя специальность? ЗОЛОТО. Моя миссия? Обеспечивать стабильные, точные и разумные результаты торговли — снова и снова. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Цена
Quantum Athena
Bogdan Ion Puscasu
5 (39)
Квантовая Афина — точность, выкованная из опыта Здравствуйте, трейдеры! Я —   Квантовая Афина   , облегченная версия легендарной Квантовой Королевы, усовершенствованная и модернизированная с учетом современных рыночных условий. Я не пытаюсь быть всем сразу. Я сосредотачиваюсь на том, что работает сейчас. Моя специализация? ЗОЛОТО. Моя миссия? Обеспечивать высокую эффективность, результативность и интеллектуальную оптимизацию торговых операций — с точностью в основе. IMPORTANT! After the pu
Pulse Engine
Jimmy Peter Eriksson
4.4 (20)
ЦЕНА В ЧЕСТЬ СТАРТА – ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток. ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена:   1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует никаких
BB Return mt5
Leonid Arkhipov
4.78 (116)
BB Return — советник для торговли золотом (XAUUSD). Эту торговую идею я использовал ранее в ручной торговле. В основе стратегии — возврат цены к диапазону Bollinger Bands , но не в лоб и не по каждому касанию. Для рынка золота одних лент недостаточно, поэтому в советнике применяются дополнительные фильтры, отсекающие лишние и нерабочие ситуации. Открываются только те сделки, где логика возврата действительно оправдана.   Принципы торговли — в торговле не используются сетки, мартингейл и усреднен
Quantum King EA
Bogdan Ion Puscasu
4.99 (185)
Quantum King EA — интеллектуальная мощь, усовершенствованная для каждого трейдера IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Специальная цена запуска Живой сигнал:       КЛИКНИТЕ СЮДА Версия MT4:   ЩЕЛКНИТЕ ЗДЕСЬ Канал Quantum King:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.34 (82)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, мало сделок в неделю. Созд
Quantum Valkyrie
Bogdan Ion Puscasu
4.76 (141)
Квантовая Валькирия - Точность. Дисциплина. Исполнение Со скидкой       Цена.   Цена будет увеличиваться на 50 долларов за каждые 10 покупок. Текущий сигнал:   НАЖМИТЕ ЗДЕСЬ   Публичный канал Quantum Valkyrie MQL5:   НАЖМИТЕ ЗДЕСЬ ***Купите Quantum Valkyrie MT5 и получите Quantum Emperor или Quantum Baron бесплатно!*** За подробностями обращайтесь в личные сообщения! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructio
Byrdi
William Brandon Autry
5 (5)
Представляем BYRDI — Распределённый Торговый Интеллект, построенный как живая сеть. Большинство торговых систем работают изолированно. Один терминал. Один символ. Одно решение за раз. Без какого-либо понимания того, что происходит в других местах. BYRDI устроен иначе. Создан разработчиком, который стал пионером AI-интегрированных розничных торговых советников на MQL5. BYRDI — это сеть mesh-узлов. Множество экземпляров, работающих на разных терминалах, брокерах и счетах, обмениваются информацией
Goldwave EA MT5
Shengzu Zhong
4.69 (48)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Chiroptera
Rob Josephus Maria Janssen
4.79 (29)
Prop Firm Ready! Chiroptera is a non-martingale, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances caused by Tweets and other ad-
The Gold Reaper MT5
Profalgo Limited
4.5 (96)
ПРОП ФИРМА ГОТОВА!   (   скачать SETFILE   ) WARNING : Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$. Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки Ultimate Combo Deal   ->   click here Live Signal YouTube Reviews Добро пожаловать в Gold Reaper! Созданный на основе очень успешного Goldtrade Pro, этот советник был разработан для одновременной работы на нескольких таймфреймах и имеет возможность устанавливать частоту т
ArtQuant Gold
Miguel Angel Vico Alba
4.67 (12)
$699 — финальная неделя для новых пользователей Первоначальная 48-часовая акция была продлена еще на одну финальную неделю, потому что многие пользователи узнали об ArtQuant Gold только в течение выходных. Продлено до: понедельник, 1 июня 2026 — 00:00 по времени Мадрида / CEST / UTC+2 После этого периода цена планируется к повышению. Публичная цена Market для всех пользователей. Индивидуальных скидок нет. Описание ArtQuant Gold — это Expert Advisor, разработанный исключительно для торговли Gold
Osloma Gold
Uttam Kumar Nandeibam
4.56 (9)
Ссылка на live-сигнал : https://www.mql5.com/en/signals/2372291    Public Group (Join for Discussion):  https://www.mql5.com/en/messages/01917ede71b4dc01 Цена для ранних покупателей : $399 только для СЛЕДУЮЩИХ 6 покупателей  * После этого цена будет обновлена до $599 .  Osloma Gold (OG) — это динамический советник, основанный на рыночной структуре, разработанный специально для Gold (XAUUSD) . Он объединяет структурированную логику входа, многофреймовый анализ рынка и интеллектуальное управление
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/es/signals/237233
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1499$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 999$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) NEW - VERSION 5.0 - ONECHARTSETUP Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад п
Scalper speed with sniper entries. Built for Gold. Summer sale  499 USD  only |   regular   price  599  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only en
Gold OPR Killer
Ilies Zalegh
4.07 (14)
Gold OPR Killer — Абсолютный специалист по скальпингу XAUUSD  ОГРАНИЧЕННОЕ ПРЕДЛОЖЕНИЕ Цена Gold OPR Killer будет увеличиваться на 100 USD каждые 24 часа . Воспользуйтесь текущей ценой до следующего повышения. Здравствуйте, трейдеры, Я — Gold OPR Killer , Expert Advisor для MQL5, разработанный исключительно для профессионального скальпинга XAUUSD . Моя задача проста: использовать ускорения рынка золота с максимальной скоростью, точностью и алгоритмической дисциплиной. Я не стремлюсь торговать
Gold Safe EA
Anton Zverev
4.86 (7)
Живой Сигнал:   https://www.mql5.com/en/signals/2360479 Таймфрейм: M1 Валютная пара: XAUUSD Gold Safe EA Manual:  https://www.mql5.com/ru/blogs/post/770312 Varko Technologies  - это не бизнес, это философия свободы. Я заинтересован в долгосрочном сотрудничестве и построением репутации. Моя цель - это постоянно совершенствовать и оптимизировать продукт под меняющиеся рыночные условия. Gold Safe EA - в алгоритме одновременно используется несколько стратегий, главная философия это акцент на конт
Gold House MT5
Chen Jia Qi
4.52 (50)
Gold House — Система торговли на пробоях свинг-структуры золота Скорое повышение цены. По текущей цене осталось всего несколько лицензий (3/100) . Следевая целевая цена: $999. Живые сигналы: Режим Profit Priority: https://www.mql5.com/en/signals/2359124 Режим BE Priority: https://www.mql5.com/en/signals/2372604 Важно: после покупки, пожалуйста, отправьте нам личное сообщение, чтобы получить рекомендуемые параметры, инструкцию, меры предосторожности и советы по использованию. (MQL5 messaging):
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.83 (122)
Quantum Bitcoin EA   : нет ничего невозможного, вопрос лишь в том, как это сделать! Шагните в будущее торговли   биткойнами   с   Quantum Bitcoin EA   , последним шедевром от одного из лучших продавцов MQL5. Разработанный для трейдеров, которым нужна производительность, точность и стабильность, Quantum Bitcoin переопределяет возможности в изменчивом мире криптовалют. ВАЖНО!   После покупки отправьте мне личное сообщение, чтобы получить руководство по установке и инструкции по настройке. Цен
Gold Snap
Chen Jia Qi
4.5 (8)
Gold Snap — система быстрого захвата прибыли на золоте Живой сигнал: https://www.mql5.com/en/signals/2362714 Живой сигнал 2: https://www.mql5.com/en/signals/2372603 Последний день скидочной акции. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. https://www.mql5.com/en/users/walter2008 Добро пожаловать в наш канал MQL5 для обновлений продукта и торговых
Akali
Yahia Mohamed Hassan Mohamed
3.16 (83)
LIVE SIGNAL: Нажмите здесь, чтобы посмотреть живую статистику ВАЖНО: СНАЧАЛА ПРОЧИТАЙТЕ РУКОВОДСТВО Крайне важно прочитать руководство по настройке перед использованием этого советника, чтобы понять требования к брокеру, режимы стратегии и «умный подход». Нажмите здесь, чтобы прочитать официальное руководство Akali EA Обзор Akali EA — это высокоточный скальпирующий советник (Expert Advisor), разработанный специально для золота (XAUUSD). Он использует алгоритм чрезвычайно жесткого трейлинг-стопа
AnE
Thi Ngoc Tram Le
4.75 (4)
ANE — Экспертный советник Gold Grid ANE — это полностью автоматизированный экспертный советник, разработанный для торговли XAUUSD (Золото) на таймфрейме M15 с использованием сеточной стратегии усреднения . Важно: Перед запуском на реальном счёте протестируйте советник на демо-счёте, чтобы понять поведение системы усреднения. Живой сигнал Официальный канал ANE Торговая стратегия ANE управляет позициями как единой группой. При благоприятных условиях он открывает дополнительные сделки для оптимиза
Vexora Nox MT5
Fatima Zohra Ed Dachraoui
Эксклюзивное предложение Купите версию MT5 и получите версию MT4 бесплатно — двойная мощность без дополнительных затрат LIVE SIGNAL  1:(2 number decimal ) : https://www.mql5.com/en/signals/2373972?source=Site+Signals+My LIVE SIGNAL  2:(3 number decimal):   server: Exness-MT5Real34 login: 253535361 password: meta@Fati01 Связаться со мной : https://www.mql5.com/en/users/fatima-zohraed/news JOIN MY CHANNEL  Основная цель VEXORA NOX — обеспечить стабильную долгосрочную прибыль при торговле золотом
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
Запустить промо! Осталось всего несколько экземпляров по 449$! Следующая цена: 599$ Окончательная цена: 999$ Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro присоединяется к клубу советников по
Full Throttle DMX
Stanislav Tomilov
5 (10)
Full Throttle DMX - Реальная стратегия,   реальные результаты   Full Throttle DMX — это мультивалютный торговый советник, предназначенный для работы с валютными парами EURUSD, AUDUSD, NZDUSD, EURGBP и AUDNZD. Система построена на классическом торговом подходе, используя известные технические индикаторы и проверенную рыночную логику. Советник содержит 10 независимых стратегий, каждая из которых предназначена для выявления различных рыночных условий и возможностей. В отличие от многих современных
Aurum AI mt5
Leonid Arkhipov
4.87 (45)
ОБНОВЛЕНИЕ — ДЕКАБРЬ 2025 В конце ноября 2024 года советник Aurum был выпущен в продажу. Всё это время он торговал в реальных условиях без фильтра новостей, без дополнительных защитных условий и без сложных ограничений — и при этом уверенно оставался на плаву. Live Signal (launch April 14, 2026) Этот год работы на реальном рынке наглядно показал надёжность самой торговой системы. И только после этого, опираясь уже на реальный опыт и статистику, в декабре 2025 года мы выпустили большое обновлен
EA Legendary Multi Strategy — Профессиональный мульти-стратегийный советник. Один советник — десятки стратегий. Подтверждённые сигналы. Жёсткий риск-менеджмент. Создан для трейдеров, которые ценят точность входов, гибкость настроек и контроль над просадкой. Это не просто советник. Это квантовый скачок в алгоритмической торговле, где мощь коллективного разума стратегий встречается с точностью искусственного интеллекта. Коллективный разум: Более 12 независимых торговых стратегий работают в унисо
Wall Street Robot is a professional trading system developed exclusively for US stock indices, focused on S&P500 and Dow Jones. These markets are known for their high liquidity, structured movements and strong reaction to global economic flows, making them ideal for algorithmic trading strategies based on precision and discipline. By concentrating only on these indices, the system is able to adapt closely to their behavior, volatility patterns and intraday dynamics, instead of trying to operate
Gold Quantum Liquidity Scalper — Эксперт Advisor для XAUUSD, созданный для работы с ликвидностью с институциональной точностью СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ НА 48 ЧАСОВ При покупке XAUUSD Quantum Liquidity Scalper вы получаете бесплатно Gold OPR Killer и Bitcoin Quantum Edge Algo . Свяжитесь с нами в личных сообщениях для получения дополнительной информации. Здравствуйте, трейдеры, Gold Quantum Liquidity Scalper — это продвинутый Expert Advisor для MQL5, разработанный исключительно для торговли зо
Другие продукты этого автора
SMC Workflow Auto EA
Choawana Malaikitsanachalee
English – Product Description (V1.42) SMC Workflow Auto EA — SR / OB / FVG with BOS–CHOCH Confirmation Smart-Money-Concepts Expert Advisor that trades only when a clean SMC setup appears: Order-Block retest after Break of Structure (BOS / CHOCH) confirmation, with optional SR and Fair Value Gap (FVG) confluence. The EA uses pending limit orders, fixed SL/TP or RR-based exits, step-lock trailing and strict risk-controls designed to pass broker validation. What it does Detects swing structure usi
FREE
Fibonacci Retracement EA
Choawana Malaikitsanachalee
Introducing the "Fibonacci Retracement EA": A free, educational tool designed for new and aspiring traders. This Expert Advisor helps you understand a classic trading strategy by visually demonstrating its logic directly on your chart. It is based on a simple yet effective trend-following strategy. It uses the "EMA200" as a filter to determine the main trend (uptrend or downtrend). It then waits for the price to retrace to a specific "Fibonacci level" (default is 61.8%) before opening an order.
FREE
Gold Reversal Spike EA
Choawana Malaikitsanachalee
Gold Spike (v1.7) One‑trade‑per‑bar spike scalper for Gold (XAUUSD) — hard bar‑lock (positions + deals history), retcode‑based lot back‑off, stop‑level‑safe SL/TP, and a validator‑safe TEST preset built‑in. Overview (EN) Gold Spike hunts short momentum bursts ("spikes") and manages them with a step‑lock TP (no SL rollback). The EA focuses on clarity, safety, and Market validation compliance . Designed for: Gold symbols (XAUUSD/Gold) on M1–M15. Works on 4/5‑digit brokers, ECN, and netting/hedg
FREE
Regime Adaptive RR Trail
Choawana Malaikitsanachalee
# Regime Adaptive RR Trail (Validator-Safe Build) **Purpose.** A practical Expert Advisor for trend and range conditions with conservative risk controls, one-trade-per-bar enforcement, and RR step-lock trailing. Includes a Validator preset to pass MQL5 Market checks. --- ## What it does (high level) * Detects **market regime** (Trend / Range / Quiet / Volatile) and applies an appropriate **entry style**. * Enforces **1 trade per bar** (hard lock) to avoid over-trading and duplicates. * Allo
FREE
English Description aNa Magic ATR EA – Dashboard and Signals (MT5) ATR-based SL/TP (TP1–TP3), EMA200 trend filter, RSI gate, clean on-chart dashboard and segmented guide lines. MagicNumber support for multi-EA setups. What it does This Expert Advisor automates entries and risk targets using ATR. It filters the market with EMA(200) and an RSI range to avoid low-quality trades. A compact dashboard shows entry, TP1-TP3 and SL for both long and short. Lines are drawn as short segments (not full-wid
FREE
Chameleon Trader
Choawana Malaikitsanachalee
2 (1)
Chameleon Hybrid Pro v2.14 - Professional Gold Trading Solution English Description Chameleon Hybrid Pro v2.14 is a professional-grade Expert Advisor (EA) specifically engineered for the Gold (XAUUSD) market. It features a proprietary "Hybrid Intelligence" strategy that merges long-term trend analysis with precision short-term execution. The "Hybrid Pro" Advantage Unlike standard EAs, Chameleon Hybrid Pro utilizes a dual-layer filtering system: Trend Guard (H1): Analyzes the primary mar
FREE
PA Scoring Expert Advisor
Choawana Malaikitsanachalee
Description (English) PA Scoring EA — Ready for Real Trading, Simple to Operate Built and maintained by a solo developer. If you find it useful, please Like/Share to support future updates ️ Key Features Automated entries from price-behavior signals filtered by a Trend Filter Flexible risk: Fixed lot (default) or Risk % per trade Profit locking with no SL rollback : start at Break-Even, then tighten via ATR/STEP/RATIO modes Works on Netting/Hedging accounts with netting-safe lot capping Va
FREE
MTM Manual Trade Manager is a professional trading dashboard designed for manual traders who want better control over risk and trade management. This Expert Advisor does NOT open trades automatically. All trading decisions and order executions are fully controlled by the trader. Main Features: - Manual Buy and Sell execution from the dashboard - Visual Stop Loss and Take Profit using drag & drop lines - Fixed Lot and Risk Percentage position sizing - Automatic Break Even management - Multiple
FREE
Product Title: Multi-Timeframe Currency Strength Dashboard EA Short Description: A powerful and fully automated trading panel that identifies the strongest and weakest currencies in real-time across multiple timeframes to execute high-probability trades with advanced risk management. Overview The Multi-Timeframe Currency Strength Dashboard is your ultimate tool for dominating the forex market. It moves beyond single-chart analysis by scanning the entire market to find genuine strength and weakn
Grid Balance Pro EA
Choawana Malaikitsanachalee
Grid Balance Pro - The Ultimate Safe Grid System for XAUUSD Grid Balance Pro is not just another grid EA. It is a sophisticated, safety-first trading system specifically optimized for Gold (XAUUSD) . Unlike traditional risky grids, Grid Balance Pro incorporates advanced filters like Trend Detection , Volatility Protection , and a Smart News Filter to ensure your account stays safe while generating consistent cash flow. Why Grid Balance Pro? Safety First Logic: The system prioritizes capita
Фильтр:
Нет отзывов
Ответ на отзыв