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 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
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 .
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 (MT5 履歴統計ツール) Advanced History Collector Panel は、MetaTrader 5 (MT5) 専用に開発された、高度な口座分析および可視化ツールです。膨大な取引履歴を瞬時に解析し、直感的なグラフと詳細なレポートで表示します。 主な機能: 多角的なデータ分析 : 日次・週次ごとの損益、ロング・ショートの比率、ロット数、入出金履歴などを正確に集計。 ダイナミック・チャート : 損益曲線(ラインチャート)、資産推移、注文数分布(ヒストグラム)など、多彩なグラフ表示に対応。 リスク管理の強化 : 最大含み益や最大含み損を自動算出し、トレードの「質」を客観的に評価。 自由度の高いカスタマイズ : フォントサイズ、カラー設定、パネルの大きさなどを自由に調整可能。高解像度モニターにも完全対応。 データの自動保存 : 履歴データをファイルに保存・読み込みが可能で、継続的なパフォーマンス管理を実現。 トレード手法の改善や資金管理の最適化を目指すトレーダーにとって、最も信頼できる分析パートナーとなる
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)
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
Stenco Recover EA
Yevgeniy Koshtenko
3.6 (5)
Revolutionary Forex expert advisor, built on the principles of the unique Recovery trading system. The key to the effectiveness of this algorithm is the accurate analysis of price behavior near psychologically important round levels. Moreover, the system uses a special price representation in the form of coordinates different from traditional candlestick charts. Main advantages of the advisor: Recovery strategy, based on price recovery High accuracy in identifying key support and resistance leve
FREE
Grid Scalper MA MT5 EA
Allan Munene Mutiiria
4.36 (55)
Grid Scalper MA MT5 EA Step into the fast lane of forex trading with Grid Scalper MA MT5 EA , a powerhouse expert advisor crafted for MetaTrader 5 that turns market volatility into your playground. This isn’t your average EA—it’s a precision scalping machine driven by a dynamic grid trading strategy, blending razor-sharp Moving Average (MA) crossover signals with a robust set of customizable features. Whether you’re a scalper hunting quick pips or a strategist riding market waves, this EA deli
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
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
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
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
Imperator Expert Advisor is your reliable assistant in making profitable trading decisions. Our algorithm and professional analysis will help you maximize your profits. With our experience, we will help you achieve your trading goals. Our expert advisor is based on comprehensive market analysis and advanced trading strategies. We offer various settings to customize your trading. The advisor monitors the markets, identifies opportunities and executes trades in real time. Backtests and risk manage
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,
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
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
The Goat Scalper EA — Smart, Fast, and Built for Real Market Performance Overview The Goat Scalper EA is a next-generation trading system built to capture decisive market moves with surgical precision. Unlike typical scalpers that rely on risky methods such as martingale, grid, hedging, or arbitrage, The Goat uses a pure breakout logic based on advanced supply and demand zone detection, ensuring stable and transparent results in any condition. Core Strengths Smart Risk Management Stop Loss on
Easy GOLD MT5
Franck Martin
3.95 (41)
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
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
BRIEF INTRODUCTION :   This panel is designed for the XAU/USD  pair, offering a fully automated and manual trading solution with optional money management controls. The application operates seamlessly in all market conditions and includes a built-in indicators attached in the interface for real-time analysis.   KEY FEATURES : - Martingale Strategy & Range Sequence Detection – Enhances trade recovery and identifies key price levels.   - Multiple Indicators – Helps users anticipate future price
Bonus when buying an indicator or an advisor from my list. Write to me in private messages to receive a bonus. Manual Assistant MT5 is a professional manual trading tool that will make your trading fast and comfortable. It is equipped with all the necessary functions that will allow you to open, maintain and close orders and positions with one click. It has a simple and intuitive interface and is suitable for both professionals and beginners. The panel allows you to place buy and sell orders w
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
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
ROMAN5 Time Breakout Indicator automatically draws the boxes for daily support and resistance breakouts. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. You can use one of my Trailing Stop products that automatical
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 Valkyrie
Bogdan Ion Puscasu
5 (45)
クォンタムヴァルキリー - 精密、規律、実行 割引   価格。10 回購入するごとに価格が 50 ドルずつ上がります。 ライブシグナル:   こちらをクリック 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 instructions.      こんにちは、トレーダーの皆さん。 私は Quantum Valkyrie です。正確さ、規律、そして制御された実行で XAUUSD にアプローチできるように構築されています。 数ヶ月間、私のアーキテクチャは舞台裏で洗練され続けました。変動の激しいセッシ
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (462)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantumエコシステム全体の至宝であり、MQL5史上最高評価とベストセラーを誇るエキスパートアドバイザーです。20ヶ月以上のライブトレード実績により、XAUUSDの揺るぎない女王としての地位を確立しました。 私の専門は?ゴールドです。 私の使命は?一貫性があり、正確で、インテリジェントな取引結果を繰り返し提供することです。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引 価格。10 点購入ごとに50ドルずつ値上がりします。最終価格1999ドル ライブシグナル:   こちらをクリック Quantum Queen mql5 パブリックチャンネル:   こちらをクリック ***Quantum Queen MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細について
私のライブシグナルと同じ結果をお望みですか?   私が使っているのと同じブローカーを使用してください:   IC MARKETS  &  I C TRADING .  中央集権化された株式市場とは異なり、外国為替には単一の統合された価格フィードがありません。  各ブローカーは異なるプロバイダーから流動性を調達し、独自のデータストリームを作成しています。 他のブローカーでは、60〜80%に相当する取引パフォーマンスしか達成できません。 ライブシグナル MQL5のForex EA Tradingチャンネル:  私のMQL5チャンネルに参加して、最新情報を入手してください。  MQL5上の14,000人以上のメンバーからなる私のコミュニティ . 10個中残り3個のみ、$499で提供中! その後、価格は$599に引き上げられます。 EAは、購入されたすべてのお客様の権利を確実にするため、数量限定で販売されます。 AI Gold Scalp Proのご紹介:損失を教訓に変える自己学習型スキャルパー。  ほとんどのスキャルピングEAは自分のミスを隠します。AI Gold Scalp Pro
私のライブシグナルと同じ結果を求めていますか?   私と同じブローカーを使用してください:   IC MARKETS  および  I C TRADING .  中央集権的な株式市場とは異なり、FXには単一の統一された価格フィードは存在しません。 各ブローカーは異なるプロバイダーから流動性を調達しているため、独自のデータストリームが生成されます。他のブローカーでは、私の取引パフォーマンスの60〜80%程度しか再現できない可能性があります。     ライブシグナル IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5 Forex EA Trading チャンネル:  MQL5チャンネルに参加して最新ニュースを受け取ってください。  MQL5にて15,000人以上のメンバーが参加するコミュニティ . 499ドルでの販売は残り10本中3本のみです! それ以降、価格は599ドルに引き上げられます。 本EAは、購入されたすべてのお客様の権利を保護するため、限定数のみ販売されます。     AI Gold Trading
私のライブシグナルと同じ結果をお望みですか?   私が使っているのと同じブローカーを使用してください:   IC MARKETS  &  I C TRADING .  中央集権化された株式市場とは異なり、外国為替には単一の統合された価格フィードがありません。  各ブローカーは異なるプロバイダーから流動性を調達し、独自のデータストリームを作成しています。 他のブローカーでは、60〜80%に相当する取引パフォーマンスしか達成できません。 ライブシグナル デフォルト設定ファイル(10ヶ月以上のライブ取引):  https://www.mql5.com/en/signals/2329380 IC Markets MT5(7ヶ月以上のライブ取引):  https://www.mql5.com/en/signals/2340132 MQL5のForex EA Tradingチャンネル:  私のMQL5チャンネルに参加して、最新情報を入手してください。  MQL5上の15,000人以上のメンバーからなる私のコミュニティ 。 10個中残り3個のみ、$499で提供中! その後、価格は$599に引き上
Akali
Yahia Mohamed Hassan Mohamed
5 (25)
LIVE SIGNAL: ライブパフォーマンスを見るにはここをクリック 重要:最初にガイドをお読みください このEAを使用する前に、ブローカーの要件、戦略モード、およびスマートアプローチを理解するために、設定ガイドを読むことが重要です。 ここをクリックして公式Akali EAガイドを読む 概要 Akali EAは、ゴールド(XAUUSD)専用に設計された高精度スキャルピングエキスパートアドバイザー(EA)です。非常にタイトなトレーリングストップアルゴリズムを利用して、ボラティリティの高い期間に瞬時に利益を確保します。 このシステムは精度を重視して構築されており、市場の急速な動きを利用し、市場が反転する前に利益を確定することで、高い勝率を目指しています。 設定要件 通貨ペア: XAUUSD(ゴールド) 時間足: M1(1分足) 口座タイプ: Raw ECN / 低スプレッドが必須です。 推奨ブローカー: ガイドを参照してください 注意: このEAはタイトなトレーリングストップに依存しています。スプレッドの広い口座ではパフォーマンスに悪影響を及ぼします。サーバー時間とブローカーの選択の詳細
Gold House — ゴールド・スイングブレイクアウト取引システム 発売プロモーション — 100本限定 早期価格での販売は 100本限定 です。100本販売後、価格は即座に $999 に引き上げられます。期間中は24時間ごとに$50ずつ値上げされます。 93   本販売済み — 残り7本のみ。最安値で手に入れるチャンスをお見逃しなく。 Live signal: https://www.mql5.com/en/signals/2359124 最新情報をお届け — MQL5チャンネルに参加して、製品アップデートやトレードのヒントを受け取りましょう。 リンクを開き、ページ上部の「購読」ボタンをクリックしてください: Click to Join このEAは、私たちのチームの内部リアル取引口座から生まれました。7年間のヒストリカルデータで開発・検証し、実際の市場パフォーマンスで確認した後に公開を決定しました。出品のためにバックテスト曲線を特別に最適化してはいません。ご覧いただいているのは、私たち自身がずっと使用してきたバージョンそのものです。 固定時刻のエントリーやインジケーターのクロスに
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または EC Markets) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 599 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き
Aot
Thi Ngoc Tram Le
4.84 (87)
AOT マルチ通貨エキスパートアドバイザー AI センチメント分析搭載 相関通貨ペア間のポートフォリオ分散のためのマルチペア平均回帰戦略。 初めて AOT をテストしますか?     まず   固定ロットサイズ設定 から始めてください。固定ロットサイズ 0.01 | ペアごとに単一ポジション | 高度な機能はオフ。 システムの動作を理解するための純粋な取引ロジック   です。 トラックレコードシグナル 詳細 設定ファイル名 説明 ミディアムリスク 2 Darwinex Zero、  口座サイズ  $100k Live – Set 2 リカバリー機能を有効化 (-500 ポイント) ミディアムリスク 1 ICMarketsSC、 口座サイズ $10,000 Live – Set 1 リカバリー機能を有効化 (+500 ポイント) ハイリスク Exness、 口座サイズ   $2,000 Personal Set リカバリー機能を無効化。相関フィルターを有効化。SPS を有効化 重要! 購入後、インストールマニュアルと設定手順を受け取るためにプライベートメッセージを送信してください。 リソ
Quantum King EA
Bogdan Ion Puscasu
4.97 (135)
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 は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Karat Killer
BLODSALGO LIMITED
3.87 (15)
純金の知性。徹底的に検証済み。 Karat Killer   は、使い回しのインジケーターと水増しされたバックテストを持つ、ありふれたゴールドEAではありません——XAUUSD専用に構築された   次世代機械学習システム   であり、機関投資家レベルの方法論で検証され、見せかけよりも実質を重視するトレーダーのために設計されています。 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サブスクリプション——無料プロフェッショナルダッシュボード(購入に含まれます) すべてのブローカーで動作します。推奨ブローカーについては   こちらのガイドをご確認ください。 ほとんどのEAが固定ルール、グリッド、またはマーチンゲール回復に頼る中、Kar
The Gold Phantom
Profalgo Limited
4.44 (18)
プロップファーム準備完了! --> すべてのセットファイルをダウンロード 警告: 現在の価格では残りわずかです! 最終価格: 990ドル 新着(399ドルから) :EAを1つ無料でお選びください!(取引口座番号は2つまで、UBSを除く私のEAのいずれか) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   ライブシグナル ライブシグナル2 !! ゴールドファントム登場!! The Gold Reaper の大成功に続き、その強力な兄弟機、 The Gold Phantom を ご紹介できることを大変誇りに思います。これは、同じ実戦テスト済みのエンジンをベースに構築された、純粋で無駄のないブレイクアウト システムですが、まったく新しい一連の戦略が盛り込まれています。 The Gold Reaper の非常に成功した基盤の上に構築された The Gold Phantom は 、 自動化された金取引をスムーズに実行します。 このEAは複数の時間枠で同時に動作するように設計されており、取引頻度を完全に制御できます。 非常に保守的な設定
Mad Turtle
Gennady Sergienko
4.52 (86)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて失う
Golden Hen EA
Taner Altinsoy
4.82 (51)
概要 Golden Hen EA は、 XAUUSD 専用に設計されたエキスパートアドバイザー(EA)です。異なる市場状況や時間枠(M5、M30、H2、H4、H6、H12、W1)でトリガーされる 9つ の独立した取引戦略を組み合わせて動作します。 EAは、エントリーとフィルターを自動的に管理するように設計されています。EAの中核となるロジックは、特定のシグナルを識別することに重点を置いています。Golden Hen EAは、 グリッド、マーチンゲール、またはナンピン(averaging)手法を使用しません 。 EAによって開かれるすべてのトレードは、事前に定義された ストップロス(Stop Loss) と テイクプロフィット(Take Profit) を使用します。 ライブシグナル   |   アナウンスチャンネル  | セットファイルをダウンロード v2.8 9つの戦略の概要 EAは複数の時間枠で同時にXAUUSDチャートを分析します: 戦略 1 (M30):   この戦略は、定義された弱気パターンの後に、潜在的な強気(bullish)反転シグナルを識別するために、直近のバーの特
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (503)
ご紹介     Quantum Empire 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バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) WARNING : 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポートとレ
Golden Mirage mt5
Michela Russo
4.58 (53)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
NOVA s7
Meta Sophie Agapova
5 (4)
NOVA s7 – 機関レベル適応型AIトレーディングエンジン NOVA s7 は、インテリジェントなアルゴリズム取引における次世代の進化形です。強力な DeepSeek AI フレームワークを基盤として構築されており、NOVA s7 は静的シグナルに反応するのではなく、市場の挙動を文脈的に解釈するよう設計されています。 従来のエキスパートアドバイザーとは異なり、NOVA s7 は市場構造、モメンタムの変化、ボラティリティ圧力、執行品質を、適応型マルチレイヤー知能システムを通じて継続的に評価します。 その結果、単なるスクリプトではなく、進化し続ける意思決定フレームワークのように振る舞うトレーディングエンジンとなっています。中核には Dynamic Context Matrix (DCM) があり、これはデータストリームを一貫した確率モデルへ統合する内部AIレイヤーです。 すべての潜在トレードは実行前にコンテキストスコアリングでフィルタリングされ、NOVA s7 は数量ではなく質の高いセットアップに集中します。 NOVA s7 はライブ市場フィードバックに基づき、内部の意思決定し
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — 25年以上の経験を持つ作者による、マーチンゲールやグリッドなしで任意の資産を取引するためのプロフェッショナルな取引アドバイザー。 トップアドバイザーのほとんどは上昇する金で動作します。テストでは見事に見えます...金が上昇している間は。ですが、トレンドが尽きたらどうなるでしょうか?誰があなたのデポジットを保護しますか?HTTP EAは永遠の上昇を信じていません — 変化する市場に適応し、投資ポートフォリオを広く分散し、デポジットを保護するために設計されています。それは、上昇、下落、横ばいのどのモードでも同様に成功する規律あるアルゴリズムです。プロのように取引します。HTTP EAは、リスクと時間の精密管理システムです。歴史上の美しいチャートでアドバイザーを選ばないでください。動作原理で選んでください。 資産 任意、購入後各々に専用の .set ファイル 時間足 M5-H4(アドバイザー設定で指定) 原則 動的価格不足ゾーンとの作業 デポジット $100 から。レバレッジ 1:25+ ブローカー 任意、ECN/Raw 低スプレッド
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1499ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 999 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。 Ultimate Breakout System は単なる EA
QuadCore X4 – マルチAIエキスパートアドバイザー 現在価格: 444$ 次の価格:644$  最終価格:1944$  シグナル: QuadCore X4 銘柄:XAUUSD レバレッジ:最小 1:20 最低入金額:100$ 時間足:M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) 市場分析:トレド、 構造、コンテキスト 取引判断: (BUY/SELL/HOLD) 判断: (SL / TP / スコア) 価格パターン、モメンタム、短期的な異常 テクニカルの明確性と可読性の評価 短期バイアス (bullish / bearish / neutral) 最終的な安全性・品質チェック アクティブフィルター: ニュース、市場フェーズ、  セットアップ 取引を能動的にブロック可能 上位市場環境の評価 明確性と可読性の評価 実行 / 見送りの判断を提供 QuadCore X4 は、4層のインテリジェンス・アーキテクチャに基づいて構築された、プロフェッショナルなAI搭載エキスパートアドバイザ
XAUUSD QUANTUM PRO EA (MT5) — MetaTrader 5用ゴールドXAUUSDエキスパートアドバイザー | BUY/SELL意思決定エンジン + 高度リスク管理 + ライブ監視ダッシュボード 特別ローンチ価格 — 一時的割引あり、期間限定オファー。 ライブシグナル: ここをクリック XAUUSD QUANTUM PRO EAを購入すると、Bitcoin Quantum Edge Algo または DAX40 Quantum Pro EAを無料で入手できる可能性があります。詳細はプライベートメッセージでお問い合わせください。 XAUUSD QUANTUM PRO EA は、MT5用に設計されたロボットで、唯一の目的は XAUUSDの自動取引をよりクリーンで、見やすく、コントロールしやすくする ことです。無闇に注文を増やすことはありません。正しい意思決定を 下すこと を目指しています。アプローチは現代的かつ革新的で、 BUY/SELL方向性スコアリング 、 マーケットフィルター 、 統合ダッシュボードによるリアルタイム監視 を採用しています。 XAUUSD EA
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
ライブシグナルが10%増加するごとに、Zenoxの独占権を維持し、戦略を保護するために価格が引き上げられます。最終価格は2,999ドルとなります。 ライブシグナル IC Markets口座、証明としてライブパフォーマンスをあなた自身の目でお確かめください! ユーザーマニュアルをダウンロード(英語) Zenoxは、トレンドを追跡し、16通貨ペアにリスクを分散する最先端のAIマルチペアスイングトレードロボットです。長年の開発努力により、強力な取引アルゴリズムが実現しました。 2000年から今日までの高品質なデータセットを使用しました。AIは最新の機械学習技術を用いてサーバー上でトレーニングされ、その後強化学習が行われました。このプロセスには数週間かかりましたが、結果は非常に印象的です。トレーニング期間は2000年から2020年までです。2020年から今日までのデータはOut Of Sampleです。複数年にわたるOut Of Sampleでこのレベルのパフォーマンスを達成できたことは異例です。これは、AIレイヤーが新しい市場状況に問題なく適応できることを証明しており、これは重要です。多
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2356149 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く 本エキスパートアドバイザーは、固定された実行パターンに従うのではなく、現在の市場環境に応じて挙動を調整する市場対応型システムとして設計されています。 この戦略は、市場構造が取引に参加するのに十分明確になる瞬間を特定することに重点を置いています。 これらの条件が満たされない場合、システムは意図的に取引を控え、資本保全と執行品質を優先します。 そのため、取引頻度は動的に変化します。 取引が一切行われない期間が発生することもあります。 一方で、市場条件が戦略の内部基準と一致している間は、一連の取引が行われる場合もあります。 本エキスパートアドバイザーは継続的な取引活動を目的としていません。 代わりに、選択性と市場状況に基づく意思決定を重視し、異なる市場局面に応じた対応を可能にしています。 リスク管理は
ORB Revolution
Haidar Lionel Haj Ali
5 (16)
ORB Revolution — MetaTrader 5 エキスパートアドバイザー ORB Revolution は、MetaTrader 5 用に設計された プロフェッショナル向けのオープニングレンジブレイクアウト(ORB)エキスパートアドバイザー であり、 規律あるリスク管理型の自動売買 を目的としています。機関レベルの基準をもとに構築されており、 資金保護 、 再現性のある執行 、および 透明性の高い意思決定ロジック を重視しています — 本格的なトレーダーやプロップファームのチャレンジ参加者に最適です。ORB Revolution は NETTING および HEDGING アカウント の両方に完全対応しており、過剰な取引、過度なリスク、またはプロップファームの失格につながるルール違反を防ぐための内部セーフガードを備えています。  警告: これは 期間限定 の価格です。次の25ライセンスまたは次回アップデートまでの限定価格となります!この価格で購入できるのは残りわずかです! EAのデフォルト設定はNasdaq向けです(リスクはご自身で調整してください)。ゴールドのプリセット
META i11
Meta Sophie Agapova
5 (19)
META i11 – ハイブリッド認知トレーディングシステム -  技術リファレンス META i11 は、完全に再設計されたハイブリッド認知アーキテクチャにより、META i7 および META i9 を凌駕する META シリーズの次なる進化段階を表します。 ニューラルネットワークやフラクタルシステムのみに依存するのではなく、META i11 は トライコア認知エンジン を導入し、内部の意思決定ロジックを自律的に分析・適応・再構築します。 この EA は、深層流動性マッピング、多層認知監視、そしてリアルタイムで取引行動を継続的に改善する新世代の自己修正システムを統合しています。 META i11 は、実行されるすべての取引ごとに、その知能を可視的かつ測定可能な形で拡張していきます。 バックテストで損失が表示されない理由: META i11 は 再帰的認知学習システム を使用し、各取引をミクロレベルで評価します。 アップグレードされた ニューラル・エラー免疫システム 2.0(NEIS-2) は、ボラティリティパターン、構造的非効率性、文脈的異常を保存します。 ある判断が損失につな
Syna
William Brandon Autry
5 (21)
Synaバージョン4のご紹介 - 世界初のエージェント型AI取引エコシステム Synaバージョン4をご紹介できることを嬉しく思います。 外国為替取引業界初の真のマルチEAエージェント調整システム です。この画期的なイノベーションにより、複数のエキスパートアドバイザーが、異なるMT5ターミナルとブローカー口座間で統一されたインテリジェンスネットワークとして動作することが可能になります - これは今まで小売外国為替取引に存在しなかった機能です。 SynaはAiQ、Mean Machine GPT、または複数のSyna自身とシームレスに連携し、EAが集合的知性を共有し、お互いの取引から学習し、ポートフォリオ全体で戦略を調整する協力的なエコシステムを作成します 。 バージョン3+のOpenAI、Anthropic、Gemini、X.ai(Grok)、Mistral、DeepSeek、Perplexity、およびOpenRouterの広範なモデルエコシステムへの直接APIアクセスに基づいて、 バージョン4は革命的なマスター-エージェントアーキテクチャを追加し、トレーダーが複数の口座間でどのよう
Royal Quant EA MT5
Irina Selivanevskaia
5 (4)
Royal Quant EA 神経予測と確率적リスク管理に基づく XAUUSD 定量的取引システム リアルタイム検証: システムの数学的効率は、公認ブローカーのリアルタイム取引口座(セント口座ではない)で確認されています。Royal Quant EA の運用活動と最新の統計は、次のリンクからリアルタイムで監視できます: https://www.mql5.com/en/signals/2354869 Royal Quant EA は、応用数学、統計分析、および機械学習の手法に基づいて開発された、特化型のアルゴリズム取引システムです。 このシステムは XAUUSD(ゴールド)市場のみを対象としています。Royal Quant のコンセプトは、市場の不確実性の制御と規律あるリスク管理を優先する安定した取引モデルの形成を中心に構築されています。 I. 分析および意思決定アーキテクチャ システムは多層パーセプトロン(Multilayer Perceptron)ニューラルネットワークモデルに基づいています。このアプローチにより、頻繁な手動最適化の必要性が最小限に抑えられます。 量より質(Quali
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
AI Gold Prime
Lo Thi Mai Loan
5 (13)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL:  https://www.mql5.com/en/signals/2360104 PROP FIRM READY :AI GOLD PRIME は Prop Firm 対応として完全に設計されています。すべての設定は EA 内に統合されており、外部の set ファイルは一切不要です。プリセットまたは戦略を選択し、適切なリスクレベルを設定するだけで運用できます。 PROMO: 現在の価格で残り3名分のコピー枠のみ 価格は 24 時間ごとに段階的に引き上げられ、最終的には 4,999.99 USD に到達する予定です。価格は予告なく変更される場合があります。 AI GOLD PRIME は、2 つのトップクラスのゴールド取引 EA である AI VEGA BOT および Golden Blitz と同一口座上で、安定かつ問題なく同時稼働します。 HOW TO USE THE AI (USER GUIDE) BACKTESTING GUID
作者のその他のプロダクト
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
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
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
# 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
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
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
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
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
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
フィルタ:
レビューなし
レビューに返信