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


Prodotti consigliati
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 sofisticato su GBPUSD H1 Atomic GBP è un Expert Advisor (EA) di livello professionale, progettato specificamente per il grafico GBPUSD H1. Si basa su un'analisi storica approfondita e validazione su molteplici broker. Questo sistema di trading altamente avanzato è stato concepito per navigare la volatilità unica e le caratteristiche della coppia GBPUSD. Atomic GBP è il risultato di una ricerca esaustiva che sfrutta 5 anni di dati storici di mercato. Analizzando svariati scen
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
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
Grid Scalper MA MT5 EA
Allan Munene Mutiiria
4.39 (57)
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
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
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
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
Overview Auto Fibo Trend Signal is a comprehensive analysis tool designed to support discretionary traders in market environment recognition and trade execution. Featuring an interactive on-chart dashboard, it allows for seamless control over multiple technical indicators and dynamic drawing tools. This indicator eliminates the need to constantly open the properties window, enabling flexible, real-time analysis directly on the chart. Key Features Interactive Dashboard The dedicated control pane
FREE
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 - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
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
Renato Takahashi
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
Gli utenti di questo prodotto hanno anche acquistato
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (484)
Ciao, trader! Sono   Quantum Queen   , il fiore all'occhiello dell'intero ecosistema Quantum e l'Expert Advisor più quotata e venduta nella storia di MQL5. Con una comprovata esperienza di oltre 20 mesi di trading live, mi sono guadagnata il posto di Regina indiscussa di XAUUSD. La mia specialità? L'ORO. La mia missione? Fornire risultati di trading coerenti, precisi e intelligenti, ancora e ancora. IMPORTANT! After the purchase please send me a private message to receive the installation manua
Quantum Valkyrie
Bogdan Ion Puscasu
4.83 (121)
Quantum Valkyrie - Precisione.Disciplina.Esecuzione Scontato       prezzo.   Il prezzo aumenterà di $ 50 ogni 10 acquisti. Segnale in diretta:   CLICCA QUI   Canale pubblico MQL5 di Quantum Valkyrie:   CLICCA QUI ***Acquista Quantum Valkyrie MT5 e potresti ottenere Quantum Emperor o Quantum Baron gratis!*** Chiedi in privato per maggiori dettagli! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Salve, comm
Akali
Yahia Mohamed Hassan Mohamed
4.97 (35)
LIVE SIGNAL: Clicca qui per vedere le prestazioni dal vivo IMPORTANTE: LEGGI PRIMA LA GUIDA È fondamentale leggere la guida alla configurazione prima di utilizzare questo EA per comprendere i requisiti del broker, le modalità della strategia e l'approccio intelligente. Clicca qui per leggere la Guida Ufficiale Akali EA Panoramica Akali EA è un Expert Advisor di scalping ad alta precisione progettato specificamente per l'Oro (XAUUSD). Utilizza un algoritmo di trailing stop estremamente stretto pe
AI Gold Trading MT5
Ho Tuan Thang
4.7 (33)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Utilizza gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico flusso di prezzi unificato.  Ogni broker attinge liquidità da fornitori diversi, creando flussi di dati unici. Altri broker possono raggiungere solo una performance di trading equivalente al 60-80%.     SEGNALE LIVE IC MARKETS:  https://www.mql5.com/en/signals/2344271       Canale Forex EA Trading su MQ
AI Gold Scalp Pro
Ho Tuan Thang
4.71 (7)
VUOI GLI STESSI RISULTATI DEL MIO SEGNALE LIVE?   Usa esattamente gli stessi broker che uso io:   IC MARKETS  &  I C TRADING .  A differenza del mercato azionario centralizzato, il Forex non ha un unico feed di prezzi unificato.  Ogni broker si procura liquidità da diversi fornitori, creando flussi di dati unici. Altri broker possono raggiungere solo prestazioni di trading equivalenti al 60-80%. SEGNALE LIVE Canale di Trading Forex EA su MQL5:  Unisciti al mio canale MQL5 per ricevere le mie ul
Goldwave EA MT5
Shengzu Zhong
4.65 (26)
Conto di trading reale   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Questo EA utilizza esattamente la stessa logica di trading e le stesse regole di esecuzione del segnale di trading live verificato mostrato su MQL5.Quando viene utilizzato con le impostazioni consigliate e ottimizzate, e con un broker ECN / RAW spread affidabile (ad esempio IC Markets o EC Markets) , il comportamento di trading live di questo EA è progettato per allinearsi strettamente alla struttura del
Gold House MT5
Chen Jia Qi
5 (22)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANTE   : Questo pacchetto sarà venduto al prezzo corrente solo per un numero molto limitato di copie.    Il prezzo salirà a 1499$ molto velocemente    +100 strategie incluse   e altre in arrivo! BONUS   : A partire da un prezzo di 999$ --> scegli   gratuitamente 5    dei miei altri EA!  TUTTI I FILE IMPOSTATI GUIDA COMPLETA ALLA CONFIGURAZIONE E ALL'OTTIMIZZAZIONE GUIDA VIDEO SEGNALI LIVE RECENSIONE (terza parte) Benvenuti al SISTEMA DEFINITIVO DI BREAKOUT! Sono lieto di presentare l'Ul
Quantum King EA
Bogdan Ion Puscasu
4.97 (149)
Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT4:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT5 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Gestisci   le tue attività di trading con precisione
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PUNTELLO AZIENDA PRONTO!   (   scarica SETFILE   ) WARNING : Sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Benvenuti al Mietitore d'Oro! Basato sul Goldtrade Pro di grande successo, questo EA è stato progettato per funzionare su più intervalli di tempo contemporaneamente e ha la possibilità di impostare la frequ
Aot
Thi Ngoc Tram Le
4.86 (97)
AOT Expert Advisor Multi-Valuta con Analisi del Sentiment AI Strategia di ritorno alla media multi-coppia per la diversificazione del portafoglio su coppie di valute correlate. Testa AOT per la prima volta?     Inizia con le   impostazioni di dimensione lotto fisso , Dimensione lotto fisso 0.01 | Posizione singola per coppia | Funzioni avanzate disattivate. Logica di trading pura   per comprendere il comportamento del sistema. Segnale con storico verificato Dettaglio Nome File di Impostazione De
Agera
Anton Kondratev
5 (2)
AGERA   è un EA aperto completamente automatizzato e multiforme per l'identificazione delle vulnerabilità nel mercato dell'ORO! 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 :    
AI Gold Sniper MT5
Ho Tuan Thang
4.4 (58)
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
Full Throttle DMX
Stanislav Tomilov
5 (1)
Full Throttle DMX - Strategia reale,  Risultati reali   Full Throttle DMX è un consulente esperto di trading multivaluta progettato per operare con le coppie di valute EURUSD, AUDUSD, NZDUSD, EURGBP e AUDNZD. Il sistema si basa su un approccio di trading classico, utilizzando indicatori tecnici noti e una logica di mercato comprovata. L'EA contiene 10 strategie indipendenti, ciascuna progettata per identificare diverse condizioni e opportunità di mercato. A differenza di molti moderni sistemi au
Nano Machine
William Brandon Autry
5 (7)
Nano Machine GPT Version 2 (Generation 2) – Intelligenza Persistente di Pullback Abbiamo avviato questo cambiamento alla fine del 2024 con Mean Machine, uno dei primissimi sistemi a portare una vera IA di frontiera nel trading retail forex dal vivo. Nano Machine GPT Version 2 è la prossima evoluzione in questa linea. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Nano Machine GPT Version 2 no. Ricorda ogni setup di pullback analizzato, ogni ingresso eseguito, ogni
Syna
William Brandon Autry
5 (24)
Syna 5 – Intelligenza Persistente. Memoria Reale. Intelligenza di Trading Universale. La maggior parte degli strumenti di IA risponde una volta e dimentica tutto. Ti lasciano a ricominciare da zero ancora e ancora. Syna 5 no. Ricorda ogni conversazione, ogni trade analizzato, perché ha agito, perché è rimasto in disparte e come il mercato ha reagito successivamente. Contesto completo in ogni sessione. Intelligenza cumulativa che si rafforza ad ogni trade. Questo non è l'ennesimo EA con funzioni
Karat Killer
BLODSALGO LIMITED
4.65 (26)
Pura Intelligenza sull'Oro. Validato Fino al Nucleo. Karat Killer   non è l'ennesimo EA sull'oro con indicatori riciclati e backtest gonfiati — è un   sistema di machine learning di nuova generazione   costruito esclusivamente per XAUUSD, validato con metodologia di grado istituzionale e progettato per trader che apprezzano la sostanza rispetto allo spettacolo. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before t
Mad Turtle
Gennady Sergienko
4.57 (86)
Simbolo XAUUSD (Oro / Dollaro USA) Periodo (intervallo di tempo) H1-M15 (qualsiasi) Supporto per operazioni singole SÌ Deposito minimo 500 USD (o equivalente in un’altra valuta) Compatibile con tutti i broker SÌ (supporta quotazioni a 2 o 3 cifre, qualsiasi valuta del conto, simbolo o fuso orario GMT) Funziona senza configurazione SÌ Se sei interessato al machine learning, iscriviti al canale: Iscriviti! Caratteristiche principali del progetto Mad Turtle: Vero apprendimento automatico Questo
GoldBaron XauUsd EA MT5
Mikhail Sergeev
4.2 (5)
"GoldBaron" è un robot di trading completamente automatico. Progettato per il commercio dell'oro (XAUUSD). Per 5 mesi di trading su un conto reale, l'esperto è stato in grado di guadagnare 1400% di profitto. Ogni mese, l'esperto ha guadagnato oltre il 60%. Basta impostare un esperto di trading sul grafico orario (H1) di XAUUSD e vedere il potere di prevedere i prezzi futuri dell'oro. Per un inizio aggressivo, sono sufficienti $ 200. Deposito consigliato da $ 500. Assicurati di utilizzare conti c
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — un consulente di trading professionale per negoziare qualsiasi asset senza martingala o griglie dall'autore con oltre 25 anni di esperienza. La maggior parte dei consulenti top lavora con l'oro in crescita. Appaiono brillanti nei test... finché l'oro sale. Ma cosa succede quando il trend si esaurisce? Chi proteggerà il tuo deposito? HTTP EA non crede nella crescita eterna — si adatta al mercato mutevole e è progettato per diversificare ampiamente il tuo portafoglio d
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (8)
Meno trade. Trade migliori. La costanza prima di tutto. • Segnale in Tempo Reale Modalità 1 Twister Pro EA è un Expert Advisor di scalping ad alta precisione sviluppato esclusivamente per XAUUSD (Oro) sul timeframe M15. Opera meno — ma quando opera, lo fa con uno scopo preciso. Ogni ingresso passa attraverso 5 livelli indipendenti di validazione prima che venga piazzato un singolo ordine, garantendo un tasso di precisione estremamente elevato con il SET predefinito. DUE MODALITÀ: Mode 1 (cons
XIRO Robot MT5
MQL TOOLS SL
5 (16)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
Promo lancio! Sono rimaste solo poche copie a 449$! Prossimo prezzo: 599$ Prezzo finale: 999$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto 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 si unisce al club degli EA che commerciano oro, ma con una gran
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 Presentazione di Bitcoin Scalping MT4/MT5 – L'EA intelligente per il trading di criptovalute PROMOZIONE DI LANCIO: Solo 3 copie rimaste al prezzo attuale! Prezzo finale: 3999.99 $ BONUS - ACQUISTA BITCOIN SCALPING A VITA E OBTIENI GRATUITAMENTE EA AI VEGA BOT (2 conti)
Shark Fx
Ihor Otkydach
5 (1)
SharkFX – Motore di Scalping di Precisione per MT5 SharkFX non è semplicemente un altro scalper. È un sistema intraday rapido e adattivo, progettato per i trader che comprendono che la costanza deriva da struttura, disciplina e un controllo intelligente del rischio — non da una logica di gioco d’azzardo. SEGNALE LIVE ISTRUZIONI PER L’UTENTE Per il test, utilizzare i file di set dalla pagina delle istruzioni ( link qui ) This trading bot is part of the   Intaradaysoft CORE INDEX ecosystem Intell
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate: l'apice del trading tramite reti neurali e il percorso verso la libertà finanziaria. Aura Ultimate rappresenta il prossimo passo evolutivo nella famiglia Aura: una sintesi di architettura AI all'avanguardia, intelligenza adattabile al mercato e precisione basata sul controllo del rischio. Basata sul DNA collaudato di Aura Black Edition e Aura Neuron, si spinge oltre, fondendo i loro punti di forza in un unico ecosistema multi-strategia unificato, introducendo al contempo un live
Gold Neuron
Vasiliy Strukov
5 (2)
Gold Neuron Sistema di trading multistrategia avanzato per XAUUSD Nota bene: abilita "Tutte le strategie" nelle impostazioni, poiché l'EA analizzerà il mercato per individuare la strategia migliore nelle condizioni attuali! Saldo minimo consigliato: $200 per 0,01 lotti Esempio: 0,02 lotti per un saldo di $400, ecc. Gold Neuron EA è un Expert Advisor professionale multi-strategia progettato specificamente per il trading sull'oro (XAUUSD) sul timeframe M15. Il sistema integra 10 strategie di tradi
The Gold Phantom
Profalgo Limited
4.38 (21)
PROP FIRM PRONTO! -->   SCARICA TUTTI I FILE DEL SET AVVERTIMENTO: Ne sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ NOVITÀ (a partire da soli 399$)   : scegli 1 EA gratis! (limitato a 2 numeri di account commerciali, uno qualsiasi dei miei EA tranne UBS) Offerta Combo Definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Segnale in diretta Segnale in diretta 2 !! IL FANTASMA D'ORO È ARRIVATO !! Dopo l'enorme successo di The Gold Reaper, sono estr
Golden Hen EA
Taner Altinsoy
4.5 (56)
Panoramica Golden Hen EA è un Expert Advisor progettato specificamente per XAUUSD (Oro). Funziona combinando nove strategie di trading indipendenti, ognuna innescata da diverse condizioni di mercato e intervalli temporali (M5, M30, H2, H4, H6, H12, W1). L'EA è progettato per gestire automaticamente i suoi ingressi e i filtri. La logica principale dell'EA si concentra sull'identificazione di segnali specifici. Golden Hen EA non utilizza tecniche grid, martingala o di mediazione (averaging) . Tut
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2356149 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Questo Expert Advisor è stato progettato come un sistema reattivo al contesto di mercato, in grado di adattare il proprio comportamento alle condizioni di trading prevalenti, anziché seguire uno schema di esecuzione
Altri dall’autore
SMC Workflow Auto EA
Choawana Malaikitsanachalee
English – Product Description (V1.42) SMC Workflow Auto EA — SR / OB / FVG with BOS–CHOCH Confirmation Smart-Money-Concepts Expert Advisor that trades only when a clean SMC setup appears: Order-Block retest after Break of Structure (BOS / CHOCH) confirmation, with optional SR and Fair Value Gap (FVG) confluence. The EA uses pending limit orders, fixed SL/TP or RR-based exits, step-lock trailing and strict risk-controls designed to pass broker validation. What it does Detects swing structure usi
FREE
Fibonacci Retracement EA
Choawana Malaikitsanachalee
Introducing the "Fibonacci Retracement EA": A free, educational tool designed for new and aspiring traders. This Expert Advisor helps you understand a classic trading strategy by visually demonstrating its logic directly on your chart. It is based on a simple yet effective trend-following strategy. It uses the "EMA200" as a filter to determine the main trend (uptrend or downtrend). It then waits for the price to retrace to a specific "Fibonacci level" (default is 61.8%) before opening an order.
FREE
Gold Reversal Spike EA
Choawana Malaikitsanachalee
Gold Spike (v1.7) One‑trade‑per‑bar spike scalper for Gold (XAUUSD) — hard bar‑lock (positions + deals history), retcode‑based lot back‑off, stop‑level‑safe SL/TP, and a validator‑safe TEST preset built‑in. Overview (EN) Gold Spike hunts short momentum bursts ("spikes") and manages them with a step‑lock TP (no SL rollback). The EA focuses on clarity, safety, and Market validation compliance . Designed for: Gold symbols (XAUUSD/Gold) on M1–M15. Works on 4/5‑digit brokers, ECN, and netting/hedg
FREE
Regime Adaptive RR Trail
Choawana Malaikitsanachalee
# Regime Adaptive RR Trail (Validator-Safe Build) **Purpose.** A practical Expert Advisor for trend and range conditions with conservative risk controls, one-trade-per-bar enforcement, and RR step-lock trailing. Includes a Validator preset to pass MQL5 Market checks. --- ## What it does (high level) * Detects **market regime** (Trend / Range / Quiet / Volatile) and applies an appropriate **entry style**. * Enforces **1 trade per bar** (hard lock) to avoid over-trading and duplicates. * Allo
FREE
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
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
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
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
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
Filtro:
Nessuna recensione
Rispondi alla recensione