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


추천 제품
Lycan
Leo Carlo Bermudez
5 (1)
Lycan is an automated S calping system optimized for XAUUSD (Gold) on the MetaTrader platform. The EA does not use grid or martingale recovery methods. It applies volatility-based stop loss protection and rule-based filters (spread, news, and session) to select scalp trade opportunities using confirmed breakout strength, rather than relying on high-frequency or recovery-based entries. Live Monitoring: Signal tracked on a Non-ECN, high-spread broker account.(NY Open Session Only) Monitor here:
FREE
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
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 알림을 받고자 하는 트레이더를 위해 설계되었습니다. Expert Advisor 사용자가 자신의 활동을 추적하거나, 여러 종목을 거래하는 트레이더 및 VPS 사용자에게 적합합니다. 포지션의 전체 및 부분 종료가 정확하게 감지되며 (예: 0.10 / 0.30 랏), 중복 메시지 방지 기능이 구현되어 있습니다. 알림은 거래 계정의 모든 종목에 대해 전송할 수 있으며, 또는 유틸리티가 적용된 차트의 종목에 대
FREE
MT5 거래의 오픈, 종료, 부분 종료 및 수정에 대한 실시간 알림을 Slack으로 자동 전송합니다. 이 유틸리티는 16개 언어를 지원합니다: 영어, 프랑스어, 독일어, 힌디어, 인도네시아어, 이탈리아어, 카자흐어, 한국어, 네덜란드어, 폴란드어, 포르투갈어, 러시아어, 스페인어, 터키어, 우크라이나어, 베트남어. 알림 텍스트를 사용자 정의하여 다른 언어도 사용할 수 있습니다. 이 제품은 터미널을 지속적으로 모니터링하지 않고도 Slack 알림을 받아야 하는 트레이더를 위해 설계되었습니다. Expert Advisor 사용자, 여러 심볼로 거래하는 트레이더 및 VPS 사용자에게 적합합니다. 전체 및 부분 포지션 종료가 정확하게 감지되며 (예: 0.10 / 0.30 lot), 중복 메시지 방지 기능이 구현되어 있습니다. 알림은 계좌의 모든 심볼에 대해 전송하거나, 유틸리티가 적용된 차트의 심볼에 대해서만 전송할 수 있습니다 (선택 사항). Test Slack 버튼을 통해 채팅 기능을 확인
FREE
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Supply and Demand indicator powered by advanced multi-timeframe fractal algorithms, Zone Merging technology, and full EA readiness. -  Finding the exact areas where institutional buying and selling occur is the key to successful trading. Advanced Supply & Demand Zones Simple  takes the guesswork out of chart analysis. By utilizing a dual-layered fractal calculation (Fast and Slow points) combined with dynamic ATR scaling, this indicator pinpoints high-probability reversal and continuation zones
FREE
Panha Scalping EA MT5
Huy Phanna
2.75 (4)
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
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily rou
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Hull Moving Average (HMA) 지표 기반 MetaTrader 5 자동 거래 어드바이저 개요 HMA Scalper Pro EA는 Hull Moving Average (HMA) 방향으로 거래하는 MetaTrader 5용 전문 트레이딩 로봇(Expert Advisor)입니다. HMA 지표는 현재 추세 방향을 결정하며, 어드바이저는 Smart Risk 자본 관리, 적응형 그리드 거래, 트레일링 스톱, 브레이크 이븐 및 시간 필터로 보완된 해당 방향으로 거래를 실행합니다. 이 어드바이저는 Netting 및 Hedging 계정을 모두 지원하며 금(XAU/USD), 외환 통화쌍, 원유, 지수 및 암호화폐 거래에 적합합니다. HMA SCALPER PRO EA를 선택해야 하는 이유 - Hull Moving Average 신호 — 클래식 이동 평균보다 추세 변화에 더 빠르게 반응하는 HMA 방향 기반 진입 - 멀티 타임프레임 HMA 계산
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 거래 계좌 분석 및 모니터링 대시보드 TradeVisonPro Forex Analyzer Pro는 MetaTrader 5 사용자를 위해 설계된 거래 분석 및 계좌 모니터링 솔루션입니다. 본 제품은 MT5 거래 데이터를 구조화된 웹 기반 대시보드에 정리하여 사용자가 계좌 정보를 확인하고, 오픈 포지션을 모니터링하고, 거래 내역을 분석하고, 전략을 추적하고, 거래 일지를 작성하고, 성과 통계를 검토할 수 있도록 합니다. TradeVisonPro Forex Analyzer Pro는 거래 정보를 체계적으로 관리하고 지원되는 데스크톱 및 모바일 웹 브라우저를 통해 접근할 수 있도록 설계되었습니다. 주요 기능 • MT5 계좌 대시보드 • 오픈 포지션 모니터링 • 거래 내역 분석 • 거래 캘린더 • 전략 추적 • 거래 일지 • 계좌 성과 통계 • 성과 보고서 • 거래 알림 • 다중 계좌 지원 • 공유 가능한 읽기 전용 보고서 MT
FREE
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
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
SuperTrend Signals
Quang Huy Quach
5 (1)
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
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - 36개의 이동평균선을 탑재한 추세 지표 == 개요 LT Rainbow Trend는 스마트 컬러 시스템(Rainbow)을 적용하여 36개의 이동평균선(Moving Averages)을 동시에 처리하는 고급 기술적 추세 분석 지표입니다. 최고의 시각적 명확성을 바탕으로 주 추세 방향으로 거래하고자 하는 트레이더를 위해 개발되었으며, 멀티 타임프레임 분석의 복잡함을 심플하고 다채로우며 매우 직관적인 시각 효과로 전환해 줍니다. "추세는 당신의 친구(The trend is your friend)"라는 격언을 이해하는 트레이더에게 가장 이상적인 도구이며, 추세의 강도, 방향 및 잠재적 반전 신호를 미리 확인할 수 있도록 도와줍니다. 작동 원리 본 지표는 4개의 추세 구역에 분산된 36개의 이동평균선을 모니터링합니다: 빨간색 (추세 전환 구역) 31~20번째 이동평균선 추세가 반전될 수 있음을 나타내는 강한 신호 주황색 (추세 약화 구역)
RandomChoice
Aleksei Lesnikov
5 (1)
Expert capable of generating profit by opening positions randomly. Shows good results in long-term trading – on timeframes from H12. Features Fully automatic mode is available. Positions are opened randomly. Martingale is applied – if the previous position closed with a loss, the current one is opened with a volume that compensates for that loss. Parameters Mode – Expert's operating mode: Automatic – automated (recommended); Manual – manual. In automatic mode, the Expert does not require any p
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
Pump Liquidity Refueling
Konstantin Meshcheriakov
KO.   PUMP V3_0 Liquidity Refueling — 잔고 리필(유동성 주입) 시스템"유동성 주입(Liquidity Refueling)"이란 무엇인가요? 외환 시장을 고속도로라고 생각하고, 유동성을 연료라고 생각해보세요.  거대 자본이 시장에 "쏟아부어질" 때, 가격은 강력한 충격(임펄스)과 함께 급등락합니다.  이것을 '펌핑'이라고 합니다.  PUMP V3_0 어드바이저는 스마트한 주유소 역할을 합니다. 시장의 에너지가 가득 차는 순간을 포착하여, 그 움직임을 여러분의 거래 잔고로 직접 "펌프질"해 넣습니다.   테스터 리포트 성과 지표:잔고에 "주입된" 순이익: 테스트 기간 동안 +81.9%에서 최대 +673.4% 달성.   Profitability (수익성 지수): 최대 42.59 기록 (EURUSD 기준).   Win Rate (승률): 75%에서 놀라운 93.5%까지 안정적으로 유지.   주요 기술적 특징:스마트 손익분기(Break-Even): 수익이 목표
FREE
Candle Perspective Structure Indicator MT5 is a simple indicator that defines and displays the candlestick structure of the market. This indicator will suit both experienced traders and beginners who find it difficult to follow the structure visually. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual strategies automation services or indicator development/conversion services at 4xDev
FREE
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Momentum Confluence
Alexandre Vincent Traber
개요 Momentum Confluence EA는 여러 독립 지표가 동일한 방향으로 정렬될 때만 진입하고, 동일한 지표들이 모멘텀 소진을 보일 때 청산하는 멀티 인디케이터 트레이딩 로봇입니다 — 고정 익절 목표가 없습니다. 모든 종목과 시간대에서 작동합니다: 외환, 금, 은, 지수. 작동 방식 새로운 봉이 생성될 때마다 RSI, MACD 히스토그램, ADX/DI, 스토캐스틱, CCI의 상승 또는 하락 기울기를 각각 확인합니다. 매수와 매도 방향 각각에 대해 컨플루언스 점수(0-5)를 계산합니다. 점수가 최소 컨플루언스 임계값에 도달할 때만 거래가 진입됩니다. 포지션 보유 중에는 동일한 5개 지표로 소진 신호를 확인합니다. 가격 목표와 무관하게 소진 점수가 임계값에 도달하면 포지션이 청산됩니다. ATR 기반의 넓은 손절매는 재앙적 손실 방지용 안전장치로만 유지됩니다. 입력 파라미터 Magic_Number: 이 EA 거래의 고유 식별자 Risk_PercentPerTrade: 거래당 리스크
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
GOLD/USDT M15 Dynamic ATR Expert Advisor Designed specifically for GOLD/USDT on the M15 timeframe, this Expert Advisor adapts perfectly to non-standard price scales, digits, and tick structures typical of crypto and synthetic gold contracts. By replacing fixed points with dynamic ATR volatility metrics, it delivers robust risk control and precision execution. Key Features Dynamic ATR Risk Management: Stop Loss, Take Profit, and Trailing Stop are calculated using ATR multipliers based on real-tim
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Mean Machine
William Brandon Autry
4.76 (42)
Mean Machine GPT Gen 2 소개 – 오리지널. 이제 더 스마트하고, 더 강력하고, 그 어느 때보다 뛰어나게. 우리는 2024년 말 Mean Machine으로 이 모든 변화를 시작했습니다. 실제 최첨단 AI를 라이브 리테일 트레이딩에 도입한 최초의 시스템 중 하나입니다. Mean Machine GPT Gen 2는 그 오리지널 비전의 다음 진화입니다. 오리지널을 대체하지 않았습니다. 진화시켰습니다. 대부분의 시스템은 한 번 답하고, 한 번 행동하고, 모든 것을 잊습니다. Mean Machine GPT Gen 2는 잊지 않습니다. 모든 트레이드, 모든 결정, 모든 결과, 그리고 왜 진입했는지, 왜 유지했는지, 왜 청산했는지의 정확한 논리를 기억합니다. 매 세션의 완전한 컨텍스트. 시간이 지남에 따라 축적되는 지속적 인텔리전스. 이것은 마케팅을 위해 AI를 덧붙인 또 하나의 EA가 아닙니다. 이것은 오리지널 Mean Machine, 지속적 전문 인텔리전스로 재구축된 것입니다
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
이 제품의 구매자들이 또한 구매함
Quantum Titan MT5
Bogdan Ion Puscasu
4.43 (7)
퀀텀 타이탄은 퀀텀 생태계에 기관급 거래 수준을 도입하여 정밀성, 규율, 그리고 검증된 실시간 시장 성과에 대한 새로운 기준을 제시합니다. GOLD Expert Advisor에서 더 많은 것을 기대하는 트레이더를 위해 개발된 Titan은 양자 거래 기술의 차세대 진화를 보여줍니다. 전 세계적으로 평생 사용권은 1,000개로 엄격하게 제한되어 있습니다. 1,000개 한정 수량이 모두 소진되면 퀀텀 타이탄은 더 이상 구매할 수 없습니다. 특별 출시 할인 가격. 최종 가격 1999달러 퀀텀 타이탄 MQL5 공개 채널:   여기를 클릭하세요 퀀텀 타이탄 MQL5 공개 채널:   여기를 클릭하세요 ***퀀텀 타이탄 MT5를 구매하시면 퀀텀 엠퍼러, 퀀텀 킹, 퀀텀 비트코인, 퀀텀 바론, 퀀텀 발키리, 퀀텀 옴니골드, 퀀텀 아테나 X 또는 퀀텀 스타맨 중 하나를 무료로 받으실 수 있습니다!*** 자세한 내용은 개인 메시지로 문의하세요! 퀀텀 타이탄을 소개합니다 퀀텀 타이탄은
Smart Gold Hunter
Barbaros Bulent Kortarla
4.89 (36)
Smart Gold Hunter는 MetaTrader 5에서 XAUUSD / Gold 거래를 위해 설계된 Expert Advisor입니다. 그리드 없음, 마틴게일 없음, 실제 Stop Loss 및 Take Profit 로직, 그리고 통제된 리스크 관리를 선호하는 트레이더를 위해 만들어졌습니다. 구매를 결정하기 전에 라이브 시그널을 확인할 수 있습니다: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Gold Hunter는 그리드 EA가 아니며 마틴게일 EA도 아닙니다. 무제한 복구 포지션이나 손실 후 랏 증가에 의존하지 않습니다. 이 EA의 핵심 아이디어는 위험한 물타기 대신 통제된 로직, 보호
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (31)
전설은 계속된다. 여왕은 진화한다. 퀀텀 퀸 X에 오신 것을 환영합니다. 퀀텀 퀸의 검증된 성공을 기반으로 탄생한 전설적인 금 거래 시스템의 차세대 버전입니다. Quantum Queen X는 검증된 Quantum Queen의 핵심 엔진을 기반으로 구축되었으며, 트레이더가 활성화 또는 비활성화할 전략을 정확하게 선택할 수 있는 강력한 새로운 사용자 지정 모드를 도입했습니다. 모든 전략은 개별적으로 검토, 개선 및 최적화되어 다양한 시장 상황에서 더욱 뛰어난 성능과 적응성을 제공합니다. 기본 설정 또한 개선되어 기존 7개에서 9개로 엄선된 전략을 결합하여 더 넓은 시장 범위와 더 많은 거래 기회를 제공하는 동시에, Quantum Queen X를 MQL5에서 가장 성공적인 GOLD Expert Advisor로 만든 체계적인 거래 철학을 그대로 유지합니다. IMPORTANT! After the purchase please send me a private message to receive t
Scalping Robot Pro MT5
MQL TOOLS SL
4.48 (143)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.47 (104)
소품 준비 완료! (   세트 파일 다운로드   ) 경고: 현재 가격으로 구매 가능한 재고가 몇 개 남지 않았습니다! 최종 가격: 990달러 EA 1개 무료 증정 (거래 계정 3개 사용 가능) -> 구매 후 연락 주세요 최고의 콤보 상품     ->     여기를 클릭하세요 공개 그룹 참여하기:   여기를 클릭하세요   라이브 시그널 클라이언트 신호 유튜브 리뷰 최신 매뉴얼 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 개발된 이 EA는 여러 시간대에서 동시에 실행되도록 설계되었으며, 거래 빈도를 매우 보수적인 수준부터 극도로 변동성이 큰 수준까지 설정할 수 있는 옵션을 제공합니다. 이 EA는 최적의 진입 가격을 찾기 위해 여러 확인 알고리즘을 사용하고, 거래 위험을 분산시키기 위해 내부적으로 여러 전략을 실행합니다. 모든 거래에는 손절매와 이익실현이 설정되어 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 트레일링 손절매와
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (8)
ThunderGold Scalper ThunderGold Scalper는 MetaTrader 5에서 골드를 자동 거래하도록 개발된 Expert Advisor입니다. 이 EA는 M15 시간대의 XAUUSD 및 GOLD에 맞게 설계되었습니다. 독자적인 다중 요소 의사결정 엔진을 사용하여 조건을 충족하는 거래 기회를 식별하고 포지션을 자동으로 관리합니다. 시스템은 시장 구조, 추세 방향, 캔들 품질, 거래량, 모멘텀 및 체결 조건을 종합적으로 분석합니다. 지속적으로 거래를 개시하는 대신 적절한 시장 조건을 기다리도록 설계되었습니다. Live Signal — TMGM 주요 기능 XAUUSD 및 GOLD용으로 개발 권장 시간대: M15 완전 자동 거래 그리드 전략 미사용 자동 Stop Loss 및 Take Profit 동적 트레일링 스톱 위험 비율 또는 고정 랏 기반 포지션 크기 추세 및 모멘텀 필터 캔들 품질 및 거래량 필터 중요 경제 뉴스 필터 휴일 및 시장 폐장 보호 슬리피지 조정 시스
Ultimate Breakout System
Profalgo Limited
5 (47)
중요한   : 이 패키지는 한정된 수량에 한해 현재 가격으로 판매될 예정입니다.    가격이 곧 1999달러로 오를 거예요!   100가지 이상의 전략이 포함되어 있으며   , 앞으로 더 추가될 예정입니다! 보너스   :    제가 만든 다른 EA   5   개를 무료로 드립니다 !   모든 파일 세트 + 완벽한 설정 및 최적화 가이드 비디오 가이드 실시간 신호 (제3자) 리뷰 새로운 기능 - 44가지 전략 라이브 신호 궁극의 브레이크아웃 시스템에 오신 것을 환영합니다! 8년에 걸쳐 세심하게 개발된 정교하고 독자적인 전문가 어드바이저(EA)인 궁극의 돌파 시스템(Ultimate Breakout System)을 소개하게 되어 기쁩니다. 이 시스템은 호평받는 Gold Reaper EA를 포함하여 MQL5 시장에서 최고의 성능을 자랑하는 여러 EA의 기반이 되었습니다. 7개월 이상 1위 자리를 지켰던 Goldtrade Pro, Goldbot One, Indicement, Daytr
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Lizard
Marco Scherer
4.09 (44)
LIZARD란 무엇인가요? Lizard는 MetaTrader 5의 XAUUSD(금) 전용으로 개발된 완전 자동 Expert Advisor입니다. 멀티 전략 스윙 돌파 시스템을 사용하여 차트의 핵심 구조 레벨을 식별하고, 정밀하게 계산된 진입 지점에 스톱 예약 주문을 배치합니다. 마틴게일 없음. 그리드 없음. 물타기 없음. 모든 거래에는 명확한 손절과 익절이 설정되어 있으며, 다층 청산 시스템이 24시간 자동으로 관리합니다. 실시간 시그널 — 구매 전에 실제 성과를 확인하세요: Normal Standard: https://www.mql5.com/en/signals/2372821 ECN High: https://www.mql5.com/en/signals/2383392 ECN Armageddon: https://www.mql5.com/en/signals/2386457 어떻게 작동하나요? Lizard는 H1 시간대에서 XAUUSD 차트를 지속적으로 스캔하여 의미 있는 스ing 고점과
Logan MT5
Thierry Ouellet
4.8 (25)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 17th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (135)
적은 거래. 더 나은 거래. 일관성이 최우선. • 실시간 신호 모드 1 라이브 신호 모드 2 Twister Pro EA는 M15 타임프레임의 XAUUSD(금) 전용으로 개발된 고정밀 스캘핑 EA입니다. 거래 횟수는 적지만 — 거래할 때는 반드시 목적을 가지고 합니다. 모든 진입은 단 하나의 주문이 열리기 전에 5개의 독립적인 검증 레이어를 통과하며, 기본 설정에서 매우 높은 승률을 달성합니다. 두 가지 모드: • 모드 1 (권장) — 매우 높은 정확도, 주당 적은 거래 횟수. 자본 보존과 규율 있는 거래를 위해 설계. • 모드 2 (Short SL) — 훨씬 짧은 손절매, 모드 1보다 많은 거래. 개별 손실 최소화. 통제된 리스크로 더 많은 시장 노출을 원하는 트레이더에게 이상적. 사양: 심볼: XAUUSD | 타임프레임: M15 최소 입금: $100 | 권장: $250 RAW SPREAD 계좌 필수 VPS 강력 권장 그리드 없음! 모든 거래에 TP와 SL 설정! 추천 브로커:
Cortex IDX
Vladimir Mametov
5 (2)
이 Expert Advisor(EA)는 MetaTrader 5 전용으로 개발된 완전 자동매매 시스템이며, US30 지수 거래에 최적화되어 있습니다. 거래 로직은 주요 주가지수의 특성인 강한 추세 움직임, 장중 되돌림(Pullback), 그리고 높은 변동성을 기반으로 설계되었습니다. 빠른 주문 실행, 엄격한 거래 규율, 효율적인 포지션 관리가 중요한 시장 환경에서 자동으로 거래를 수행합니다. 이 시스템은 체계적인 거래 관리, 시장 변화에 대한 빠른 대응, 그리고 효율적인 청산 전략에 중점을 두고 있습니다. 핵심 개념은 매우 단순합니다. 수익 포지션은 Trailing Stop 을 통해 가능한 한 오래 유지하고, 손실 포지션은 M1(1분) 차트에서 반대 신호가 발생하면 조기에 자동 청산하여 불필요한 손실 확대를 방지하는 것입니다. 시그널: https://www.mql5.com/en/signals/2376781 출시 특별 가격: 현재 가격은 최초 20개 판매분에만 적용됩니다. 20개 판매
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
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 MT5를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 개별적으로 문의하세요! 정확하고 규율 있게 거래를 진행하세요. Quantum King EA는   구조화된 그리드의 강점과 적응형 마팅게일의 지능을 하나의 완벽한 시스템으로 통합합니다. M5에서 AUDCAD를 위해 설계되었으며, 꾸준하고 통제된 성장을 원하는 초보자와 전문가 모두를 위해 구축되었습니다. Q
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
더욱 스마트한 제어. 더욱 정밀한 제어. 퀀텀 아테나 X에 오신 것을 환영합니다. 퀀텀 아테나 X는 정밀성, 효율성, 그리고 체계적인 실행이라는 퀀텀 아테나의 장점을 계승하여 탄생한 차세대 금 거래 시스템입니다. 퀀텀 아테나 X는 퀀텀 아테나와 동일한 간소화된 핵심 엔진과 엄선된 6가지 전략을 기반으로 구축되었습니다. 각 전략은 현재 금 시장 상황에 맞춰 개별적으로 개선 및 최적화되었으며, 새롭게 추가된 강력한 사용자 지정 모드를 통해 트레이더는 원하는 전략을 활성화 또는 비활성화할 수 있습니다. 최적화된 기본 설정은 완벽한 플러그 앤 플레이 환경을 선호하는 트레이더를 위해 계속 제공되며, 사용자 지정 모드는 자신만의 전략 조합을 만들고자 하는 사용자에게 더 큰 유연성을 제공합니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Zoomini
Gennady Sergienko
1.87 (15)
중요 정보: 지원 및 질문에 대한 답변은 여기에서만 제공됩니다:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: 대만 ); Zoomini 는 2026년 7월 GoGoPips 프로젝트의 최신 연구에서 나온 소규모 머신러닝 모델 세트입니다. 이 모델들은 XAUUSD H1 / Gold 전용입니다. 신호: www.mql5.com/en/signals/2381994 알아야 할 중요한 사항: 모델은 하나의 주문 만으로, 동일한 SL/TP를 사용하여 거래합니다. 지원: Netting 계좌 와 모든 레버리지. 거래 유형이 중기이기 때문에 큰 예치금도 지원됩니다.  100% 거래 활동 . 이는 모델이 시장 진입을 피하지 않고 항상 거래 상태에 있다는 뜻입니다. 모델은 편리한 진입 지점을 찾는 것이 아니라 매분 가격 방향을 예측하도록 특별히 학습되었습니다. 구매 전 완전한 투명성 .   현재, 일시적으로 또는 이 EA의 소유자들이 반대하
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
Smart Gold Impulse의 특별 얼리 런치(조기 출시) 단계가 시작되었습니다. 이 시스템은 제가 현재 Ultima Markets 라이브 시그널 계정에서 사용하고 있으며, 인상적인 수익을 기록 중인 EA(자동매매 프로그램)입니다. 실제 시장 환경에서 Smart Gold Impulse가 이미 얼마나 강력한 잠재력을 보여주었는지는 Ultima 라이브 시그널 실적을 통해 직접 확인하실 수 있습니다. 제 Ultima 라이브 시그널 계정에 사용된 것과 동일한 설정 파일(set file)은 오직 Smart Gold Impulse 구매자분들에게만 독점 공개됩니다. 동시에, 본 버전은 아직 초기 출시 버전이며 대대적인 홍보를 진행하는 최종 단계의 제품이 아닙니다. 특별 런치 가격으로 책정된 이유는 간단합니다. 초기 사용자분들이 직접 테스트하고, 결과를 추적하며, 피드백을 공유해 주시길 바라기 때문입니다. 이를 통해 Smart Gold Impulse가 다양한 브로커와 계정 환경에서 어떻게
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (508)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하시면   Quantum StarMan  를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 확인된 신호:   여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 황제 EA       EA는 단일 거래를 다섯 개의 작은 거래로 지속적으로 분
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
실시간 거래 신호 거래 활동의 공개 실시간 모니터링: https://www.mql5.com/ko/signals/2372719 공식 정보 판매자 프로필 공식 채널 사용자 매뉴얼 설정 안내 및 사용 지침: 사용자 매뉴얼 열기 Zerqon EA는 XAUUSD 거래를 위해 특별히 개발된 적응형 전문가 어드바이저입니다. 이 전략은 ONNX를 통해 통합된 Deep LSTM 신경망 모델을 기반으로 하며, 이를 통해 시스템은 연속적인 시장 행동을 처리하고 가격 움직임을 구조적으로 분석할 수 있습니다. 모델은 금 가격 움직임, 변동성 및 시간 조건에서 특정 패턴을 식별하는 데 중점을 둡니다. 고정된 전통적 신호를 사용하는 대신, EA는 학습된 신경망 프레임워크를 통해 시장을 분석하며 적절한 조건이 감지될 때만 거래를 실행합니다. Zerqon EA는 지속적으로 거래하지 않습니다. 전혀 거래가 없는 기간이 있을 수 있으며, 반대로 적절한 XAUUSD 시장 국면에서는 짧은 시간 안에
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Pulse Engine
Jimmy Peter Eriksson
4.06 (36)
업데이트 - 현재 가격으로 구매 가능한 재고가 얼마 남지 않았습니다! 이 시스템의 주요 목표는 위험한 마틴게일이나 그리드 기법을 사용하지 않고 장기간 실시간 성능을 유지하는 것입니다.  현재 가격으로 구매 가능한 수량이 매우 한정적입니다. 최종 가격 1499달러 [실시간 신호]    |    [백테스트 결과]    |    [설정 가이드]    |    [FTMO 결과] 거래에 대한 새로운 접근 방식 Pulse Engine은 어떠한 지표나 특정 시간대도 사용하지 않습니다. MQL5 기반의 다른 어떤 트레이딩 시스템에서도 찾아볼 수 없는 매우 독창적인 접근 방식을 사용합니다. 이 전략은 장중 방향성 패턴을 이용한 거래입니다. 이러한 패턴은 제가 수년간 개발하고 개선해 온 특정 패턴 인식 소프트웨어를 사용하여 찾아냈습니다. 이 소프트웨어를 통해 시장이 과거에 특정 방향으로 강한 움직임을 보였던 시간대를 식별할 수 있습니다. 각 시장과 요일마다 고유한 움직임이 있습니다. 이 접근법이
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Wave Rider EA MT5
Adam Hrncir
4.83 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.52 (21)
업데이트: 차기 가격: 699달러, 최종 가격: 999달러 만약 당신이 정직함과 실제 거래에 맞춰 설계된 진정한 트레이딩 시스템을 중요하게 생각한다면, 그리고 단순히 계좌를 날려버릴 수도 있는 완벽해 보이는 직선형 백테스트 결과가 아닌 진정한 트레이딩 시스템을 원한다면, 이 제품이 당신에게 적합할지도 모릅니다. 마틴게일 없음 / 그리드 없음 22개월 라이브 신호 +270% 실시간 성장 [실시간 신호]    |    [FTMO 결과]    |    [주요 포트폴리오]  |    [백테스트 가이드] Range Breakout EA가 왜 이렇게 안정적인가요? Range Breakout EA는 거래 세션 간 변동성 변화라는 잘 알려진 시장 움직임을 기반으로 합니다. 아시아 세션 동안에는 변동성이 낮아 가격 범위가 좁아지는 경향이 있습니다. 런던 세션이 시작되면 변동성이 증가하고 가격이 이 범위를 벗어나 돌파 방향으로 움직이는 경우가 많습니다. 이 시스템은 이러한 돌파를 포착하여
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Nexorion Initium Novum EA
Valentina Zhuchkova
4.23 (26)
NEXORION: Initium Novum — 결정론적 로직 및 알고리즘 합성 NEXORION 은 엄격한 유동성 처리 수학적 알고리즘을 기반으로 한 기관급 분석 컴플렉스입니다. 본 프로젝트의 핵심 개념은 "계산적 투명성"에 있습니다. 이 엑스퍼트 어드바이저(EA)는 혼돈스러운 가격 피드를 구조화된 기하학적 존으로 변환하며, 의사 결정 과정을 트레이딩 차트 위에 직접 시각화합니다. 실시간 모니터링 https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 시스템 기술 사양 거래 자산 : XAUUSD (금) 운용 타임프레임 : H1 방법론 : 기관 유동성 분석 및 결정론적 로직 (Institutional Liquidity Analysis & Deterministic Logic) 의사 결정 근거 : 유동성 풀 및 균형 레벨의 수학적 산출 수학적 아키텍처 및 시각화 본 시스템의 핵심 혁신은 Dynamic
The Gold Space
Ayush V Jain
5 (3)
Price Increases on monday. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminate
Chiroptera
Rob Josephus Maria Janssen
4.56 (48)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) 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 c
Vexora sera
Fatima Zohra Ed Dachraoui
5 (2)
투명성 저희는 Expert Advisor를 평가하는 가장 좋은 방법은 실제 계좌에서의 실시간 거래 성과를 확인하는 것이라고 생각합니다. 실시간 거래 시그널:  https://www.mql5.com/en/signals/2379635?source=Site+Signals+My 기술 지원:  https://www.mql5.com/en/users/fatima-zohraed/news                                  설정 가이드 $199에 출시 현재 $299 — 단 10개만 판매 다음 가격 인상으로 $399가 되기 전에 $299에 구매하세요. VEXORA SERA : 전문적인 골드 트레이딩의 진정한 힘 새로운 시장 변동성의 시대를 위해 설계되었습니다 골드 트레이딩은 더 이상 과거와 같지 않습니다. 지난 2년 동안 금 시장은 매우 높은 변동성과 이례적으로 강한 가격 움직임을 경험했으며, 이로 인해 많은 기존 트레이딩 시스템이 새로운 시장 환경에 적응하지 못하게 되었습니
XIRO Robot MT5
MQL TOOLS SL
5 (34)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
제작자의 제품 더 보기
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
5 (1)
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
## Spike Hunter PRO Spike Hunter PRO is a fully automated Expert Advisor for MetaTrader 5, designed to capture profit from sudden high-velocity price movements on XAUUSD (Gold). The EA detects genuine spikes in real time and enters the market within milliseconds of detection. --- **How it works** The EA continuously monitors price movement speed on every tick. When price accelerates beyond the configured threshold, the EA opens a trade in the direction of the spike and immediately begins pr
FREE
MTM Pro Manual Trading Panel
Choawana Malaikitsanachalee
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
Dashboard Signals aNa Magic ATR EA
Choawana Malaikitsanachalee
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
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
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
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
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
필터:
리뷰 없음
리뷰 답변