TraderAi Algorithmic trading

AI Trading Agent – AI-Powered Expert Advisor for MetaTrader 5

AI Trading Agent is a MetaTrader 5 Expert Advisor that uses machine learning and current large language models (LLMs) to analyze live market data and execute trades automatically.

Instead of hard-coding every trading rule, you can describe your strategy, entry conditions, position-management rules, and risk constraints using a natural-language prompt. The AI model evaluates the supplied market information and returns structured trading actions that the EA can execute on your selected trading account.

The latest release connects through OpenRouter, NVIDIA, and Router9. These providers give you access to many model families through OpenAI-compatible APIs, including models from OpenAI, Anthropic, Google, DeepSeek, Meta, Mistral, Qwen, Moonshot AI, NVIDIA, and other developers as they become available.

This may include new-generation models such as:

  • Anthropic Claude Fable 5

  • ChatGPT 5.6 Sol

  • Qwen 3.8

  • Kimi K3

  • NVIDIA Nemotron models

Supported providers offer selected free models with daily limits, allowing you to test TraderAI without paying for API usage.

A model can only be used when the selected provider lists it and exposes a compatible text chat-completions endpoint.

Model availability, names, API identifiers, prices, context limits, rate limits, and free-tier access can change. Always copy the exact model ID from the selected provider’s current model catalog.

How AI Trading Agent Works

AI Trading Agent collects the market information enabled in the EA parameters and sends it to your selected AI model.

Depending on your configuration, the model can receive:

  • Current price information

  • Recent OHLC candlestick data

  • Bid and ask tick data

  • Market-depth information

  • Current positions

  • Trade-volume restrictions

  • Your custom strategy prompt

The model follows your instructions, evaluates the supplied market state, and returns structured trading actions.

These actions can include:

  • Opening buy or sell positions

  • Closing existing positions

  • Managing multiple positions

  • Applying your strategy to changing market conditions

This removes the need to manually copy market information into an AI application or manually execute every decision produced by the model.

AI output can be incorrect, incomplete, delayed, or inconsistent. Connecting the EA to a powerful model does not automatically create a profitable trading strategy. The effectiveness of the system depends heavily on prompt quality, model capability, market conditions, and risk configuration.

Always test your strategy on a demo account before using it with real funds.

Operating Modes

Standalone Mode

AI Mode is disabled by default.

When AI Mode is disabled, the EA operates as a standalone automated trading system. It uses its built-in support-and-resistance strategy and automatically calculates its Take Profit and Stop Loss levels.

This allows the EA to operate without depending on an external AI service.

AI Mode

When AI Mode is enabled, the built-in standalone trading action is bypassed. Trading decisions are then generated by the selected external AI model according to your prompt and market-data configuration.

In AI Mode, the model can analyze the supplied market state and execute trades directly on the selected trading account.

A valid provider, API key, model ID, and prompt configuration are required. Without a working AI configuration, the EA cannot obtain a decision and will not perform AI-generated trading actions.

Strategy Tester Limitation

External AI requests are not available inside the MetaTrader 5 Strategy Tester because of MetaTrader WebRequest restrictions.

This is a platform limitation and not a limitation imposed by the EA.

The AI functionality must therefore be evaluated on a live chart using a demo or real-time testing account. Use a demo account during initial prompt development and strategy validation.

EA Parameters

AI Configuration

Enable AI Mode

Enables or disables external AI-generated trading decisions.

  • false : use the EA’s built-in standalone trading strategy

  • true : use the selected AI provider and model for trading decisions

Enabling AI Mode bypasses the EA’s default standalone trading action.

AI Provider

Select the provider used to process AI requests:

  • OpenRouter

  • NVIDIA

  • Router9

The provider selected here must match the API key and model ID entered in the provider configuration.

Reasoning

Enable this option when using a model that supports or requires advanced reasoning functionality.

Some reasoning-focused models may use additional tokens and take longer to respond. Other models or providers may ignore or restrict this setting.

Do not enable it automatically for every model. Check the selected provider’s model documentation first.

Temperature

Controls the variation and randomness of the model’s output.

  • 0.1–0.3 : more consistent and conservative

  • 0.4–0.7 : balanced

  • 0.8–1.0 : more varied and experimental

Lower values are generally more suitable for repeatable, rule-based trading decisions.

The recommended starting value is 0.2 .

Some reasoning models or provider endpoints may ignore, limit, or reject the temperature parameter.

Max Tokens

Defines the maximum response-token budget requested from the provider.

A larger value allows the model to produce more detailed reasoning or more complex structured actions, but it may also increase:

  • Response time

  • API consumption

  • Provider cost

  • The possibility of unnecessary output

The exact interpretation of this parameter may vary between providers and models.

Execute On

Determines when the EA requests a new AI decision.

Bar

Requests a decision when a new completed candle becomes available on the selected chart timeframe.

This option generally produces fewer API calls and more stable decision intervals.

Tick

Requests decisions from incoming tick activity.

Tick mode can generate a very large number of API requests, especially on active symbols. This may quickly reach provider rate limits or increase usage charges.

Use Tick mode carefully and verify the provider’s request limits before enabling it.

Model Input Configuration

These parameters control which market information is supplied to the AI model.

Include OHLC

Includes recent candlestick data in the model input.

Each candlestick may contain:

  • Open

  • High

  • Low

  • Close

Candlestick data allows the model to evaluate price action, trends, ranges, support and resistance, and other chart structures.

Number of Past OHLC Data

Defines the number of previous candlesticks included when OHLC input is enabled.

Larger windows provide more historical context but consume more input tokens and may increase latency and cost.

Include Ticks

Includes recent bid and ask tick data in the model input.

Tick data can provide more detailed information about short-term price movement than completed candlesticks.

Number of Past Ticks

Defines how many previous tick records are included.

Large tick windows can significantly increase request size, token consumption, and response time.

Include Market Depth

Includes the current market-depth or order-book snapshot when it is available from the broker and symbol.

Market depth may not be supported for every symbol, broker, account type, or testing environment.

Trade Size Configuration

Minimum Trade Volume Size

Defines the smallest trade volume, in lots, that the AI is allowed to request.

Any requested volume below this value should not be accepted by the EA.

Maximum Trade Volume Size

Defines the largest trade volume, in lots, that the AI is allowed to request.

Use a conservative value, particularly when testing a new prompt or model.

Maximum Number of Concurrent Open Positions

Defines the maximum total number of positions the AI Trading Agent may keep open simultaneously.

This parameter helps restrict strategies that request multiple concurrent positions, including:

  • Grid strategies

  • Hedging strategies

  • Martingale-style strategies

  • Multi-entry trend strategies

  • Momentum or price-action scaling strategies

This restriction reduces exposure but does not eliminate trading risk.

Command Prompt

The Command Prompt defines the strategy, conditions, restrictions, and behavior expected from the AI model.

You can describe instructions such as:

  • When to enter a buy or sell trade

  • Which price-action patterns to consider

  • How many positions may be opened

  • When positions should be closed

  • Which market conditions must be avoided

  • How trade volume should be selected

  • How the model should respond when no valid setup exists

The model interprets these instructions together with the supplied market data.

A prompt should clearly define:

  1. The trading objective

  2. Entry conditions

  3. Exit conditions

  4. Position-management rules

  5. Risk restrictions

  6. Situations in which no trade should be opened

  7. The required response structure

Do not assume that the model will infer missing risk rules. Explicitly describe the expected behavior and test the prompt repeatedly on a demo account.

Using Prompt.txt

The EA automatically creates a Prompt.txt file inside the MetaTrader 5 Files directory.

This file can be used for prompts that are too long or complex to enter directly through the EA parameter window.

To load the prompt from Prompt.txt , leave the Command Prompt parameter empty. The EA will then use the content of the external prompt file.

Editing Prompt.txt

  1. Open MetaTrader 5.

  2. Select Tools.

  3. Open MetaQuotes Language Editor.

  4. In MetaEditor, open the Navigator panel.

  5. Expand Files.

  6. Open Prompt.txt .

  7. Edit and save your strategy prompt.

When the Navigator panel is not visible, select View → Navigator in MetaEditor.

Supported AI Providers

OpenRouter

OpenRouter provides access to many commercial and open-source model families through one API key and a unified model-naming system.

Model catalog:

https://openrouter.ai/models

Default model ID:

openai/gpt-oss-20b:free

Enter the exact model ID displayed in the OpenRouter catalog. OpenRouter model IDs commonly use the following format:

publisher/model-name

Some model IDs may also include a variant or pricing suffix such as:

:free

Examples may include:

  • moonshotai/kimi-k3

  • anthropic/claude-fable-5

  • nvidia/nemotron-3-ultra-550b-a55b:free

The availability of these examples is not guaranteed. Confirm each ID in the current OpenRouter catalog before using it.

NVIDIA

NVIDIA provides hosted NVIDIA NIM endpoints for supported text-generation and reasoning models.

Model catalog:

https://build.nvidia.com/models

Select a model that provides a Free Endpoint or another hosted API endpoint compatible with the EA.

Open the selected model’s page and copy the exact API model ID.

Not every entry in the NVIDIA catalog can be used by AI Trading Agent. The selected model must support compatible text-based chat or completion requests.

The following model types are not suitable:

  • Image-generation models

  • Audio models

  • Speech models

  • Embedding-only models

  • Reranking models

  • Downloadable-only models without a hosted API endpoint

NVIDIA model IDs may contain an organization prefix. Copy the complete ID exactly as displayed by NVIDIA.

Router9

Router9 provides access to supported models from multiple upstream AI providers through a single endpoint.

Model catalog:

https://www.router9.com/models

Enter the exact value displayed in the catalog’s Model ID column.

The catalog may show:

  • Model ID

  • Model family

  • Upstream provider

  • Context limit

  • Input and output pricing

  • Free-tier availability

  • Current model status

Do not use a display name when a separate API model ID is provided.

Provider API Configuration

Bring Your Own Key

AI Trading Agent does not bundle or resell AI access.

You must create an account with your selected provider, obtain an API key, and fund or configure the provider account as required.

Provider websites:

Provider usage limits, quotas, prices, free credits, and account requirements are controlled entirely by the provider.

Provider API Key

Enter the API key issued by the provider selected under AI Provider.

The key must belong to the selected provider.

For example, when OpenRouter is selected, enter an OpenRouter API key—not a direct OpenAI, Anthropic, Gemini, or DeepSeek key.

Provider Model Name

Enter the exact API model ID from the selected provider’s current model catalog.

Model IDs are:

  • Provider-specific

  • Usually case-sensitive

  • Different from consumer product or subscription names

  • Subject to change

Do not enter names such as “ChatGPT Plus,” “Claude Pro,” or “Gemini Advanced” unless that exact value appears as an API model ID in the provider catalog.

Example OpenRouter Configuration

AI Provider: OpenRouter Provider Model Name: moonshotai/kimi-k3 Provider API Key: your OpenRouter API key

Alternative model examples:

anthropic/claude-fable-5 nvidia/nemotron-3-ultra-550b-a55b:free

These examples depend on current provider availability.

When switching providers, replace both:

  1. The Provider API Key

  2. The Provider Model Name

A direct OpenAI, Gemini, Anthropic, Mistral, or DeepSeek API key used by an older AI Trading Agent release is not valid unless the newly selected routing provider explicitly supports that key.

Choosing an AI Model

For trading use, select a model that:

  • Supports text chat completions

  • Follows structured instructions reliably

  • Produces consistent machine-readable actions

  • Has enough context for the selected market-data windows

  • Responds within an acceptable time

  • Fits your provider budget and rate limits

A larger model is not automatically better for trading.

Reasoning-focused models may provide more detailed analysis, but they can also:

  • Respond more slowly

  • Consume more tokens

  • Cost more

  • Produce unnecessarily long output

  • Miss time-sensitive trading opportunities

Compare several models on a demo account using the same prompt and market-data configuration.

Evaluate:

  • Instruction-following reliability

  • Invalid-action frequency

  • Response latency

  • Token consumption

  • Cost per decision

  • Consistency across similar market conditions

Examples of model families that may be accessible through the supported providers include:

  • Anthropic: Claude Fable 5

  • OpenAI: ChatGPT 5.6 Sol

  • Alibaba: Qwen 3.8

  • Moonshot AI: Kimi K3

  • NVIDIA: Nemotron

These are model-family or display names, not guaranteed API identifiers.

Always copy the exact model ID from the provider catalog. A provider may:

  • Add an organization prefix

  • Use lowercase characters

  • Add a version suffix

  • Add a date suffix

  • Publish multiple variants

  • Remove or rename a model

When a model is absent from the selected provider’s catalog, it cannot currently be used through that provider.

Current catalogs:

API Key Security

Never:

  • Share your API key with another person

  • Publish it in source code

  • Include it in screenshots

  • Post it in support messages

  • Store it in public repositories

  • Send it through an untrusted website

Anyone with access to your API key may be able to use your provider account and consume your available credits.

If a key is accidentally exposed, revoke it immediately through the provider’s dashboard and create a replacement.

Third-Party AI Services

AI Trading Agent integrates with optional third-party AI services using credentials supplied by the user.

The AI models and provider infrastructure are not embedded, hosted, managed, or controlled by the EA developer.

All provider-related matters are governed by the selected provider, including:

  • Service availability

  • Model availability

  • API compatibility

  • Pricing

  • Free-tier access

  • Rate limits

  • Context limits

  • Regional restrictions

  • Content policies

  • Account suspensions

  • Data-retention policies

  • Response latency

The EA developer cannot guarantee that a provider, endpoint, or model will remain available.

AI interactions are performed using your configured provider account and API key. Provider charges and limitations are not controlled by AI Trading Agent.

Important Risk Notice

AI Trading Agent is a technical trading tool. It does not provide financial advice and does not guarantee profitability.

AI-generated analysis and trading actions can be wrong. Losses may result from:

  • Incorrect model output

  • Poorly designed prompts

  • Unexpected market conditions

  • Provider outages

  • Network latency

  • Delayed responses

  • Rate limits

  • Invalid or incomplete responses

  • Slippage

  • Spread changes

  • Broker execution rules

  • Model hallucinations

  • Excessive position sizes

  • Grid or Martingale strategies

  • Simultaneous open positions

The EA’s volume and position restrictions can reduce risk, but they cannot eliminate losses.

Before trading with real funds:

  1. Test the EA on a demo account.

  2. Validate every prompt under different market conditions.

  3. Use conservative trade-volume limits.

  4. Restrict the maximum number of open positions.

  5. Monitor provider usage and response latency.

  6. Monitor the EA while it is running.

  7. Confirm that automated trading is permitted by your broker.

  8. Confirm that automated AI trading is permitted in your jurisdiction.

You remain fully responsible for the prompts, strategies, settings, provider account, trading decisions, and financial results associated with the EA.

Recommended products
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AU
ApexFlow Universal EA ApexFlow Universal EA is a fully automated Expert Advisor for MetaTrader 5. It is designed for short-term M1 trading and evaluates price behavior, momentum, volatility, and current market conditions before managing a trade from entry through exit. The EA can be used on Forex pairs, metals, indices, and other symbols supported by your broker. Because contract specifications, spreads, commissions, and execution vary, every symbol and broker should be tested separately befor
GuardianLabs Trade Manager
Komlan Prosper Kouassi
Guardian Trade Manager is a premium, panel-based Expert Advisor that gives you complete trade control from a single overlay. Designed for professional traders who demand speed, precision, and clean execution — with zero lag on any broker. Risk Engine Calculates lot size automatically from your account balance and defined risk % Adjustable Risk %, Stop Loss (pips), and Reward multiplier directly on the panel — no input dialog needed Live summary card shows exact lot size, TP in pips, risk in curr
Astra MT5
Natalyia Nikitina
Astra MT5 — Automated Trading System Based on Market Patterns Astra MT5 is an expert advisor for MetaTrader 5 that leverages key market patterns, including price retracements after sharp movements. The system is fully automated and requires no constant monitoring from the trader. Attention! Contact me immediately after purchase to receive setup instructions! Key Features of Astra MT5 Analysis Algorithms: works with price patterns and market structures. Adaptability: adjusts to different market c
SolarTrade Suite Financial Robot: LaunchPad Market Expert - designed to open trades! This is a trading robot that uses special innovative and advanced algorithms to calculate its values, Your Assistant in the World of Financial Markets. Use our set of indicators from the SolarTrade Suite series to better choose the moment to launch this robot. Check out our other products from the SolarTrade Suite series at the bottom of the description. Do you want to confidently navigate the world of inves
Cable Brain MT5
TICK STACK LTD
5 (4)
Buy Any 2 Products, Get 1 Free For a limited time, purchase any two TickStack EAs and choose a third one completely free — including a full lifetime license with unlimited activations. (Gold Neural Core not included in this offer) Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
ADX Cross Sell
Jorge Rodriguez Redondo
ADX Cross Sell - Precisión con lógica direccional y gestión dinámica avanzada   Versión actual: 6.63 ️ Autor: Jorge Rodríguez “Kium” ️ Compatible con: MetaTrader 5 ️ Tipo: Expert Advisor (EA) automático Estrategia: Tendencial con validación de momentum y filtros temporales Protección: Gestión dinámica de riesgos (SL/TP/BE)   Descripción general ADX Cross Buy es un Expert Advisor de tipo tendencial que busca oportunidades de compra sólidas mediante el cruce del indicador   ADX
FDow
Francisco Jesus Alonso Martin
FDow – Algorithmic Simplicity with Professional-Grade Robustness FDow is an Expert Advisor (EA) specifically designed to trade the Dow Jones (US30) using a minimalistic yet highly effective rule set. Built around only two of the most reliable technical indicators — the SMA (Simple Moving Average) and the ATR (Average True Range) — this system generates clean, transparent, and easy-to-interpret trading signals. Unlike complex and over-engineered strategies, FDow relies on pure trend-following log
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA is based on this article: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp TRADING CONDITIONS - Look for currency pair trading below the X-period EMA and MACD to be in negative territory. - Wait for price to cross above the X-period EMA, then make sure that MACD is either in the process of crossing from negative to positive or has crossed into positive territory within five bars. - Go long X pips above the X-period EMA. - Sell X of the position at en
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Well, as FX, commodities market are quite volatile, you might los
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
Cypher King
Youssef Souih Hejjaji
Cypher King is now available! Cypher King delivers consistent performance without the gimmicks. Built for GBPJPY, easily adaptable to other pairs, and designed to thrive in real market conditions. Why Choose Cypher King? AI-Driven Precision At the heart of Cypher King lies a powerful neural network that analyzes live price action using a synchronized blend of MACD, RSI, EMAs, Bollinger Bands , and more. No Martingale, No Nonsense Forget risky systems. Cypher King uses stable logic , avoiding pos
Added the ability to change the Lost size and make the EA the Lowest Price possible. If you buy it you will get support and future updates. Please support its evolution. This EA is plug-and-play. Aussie Precision is a time-sensitive Expert Advisor for MetaTrader 5, specifically designed for the AUD/USD currency pair. It is built to execute trades at predefined, controlled moments and is ideal for traders looking to automate high-precision entries based on timing. All time-based actions are align
Product Description Gold Breakout EA is a fully automated Gold (XAUUSD) trading robot for MetaTrader 5. It was engineered using StrategyQuant, a platform that combines genetic algorithms and machine-learning-driven strategy generation — a real, established form of AI in algorithmic trading. It looks for confirmed upward breakouts and manages every trade with volatility-based stop loss and trailing stop, so risk adapts automatically to how Gold is moving. AI-Optimized, Rule-Based Execution The st
Loss Recovery Trader MT5
Michalis Phylactou
5 (4)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your recovery
Aurum Forest AI
Bintang Indra Maulana Firmansyah
"Trading Gold shouldn't be a gamble; it should be a calculation." Aurum Forest AI is a premium Expert Advisor utilizing a Native .ONNX Machine Learning Architecture . Unlike 99% of "AI" robots on this market that use hidden Martingale, this system is built on a Random Forest Classifier trained on 10 years of institutional Gold liquidity data. ## The Neural Core Advantage: Real-Time Data Processing: Evaluates 20+ non-linear features including SMC Liquidity Sweeps , Fair Value Gaps (FVG) , and Vo
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Nova EA
Anton Kondratev
5 (1)
NOVA EA  I t is a   Fully Automatic Accessible Index System [DE40 / GER40]  with Open Optimization Parameters and a Optional  Recovery Mechanism.  Only 7 Copies of 10 Left  for 245$  Next Price 890 $   NOVA  GUIDE Signals Commission Broker Refund Updates My Blog Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network. Default Settings for One chart    DE40 H1 Each position always has a   Fixed SL & TP    and Virtual   Deal Profit Tracking (VDPT) .    The Current Default
PullBackSniper
Fernando Da Silva Candido
PullBackSniper PullBackSniper is an Expert Advisor developed for MetaTrader 5, focused on pullback trading, market structure confirmation, and precise entries near relevant technical zones. The robot was designed to search for trading opportunities after price corrections, avoiding impulsive entries and attempting to operate only when there is confluence between a technical level, market context, price rejection, and a valid entry trigger. The main logic of the system is to identify important ch
SGear
Olesia Kusmenko
3.67 (9)
Late Summer Sale – Only for a Limited Time!A tiered pricing model applies: Every 5th purchase increases the price by $50. With each new buyer, the next price level gets closer – making your entry more expensive. Secure SGear at the current price before the next price increase is triggered. This sale is limited – both in time and in quantity. After that, the regular market price applies. SGear – Clear Trend Logic Instead of AI Illusion SGear is a fully automated Expert Advisor that strictly fol
Punisher Scalper MT5
Marcelina Makarewicz
5 (1)
Introducing the   Punisher Scalper MT5, EA for NZDUSD   currency pair. It analyzes market data in real time to identify :    Correct entry moment.    Trend beginning, reversal, direction and strenght.   Support and Resistance.   Self-optimize TP and SL. To do it Punisher Scalper is using :   Data from few time frames at the same time.   Over 10 unique code functions.    44 price action patterns.   8 indicators. Other properties :   The TP to SL ratio is usually around 1:1
This Expert Advisor is designed to trade the DE40 index (often labeled DAX, GER40, etc. depending on the broker). The EA automatically identifies trade opportunities in the market and manages positions with a risk-driven approach, giving you two trading modes to choose from: Conservative – A slower, steadier approach. Aggressive – A faster-paced strategy designed to take advantage of larger market movements (with higher risk). This strategy selects its positions and trading directions according
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
Attention Platinum Traders! The XPTUSD Trend Protected EA doesn’t open trades randomly. It only enters when the trend is strong and the market confirms it. Avoids noise and random movements that destroy accounts. Smart risk: reduces exposure after losses and capitalizes on winning streaks. Each trade is independent—no martingale, grid, or hedging. Progressive trailing stop secures profits while letting the trend run. Adapts to London, New York, and intermediate sessions. Controlled drawdown and
Gold Slayer
Eugen-alexandru Zibileanu
4.6 (10)
Gold Market Domination A precision scalping machine developed trough QuantConnect It comes with one purpose : GOLD (XAUUSD) Market domination with profitbale trading results relentlessly. LIVE SIGNAL   Track real performance Last days Offer on 50%OFF - 99$ - next price 200$ *Buy the Gold Slayer and you COULD get other product of your choice*  Ask in private for more details! literally this starting price is a gift after the amount of time spent in developping and the costs compared to the qual
Note: minimum investment 1000 usd or (100 usd is Account Cent (10000 Cent)) Run At 0.01 lot start.  Trading with an Expert Advisor (EA) on the M1 timeframe (1-minute chart) can be quite challenging due to the rapid price movements and increased noise in such short timeframes. However, it's not impossible, and some traders do use EAs on the M1 chart for specific strategies. Here are some considerations for trading with an EA on the M1 timeframe: 1. Strategy Selection:   Choose a trading strategy
Barber Scalper MT5
Marcelina Makarewicz
Introducing the Barber Scalper MT5, EA for USDJPY currency pair. It analyzes market data in real time to identify :  Correct entry moment.  Trend beginning, reversal, direction and strenght. Support and Resistance. Self-optimize TP and SL. To do it Barber Scalper is using : Data from few time frames at the same time. Over 10 unique code functions.  44 price action patterns. 8 indicators. Other properties : The TP to SL ratio is usually around 1:1. Barber Scalper trades
Buyers of this product also purchase
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (18)
The Legend Continues. The Queen Evolves. Welcome to Quantum Queen X — the next generation of the legendary GOLD trading system that builds upon the proven success of Quantum Queen. Quantum Queen X is built on the same proven core engine as Quantum Queen, introducing a powerful new Custom Mode that allows traders to choose exactly which strategies to enable or disable. Every strategy has been individually reviewed, refined, and optimized to deliver even better performance and adaptability across
Lizard
Marco Scherer
3.08 (12)
WHAT IS LIZARD? Lizard is a fully automated Expert Advisor, developed exclusively for XAUUSD (Gold) on MetaTrader 5. It uses a multi-strategy swing breakout system that identifies key structural levels on the chart and places pending stop orders at precisely calculated entry points. No martingale. No grid. No averaging in. Every trade has a defined Stop Loss and Take Profit and is actively managed by a multi-layered exit system, automatically, around the clock. Live Signal - Track real performan
Scalping Robot Pro MT5
MQL TOOLS SL
4.47 (134)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Client Signal YouTube Reviews LATEST MANUAL Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency fro
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.41 (126)
Fewer trades. Better trades. Consistency above all. • Live Signal Mode 1  Live Signal Mode 2 Twister Pro EA is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M15 timeframe. It trades less — but when it does, it trades with purpose. Every entry passes through 5 independent validation layers before a single order is placed, resulting in an extremely high win rate on the Default configuration. TWO MODES: • Mode 1 (recommended) — Very high assertiveness, fe
Ultimate Breakout System
Profalgo Limited
5 (46)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1999$ soon!   +100 Strategies included and more coming! BONUS : At 1499$ or higher price --> choose 5  of my other EA's for free!   ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) NEW - VERSION 5.0 - ONECHARTSETUP NEW - 30-STRATEGIES LIVE SIGNAL Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
No Grid/No Martingale/No Recovery/No Hedging/Single Entry with SL/One Shot  Smart Gold Hunter is an Expert Advisor for XAUUSD / Gold trading on MetaTrader 5. It is designed for traders who prefer a gold EA with no grid, no martingale, real Stop Loss and Take Profit logic, and controlled risk management. You can check the live signals before making a decision: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My  (Here I use Scalper Mode, To have the exact se
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
Quantum iGold MT5
Yassine Mouhssine
5 (15)
Quantum iGold MT5 – Advanced AI Trading System (XAUUSD) Quantum iGold MT5 is a fully automated trading system built using advanced Artificial Intelligence techniques. It employs a hybrid neural architecture that integrates LSTM and Transformer models to analyze price behavior on XAUUSD . This structure enables the system to detect market patterns, adapt to volatility changes, and generate technically refined trading signals in real time. After purchase, please contact me via MQL5 private messa
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
Mavrik Scalper
Vladimir Lekhovitser
4.5 (2)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2378119 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Mavrik Scalper represents a new generation of AI-driven trading systems built around a Hybrid Attention neural network architecture. Unlike conventional algorithmic strategies that rely primarily on fixed technical indicators or predefined market rules, Mav
Logan MT5
Thierry Ouellet
5 (9)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 31st! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—includ
Goldwave EA MT5
Shengzu Zhong
4.68 (72)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or TMGM) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, executio
Nexorion Initium Novum EA
Valentina Zhuchkova
4.55 (20)
NEXORION: Initium Novum — Deterministic Logic and Algorithmic Synthesis NEXORION is an institutional-grade analytical complex based on rigorous mathematical liquidity processing algorithms. The core concept of the project is "computational transparency": the expert advisor transforms chaotic price feeds into structured geometric zones, visualizing the decision-making process directly on the trading chart. Real-Time Monitoring https://www.mql5.com/es/signals/2372338 Technical System Specificatio
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2372719 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual Zerqon EA is an adaptive Expert Advisor designed specifically for XAUUSD trading. The strategy is based on a Deep LSTM neural network model integrated through ONNX, allowing the system to process sequential market behavior and evaluate price dynamics in a st
AXIO Gold EA
Shengzu Zhong
4.6 (10)
AXIO GOLD EA MT5 Live Signal Reference on MQL5 https://www.mql5.com/en/signals/2378982?source=Site+Signals+My AXIO GOLD EA MT5 is an automated trading system developed for XAUUSD Gold on MetaTrader 5. This EA uses the same logic and execution rules as the verified live signal shown on MQL5. When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker such as TMGM , the EA's live trading behavior is designed to closely align with the trade structure and execution charac
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Smarter Control. Refined Precision. Welcome to Quantum Athena X — the next generation of the focused GOLD trading system that builds upon the precision, efficiency, and disciplined execution of Quantum Athena. Quantum Athena X is built on the same streamlined core engine and the same 6 carefully selected strategies as Quantum Athena. Each strategy has been individually refined and optimized for current GOLD market conditions, while the new powerful Custom Mode allows traders to choose exactly
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating four mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low cor
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
UPDATE - ONLY A FEW COPIES LEFT AT CURRENT PRICE! The main goal of this system is long-term live performance without using any risky martingale or grid.  VERY LIMITED COPIES AT CURRENT PRICE Final Price $1499 [Live Signal]  |  [Backtest Results]  |  [Setup Guide]  |  [FTMO Results] A Different Approach to Trading Pulse Engine does not use any indicators or specific timeframes. It has a very unique approach that is not used by any other trading system on MQL5. It trades intraday directional patt
SomaOil
Andrii Soma
5 (2)
SomaOil is a multi-strategy breakout Expert Advisor for MetaTrader 5, built exclusively for WTI crude oil (XTIUSD). One chart, one EA, 20 independent strategies running together as a single diversified portfolio. Live Signal. To make it accessible at launch, I am using a transparent ramping-price model: Launch price: 100 USD (48 hours) Starting from Monday the price increases by 100 USD for every 10 copies sold Price increases happen at most once per day, even when more than 10 copies are sold t
Gold Neural Core
TICK STACK LTD
5 (6)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
Cortex Aurex
Vladimir Mametov
4.56 (9)
It is a fully automated Expert Advisor for MetaTrader 5, built specifically for Gold / XAUUSD trading. Its logic is designed around the dynamic nature of the gold market: fast price movements, sharp reversals, and high volatility. The EA helps automate trading in an environment where reaction speed, discipline, and precise position management are especially important. The system is focused on disciplined trade management, fast reaction to market changes, and controlled exits. Its main idea is si
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
Smart Gold Impulse
Barbaros Bulent Kortarla
3.63 (16)
No Grid /No Martingale/ No Dca /No rocovery Smart Gold Impulse is now available in a special early launch phase. This is an EA I  am currently using with impressive results on my Live Signal  account. You can check the current performance through the Ultima live signal results, where Smart Gold Impulse has already shown very strong potential in real market conditions. The same set file used on my Ultima live signal account will be shared only with Smart Gold Impulse buyers. At the same time, thi
Gold House MT5
Chen Jia Qi
4.53 (59)
Gold House — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
Impulse MT5
Simon Reeves
5 (13)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's being continuously developed $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new pre
Bypass Generator
Connor Michael Woodson
4.5 (4)
Bypass Generator is a deterministic scalping system for XAUUSD based on institutional-grade algorithms. Live Signal: CLICK HERE This is not a typical EA that thoughtlessly opens trade after trade, destroying your margin and putting your deposit at unnecessary risk. Every entry passes through 16 independent validation layers before opening a single position. There are no grids, and every trade has a virtual Take Profit and Stop Loss. The backtest curve was not optimized for unrealistic performan
Filter:
No reviews
Reply to review