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).


Рекомендуем также
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 .
Atomic GBP FX
Michael Prescott Burney
Atomic GBP — Продвинутая торговля на GBPUSD H1 Atomic GBP — это профессиональный торговый советник, разработанный специально для графика GBPUSD H1. Он основан на глубоком историческом анализе и проверен на множестве брокеров. Этот советник представляет собой высокотехнологичную торговую систему, созданную для работы с уникальной волатильностью и характером пары GBPUSD. Atomic GBP — результат тщательных исследований, опирающихся на 5 лет исторических данных, что позволяет советнику принимать реше
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
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
Imperator Expert Advisor — ваш надежный помощник в принятии прибыльных торговых решений. Наш алгоритм и профессиональный анализ помогут вам максимизировать прибыль. Благодаря нашему опыту мы поможем вам достичь ваших торговых целей. Наш экспертный советник основан на комплексном анализе рынка и передовых торговых стратегиях. Мы предлагаем различные настройки для индивидуальной настройки вашей торговли. Советник отслеживает рынки, выявляет возможности и совершает сделки в режиме реального времени
Market Maestro: Ваш Идеальный Партнер для Автоматизированной Торговли на Форекс Если вы ищете надежного помощника для торговли на валютном рынке, Market Maestro — это именно то, что вам нужно. Этот современный Forex-бот создан с использованием самых передовых технологий и алгоритмов, что позволяет ему эффективно анализировать рыночные данные и принимать обоснованные торговые решения в режиме реального времени. Основные Характеристики Market Maestro 1. Мультивалютность для Широких Возможностей Ma
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.88 (42)
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
Triangle Hunter Pro
Mansoor Ali P Cheriaottayil
Triangle Hunter Pro  is a cutting-edge algorithmic trading system designed to capitalize on one of the most reliable chart patterns in technical analysis:  triangle consolidations . By combining triangle pattern detection, candlestick confirmation, and an optional adaptive grid system, this EA identifies high-probability breakout trades while prioritizing risk management. Perfect for volatile forex pair EURUSD on 30 -minute or higher timeframes, it balances aggressive profit potential with robus
FREE
Gold Crowd Density Flip
Murtadha Majid Jeyad Al-Khuzaie
Gold Crowd Density Flip Expert Advisor is a powerful, market-ready trading system designed exclusively for XAUUSD (Gold) on the 15-minute timeframe. Built with precision logic and advanced filters, this EA is engineered to capture explosive breakout opportunities during periods of market compression, while maintaining strict risk management and professional-grade trade execution. Gold is one of the most volatile and liquid instruments in the financial markets, and trading it successfully requi
FREE
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Финансовый Робот SolarTrade Suite: LaunchPad Market Expert - предназначенный для открытия торговых сделок! Это торговый робот, который использует особые инновационные и передовые алгоритмы для рассчета своих значений, Ваш Помошник в Мире Финансовых Рынков. Испольуйте наш набор индикаторов из серии SolarTrade Suite чтобы лучше выбрать момент для запуска этого робота. Проверьте другие наши продукты из серии SolarTrade Suite внизу описания. Хотите уверенно ориентироваться в мире инвестиций и фи
Индикатор ROMAN5 Time Breakout автоматически рисует блоки прорыва дневной поддержки или сопротивления. Он помогает пользователю определиться с направлением сделки. В утилиту также встроена функция звукового уведомления при появлении нового сигнала. Дополнительно доступна функция уведомления по email. Ваш e-mail адрес, а также параметры SMTP сервера должны быть указаны в настройках терминала MetaTrader 5 (вкладка "Почта"). Синяя стрелка вверх = Покупка. Красная стрелка вниз = Продажа. Вы можете и
FREE
Fuzzy Predictor EA is based on fuzzy logic strategy based on candlestick analysis , according to number of consecutives long or short candles, percent of long or short candles on a fixed candlestick sample, percent of shadow on this sample or upper and lower shadows on reversal candlesticks for reversal analysis. When the EA analysis all this parameters, it decides, based on its fuzzy strategy, which trade will be better: trend or reversal. Takeprofit and Stoploss is based on candlesticks sample
Order Blocks Scalper
Allan Munene Mutiiria
4.33 (6)
The Order Blocks Scalper EA is a next-generation, fully automated trading tool that identifies and trades key order block zones with precision and speed. Designed for traders seeking consistent entries and exits, this EA harnesses advanced market structure analysis to detect consolidation ranges, breakouts, and impulsive price movements, enabling optimal trade execution. Key Features Smart Order Block Detection : Identifies bullish and bearish order blocks based on institutional order flow. Each
FREE
С этим продуктом покупают
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (522)
Привет, трейдеры! Я —   Королева Quantum   , жемчужина всей экосистемы Quantum и самый высокорейтинговый и продаваемый советник в истории MQL5. Более 20 месяцев торговли на реальных счетах позволили мне заслужить звание бесспорной королевы XAUUSD. Моя специальность? ЗОЛОТО. Моя миссия? Обеспечивать стабильные, точные и разумные результаты торговли — снова и снова. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Цена
Gold House — Система торговли на пробоях свинг-структуры золота Акция запуска — ограничено 100 копиями По специальной цене будет продано только 100 копий . После 100 копий цена сразу поднимется до $999 . Цена также увеличивается на $50 каждые 24 часа. Продано 93   копия — осталось всего 7. Успейте купить по лучшей цене. Live signal: https://www.mql5.com/en/signals/2359124 Будьте в курсе — присоединяйтесь к нашему каналу MQL5 для получения обновлений и торговых советов. Откройте ссылку и нажмите
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (33)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1 Twister Pro EA — это высокоточный скальпинговый Expert Advisor, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней валидации перед открытием ордера, что обеспечивает чрезвычайно высокий процент точности на стандартном SET. ДВА РЕЖИМА: Mode 1 (рекомендуется) — Очень высокая точность, мало сделок в неделю. Ра
Quantum King EA
Bogdan Ion Puscasu
4.98 (165)
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 бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Quantum Valkyrie
Bogdan Ion Puscasu
4.86 (130)
Квантовая Валькирия - Точность. Дисциплина. Исполнение Со скидкой       Цена.   Цена будет увеличиваться на 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
Goldwave EA MT5
Shengzu Zhong
4.7 (30)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Akali
Yahia Mohamed Hassan Mohamed
4.13 (56)
LIVE SIGNAL: Нажмите здесь, чтобы посмотреть живую статистику ВАЖНО: СНАЧАЛА ПРОЧИТАЙТЕ РУКОВОДСТВО Крайне важно прочитать руководство по настройке перед использованием этого советника, чтобы понять требования к брокеру, режимы стратегии и «умный подход». Нажмите здесь, чтобы прочитать официальное руководство Akali EA Обзор Akali EA — это высокоточный скальпирующий советник (Expert Advisor), разработанный специально для золота (XAUUSD). Он использует алгоритм чрезвычайно жесткого трейлинг-стопа
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
ПРОП ФИРМА ГОТОВА!   (   скачать SETFILE   ) WARNING : Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$. Получите 1 советник бесплатно (для 2 торговых счетов) -> свяжитесь со мной после покупки Ultimate Combo Deal   ->   click here Live Signal Добро пожаловать в Gold Reaper! Созданный на основе очень успешного Goldtrade Pro, этот советник был разработан для одновременной работы на нескольких таймфреймах и имеет возможность устанавливать частоту торговли от очень
Chiroptera
Rob Josephus Maria Janssen
5 (13)
Prop Firm Ready! Chiroptera is a multi-currency, single trade 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-ho
Full Throttle DMX
Stanislav Tomilov
5 (6)
Full Throttle DMX - Реальная стратегия,   реальные результаты   Full Throttle DMX — это мультивалютный торговый советник, предназначенный для работы с валютными парами EURUSD, AUDUSD, NZDUSD, EURGBP и AUDNZD. Система построена на классическом торговом подходе, используя известные технические индикаторы и проверенную рыночную логику. Советник содержит 10 независимых стратегий, каждая из которых предназначена для выявления различных рыночных условий и возможностей. В отличие от многих современных
ВАЖНЫЙ   : Этот пакет будет продаваться по текущей цене только в очень ограниченном количестве экземпляров.    Цена очень быстро вырастет до 1499$    Включено более 100 стратегий   , и их будет еще больше! БОНУС   : При цене 999$ или выше — выберите  5     моих других советника бесплатно!  ВСЕ ФАЙЛЫ НАБОРА ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕО РУКОВОДСТВО ЖИВЫЕ СИГНАЛЫ ОБЗОР (третья сторона) Добро пожаловать в ИДЕАЛЬНУЮ СИСТЕМУ ПРОРЫВА! Я рад представить Ultimate Breakout System
The Gold Phantom
Profalgo Limited
4.52 (27)
ГОТОВО К ИСПОЛЬЗОВАНИЮ РЕКВИЗИТА! -->   СКАЧАТЬ ВСЕ ФАЙЛЫ ДЛЯ СЪЕМОК ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ НОВИНКА (от 399$)   : Выберите 1 советника бесплатно! (ограничено 2 номерами торговых счетов, любые мои советники, кроме UBS) Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Live Signal 2 !! ЗОЛОТОЙ ФАНТОМ УЖЕ ЗДЕСЬ !! После оглушительного
Agera
Anton Kondratev
3.75 (8)
The AGERA это полностью автоматическая система   с открытыми параметрами оптимизации и   механизмом восстановления в реальном времени. Возврат комиссии Брокера Обновления Полезный Блог Каждая позиция всегда имеет Фиксированный SL/TP и виртуальное сопровождение прибыльных позиций.     Алгоритм имеет встроенный опциональный фильтр волатильности, что позволяет обходить ложные пробои на рынке. Система использует пробой рынка в определенные часы после окончания ролловера на дневных таймфреймах. Текущ
AI Gold Scalp Pro
Ho Tuan Thang
4.9 (10)
ХОТИТЕ ТАКИЕ ЖЕ РЕЗУЛЬТАТЫ, КАК В МОЕМ ЖИВОМ СИГНАЛЕ?   Используйте тех же брокеров, что и я:   IC MARKETS  &  I C TRADING .  В отличие от централизованного фондового рынка, на Форекс нет единого ценового потока.  Каждый брокер получает ликвидность от разных провайдеров, создавая уникальные потоки данных. Другие брокеры могут достичь эффективности торговли, эквивалентной лишь 60-80%. ЖИВОЙ СИГНАЛ Канал Forex EA Trading на MQL5:  Присоединяйтесь к моему каналу MQL5, чтобы получать от меня послед
AI Gold Trading MT5
Ho Tuan Thang
3.93 (40)
ХОТИТЕ ТАКИЕ ЖЕ РЕЗУЛЬТАТЫ, КАК В МОЕМ LIVE-СИГНАЛЕ?   Используйте тех же брокеров, что и я:   IC MARKETS  &  I C TRADING .  В отличие от централизованного фондового рынка, на Форекс нет единого унифицированного ценового потока.  Каждый брокер получает ликвидность от разных поставщиков, создавая уникальные потоки данных. Другие брокеры могут обеспечить торговые показатели, эквивалентные лишь 60-80%.     Канал Forex EA Trading на MQL5:  Присоединяйтесь к моему каналу MQL5, чтобы быть в курсе посл
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (122)
Quantum Bitcoin EA   : нет ничего невозможного, вопрос лишь в том, как это сделать! Шагните в будущее торговли   биткойнами   с   Quantum Bitcoin EA   , последним шедевром от одного из лучших продавцов MQL5. Разработанный для трейдеров, которым нужна производительность, точность и стабильность, Quantum Bitcoin переопределяет возможности в изменчивом мире криптовалют. ВАЖНО!   После покупки отправьте мне личное сообщение, чтобы получить руководство по установке и инструкции по настройке. Цен
Gold Snap — система быстрого захвата прибыли на золоте Стартовая акция уже идет Gold Snap в настоящее время находится на этапе стартовой скидки. В дальнейшем цена будет поэтапно корректироваться в зависимости от продаж. Чем раньше вы войдете, тем выгоднее будет цена. Сигнал в реальном времени: https://www.mql5.com/zh/signals/2362714 Добро пожаловать в наш канал MQL5, чтобы получать обновления продукта и торговую информацию. После перехода по ссылке просто нажмите кнопку «Подписаться» в верхней ч
Karat Killer
BLODSALGO LIMITED
4.7 (30)
LAUNCH PROMOTION - LIMITED TIME OFFER Price increases every 24 hours at 10:30 AM Cyprus time. Secure the lowest price today before the next increase. Подробные отчёты бэктеста, методология валидации и исследование корреляции портфеля Подписка BLODSALGO Analytics — Бесплатная профессиональная панель (включена в покупку) LIVE IC TRADING SIGNAL   Работает с любым брокером. Рекомендованных брокеров смотрите  в моём руководстве здесь. Результаты бэктеста XAUUSD H1 — Январь 2016 по Февраль 2026 — 10
Golden Hen EA
Taner Altinsoy
4.51 (49)
Обзор Golden Hen EA — это торговый советник, разработанный специально для XAUUSD . Он работает, комбинируя девять независимых торговых стратегий, каждая из которых запускается при различных рыночных условиях и таймфреймах (M5, M30, H2, H4, H6, H12, W1). Советник разработан для автоматического управления входами и фильтрами. Основная логика EA сосредоточена на выявлении конкретных сигналов. Golden Hen EA не использует сетку (grid), мартингейл или методы усреднения . Все сделки, открываемые совет
Aot
Thi Ngoc Tram Le
4.8 (108)
AOT Мульти-валютный Советник с AI Анализом Настроений Стратегия возврата к среднему для диверсификации портфеля по коррелированным валютным парам. Первый раз тестируете AOT?     Начните с   настроек фиксированного лота , Фиксированный лот 0.01 | Одна позиция на пару | Расширенные функции отключены. Базовая торговая логика   для понимания поведения системы. Сигнал Детали Файл настроек Описание Средний риск Darwinex Zero,  Размер счёта  $100k Darwinex - Set Включить функцию восстановления (-500 пу
Gold Neuron
Vasiliy Strukov
5 (9)
Gold Neuron Усовершенствованная многостратегическая торговая система для XAUUSD Обратите внимание: в настройках включите все стратегии, так как советник будет сканировать рынок в поисках лучшей стратегии в текущих условиях! Рекомендуемый минимальный остаток на счете: 300 долларов США за лот 0,01. Пример: лот 0,02 при остатке в 600 долларов США и т. д. Gold Neuron EA — это профессиональный многостратегический советник, разработанный специально для торговли золотом (XAUUSD) на таймфрейме M15. Сист
Nano Machine
William Brandon Autry
5 (10)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence Мы помогли начать этот сдвиг в конце 2024 года с Mean Machine, одной из первых систем, внедривших настоящий передовой ИИ в реальную розничную торговлю на форекс. Nano Machine GPT Version 2 является следующей эволюцией в этой линейке. Большинство ИИ-инструментов отвечают один раз и забывают всё. Nano Machine GPT Version 2 не забывает. Он помнит каждый проанализированный откатный сетап, каждый совершённый вход, каждый от
AI Quantum Scalper — Эволюция интеллектуального исполнения Точность. Интеллект. Мульти-рыночное превосходство. СКАЧАТЬ SETFILE  |  РУКОВОДСТВО ПО INPUT | РУКОВОДСТВО ПО УСТАНОВКЕ Promotion: Скидочная цена: Цена увеличивается на $50 каждый день в течение периода продвижения. Этапное ценообразование: После первых 100 клиентов цена увеличится до $999.99 и со временем будет постепенно расти до $4999.99. Специальное предложение: Купите AI Quantum Scalper сегодня, чтобы получить шанс получить EA Tit
Zenox
PETER OMER M DESCHEPPER
4.26 (31)
Срочная распродажа: 10 экземпляров со скидкой 50%! Обычная цена: 1349,99 долларов США. Присоединяйтесь к бесплатному общедоступному каналу здесь  чтобы оставаться в курсе событий! Каждый раз, когда цена сигнала в реальном времени увеличивается на 10%, цена будет повышаться для сохранения эксклюзивности Zenox и защиты стратегии. Итоговая цена составит 2999 долларов. Живой сигнал Счёт IC Markets — посмотрите реальную производительность в качестве доказательства! Загрузить руководство пользователя
Стратегии империи Королевы – Экспертный консультант Обзор Queen Strategies Empire — это многостратегический советник, содержащий 7 независимых режимов, построенных на различных торговых концепциях. Каждый режим имеет свою собственную логику входа, управление сделками, структуру стоп-лоссов и тейк-профитов, что позволяет использовать несколько алгоритмических подходов в рамках одной системы. Предупреждение: При использовании нескольких стратегий одновременно необходимо использовать одинаковый р
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
Запустить промо! Осталось всего несколько экземпляров по 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 присоединяется к клубу советников по
AI Gold Sniper MT5
Ho Tuan Thang
3.89 (66)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
BB Return mt5
Leonid Arkhipov
5 (28)
BB Return — советник для торговли золотом (XAUUSD). Эту торговую идею я использовал ранее в ручной торговле. В основе стратегии — возврат цены к диапазону Bollinger Bands , но не в лоб и не по каждому касанию. Для рынка золота одних лент недостаточно, поэтому в советнике применяются дополнительные фильтры, отсекающие лишние и нерабочие ситуации. Открываются только те сделки, где логика возврата действительно оправдана.   Принципы торговли — в торговле не используются сетки, мартингейл и усреднен
Prop Firm Gold EA
Jimmy Peter Eriksson
4.48 (27)
Создано для решения задач, стоящих перед инвестиционными компаниями в отношении золота (XAUUSD). Простая    установка по принципу «подключи и работай» Без рискованных мартингейлов/сеток Сигнал в реальном времени    |    Результаты FTMO    |    Общественное сообщество ВНИМАНИЕ   : Осталось очень мало экземпляров по текущей цене! Окончательная цена:   990 долларов. Стратегия Prop Firm Gold EA — это многостратегическая торговая система, разработанная специально для золота (XAUUSD) на платформе MT
PrizmaL Gravity
Vladimir Lekhovitser
5 (1)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2364406 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя PrizmaL Gravity представляет новое поколение торговых советников, разработанных с использованием нейросетевого обучения в рамках структурированной упрощённой скальпинг-стратегии. Система бы
Другие продукты этого автора
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
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
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
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
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
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
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
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
Фильтр:
Нет отзывов
Ответ на отзыв