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


Produits recommandés
Bohemia Gold MT5
Vladislav Taska
4.75 (4)
Bohemia Gold MT5 is  Trend & Volatility EA trading system designed specifically for Gold (XAUUSD) . It combines higher-timeframe trend filtering , trend detection , volatility-based SL management , and advanced trade management to adapt market conditions. It uses style logic focused on trend strength, volatility, and capital protection. NOTE:   Based on backtests, I found better trading results with the following setup: D1/H4/H2 (Trend/ADX/ATR & trade). The SET file can be downloaded here … bohe
FREE
Breakout Buffer
Andrew Muriithi Njeri
The   Breakout Buffer EA   is an automated trading system that leverages   Opening Range Breakout (ORB)   principles to trade price momentum during the first minutes of a session. It identifies key high and low levels at the market open to capture emerging trends. To ensure disciplined execution and risk management, the bot features customizable range inputs, daily filters (day of the week), and sophisticated trade controls such as   trailing stop-losses   and dynamic   lot sizing .
Atomic GBP FX
Michael Prescott Burney
Atomic GBP — Trading sophistiqué sur GBPUSD H1 Atomic GBP est un Expert Advisor (EA) de niveau professionnel, conçu spécifiquement pour le graphique GBPUSD H1. Il repose sur une analyse historique approfondie et une validation auprès de multiples courtiers. Ce système de trading hautement avancé est conçu pour naviguer dans la volatilité unique et le caractère propre à la paire GBPUSD. Atomic GBP est le fruit d'une recherche exhaustive exploitant 5 ans de données historiques de marché. En analys
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
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
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
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
Ratio X Stochastic Scalper — Advanced Stochastic Reversion EA for MT5 Learn More about Ratio X Systems: Source code and compiled EA: Reasons why the .mq5 file changes everything. Integrated MQL5 message filters: How to protect professional operating systems without DLLs? How can you build your own expert advisor (EA) brand using white-label trading software? MQL5 programming methods with ChatGPT and Claude Code (no development knowledge required) You will have unlimited access to all source co
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
Divergent Stochastic Filter II Catch Reversals Early, Filter Noise, Trade with Confidence The Edge: Why This Stochastic is Different  Every trader knows the Stochastic oscillator. But knowing when to trust its signals, that's the real challenge. The Divergent Stochastic Filter II transforms this classic indicator into a precision reversal detection system by adding critical elements: divergence intelligence, signal filtering and exhaustion detection.  While standard Stochastic oscillators fire s
Candle Perspective Structure Indicator MT5 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
Reversal Composite Candles
MetaQuotes Ltd.
3.67 (15)
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
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
Easy GOLD MT5
Franck Martin
3.88 (42)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
FiveStarFX Gold Reversal Edge Professional automated trading solution designed for structured execution and controlled risk management in the Gold market. Built for traders who value discipline, precision, and consistency. Key Features Fully automated trading One trade at a time (controlled exposure) Fixed Stop Loss and Take Profit Smart Break-Even protection Profit lock with buffer Step-based trailing management Spread protection system Works on any broker Trade Management The E
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
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
Manual Assistant MT5
Igor Kotlyarov
4.75 (4)
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
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
SolarTrade Suite Financial Robot: LaunchPad Market Expert - conçu pour ouvrir des transactions ! Il s'agit d'un robot de trading qui utilise des algorithmes spéciaux innovants et avancés pour calculer ses valeurs, votre assistant dans le monde des marchés financiers. Utilisez notre ensemble d'indicateurs de la série SolarTrade Suite pour mieux choisir le moment de lancer ce robot. Découvrez nos autres produits de la série SolarTrade Suite en bas de la description. Vous souhaitez naviguer en
Les acheteurs de ce produit ont également acheté
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (543)
Bonjour à tous les traders ! Je suis   Quantum Queen   , le joyau de la couronne de l'écosystème Quantum et le conseiller expert le mieux noté et le plus vendu de l'histoire de MQL5. Avec plus de 20 mois d'expérience en trading réel, j'ai acquis le titre incontesté de Reine de la paire XAUUSD. Ma spécialité ? L'OR. Ma mission ? Fournir des résultats de trading constants, précis et intelligents – encore et encore. IMPORTANT! After the purchase please send me a private message to receive the inst
Gold House MT5
Chen Jia Qi
3.79 (53)
Gold House — Systeme de Trading de Cassures Swing sur l'Or La version 2.0 a été publiée avec des améliorations significatives. Un ajustement de prix est prévu prochainement. Un accès anticipé est recommandé. 93   copies vendues — il n'en reste que 7. Profitez du prix le plus bas avant qu'il ne soit trop tard. Live signal: https://www.mql5.com/en/signals/2359124 Restez informe — rejoignez notre canal MQL5 pour les mises a jour et conseils de trading. Ouvrez le lien et cliquez sur le bouton "S'abo
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.3 (47)
Moins de trades. De meilleurs trades. La constance avant tout. • Signal en Direct Mode 1 Twister Pro EA est un Expert Advisor de scalping haute précision développé exclusivement pour XAUUSD (Or) sur le timeframe M15. Il trade moins — mais quand il le fait, c'est avec intention. Chaque entrée passe par 5 couches de validation indépendantes avant qu'un seul ordre ne soit placé, résultant en un taux de réussite extrêmement élevé sur la configuration par défaut. TROIS MODES : Mode 1 (recommandé)
Quantum King EA
Bogdan Ion Puscasu
4.98 (169)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
Quantum Valkyrie
Bogdan Ion Puscasu
4.78 (134)
Valkyrie Quantique - Précision.Discipline.Exécution Réduction       Prix.   Le prix augmentera de 50 $ à chaque tranche de 10 achats. Signal en direct :   CLIQUEZ ICI   Chaîne publique Quantum Valkyrie MQL5 :   CLIQUEZ ICI ***Achetez Quantum Valkyrie MT5 et vous pourriez obtenir Quantum Emperor ou Quantum Baron gratuitement !*** Contactez-nous en privé pour plus d'informations ! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup
Goldwave EA MT5
Shengzu Zhong
4.74 (34)
Compte de trading réel   LIVE SIGNAL (IC MARKETS) :  https://www.mql5.com/en/signals/2339082 Cet EA utilise exactement la même logique de trading et les mêmes règles d’exécution que le signal de trading en direct vérifié affiché sur MQL5.Lorsqu’il est utilisé avec les paramètres recommandés et optimisés, et avec un courtier ECN / RAW spread réputé (par exemple IC Markets ou TMGM) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la structure d
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM PRÊT !   (   télécharger SETFILE   ) WARNING : Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bienvenue chez le Faucheur d'Or ! S'appuyant sur le très réussi Goldtrade Pro, cet EA a été conçu pour fonctionner sur plusieurs périodes en même temps et a la possibilité de définir la fréquence d
Gold Snap
Chen Jia Qi
2.33 (3)
Gold Snap — Système de capture rapide des profits sur l’or Promotion de lancement — phase d’introduction limitée Gold Snap est actuellement disponible à un prix spécial de lancement. Le prix continuera d’augmenter lors des prochaines étapes, avec 999 $ comme prochain objectif majeur. Les premiers acheteurs bénéficieront du meilleur avantage tarifaire. Signal en direct : https://www.mql5.com/zh/signals/2362714 Afin d’éviter que les performances réelles ne soient affectées par des différences dan
Chiroptera
Rob Josephus Maria Janssen
5 (15)
Prop Firm Ready! Chiroptera is a multi-currency, single trade Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances caused by Tweets and other ad-ho
Full Throttle DMX
Stanislav Tomilov
5 (6)
Pleine puissance DMX - Une vraie stratégie,  de vrais résultats   Full Throttle DMX est un conseiller expert (EA) de trading multidevises conçu pour les paires EUR/USD, AUD/USD, NZD/USD, EUR/GBP et AUD/NZD. Ce système repose sur une approche de trading classique, utilisant des indicateurs techniques reconnus et une logique de marché éprouvée. L'EA intègre 10 stratégies indépendantes, chacune conçue pour identifier différentes conditions et opportunités de marché. Contrairement à de nombreux syst
Akali
Yahia Mohamed Hassan Mohamed
3.49 (73)
LIVE SIGNAL: Cliquez ici pour voir la performance en direct IMPORTANT : LISEZ D'ABORD LE GUIDE Il est essentiel que vous lisiez le guide de configuration avant d'utiliser cet EA pour comprendre les exigences du courtier, les modes de stratégie et l'approche intelligente. Cliquez ici pour lire le Guide Officiel Akali EA Vue d'ensemble Akali EA est un Expert Advisor de scalping de haute précision conçu spécifiquement pour l'Or (XAUUSD). Il utilise un algorithme de trailing stop extrêmement serré p
Ultimate Breakout System
Profalgo Limited
5 (32)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1499$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 999$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis heureux de vous présenter l'Ultimat
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.77 (122)
Quantum Bitcoin EA   : Il n'y a rien d'impossible, il s'agit simplement de trouver comment le faire ! Entrez dans le futur du trading   Bitcoin   avec   Quantum Bitcoin EA   , le dernier chef-d'œuvre de l'un des meilleurs vendeurs MQL5. Conçu pour les traders qui exigent performance, précision et stabilité, Quantum Bitcoin redéfinit ce qui est possible dans le monde volatil des crypto-monnaies. IMPORTANT !   Après l'achat, veuillez m'envoyer un message privé pour recevoir le manuel d'installa
Gold Trade Pro MT5
Profalgo Limited
4.3 (37)
Lancer la promo ! Plus que quelques exemplaires à 449$! Prochain prix : 599$ Prix ​​final : 999$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro rejoint le club des EA de Gold trading, mais avec un
The Gold Phantom
Profalgo Limited
4.55 (29)
PROP SOCIÉTÉ PRÊTE ! -->   TÉLÉCHARGEZ TOUS LES FICHIERS DU KIT AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ NOUVEAU (à partir de 399 $ seulement)   : Choisissez 1 EA gratuit ! (limité à 2 numéros de comptes de trading, tous mes EA sauf UBS) Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal en direct 2 !! LE FANTÔME D'OR EST LÀ !! Après l'immense succès de The Gold Reaper, je suis ext
Smart Owl FX
Ivan Bebikov
5 (3)
Smart Owl FX is a sophisticated multicurrency trading algorithm designed to operate with surgical precision during the quiet hours of the Asian session. While the market sleeps, the "Smart Owl" hunts for opportunities using advanced mean-reversion logic tailored for low-volatility periods. This Expert Advisor relies on market structure analysis rather than dangerous strategies like martingale or grid. Every trade is calculated to maximize statistical probability. Set File IC/Vantage/Tickmil..se
AI Gold Scalp Pro
Ho Tuan Thang
4.36 (11)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier obtient de la liquidité auprès de différents fournisseurs, créant des flux de données uniques. Les autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80%. SIGNAL EN DIRECT Canal de Trading Forex EA sur MQL5 : 
Syna
William Brandon Autry
5 (24)
Syna 5 – Intelligence Persistante. Mémoire Réelle. Intelligence de Trading Universelle. La plupart des outils d'IA répondent une fois et oublient tout. Ils vous laissent repartir de zéro encore et encore. Pas Syna 5. Il mémorise chaque conversation, chaque trade analysé, pourquoi il a agi, pourquoi il s'est abstenu, et comment le marché a réagi ensuite. Un contexte complet à chaque session. Une intelligence cumulative qui se renforce à chaque trade. Ce n'est pas un énième EA avec des fonctions
Beatrix Miner MT5
Azil Al Azizul
5 (1)
Introducing the Beatrix Series Expert Advisor, the Beatrix Miner MT5 EA. The Beatrix Miner MT5 EA performs analysis based on trend-following concepts using Bollinger Band and Moving Average indicators, as well as Price Action in executing trades. The analysis is also based on multi-timeframe analysis.  |        Live Signal         | |         IC_Markets_setfile         | Regarding the Setfile, the most important part to pay attention to is the Maximum Spread parameter. You may need to adjust thi
AI Gold Trading MT5
Ho Tuan Thang
3.93 (40)
VOUS VOULEZ LES MÊMES RÉSULTATS QUE MON SIGNAL EN DIRECT ?   Utilisez exactement les mêmes courtiers que moi :   IC MARKETS  &  I C TRADING .  Contrairement au marché boursier centralisé, le Forex n'a pas de flux de prix unique et unifié.  Chaque courtier s'approvisionne en liquidités auprès de différents fournisseurs, créant ainsi des flux de données uniques. D'autres courtiers ne peuvent atteindre qu'une performance de trading équivalente à 60-80 %     Chaîne Forex EA Trading sur MQL5 :  Rejoi
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.5 (8)
"GoldBaron" est un robot de trading entièrement automatique conçu pour le trading d'or (XAUUSD). Pour 6 mois de négociation sur un compte réel, l'expert a pu gagner 2000% de profit. Chaque mois, l'expert gagnait plus de 60%. Il suffit d'installer un expert commercial sur le graphique horaire (H1) de XAUUSD et de voir le pouvoir de prédire les prix futurs de l'or. Pour un début agressif assez 200$. Dépôt recommandé de 500$. Assurez-vous d'utiliser des comptes de couverture. Il y a un an, nous avo
Qyra Mt5
Hicham Chergui
5 (5)
Note importante : Afin d’assurer une transparence totale, je fournis un accès au compte investisseur réel lié à cet EA, vous permettant de surveiller ses performances en temps réel sans aucune manipulation. En 10 jours de trading, un profit de 50 % du capital a été réalisé. Le prix actuel de 199 USD est une offre de lancement limitée, et il sera augmenté après la vente de 10 copies ou lors de la prochaine mise à jour. Obtenir votre copie maintenant garantit un accès à vie à ce prix réduit, неза
Agera
Anton Kondratev
3.2 (10)
AGERA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :    
Queen Strategies Empire
DRT Circle
4.82 (17)
Queen Strategies Empire – Conseiller expert Présentation Queen Strategies Empire est un Expert Advisor multi-stratégies comprenant 7 modes indépendants, chacun basé sur un concept de trading différent. Chaque mode possède sa propre logique d'entrée, sa gestion des transactions et sa structure de SL et TP, permettant ainsi de combiner plusieurs approches algorithmiques au sein d'un même système. Avertissement : Lors de l’utilisation de plusieurs stratégies ensemble, utilisez la même taille de l
Wave Rider EA MT5
Adam Hrncir
5 (16)
Scalper speed with sniper entries. Built for Gold. Last (10) copies at  349 USD  |   final   price  499  USD Check the Live signal  or Manual Hybrid scalper combining scalping speed with single position or intelligent recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry confirmation) to only e
AI Gold Sniper MT5
Ho Tuan Thang
3.82 (68)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Mad Turtle
Gennady Sergienko
4.51 (89)
Symbole XAUUSD (Or / Dollar américain) Période (unité de temps) H1-M15 (au choix) Prise en charge des trades uniques OUI Dépôt minimum 500 USD (ou équivalent dans une autre devise) Compatible avec tous les brokers OUI (prise en charge des cotations à 2 ou 3 décimales, de toute devise de compte, symbole ou fuseau horaire GMT) Fonctionne sans configuration préalable OUI Si vous vous intéressez à l’apprentissage automatique, abonnez-vous à la chaîne : S’abonner ! Caractéristiques principales du
Rixa
Anton Kondratev
RIXA   est un EA ouvert entièrement automatisé et à multiples facettes pour identifier les vulnérabilités du marché de l'OR ! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  Tickmill REAL   :   https://www.mql5.com/en/signals/2369893 RIXA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Default       Setti
Gold Neuron
Vasiliy Strukov
5 (11)
Gold Neuron Système de trading multi-stratégies avancé pour XAUUSD Remarque : activez « Toutes les stratégies » dans les paramètres. Le robot de trading analysera le marché pour trouver la meilleure stratégie en fonction des conditions actuelles. Solde minimum recommandé : 300 $ pour 0,01 lot Exemple : 0,02 lot pour un solde de 600 $, etc. Gold Neuron EA est un Expert Advisor professionnel multi-stratégies conçu spécifiquement pour le trading de l'or (XAUUSD) sur l'unité de temps M15. Ce système
Aot
Thi Ngoc Tram Le
4.79 (108)
Expert Advisor Multi-Devises AOT avec Analyse de Sentiment par IA Stratégie de retour à la moyenne multi-paires pour la diversification de portefeuille sur des paires de devises corrélées. Première fois que vous testez AOT ?     Commencez avec les   paramètres de taille de lot fixe , Lot fixe 0,01 | Une seule position par paire | Fonctions avancées désactivées. Logique de trading brute   pour comprendre le comportement du système. Signal du Track Record Détail Nom du fichier de configuration Des
Plus de l'auteur
SMC Workflow Auto EA
Choawana Malaikitsanachalee
English – Product Description (V1.42) SMC Workflow Auto EA — SR / OB / FVG with BOS–CHOCH Confirmation Smart-Money-Concepts Expert Advisor that trades only when a clean SMC setup appears: Order-Block retest after Break of Structure (BOS / CHOCH) confirmation, with optional SR and Fair Value Gap (FVG) confluence. The EA uses pending limit orders, fixed SL/TP or RR-based exits, step-lock trailing and strict risk-controls designed to pass broker validation. What it does Detects swing structure usi
FREE
Fibonacci Retracement EA
Choawana Malaikitsanachalee
Introducing the "Fibonacci Retracement EA": A free, educational tool designed for new and aspiring traders. This Expert Advisor helps you understand a classic trading strategy by visually demonstrating its logic directly on your chart. It is based on a simple yet effective trend-following strategy. It uses the "EMA200" as a filter to determine the main trend (uptrend or downtrend). It then waits for the price to retrace to a specific "Fibonacci level" (default is 61.8%) before opening an order.
FREE
MTM 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
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
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
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
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
Filtrer:
Aucun avis
Répondre à l'avis