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


Produtos recomendados
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 — Negociação Sofisticada no GBPUSD H1 Atomic GBP é um Expert Advisor (EA) de nível profissional, projetado especificamente para o gráfico GBPUSD H1. Ele é construído sobre uma base sólida de análise histórica profunda e validação em múltiplos corretores. ​ Este sistema de trading avançado foi desenvolvido para navegar pela volatilidade única e características do par GBPUSD. Atomic GBP resulta de uma pesquisa exaustiva que utiliza 5 anos de dados históricos do mercado, analisando cenár
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
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)
A ideia do sistema é a identificação de padrões de reversão utilizando o cálculo de candles compostos. Os padrões de reversão são semelhantes aos padrões "Martelo" e o " Homem Enforcado " da análise candlestick Japonesa, porém ele usa candles compostos em vez de uma única barra e não precisa do pequeno corpo numa composição para confirmar a reversão. Os parâmetros de entrada: Range - número máximo de barras, utilizada no cálculo de composição dos candles compostos . Minimum - tamanho mínimo dos
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
O indicador cria cotações atuais, que podem ser comparadas com as históricas e, com base nisso, fazer uma previsão do movimento dos preços. O indicador possui um campo de texto para navegação rápida até a data desejada. Opções: Símbolo - seleção do símbolo que o indicador exibirá; SymbolPeriod - seleção do período do qual o indicador coletará dados; IndicatorColor - cor do indicador; HorisontalShift - deslocamento das cotações desenhadas pelo indicador pelo número especificado de barras; I
Easy GOLD MT5
Franck Martin
3.95 (41)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
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 - concebido para abrir negociações! Este é um robô comercial que utiliza algoritmos especiais inovadores e avançados para calcular os seus valores, o seu assistente no mundo dos mercados financeiros. Utilize o nosso conjunto de indicadores da série SolarTrade Suite para escolher melhor o momento de lançamento deste robô. Veja os nossos outros produtos da série SolarTrade Suite na parte inferior da descrição. Quer navegar com confiança
O indicador ROMAN5 Time Breakout desenha automaticamente caixas de suporte e resistência diárias para rompimentos. Ajuda o usuário a identificar o momento de comprar ou vender. Vem com um alerta sonoro sempre que um novo sinal aparece. Ele também possui a facilidade de enviar e-mail. O seu endereço de e-mail e configurações do servidor SMTP devem ser especificados na janela de configurações do guia "Email" no seu MetaTrader 5. Seta para cima azul = Comprar Seta para baixo vermelha = Vender. Você
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
Order Blocks Scalper
Allan Munene Mutiiria
4.33 (6)
The Order Blocks Scalper EA is a next-generation, fully automated trading tool that identifies and trades key order block zones with precision and speed. Designed for traders seeking consistent entries and exits, this EA harnesses advanced market structure analysis to detect consolidation ranges, breakouts, and impulsive price movements, enabling optimal trade execution. Key Features Smart Order Block Detection : Identifies bullish and bearish order blocks based on institutional order flow. Each
FREE
Os compradores deste produto também adquirem
Quantum Valkyrie
Bogdan Ion Puscasu
5 (68)
Quantum Valkyrie - Precisão.Disciplina.Execução. Com desconto       Preço.   O preço aumentará em US$ 50 a cada 10 compras. Sinal ao vivo:   CLIQUE AQUI   Canal público Quantum Valkyrie MQL5:   CLIQUE AQUI ***Compre Quantum Valkyrie MT5 e você poderá ganhar Quantum Emperor ou Quantum Baron de graça!*** Pergunte no privado para mais detalhes! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Olá, investidores
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (465)
Olá, traders! Sou   a Quantum Queen   , a joia da coroa de todo o ecossistema Quantum e a Expert Advisor mais bem avaliada e mais vendida da história do MQL5. Com um histórico comprovado de mais de 20 meses de negociação real, conquistei meu lugar como a indiscutível Rainha do XAUUSD. Minha especialidade? OURO. Minha missão? Entregar resultados de negociação consistentes, precisos e inteligentes — sempre. IMPORTANT! After the purchase please send me a private message to receive the installation
AI Gold Trading MT5
Ho Tuan Thang
5 (29)
QUER OS MESMOS RESULTADOS QUE O MEU SINAL AO VIVO?   Utilize as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Ao contrário do mercado de ações centralizado, o Forex não possui um fluxo de preços único e unificado.  Cada corretora obtém liquidez de diferentes provedores, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%.     SINAL AO VIVO IC MARKETS:  https://www.mql5.com/en/signals/2344271       Canal Forex EA Trad
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (53)
QUER OS MESMOS RESULTADOS DO MEU SINAL AO VIVO?   Use exatamente as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Diferente do mercado de ações centralizado, o Forex não tem um feed de preços único e unificado.  Cada corretora obtém liquidez de fornecedores diferentes, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%. SINAL AO VIVO Arquivo de Configuração Padrão (Mais de 10 meses de trading ao vivo):  https://www.
Akali
Yahia Mohamed Hassan Mohamed
5 (25)
LIVE SIGNAL: Clique aqui para ver o desempenho ao vivo IMPORTANTE: LEIA O GUIA PRIMEIRO É fundamental que leia o guia de configuração antes de usar este EA para entender os requisitos da corretora, os modos de estratégia e a abordagem inteligente. Clique aqui para ler o Guia Oficial do Akali EA Visão Geral Akali EA é um Expert Advisor de scalping de alta precisão projetado especificamente para Ouro (XAUUSD). Ele utiliza um algoritmo de trailing stop extremamente ajustado para garantir lucros ins
AI Gold Scalp Pro
Ho Tuan Thang
5 (4)
QUER OS MESMOS RESULTADOS DO MEU SINAL AO VIVO?   Use exatamente as mesmas corretoras que eu:   IC MARKETS  &  I C TRADING .  Diferente do mercado de ações centralizado, o Forex não tem um feed de preços único e unificado.  Cada corretora obtém liquidez de fornecedores diferentes, criando fluxos de dados únicos. Outras corretoras só conseguem atingir um desempenho de negociação equivalente a 60-80%. SINAL AO VIVO Canal de Trading Forex EA no MQL5:  Junte-se ao meu canal MQL5 para receber minhas
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
Conta de trading real   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Este EA utiliza exatamente a mesma lógica de trading e as mesmas regras de execução do sinal de trading ao vivo verificado exibido no MQL5.Quando utilizado com as configurações recomendadas e otimizadas, e com um corretor ECN / RAW spread de boa reputação (por exemplo, IC Markets ou EC Markets) , o comportamento de trading ao vivo deste EA foi projetado para alinhar-se de forma muito próxima à estrutura d
Gold House MT5
Chen Jia Qi
5 (17)
Gold House — Sistema de Trading de Rompimentos Swing em Ouro Promoção de lançamento — Limitado a 100 cópias Apenas 100 cópias serão vendidas ao preço de lançamento. Após 100 cópias, o preço sobe diretamente para $999 . O preço também aumenta $50 a cada 24 horas. 93   cópias vendidas — restam apenas 7. Garanta o menor preço antes que acabe. Live signal: https://www.mql5.com/en/signals/2359124 Fique atualizado — junte-se ao nosso canal MQL5 para atualizacoes e dicas de trading. Abra o link e cliqu
Aot
Thi Ngoc Tram Le
4.85 (92)
AOT Assessor Especialista Multi-Moeda com Análise de Sentimento IA Estratégia de reversão à média multi-pares para diversificação de portfólio entre pares de moedas correlacionados. Primeira vez testando o AOT?     Comece com as   configurações de tamanho de lote fixo , Tamanho de lote fixo 0.01 | Posição única por par | Recursos avançados desativados. Lógica de negociação pura   para entender o comportamento do sistema. Sinal de histórico de desempenho Detalhe Nome do Arquivo de Configuração De
Karat Killer
BLODSALGO LIMITED
4.13 (16)
Inteligência Pura em Ouro. Validado até o Núcleo. Karat Killer   não é mais um EA de ouro com indicadores reciclados e backtests inflados — é um   sistema de machine learning de próxima geração   construído exclusivamente para XAUUSD, validado com metodologia de grau institucional e projetado para traders que valorizam substância em vez de espetáculo. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next in
Quantum King EA
Bogdan Ion Puscasu
4.97 (136)
Quantum King EA — Poder Inteligente, Refinado para Cada Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Preço especial de lançamento Sinal ao vivo:       CLIQUE AQUI Versão MT4:   CLIQUE AQUI Canal Quantum King:       Clique aqui ***Compre o Quantum King MT5 e você poderá ganhar o Quantum StarMan de graça!*** Peça mais detalhes em particular! Controle   suas negociações com precisão e disciplina. O Q
Mad Turtle
Gennady Sergienko
4.52 (86)
Símbolo XAUUSD (Ouro/Dólar) Período (timeframe) H1-M15 (qualquer) Suporte para operação única SIM Depósito mínimo 500 USD (ou equivalente em outra moeda) Compatível com qualquer corretora SIM (suporta cotações de 2 ou 3 dígitos, qualquer moeda da conta, nome de símbolo e GMT) Funciona sem configuração prévia SIM Se você se interessa por aprendizado de máquina, inscreva-se no canal: Inscrever-se! Principais Características do Projeto Mad Turtle: Aprendizado de Máquina Real Este Expert Advisor
Golden Hen EA
Taner Altinsoy
4.77 (52)
Visão Geral Golden Hen EA é um Expert Advisor (Robô de Investimento) projetado especificamente para XAUUSD . Ele opera combinando nove estratégias de negociação independentes, cada uma acionada por diferentes condições de mercado e tempos gráficos (M5, M30, H2, H4, H6, H12, W1). O EA foi projetado para gerenciar suas entradas e filtros automaticamente. A lógica central do EA foca na identificação de sinais específicos. O Golden Hen EA não utiliza técnicas de grade (grid), martingale ou preço mé
NOVA s7
Meta Sophie Agapova
5 (6)
NOVA s7 – Motor de Trading AI Adaptativo Institucional NOVA s7 representa o próximo passo evolutivo no trading algorítmico inteligente. Construído sobre a poderosa estrutura DeepSeek AI, o NOVA s7 foi projetado para interpretar o comportamento do mercado de forma contextual, em vez de reagir a sinais estáticos. Ao contrário dos Expert Advisors convencionais, o NOVA s7 avalia continuamente a estrutura do mercado, mudanças de momentum, pressão de volatilidade e qualidade de execução através de um
The Gold Phantom
Profalgo Limited
4.44 (18)
PRODUÇÃO PRONTA! -->   BAIXE TODOS OS ARQUIVOS DO CONJUNTO AVISO: Restam apenas alguns exemplares ao preço atual! Preço final: US$ 990 NOVO (a partir de US$ 399)   : Escolha 1 EA grátis! (limitado a 2 números de contas de negociação, qualquer um dos meus EAs, exceto UBS) Oferta imperdível     ->     clique aqui PARTICIPE DO GRUPO PÚBLICO:   Clique aqui   Sinal ao vivo Sinal ao vivo 2 !! O FANTASMA DOURADO CHEGOU !! Após o enorme sucesso de The Gold Reaper, tenho muito orgulho de apresentar s
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM PRONTO!   (   baixar SETFILE   ) WARNING : Restam apenas algumas cópias pelo preço atual! Preço final: 990$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bem-vindo ao Ceifador de Ouro! Baseado no muito bem-sucedido Goldtrade Pro, este EA foi projetado para funcionar em vários períodos de tempo ao mesmo tempo e tem a opção de definir a frequência de negoci
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — um consultor de trading profissional para negociar qualquer ativo sem martingale ou grades do autor com mais de 25 anos de experiência. A maioria dos consultores top trabalha com ouro em alta. Eles parecem brilhantes nos testes... enquanto o ouro sobe. Mas o que acontece quando a tendência se esgota? Quem protegerá seu depósito? HTTP EA não acredita em crescimento eterno — ele se adapta ao mercado em mudança e foi projetado para diversificar amplamente sua carteira d
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Sinal de negociação ao vivo Monitoramento público em tempo real da atividade de negociação: https://www.mql5.com/pt/signals/2356149 Informações oficiais Perfil do vendedor Canal oficial Manual do usuário Instruções de configuração e uso: Ver manual do usuário Este Expert Advisor foi desenvolvido como um sistema sensível ao contexto de mercado, capaz de ajustar seu comportamento de acordo com as condições predominantes, em vez de seguir um padrão fixo de execução. A estratégia concentra
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANTE   : Este pacote só será vendido pelo preço atual e por um número muito limitado de cópias.    O preço irá para US$ 1.499 muito rápido    +100 estratégias incluídas   e mais em breve! BÔNUS   : Por US$ 999 ou mais --> escolha  5     dos meus outros EAs de graça!  TODOS OS ARQUIVOS CONFIGURADOS GUIA COMPLETO DE CONFIGURAÇÃO E OTIMIZAÇÃO GUIA DE VÍDEO SINAIS AO VIVO REVISÃO (terceiros) Bem-vindo ao SISTEMA DE FUGA SUPREMO! Tenho o prazer de apresentar o Ultimate Breakout System, um Ex
Xauusd Quantum Pro EA
Ilies Zalegh
5 (10)
XAUUSD QUANTUM PRO EA (MT5) — Expert Advisor GOLD XAUUSD para MetaTrader 5 | Motor de Decisão BUY/SELL + Gestão Avançada de Risco + Dashboard Ao Vivo PREÇO DE LANÇAMENTO ESPECIAL com desconto temporário — Oferta válida por tempo limitado. Compre o XAUUSD QUANTUM PRO EA e você poderá obter Bitcoin Quantum Edge Algo ou DAX40 Quantum Pro EA gratuitamente. Entre em contato por mensagem privada para mais informações. XAUUSD QUANTUM PRO EA é um robô MT5 criado para um único objetivo: tornar o trading
Golden Mirage mt5
Michela Russo
4.58 (53)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (503)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter  Quantum StarMan   de graça!*** Peça mais detalhes em particular
XIRO Robot MT5
MQL TOOLS SL
5 (7)
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
QuadCore X4
Oleg Volgin
5 (2)
QuadCore X4 – Expert Advisor Multi-IA Preço atual: 444$ Próximo preço: 644$  Preço final: 1944$  Sinal: QuadCore X4 Símbolo: XAUUSD Alavancagem: mín. 1:20 Depósito: mín. 100$ Timeframe: M30 OpenAI (GPT 5.2) DeepSeek (V4) Claude (Opus 4.5) Gemini (2.5 Pr) Análise de mercado: tendência, estrutura, contexto Decisão de trade: (BUY / SELL / HOLD) Decisão: (SL / TP / Score) Padrões de preço, momentum e anomalias de curto prazo Avaliação da clareza técnica e legibilidade Viés de curto prazo (bull
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
Cada vez que o sinal ao vivo aumentar em 10%, o preço será aumentado para manter a exclusividade da Zenox e proteger a estratégia. O preço final será de US$ 2.999. Sinal ao vivo Conta IC Markets, veja o desempenho ao vivo como prova! Baixar manual do usuário (inglês) O Zenox é um robô de swing trading multipar com IA de última geração que acompanha tendências e diversifica o risco em dezesseis pares de moedas. Anos de desenvolvimento dedicado resultaram em um algoritmo de negociação poderoso.
Syna
William Brandon Autry
5 (21)
Apresentando Syna Versão 4 - O Primeiro Ecossistema de Trading Agêntico com IA do Mundo Tenho o prazer de apresentar Syna Versão 4, o primeiro sistema verdadeiro de coordenação multi-EA agêntico da indústria de trading forex . Esta inovação revolucionária permite que múltiplos Assessores Especialistas operem como uma rede de inteligência unificada em diferentes terminais MT5 e contas de corretora - uma capacidade que nunca existiu no trading forex de varejo até agora. Syna funciona perfeitament
Zeno
Anton Kondratev
5 (1)
ZENO EA   é um EA aberto, multicurrency, flexível, totalmente automatizado e multifacetado para identificar vulnerabilidades no mercado de OURO! 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 Sinais Reembolso de corretora sem comissão Atua
ORB Revolution
Haidar Lionel Haj Ali
5 (17)
ORB Revolution — Expert Advisor para MetaTrader 5 ORB Revolution é um Expert Advisor profissional baseado em Opening Range Breakout (ORB) para MetaTrader 5, projetado para trading automatizado disciplinado e com controle de risco . Desenvolvido com padrões institucionais, este sistema prioriza a proteção de capital , a execução consistente e uma lógica de decisão transparente — ideal para traders sérios e participantes de desafios de prop firms. O ORB Revolution suporta totalmente contas NETTING
AI Gold Prime
Lo Thi Mai Loan
5 (14)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL:  https://www.mql5.com/en/signals/2360104 PROP FIRM READY : AI GOLD PRIME está totalmente preparado para operar com Prop Firms. Todas as configurações estão completamente integradas; não são necessários arquivos set externos. Basta selecionar um preset ou estratégia e definir um nível de risco apropriado. PROMO: Restam apenas 3 copiadores ao preço atual O preço será ajustado de forma programada a cada 24 horas até atingi
Wave Rider EA MT5
Adam Hrncir
5 (1)
Scalper Speed. Grid Safety. Built for Gold. Limited price: 189 USD   |  249  USD next week Hybrid grid-scalper combining scalping speed with intelligent grid recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | Progressive grid spacing | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. This is not a blind grid . This is not a random scalper . Wave Rider uses triple timeframe analysis (H1 trend + M15/M30 entry
Mais do autor
SMC Workflow Auto EA
Choawana Malaikitsanachalee
English – Product Description (V1.42) SMC Workflow Auto EA — SR / OB / FVG with BOS–CHOCH Confirmation Smart-Money-Concepts Expert Advisor that trades only when a clean SMC setup appears: Order-Block retest after Break of Structure (BOS / CHOCH) confirmation, with optional SR and Fair Value Gap (FVG) confluence. The EA uses pending limit orders, fixed SL/TP or RR-based exits, step-lock trailing and strict risk-controls designed to pass broker validation. What it does Detects swing structure usi
FREE
Gold Reversal Spike EA
Choawana Malaikitsanachalee
Gold Spike (v1.7) One‑trade‑per‑bar spike scalper for Gold (XAUUSD) — hard bar‑lock (positions + deals history), retcode‑based lot back‑off, stop‑level‑safe SL/TP, and a validator‑safe TEST preset built‑in. Overview (EN) Gold Spike hunts short momentum bursts ("spikes") and manages them with a step‑lock TP (no SL rollback). The EA focuses on clarity, safety, and Market validation compliance . Designed for: Gold symbols (XAUUSD/Gold) on M1–M15. Works on 4/5‑digit brokers, ECN, and netting/hedg
FREE
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
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
Filtro:
Sem comentários
Responder ao comentário