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.

Produtos recomendados
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, AUD
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 — Sistema de negociação automatizado baseado em padrões de mercado Astra MT5 é um consultor especialista para MetaTrader 5 que utiliza padrões-chave do mercado, incluindo correções de preço após movimentos bruscos. O sistema é totalmente automatizado e não requer monitoramento constante do trader. Atenção! Entre em contato comigo imediatamente após a compra para receber as instruções de configuração! Características do Astra MT5 Algoritmos de análise: trabalha com padrões de preços e e
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
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 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Cable Brain represents the pinnacle of grid trading technology, combini
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Ivar Edition Viking Alpha DAX is a fully automated Expert Advisor designed exclusively for the DE40 (DAX) index on the M5 timeframe. Built with a multi-strategy architecture, it captures high-probability intraday opportunities at the Frankfurt market open — the most liquid and predictable moment of the European trading session. VERIFIED BACKTEST RESULTS — 12 Months (April 2025 – March 2026) - Initial Deposit: $150 (agressive profile) - Final Balance: $1,055 - Net Profit: +$
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
O Investopedia FIVE EA é baseado neste artigo: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDIÇÕES DE NEGOCIAÇÃO - Procure negociação de pares de moedas abaixo da EMA do período X e MACD em território negativo. - Aguarde que o preço ultrapasse a EMA do período X e, em seguida, certifique-se de que o MACD esteja no processo de passagem de negativo para positivo ou tenha cruzado em território positivo dentro de cinco barras. - Faça compras em X pips acima da EMA do
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. No Grid, No Martingale 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"  Live results: https://www.mql5.com/en/sign
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
PlanB EA - Advanced XAUUSD Grid System LAUNCH PROMOTION: $30 for the first 5 copies! (After the first 5 sales, the price will automatically increase to $99 to limit the number of users and protect the trading edge). PlanB EA - Advanced Volatility-Adjusted Trading System for XAUUSD The retail algorithmic trading space is flooded with aggressive Grid and Martingale bots that show massive, straight-line profit curves in backtests, only to completely blow up real accounts during the first major m
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping é um consultor de negociação totalmente automatizado que não usa martingale. Estratégia de escalpelamento noturno. O indicador RSI e o filtro ATR são usados ​​como entradas. O consultor requer um tipo de conta de cobertura. O acompanhamento do trabalho real, bem como meus outros desenvolvimentos, pode ser encontrado aqui: https://www.mql5.com/en/users/mechanic/seller Recomendações gerais Depósito mínimo de $ 100, use contas ECN com spread mínimo, configurações padrão para eu
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
Adicionada a capacidade de alterar o tamanho do lote e tornar o EA o mais barato possível. Ao comprá-lo, você receberá suporte e futuras atualizações. Por favor, apoie a sua evolução. Este EA está pronto para uso. AussiePrecision é um Expert Advisor (EA) sensível ao tempo para MetaTrader 5, projetado especificamente para o par de moedas AUD/USD. Ele foi desenvolvido para executar operações em momentos pré-definidos e controlados, sendo ideal para traders que desejam automatizar entradas com alta
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
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
3.5 (2)
NOVA   EA   É uma       Sistema de Índice Acessível Totalmente Automático [DE40 / GER40]   com Parâmetros de Otimização Abertos e um   Mecanismo de Recuperação Opcional. Only 7 Copies of 10 Left  for 245$  Next Price 890 $ GUIA NOVA Sinais Reembolso do corretor de comissão Atualizações Meu Blog Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        DE40 H1 Cada posição sempre tem uma       SL e TP fixos  
PullBackSniper
Fernando Da Silva Candido
PullBackSniper PullBackSniper é um Expert Advisor desenvolvido para MetaTrader 5 com foco em operações de pullback, confirmação de estrutura e entrada precisa em regiões técnicas relevantes do mercado. O robô foi projetado para buscar oportunidades após movimentos de correção do preço, evitando entradas impulsivas e tentando operar somente quando existe confluência entre nível técnico, contexto do mercado, rejeição de preço e gatilho de entrada. A lógica principal do sistema é identificar zonas
SGear
Olesia Kusmenko
3.67 (9)
Promoção de Fim de Verão – Por Tempo Limitado! Aplica-se um modelo de preços em camadas: a cada quinta compra, o preço aumenta em 50 dólares. Com cada novo comprador, o próximo nível de preço fica mais próximo, tornando sua entrada mais cara. Garanta o SGear ao preço atual antes que o próximo aumento de preço seja acionado. Esta promoção é limitada – tanto em tempo quanto em quantidade. Após isso, o preço de mercado regular será aplicado. SGear – Lógica de Tendência Clara, Sem Ilusões de IA SGe
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
Este Expert Advisor (EA) foi desenvolvido para operar o índice DE40 (frequentemente rotulado como DAX, GER40, etc., dependendo do corretor). O EA identifica automaticamente oportunidades de negociação e gerencia posições com uma abordagem orientada ao risco, oferecendo dois modos de operação : Conservador – Uma abordagem mais lenta e estável. Agressivo – Uma estratégia mais rápida projetada para aproveitar grandes movimentos do mercado (com maior risco). Esta estratégia seleciona suas posições e
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
Atenção, traders de Platina! O XPTUSD Trend Protected EA não abre posições aleatoriamente. Ele entra apenas quando a tendência é clara e o mercado confirma. Evita ruído e overtrading, protegendo sua conta de perdas desnecessárias. Gestão de risco inteligente: reduz exposição após perdas consecutivas e aproveita sequências vencedoras. Cada operação é independente — sem martingale, grid ou hedging. Stop loss progressivo que protege lucros sem limitar o desenvolvimento da tendência. Adapta-se às s
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
EMLU Precision AI
Ali Shimaz
1 (1)
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
Os compradores deste produto também adquirem
Quantum Titan MT5
Bogdan Ion Puscasu
4.43 (7)
Ao trazer negociação de nível institucional para o ecossistema Quantum, o Quantum Titan estabelece um novo padrão de precisão, disciplina e desempenho comprovado em mercado real. Desenvolvido para traders que esperam mais de um Expert Advisor de OURO, o Titan representa a próxima evolução da tecnologia de negociação quântica. A disponibilidade é estritamente limitada a 1.000 licenças vitalícias em todo o mundo. Assim que todas as 1.000 cópias forem vendidas, Quantum Titan não estará mais dispo
Smart Gold Hunter
Barbaros Bulent Kortarla
4.89 (35)
Smart Gold Hunter é um Expert Advisor para operar XAUUSD / Gold no MetaTrader 5. Ele foi desenvolvido para traders que preferem um EA de ouro sem grid, sem martingale, com lógica real de Stop Loss e Take Profit, e com gerenciamento de risco controlado. Você pode verificar os sinais ao vivo antes de tomar uma decisão: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (31)
A lenda continua. A rainha evolui. Bem-vindo(a) ao Quantum Queen X — a próxima geração do lendário sistema de negociação de OURO, que se baseia no sucesso comprovado do Quantum Queen. Quantum Queen X é construído sobre o mesmo mecanismo central comprovado do Quantum Queen, introduzindo um novo e poderoso Modo Personalizado que permite aos traders escolher exatamente quais estratégias ativar ou desativar. Cada estratégia foi individualmente revisada, refinada e otimizada para oferecer desempenho
Scalping Robot Pro MT5
MQL TOOLS SL
4.47 (142)
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.47 (103)
PRODUTO PRONTO! (   baixe o arquivo SETFILE   ) AVISO: Restam apenas alguns exemplares ao preço atual! Preço final: US$ 990 Obtenha 1 EA grátis (para 3 contas de negociação) -> entre em contato comigo após a compra. Oferta imperdível     ->     clique aqui PARTICIPE DO GRUPO PÚBLICO:   Clique aqui   Sinal ao vivo Sinal do cliente Avaliações do YouTube MANUAL MAIS RECENTE Bem-vindo ao Ceifador de Ouro! Baseado no bem-sucedido Goldtrade Pro, este EA foi projetado para operar em vários intervalo
Ultimate Breakout System
Profalgo Limited
5 (47)
IMPORTANTE   : Este pacote será vendido ao preço atual apenas em número muito limitado de cópias.    O preço subirá para 1999 dólares em breve!   Mais de 100 estratégias incluídas   e muito mais a caminho! BÔNUS   :   escolha   5    dos meus outros EAs gratuitamente!   TODOS OS ARQUIVOS PRONTOS + GUIA COMPLETO DE INSTALAÇÃO E OTIMIZAÇÃO GUIA EM VÍDEO SINAIS AO VIVO AVALIAÇÃO (de terceiros) NOVO - SINAL AO VIVO DE 44 ESTRATÉGIAS Bem-vindo ao SISTEMA DE SUCESSO DEFINITIVO! Tenho o prazer de ap
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (8)
ThunderGold Scalper ThunderGold Scalper é um Expert Advisor desenvolvido para operar ouro automaticamente no MetaTrader 5. O EA foi projetado para XAUUSD e GOLD no timeframe M15. Ele utiliza um mecanismo proprietário de decisão multifatorial para identificar oportunidades qualificadas e gerenciar as posições automaticamente. O sistema combina estrutura de mercado, direção da tendência, qualidade das velas, volume, momentum e controles de execução. Ele foi desenvolvido para aguardar condições ade
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
Lizard
Marco Scherer
4.09 (44)
O QUE É O LIZARD? O Lizard é um Expert Advisor totalmente automatizado, desenvolvido exclusivamente para XAUUSD (Ouro) no MetaTrader 5. Utiliza um sistema de rompimento de swing multiestratégia que identifica os níveis estruturais principais do gráfico e coloca ordens stop pendentes em pontos de entrada calculados com precisão. Sem martingale. Sem grid. Sem preço médio. Cada operação tem Stop Loss e Take Profit definidos e é gerida ativamente por um sistema de saída em várias camadas, automatica
Logan MT5
Thierry Ouellet
4.8 (25)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 16th! 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—incl
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (135)
Menos trades. Trades melhores. Consistência acima de tudo. • Sinal ao Vivo Modo 1   Sinal ao Vivo Mode 2 Twister Pro EA é um Expert Advisor de scalping de alta precisão desenvolvido exclusivamente para XAUUSD (Ouro) no timeframe M15. Opera menos — mas quando opera, é com propósito. Cada entrada passa por 5 camadas independentes de validação antes de uma única ordem ser aberta, resultando em uma taxa de assertividade extremamente alta no SET Padrão. DOIS MODOS : • Mode 1 (recomendado) — Altí
Cortex IDX
Vladimir Mametov
5 (2)
Este é um Expert Advisor totalmente automatizado para MetaTrader 5, desenvolvido especificamente para operar o índice US30 . Sua lógica de negociação foi criada com base no comportamento dinâmico dos principais índices de ações: fortes movimentos direcionais, pullbacks intradiários e períodos de alta volatilidade. O EA automatiza as operações em um ambiente onde velocidade de execução, disciplina e gerenciamento eficiente das posições são fundamentais. O sistema é focado em uma gestão disciplina
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
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
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
Controle mais inteligente. Precisão refinada. Bem-vindo ao Quantum Athena X — a próxima geração do sistema de negociação de OURO focado, que se baseia na precisão, eficiência e execução disciplinada do Quantum Athena. O Quantum Athena X foi desenvolvido com base no mesmo mecanismo central simplificado e nas mesmas 6 estratégias cuidadosamente selecionadas do Quantum Athena. Cada estratégia foi refinada e otimizada individualmente para as condições atuais do mercado de OURO, enquanto o novo e
Zoomini
Gennady Sergienko
1.87 (15)
Informação importante: Suporte e respostas a perguntas estão disponíveis somente aqui:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taiwan ); Zoomini é um pequeno conjunto de modelos de aprendizado de máquina da pesquisa mais recente do projeto GoGoPips, de julho de 2026. Estes modelos são destinados apenas a XAUUSD H1 / Gold . Sinal: www.mql5.com/en/signals/2381994 O que é importante saber: Os modelos negociam apenas com uma ordem e com SL/TP iguais. São suportadas: contas Ne
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
O Smart Gold Impulse já está disponível em uma fase especial de lançamento antecipado. Este é um EA que estou utilizando no momento com resultados impressionantes na minha conta de sinais reais da Ultima Markets. Você pode conferir o desempenho atual através dos resultados dos sinais ao vivo da Ultima , onde o Smart Gold Impulse já demonstrou um potencial muito forte em condições reais de mercado. O mesmo arquivo de configuração (set file) utilizado na minha conta de sinais ao vivo da Ultima se
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Sinal de negociação ao vivo Monitoramento público em tempo real da atividade de negociação: https://www.mql5.com/pt/signals/2372719 Informações oficiais Perfil do vendedor Canal oficial Manual do usuário Instruções de configuração e uso: Ver manual do usuário Zerqon EA e um Expert Advisor adaptativo desenvolvido especificamente para negociacao em XAUUSD. A estrategia e baseada em um modelo de rede neural Deep LSTM integrado atraves de ONNX, permitindo que o sistema processe o comportam
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — Sistema de captura rápida de lucros no ouro Sinal ao vivo: https://www.mql5.com/en/signals/2362714 Sinal ao vivo 2: https://www.mql5.com/en/signals/2372603 Sinal ao vivo v2.0: https://www.mql5.com/en/signals/2379945 Restam apenas 3 cópias pelo preço atual. O preço aumentará para $999 em breve. Importante: Após a compra, entre em contato conosco por mensagem privada para receber o guia do usuário, configurações recomendadas, notas de uso e suporte para atualizações. https://www.mql5
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (508)
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
Pulse Engine
Jimmy Peter Eriksson
4.06 (36)
ATUALIZAÇÃO - RESTAM POUCAS EXEMPLARES AO PREÇO ATUAL! O principal objetivo deste sistema é o desempenho em tempo real a longo prazo sem o uso de sistemas de martingala ou grid que apresentem riscos.  CÓPIAS MUITO LIMITADAS AO PREÇO ATUAL Preço final: US$ 1499 [Sinal ao vivo]    |    [Resultados do backtest]    |    [Guia de configuração]    |    [Resultados do FTMO] Uma abordagem diferente para negociar O Pulse Engine não utiliza indicadores nem períodos de tempo específicos. Possui uma aborda
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Wave Rider EA MT5
Adam Hrncir
4.83 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Nexorion Initium Novum EA
Valentina Zhuchkova
4.23 (26)
NEXORION: Initium Novum — Lógica Determinista e Síntese Algorítmica O NEXORION é um complexo analítico de nível institucional baseado em rigorosos algoritmos matemáticos de processamento de liquidez. O conceito central do projeto é a "transparência computacional": o Expert Advisor transforma fluxos caóticos de pr eços em zonas geométricas estruturadas, visualizando o processo de tomada de decisão diretamente no gráfico de negociação. Monitoramento em Tempo Real https://www.mql5.com/en/signals/23
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.52 (21)
ATUALIZAÇÃO: Próximo preço: US$ 699, Preço final: US$ 999 Se você valoriza a honestidade e um sistema de negociação real, construído para operar em tempo real, e não apenas um backtest de linha reta com aparência perfeita que pode acabar levando à perda total da sua conta, então esta pode ser a opção ideal para você. Sem Martingale / Sem Grade 22 meses de sinal ativo +270% de crescimento ao vivo [Sinal ao Vivo]    |    [Resultados FTMO]    |    [Portfólio Principal]  |    [Guia de Backtesting]
Chiroptera
Rob Josephus Maria Janssen
4.56 (48)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
XIRO Robot MT5
MQL TOOLS SL
5 (34)
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
The Gold Space
Ayush V Jain
5 (3)
Price Increases on monday. Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminate
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Filtro:
Sem comentários
Responder ao comentário