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
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
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
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
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.38 (56)
Grid Scalper MA MT5 EA Step into the fast lane of forex trading with Grid Scalper MA MT5 EA , a powerhouse expert advisor crafted for MetaTrader 5 that turns market volatility into your playground. This isn’t your average EA—it’s a precision scalping machine driven by a dynamic grid trading strategy, blending razor-sharp Moving Average (MA) crossover signals with a robust set of customizable features. Whether you’re a scalper hunting quick pips or a strategist riding market waves, this EA deli
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
FREE
Candle Perspective Structure Indicator MT5 is a simple indicator that defines and displays the candlestick structure of the market. This indicator will suit both experienced traders and beginners who find it difficult to follow the structure visually. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual strategies automation services or indicator development/conversion services at 4xDev
FREE
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
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
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
Les acheteurs de ce produit ont également acheté
Quantum Valkyrie
Bogdan Ion Puscasu
4.96 (99)
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
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (477)
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
Akali
Yahia Mohamed Hassan Mohamed
4.89 (27)
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
AI Gold Trading MT5
Ho Tuan Thang
5 (29)
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 %     SIGNAL EN DIRECT IC MARKETS :  https://ww
AI Gold Scalp Pro
Ho Tuan Thang
5 (6)
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 : 
Quantum King EA
Bogdan Ion Puscasu
4.97 (147)
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
Gold House MT5
Chen Jia Qi
5 (21)
Gold House — Systeme de Trading de Cassures Swing sur l'Or Promotion de lancement — Limité à 100 exemplaires Seules 100 copies seront vendues au prix de lancement. Après 100 copies, le prix passe directement à $999 . Le prix augmente également de $50 toutes les 24 heures. 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 co
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
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
Aot
Thi Ngoc Tram Le
4.85 (95)
AOT Conseiller Expert Multi-Devises avec Analyse de Sentiment IA Stratégie de retour à la moyenne multi-paires pour la diversification de portefeuille sur des paires de devises corrélées. Vous testez AOT pour la première fois ?     Commencez avec les   paramètres de taille de lot fixe , Taille de lot fixe 0.01 | Position unique par paire | Fonctionnalités avancées désactivées. Logique de trading pure   pour comprendre le comportement du système. Signal de performance vérifiée Détail Nom du Fichi
Goldwave EA MT5
Shengzu Zhong
4.62 (21)
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 EC Markets) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la struc
Agera
Anton Kondratev
5 (2)
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 Signal Real :     https://www.mql5.com/en/signals/2361808 Default       Settin
Ultimate Breakout System
Profalgo Limited
5 (30)
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
Karat Killer
BLODSALGO LIMITED
4.59 (22)
Intelligence Or Pur. Validé Jusqu'au Noyau. Karat Killer   n'est pas un énième EA sur l'or avec des indicateurs recyclés et des backtests gonflés — c'est un   système de machine learning de nouvelle génération   construit exclusivement pour XAUUSD, validé avec une méthodologie de grade institutionnel et conçu pour les traders qui valorisent la substance plutôt que le spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest pri
Syna
William Brandon Autry
5 (22)
Présentation de Syna 5 – Une Intelligence Persistante avec une Vraie Mémoire Nous avons lancé cette révolution fin 2024 avec Mean Machine. L'un des tout premiers systèmes à apporter une véritable IA de frontière dans le trading de détail en direct. Aujourd'hui, nous franchissons le prochain pas de géant. Syna 5 possède une véritable mémoire persistante. Il conserve le contexte complet à travers chaque session. Se souvenant de chaque conversation, de chaque trade analysé, du raisonnement exact d
Mad Turtle
Gennady Sergienko
4.52 (85)
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 pr
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2356149 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Cet Expert Advisor a été conçu comme un système sensible au contexte du marché, capable d’adapter son comportement en fonction des conditions de trading en vigueur, plutôt que de suivre un schéma d’ex
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
Golden Hen EA
Taner Altinsoy
4.77 (53)
Aperçu Golden Hen EA est un Expert Advisor conçu spécifiquement pour le XAUUSD (Or). Il fonctionne en combinant neuf stratégies de trading indépendantes, chacune déclenchée par des conditions de marché et des unités de temps spécifiques (M5, M30, H2, H4, H6, H12, W1). L'EA est conçu pour gérer ses entrées et ses filtres automatiquement. La logique de base de l'EA se concentre sur l'identification de signaux précis. Golden Hen EA n'utilise pas de techniques de grille (grid), de martingale ou de
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (503)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
Zeno
Anton Kondratev
5 (2)
ZENO EA   est un ouvert multidevises, flexible, entièrement automatisé et à multiples facettes permettant d'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  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide Signaux Remboursement du courtier
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — un conseiller de trading professionnel pour trader n'importe quel actif sans martingale ni grilles de l'auteur avec plus de 25 ans d'expérience. La plupart des conseillers top fonctionnent avec l'or en hausse. Ils paraissent brillants dans les tests... tant que l'or monte. Mais que se passe-t-il quand la tendance s'épuise ? Qui protège votre dépôt ? HTTP EA ne croit pas à une croissance éternelle — il s'adapte au marché changeant et est conçu pour diversifier largeme
Aura Ultimate EA
Stanislav Tomilov
4.8 (101)
Aura Ultimate — Le summum du trading basé sur les réseaux neuronaux et la voie vers la liberté financière. Aura Ultimate représente la prochaine étape de l'évolution de la famille Aura : une synthèse d'une architecture d'IA de pointe, d'une intelligence adaptative au marché et d'une précision maîtrisée. S'appuyant sur l'ADN éprouvé d'Aura Black Edition et d'Aura Neuron, elle va plus loin en fusionnant leurs atouts au sein d'un écosystème multi-stratégies unifié, tout en introduisant une couche
The Gold Phantom
Profalgo Limited
4.47 (19)
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
XIRO Robot MT5
MQL TOOLS SL
5 (9)
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
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD pour MetaTrader 5 | Moteur de Décision Scoring BUY/SELL + Gestion du Risque Avancée + Supervision Dashboard Live PRIX DE LANCEMENT SPÉCIAL avec réduction temporaire — Offre valable pour une durée limitée. Achetez XAUUSD QUANTUM PRO EA et vous pourriez obtenir Bitcoin Quantum Edge Algo ou DAX40 Quantum Pro EA gratuitement. Contactez-nous en privé pour plus d'informations. XAUUSD QUANTUM PRO EA est un robot MT5 pensé pour une seule chose : r
Nano Machine
William Brandon Autry
5 (5)
Nano Machine GPT - ADN IA phare dans un système compact et entièrement capable Nano Machine GPT est construit par le même développeur derrière Mean Machine GPT, AiQ et Syna, des systèmes qui ont aidé à établir la norme pour l'utilisation authentique de l'IA dans le trading forex. Il est conçu comme un système de trading principal entièrement capable à part entière, et non comme une version simplifiée ou restreinte de mes autres produits. Nano Machine GPT se concentre sur un avantage différent: l
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
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
Golden Mirage mt5
Michela Russo
4.7 (60)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
ORB Revolution
Haidar Lionel Haj Ali
5 (17)
ORB Revolution — Expert Advisor MetaTrader 5 ORB Revolution est un Expert Advisor professionnel basé sur l’Opening Range Breakout (ORB) pour MetaTrader 5, conçu pour un trading automatisé discipliné avec gestion du risque . Développé selon des standards institutionnels, ce système met l’accent sur la protection du capital , une exécution reproductible et une logique de décision transparente — idéal pour les traders sérieux et les participants aux évaluations de prop firms. ORB Revolution est ent
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
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
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
PA Scoring Expert Advisor
Choawana Malaikitsanachalee
Description (English) PA Scoring EA — Ready for Real Trading, Simple to Operate Built and maintained by a solo developer. If you find it useful, please Like/Share to support future updates ️ Key Features Automated entries from price-behavior signals filtered by a Trend Filter Flexible risk: Fixed lot (default) or Risk % per trade Profit locking with no SL rollback : start at Break-Even, then tighten via ATR/STEP/RATIO modes Works on Netting/Hedging accounts with netting-safe lot capping Va
FREE
Chameleon Trader
Choawana Malaikitsanachalee
2 (1)
Chameleon Hybrid Pro v2.14 - Professional Gold Trading Solution English Description Chameleon Hybrid Pro v2.14 is a professional-grade Expert Advisor (EA) specifically engineered for the Gold (XAUUSD) market. It features a proprietary "Hybrid Intelligence" strategy that merges long-term trend analysis with precision short-term execution. The "Hybrid Pro" Advantage Unlike standard EAs, Chameleon Hybrid Pro utilizes a dual-layer filtering system: Trend Guard (H1): Analyzes the primary mar
FREE
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
Filtrer:
Aucun avis
Répondre à l'avis