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
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
Esta é a iteração mais recente do meu famoso scalper, Goldfinch EA, publicado pela primeira vez há quase uma década. Ele amplia o mercado em expansões súbitas de volatilidade que ocorrem em curtos períodos de tempo: assume e tenta capitalizar a inércia no movimento dos preços após uma súbita aceleração dos preços. Esta nova versão foi simplificada para permitir que o profissional use o recurso de otimização do testador facilmente para encontrar os melhores parâmetros de negociação. [ Guia de ins
FREE
NasCore Scalper
Mbuso Nkosi
3 (1)
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
GA Classic RSI mt5
Osama Echchakery
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
Neuro Edge
Agus Wahyu Pratomo
5 (4)
Please give review to support development of this Expert Advisor NeuroEdge EA is an advanced trend-following scalper designed to adapt dynamically to market behavior. Built with precision algorithms and smart averaging logic, it maintains minimal drawdown while capturing high-probability setups in trending conditions. NeuroEdge continuously analyzes market flow to ensure optimal entries and exits — giving traders the edge they need in volatile markets. ️ Core Features: Adaptive Trend Detection
FREE
Gold Swing Trader EA Advanced Algorithmic Trading for XAUUSD on Higher Timeframes The Gold News & Swing Trader EA is a specialized MetaTrader 5 Expert Advisor designed for trading XAUUSD (Gold). It operates on a swing trading strategy to capture medium- to long-term price movements on the H4 and Daily charts. Key Features: · Dedicated XAUUSD Strategy: Logic optimized for the unique volatility of Gold. · Swing Trading Focus: Aims to capture significant price swings over several days. · High
FREE
UsdJpy RangeBot Pro
Kwaku Appenteng Wiredu
UsdJpy RangeBot Pro – Expert Advisor for Breakout Trading UsdJpy RangeBot Pro is a breakout-based Expert Advisor developed for the USDJPY pair. It identifies trading opportunities during the early hours of the London session by analyzing a defined range and executing pending orders above or below it. The EA applies fixed logic, clear visual elements, and built-in risk controls. This tool is designed for disciplined breakout trading without the use of breakeven, martingale, or grid systems.
FREE
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Pearl hft EA MT5
S M Najmul Hasan
PEARL HFT EA V2.803  ( the full version is available here - https://www.mql5.com/en/market/product/193862 CONFIGURE PROPERLY BEFORE RUN - Setfiles Cent Account Recommended. Back Testing will not give you real result. Practice on Live Chart Demo Account First.Close trading 1 hour before and after Red Box news, and do not trade in a volatile market. Do not run 24/7. Use Session Profit target for Each Run.   Suitable for For All Forex Symbols, All Type of Cent Accounts, Any Broker  Just need to con
FREE
Artemis Gold HFT Throttle EA MT5 A espera acabou — o Artemis Gold HFT Throttle EA já está disponível para MetaTrader 5. O Artemis Gold HFT Throttle EA MT5 é um Expert Advisor focado em Ouro, desenvolvido para traders de XAUUSD que procuram automação rápida de curto prazo com execução controlada, proteção inteligente por guardas e uma visualização clara no painel. A maioria dos robôs de trading rápido concentra-se apenas na velocidade. Em condições reais de corretora, velocidade sem controlo pode
FREE
Grid Recovery EA Pro
Thanyacharoen Natphasit
5 (2)
Adaptive Grid Trend EA is an automated trading system designed to operate effectively in volatile market conditions. It combines an Adaptive Grid structure with Trend Alignment , Dynamic Volatility Control , and Multi‑Session Logic to ensure the EA adjusts intelligently to changing market environments. The EA does not use exponential Martingale. Instead, it applies a Dynamic Linear Recovery model that calculates position scaling based on real‑time volatility and portfolio conditions, ensuring th
FREE
Pullback EA xau
Katja Nordhausen
Descrição do EA (breve, clara, adequada ao mercado) EA_XAU_Fibo_M15_FINAL_TTP_MODERN_v2_00 é um EA de pullback baseado em regras para XAUUSD (ouro) para o gráfico M15, que visa recuos em uma zona Fibonacci definida (0,500–0,667, opcionalmente perto de 0,618) – mas apenas se o filtro de tendência superior em H1 confirmar uma direção clara. O EA combina estrutura (swing range + retração Fibonacci) com tendência (EMA20/50, RSI e, opcionalmente, MACD) e utiliza uma execução moderna e segura para c
FREE
Pump Liquidity Refueling
Konstantin Meshcheriakov
PUMP V3_0 Liquidity Refueling — Refueling Your BalanceWhat is "Liquidity Refueling"? Think of the Forex market as a highway and liquidity as the fuel.  When institutional players "pour" massive volume into the market, the price makes a sharp surge — an impulse or a "pump."  The PUMP V3_0 EA acts as a smart fueling station: it identifies moments of maximum market energy and "pumps" that momentum directly into your trading account.   Performance Metrics (Strategy Tester Data):Net Profit "Pumped"
FREE
TrendFollowMT is a fully automated trading system which is using large time frame to determine the trend and use small time frame to find the entry point. Once the trend changed to opposite side, the system will wait for another entry point to recover with bigger lot size. Moreover, the target profit will be moved up when more position had been opened. The aim is to cover the cost of waiting time and risk. Free version will only trade on buy signal and locked the initial Lot size (0.01). Paid v
FREE
Jireh Fair Value Gap EA
Jesse De Souza Ferreira
Jireh Fair Value Gap Trader EA Lançamento Gratuito — Baixe, teste e ajude a construir o futuro deste projeto com o seu feedback. O Jireh Fair Value Gap Trader EA é um sistema de negociação automatizado desenvolvido para identificar Fair Value Gaps (FVGs) e executar operações quando o preço retorna para mitigar o desequilíbrio. Baseado nos conceitos de Smart Money Concepts (SMC) , o EA combina múltiplos filtros de confirmação com um avançado gerenciamento de risco para oferecer uma estratégia
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Gold ICT OrderBlock Expert
Charles Antoine Dominique Julien Fournel
4.24 (38)
I finally decided to outsource this EA code, you can pull it from there : https://github.com/cfournel/orderBlock , feel free to fork it and suggest improvements ! Enjoy ! Gold ICT OrderBlock Expert is an Expert Advisor for automated trading of XAUUSD (Gold) on the M6 timeframe. It is based on structural market concepts from the ICT methodology: Order Blocks, Liquidity Sweeps, and Market Structure Shifts. The algorithm looks for valid setups during the London and New York sessions, applying tre
FREE
Great Domain
Behzad Babaei
The Great Free Domain is a free but automated trading solution. It employs a pattern-recognition strategy that offers independent configurations for each pair, coupled with sophisticated trailing stop mechanisms to lock in profits. Optimized strictly for the H1 timeframe. 1 Currency Support:   GBPAUD. Requires an ultra-low-latency broker (such as a GreenUp Markets Hedging Account).
FREE
Katana Trend
Octavian Doica
Katana Trend   is a trend-following Expert Advisor for   USDJPY H1 . It pairs a Fast/Slow moving-average crossover with an RSI momentum filter to trade in the direction of the prevailing trend, with configurable stop-loss, take-profit, a spread filter, and an optional martingale-based recovery module. Pair:  USDJPY - H1; Minimum initial deposit: $100; Leverage: 1:500; Recommended brokers: IC Markets; VPS recommended; Use default parameters, test on high quality data only .
FREE
EURUSD EMA–SMA Reversal Breakout (H1) is a fully automated MetaTrader 4 strategy designed to capture **confirmed reversal breakouts** on EURUSD using a simple trend + position filter with rule-based **pending STOP execution** beyond recent structure. The EA was backtested on **EURUSD on the H1 timeframe** from **April 1, 2004 to April 24, 2024** using a MetaTrader 4 backtest engine (base data: EURUSD_M1_UTC2). No parameter setup is required — the system is delivered with optimized and fine-tune
FREE
EA Tiktok Sniper M1
Patiwat Phinitsuwan
Overview    EAtiktok Sniper M1 is an automated Expert Advisor for MetaTrader 5 that trades pullbacks in the direction of the short-term uptrend on the M1 chart. It sends market Buy orders only (no pending orders), keeps at most one Buy per symbol for its magic number helps avoid buying into a weak or bearish higher-timeframe context. Private Group support   https://www.mql5.com/en/messages/032629a87fdbdc01    Setup & requirements    • Platform: MetaTrader 5 (build current with your broker).  
FREE
LoneWolf Mt5
Dmitriy Prigodich
4.5 (6)
Советник основанный на сигналах индикатора  Relative Strength Index (RSI)  и Stochastic  в зоне перекупленности - продаем, в перепроданности - покупаем. Я рекомендую использовать этот советник только на VPS.  Добавляйтесь в друзья, присылайте свои интересные стратегии. Возможно после обсуждения всех нюансов напишу советника бесплатно . Параметры:                                                                    "_Slippage"    - Проскальзывание;           "_   Magic"    -  Идентификатор ордера; 
FREE
The Impossible Coin
MORTAH Technology Limited
The Impossible Coin v1.53 BTCUSD session breakout + momentum continuation EA for the M5 timeframe. The EA identifies consolidation ranges during configurable session hours and waits for a confirmed breakout. Four independent scoring components (ADX, EMA, ATR, RSI) must all agree above a configurable threshold before any trade opens. A second momentum continuation strategy catches pullback entries in established trends. Every trade opens with a defined TP and SL. No martingale, no grid, and no av
FREE
Grid Engulfing MT5
Yudi Sri Warsito
4.8 (5)
Grid Engulfing is a trading strategy that combines grid trading with engulfing patterns.  Grid Trading: A grid trading strategy involves placing buy and sell orders at regular intervals (grid size) above and below a set price level. The goal is to profit from small price movements within a range-bound market. Engulfing Patterns: Engulfing patterns are a type of candlestick pattern that indicates a potential reversal or continuation of a trend. A bullish engulfing pattern occurs when a small be
FREE
Add this selection of 6 trading strategies to your trading, as this EA offers uncorrelated strategies to diversify! This EA (Expert Advisor) has a selection of strategies to choose from, depending on what you want to trade. Some strategies were designed for Stocks and Crypto. I aim to have a mean-reverting and a trend-following strategy for every market that performed well on statistically significant positive backtests. This EA was designed for you to use multiple uncorrelated strategies toget
FREE
EA34 Tanin Force
Nhat Tien Duong
5 (2)
[FREE EA] EA34 TANIN FORCE: MACD & STOCH ENGINE (Prop Firm Ready) Are you tired of market noise and false breakouts? Meet EA34 Tanin Force, a commercial-grade Expert Advisor designed specifically for the EURUSD on the M15 timeframe. This system combines the raw trend-following power of MACD with the precision timing of the Stochastic Oscillator. PERFORMANCE HIGHLIGHTS (6-Year Stress Test 2020 - 2026): * Symbol & Timeframe: EURUSD | M15 * Set & Forget: Hard Stop Loss and Take Profit. No
FREE
MA Confluence Strategy – Expert Advisor MA Confluence Strategy is a professionally developed Expert Advisor designed to identify high-probability trading opportunities using advanced moving average confluence principles. By combining multiple moving averages into a unified decision framework, the EA aims to reduce market noise and improve trade timing in trending market conditions. This Expert Advisor is suitable for traders looking for a systematic, rule-based approach to automated trading wit
FREE
Product Overview Woori Gold Algorithm is an automated trading system designed specifically for XAUUSD (Gold). This Expert Advisor (EA) uses a simple yet effective EMA crossover strategy combined with trailing stop risk management to capture short-term price movements in a disciplined and systematic way. The strategy is built for scalping on the M15 timeframe, focusing on clear trend direction and controlled risk. Trading Strategy The core logic of Woori Gold Algorithm is based on trend-followin
FREE
The XU_H4_910440109_S_PS_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on XAUUSD (Gold) using the H4 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/gold-bulls-power-trader/ Key details are: Parameters MagicNumber: 910440109 Main Ch
FREE
Neuro Start
Dmytryi Voitukhov
4.75 (4)
UPD:   https://t.me/mql5_neuroExt   актуальная версия и обсуждение. - for the successful created training bases I will provide an advisor for temporary use free of charge. - training bases will be laid out as training progresses. - training requires approximately 20 epochs. It is possible to use one of two strategies - either trading in 2 directions, or - using SL. When using SL, the trading results will be identical to the learning outcomes. Since during training, only 1 order is used at a ti
FREE
Os compradores deste produto também adquirem
Quantum Commander
Bogdan Ion Puscasu
4.43 (7)
O ecossistema Quantum está entrando em um novo campo de batalha — e um novo Comandante está assumindo o controle. Desenvolvido exclusivamente para o índice US30, o Quantum Commander é o Expert Advisor totalmente automatizado criado para um dos mercados mais dinâmicos do mundo. Em um mundo saturado de EAs de ouro, Quantum Commander se destaca. Após vários lançamentos focados em ouro, estamos avançando para um novo território com o US30 — um novo instrumento, uma estratégia diferente e uma poder
Quantum Titan MT5
Bogdan Ion Puscasu
4.85 (27)
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
MoonDog EA
James Vito Armin Bianchini
4.78 (23)
MoonDog EA é um Expert Advisor multiestratégia baseado em breakout, desenvolvido especificamente para XAUUSD no MetaTrader 5. O sistema combina cinco estratégias independentes de breakout, desenvolvidas para identificar diferentes condições de rompimento e expansão de preço. MoonDog não utiliza martingale, modo recovery, grid recovery, multiplicação de lotes ou média de posições perdedoras. Cada operação é aberta com seu próprio Stop Loss e Take Profit predefinidos. Posições perdedoras nunca são
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (45)
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
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
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
Smart Gold Hunter
Barbaros Bulent Kortarla
4.03 (60)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter é um Expert Advisor para trading de XAUUSD / Gold no MetaTrader 5. Foi projetado para traders que preferem um Gold EA sem grid, sem martingale, com lógica real de Stop Loss e Take Profit, e gestão de risco controlada. Você pode verificar o sinal ao vivo antes de tomar uma decisão: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter não é um grid EA e não é u
Ghost Scalper MT5
Thomas Christoph Lipka
5 (8)
GHOST SCALPER – PREÇOS EXCLUSIVOS Apenas 4 vendas ainda estão disponíveis pelo preço atual. Depois disso, o Ghost Scalper aumentará para 499 USD . Para manter a disponibilidade limitada e a exclusividade, o preço aumentará 100 USD após cada 10 vendas adicionais . Preço final: 1.499 USD Ghost Scalper MT5 Ghost Scalper MT5 é um Expert Advisor totalmente automatizado desenvolvido para negociar XAUUSD / Gold no MetaTrader 5. O Expert Advisor (EA) combina quatro estratégias de trading independentes:
Iron Stops
Fajar Dicky Firmansyah
4.54 (48)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 Sem truques. Sem reclamações vazias. Iron Stops atende aos traders focados em um aspecto crucial: consistência . Se você está enfrentando um desafio prop ou gerenciando fundos de clientes, este EA mantém-se dentro de limites estabelecidos e oferece resultados confiáveis. Posições fecham em até 36 horas. Execute em um único gráfico: Basta aplicá-lo ao XAUUSD usando o intervalo de tempo M30 . Isso é tudo que você precisa. Um gráfico. Um
Scalping Robot Pro MT5
MQL TOOLS SL
4.37 (157)
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
Ultimate Breakout System
Profalgo Limited
5 (48)
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 300 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
4.59 (17)
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
GoldenShot
Adam Hrncir
5 (8)
! Special price 169 USD this weekend only ! / next  +50 USD every sold 10 licenses  /   399 USD final price. The earlier you decide, the less you pay. Check the live signal   /   Read the manual One shot. One target. Zero recovery. GoldenShot is a single-position gold EA built for controlled, long-term trading. It waits for a qualified setup, takes one clean shot with a real stop loss, and if the idea does not work, it manages the trade instead of rescuing it. No grid. No martingale. No lot s
Silent Exit MT5
Fajar Dicky Firmansyah
5 (5)
Sem truques. Sem promessas vazias. O Silent Exit foi desenvolvido para traders focados em um único objetivo: desempenho consistente .  Todos os pares Major incluídos:  EURUSD,USDCAD,USDJPY,NZDUSD,USDCHF,AUDUSD,GBPUSD Seja para enfrentar um desafio de prop trading ou gerenciar fundos de clientes, este EA mantém a disciplina — e produz resultados. Link do SIGNAL: https://www.mql5.com/en/signals/2388541 Lembre-se de que esta é uma conta Darwinex Zero de 100k e eu não depositei 100k. Ela serve ape
Lizard
Marco Scherer
4.22 (50)
O que é o Lizard? O Lizard é um Expert Advisor totalmente automático para XAUUSD (ouro) no MetaTrader 5. Ele utiliza um sistema de rompimento de swing com várias estratégias: o Expert Advisor identifica níveis estruturais importantes no gráfico e coloca ordens stop pendentes em pontos de entrada calculados. Sem martingale, sem grid, sem aumentar posições no prejuízo. Cada operação é aberta com stop loss e take profit definidos e depois gerida por um sistema de saída de várias camadas, sem interr
Quantum Athena X
Bogdan Ion Puscasu
5 (11)
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
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (219)
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
Cortex IDX
Vladimir Mametov
4 (8)
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
Zerqon EA
Vladimir Lekhovitser
3.47 (34)
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
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
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í
The Gold Space
Ayush V Jain
4.71 (7)
LIVE SIGNAL REACHED NEW HIGH 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. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 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,
Gold Snap
Chen Jia Qi
4.57 (23)
Gold Snap — Sistema de captura rápida de lucros no ouro Gold Snap v2.1 Einführungsangebot: Die ersten 10 unbefristeten Lizenzen sind für nur 599 USD erhältlich, einschließlich eines kostenlosen internen EAs zur persönlichen Nutzung. Nur noch 7 Lizenzen verfügbar. Das Angebot endet nach 7 Tagen oder sobald alle Lizenzen verkauft sind, je nachdem, was zuerst eintritt. Regulärer Preis: 999 USD. Sinal ao vivo: https://www.mql5.com/en/signals/2362714 Sinal ao vivo 2: https://www.mql5.com/en/signals/
Gold Bomb
Aleksandr Makarov
5 (1)
Se você está lendo esta mensagem - você encontrou o santo graal no mercado!!! O consultor é baseado nos meus   indicadores de autoria própria . Nada de   IA   ou outras bobagens. Apenas uma combinação de indicadores, níveis e ação do preço. Não utiliza métodos de negociação perigosos, opera em   XAUUSD M1  E com pares de moedas! Sempre define   Stop Loss   e   Take Profit . Sinal real: https://www.mql5.com/en/signals/2388322 Certifique-se de entrar em contacto comigo após a compra e de me enviar
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Construído para dominar o mercado de ouro. Informações oficiais Perfil do vendedor Canal oficial Guia do Usuário PREÇO LIMITADO — $799 Aura Gold Pro Edition está disponível por $799 até o final de setembro. A partir de 1º de outubro, o preço aumentará para $999 — garanta sua cópia antes do aumento. Sinal de negociação ao vivo  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 Descrição Aura
SomaGold
Andrii Soma
5 (10)
SomaGold é um Expert Advisor multiestratégia de breakout para MetaTrader 5, feito exclusivamente para ouro (XAUUSD). Um gráfico, um EA, 32 estratégias independentes rodando juntas como um único portfólio diversificado. Sinal ao vivo. Este é o meu primeiro EA publicado na MQL5. Para torná-lo acessível no lançamento, uso um modelo transparente de preço escalonado: Preço de lançamento: 100 USD O preço aumenta 100 USD a cada 10 cópias vendidas Compradores antecipados garantem o menor preço durante t
Swing Forge Gold
Hanzla Khalil
5 (4)
SwingForge Gold MT5 — Multi-Zone Breakout Engine 4 Copies left then the price will be increased to: $299 — Current Price: $249 If you’ve traded Gold (XAUUSD), you already know the problem: most automated EAs rely on dangerous grids, martingale, or cost-averaging that look great until one big trend wipes out the account. SwingForge Gold was built on the opposite philosophy: strict risk management and pure price action. It trades confirmed swing breakouts using pending stop orders. Every sin
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
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 +300% de crescimento ao vivo [Sinal ao Vivo]    |    [Resultados FTMO]    |    [Portfólio Principal]  |    [Guia de Backtesting]
The Gold Phantom
Profalgo Limited
4.7 (44)
PRODUÇÃO PRONTA! -->   BAIXE TODOS OS ARQUIVOS DO CONJUNTO AVISO: Restam apenas alguns exemplares ao preço atual! Preço final: US$ 990 NOVO (a partir de US$ 399)   : Escolha 1 EA grátis! (limitado a 2 números de contas de negociação, qualquer um dos meus EAs, exceto UBS) Oferta imperdível     ->     clique aqui PARTICIPE DO GRUPO PÚBLICO:   Clique aqui   Sinal ao vivo Sinal ao vivo 2 !! O FANTASMA DOURADO CHEGOU !! Após o enorme sucesso de The Gold Reaper, tenho muito orgulho de apresentar s
Smart Gold Impulse
Barbaros Bulent Kortarla
3.95 (22)
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
Filtro:
Sem comentários
Responder ao comentário