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.

Produits recommandés
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.33 (57)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Opus
Sergej Maehler
OPUS - Liquidité Institutionnelle avec Architecture Adaptative OPUS est un algorithme de trading de niveau institutionnel conçu exclusivement pour XAUUSD (Or) . Contrairement aux EAs conventionnels, OPUS fonctionne entièrement sans indicateurs traditionnels et sans niveaux classiques de Stop-Loss ou Take-Profit basés sur des pips fixes ou des calculs ATR – au lieu de cela, il lit la structure de prix pure de la manière dont le font les traders professionnels dans les grandes banques et les fonds
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
Artemis Gold HFT Throttle EA MT5 L’attente est terminée — Artemis Gold HFT Throttle EA est désormais disponible pour MetaTrader 5. Artemis Gold HFT Throttle EA MT5 est un Expert Advisor axé sur l’Or, conçu pour les traders XAUUSD qui recherchent une automatisation rapide à court terme avec une exécution contrôlée, une protection intelligente par gardes et une visibilité claire depuis le tableau de bord. La plupart des robots de trading rapide se concentrent uniquement sur la vitesse. Dans des co
FREE
Fully autonomous neural network Expert Advisor for Gold (XAUUSD) trading. Features real-time dynamic Self-Learning based on closed trades and a unique interactive AI training progress bar directly on your chart! Aurum AI Evolution XAUUSD is a next-generation, high-tech trading robot engineered specifically for the highly volatile Gold market. The core of the EA utilizes a single-layer perceptron mathematical model paired with a Hyperbolic Tangent (MathTanh) activation function. The network is co
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
Description de l'EA (brève, claire, adaptée au marché) EA_XAU_Fibo_M15_FINAL_TTP_MODERN_v2_00 est un EA de pullback XAUUSD (or) basé sur des règles pour le graphique M15, qui cible spécifiquement les retours dans une zone Fibonacci définie (0,500-0,667, éventuellement proche de 0,618), mais uniquement si le filtre de tendance supérieur sur H1 confirme une direction claire. L'EA combine la structure (amplitude de swing + retracement de Fibonacci) avec le biais de tendance (EMA20/50, RSI et éven
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 EA Free Introductory Release — Download, test and help shape the future of this project through your feedback. The Jireh Fair Value Gap Trader EA is an automated trading system that identifies Fair Value Gaps (FVGs) and executes trades when price returns to mitigate the imbalance. Designed around Smart Money Concepts (SMC), the EA combines multiple confirmation filters and advanced risk management tools to help traders automate a disciplined FVG trading strategy. Whether
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)
Gold ICT OrderBlock Expert est un Expert Advisor conçu pour le trading automatique de XAUUSD (Or) sur le timeframe M6. Il s’appuie sur des concepts de structure de marché inspirés de la méthodologie ICT (Inner Circle Trader), notamment les Order Blocks, les liquidité sweeps, et les changements de structure. L’algorithme recherche des configurations à haute probabilité sur les sessions de Londres et de New York, en appliquant des filtres de tendance, des gestions dynamiques du risque et des pris
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
Les acheteurs de ce produit ont également acheté
Quantum Titan MT5
Bogdan Ion Puscasu
4.73 (15)
En intégrant le trading de niveau institutionnel à l'écosystème Quantum, Quantum Titan établit une nouvelle norme en matière de précision, de discipline et de performances éprouvées sur les marchés en temps réel. Conçu pour les traders exigeants qui attendent davantage d'un Expert Advisor GOLD, Titan représente la prochaine évolution de la technologie de trading Quantum. La disponibilité est strictement limitée à 1 000 licences à vie dans le monde entier. Une fois les 1 000 exemplaires vendus,
Iron Stops
Fajar Dicky Firmansyah
4.5 (36)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 Aucun truc. Aucune affirmation vide. Iron Stops s'adresse aux traders concentrés sur un aspect crucial : la constance . Que vous travailliez sur un défi prop ou supervisiez des fonds clients, cet EA reste dans des limites définies et fournit des résultats fiables. Positions fermées sous 36 heures. Exécutez-le sur un seul graphique : Il suffit de l'appliquer à XAUUSD en utilisant la période M30 . C'est tout ce dont vous avez besoin. Un
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (41)
La légende continue. La reine évolue. Bienvenue dans Quantum Queen X — la nouvelle génération du légendaire système de trading d'OR qui s'appuie sur le succès éprouvé de Quantum Queen. Quantum Queen X est construit sur le même moteur de base éprouvé que Quantum Queen, et introduit un nouveau mode personnalisé puissant qui permet aux traders de choisir précisément les stratégies à activer ou à désactiver. Chaque stratégie a été examinée, affinée et optimisée individuellement afin d'offrir des per
Smart Gold Hunter
Barbaros Bulent Kortarla
4.07 (58)
Smart Gold Hunter est un Expert Advisor pour le trading du XAUUSD / Gold sur MetaTrader 5. Il est conçu pour les traders qui préfèrent un EA gold sans grid, sans martingale, avec une vraie logique de Stop Loss et Take Profit, ainsi qu’une gestion du risque contrôlée. Vous pouvez consulter les signaux live avant de prendre une décision : Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Smart Gold Hunter n’est pas un EA grid et ce n’est pas un EA martingal
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
PROP FIRM PRÊT ! (   télécharger le fichier SETFILE   ) AVERTISSEMENT: Il ne reste que quelques exemplaires au prix actuel ! Prix ​​final : 990 $ Obtenez 1 EA gratuit (pour 3 comptes de trading) -> contactez-moi après l'achat Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   Signal en direct Signal du client Avis YouTube DERNIER MANUEL Bienvenue dans Gold Reaper ! S'appuyant sur le très performant Goldtrade Pro, cet EA a été conçu pour fonctionner simul
MoonDog EA
James Vito Armin Bianchini
5 (13)
MoonDog EA est un Expert Advisor multi-stratégies basé sur les breakouts, développé spécifiquement pour XAUUSD sur MetaTrader 5. Le système combine cinq stratégies de breakout indépendantes conçues pour identifier différentes conditions de cassure et d’expansion des prix. MoonDog n’utilise pas de martingale, de mode Recovery, de Grid Recovery, de multiplication des lots ni de moyenne à la baisse sur les positions perdantes. Chaque position est ouverte avec son propre Stop Loss et Take Profit pré
Scalping Robot Pro MT5
MQL TOOLS SL
4.41 (153)
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.64 (11)
ThunderGold Scalper ThunderGold Scalper est un Expert Advisor développé pour le trading automatisé de l’or sur MetaTrader 5. L’EA est conçu pour XAUUSD et GOLD sur l’unité de temps M15. Il utilise un moteur décisionnel multifactoriel propriétaire afin d’identifier des opportunités de trading qualifiées et de gérer automatiquement les positions. Le système combine la structure du marché, la direction de la tendance, la qualité des bougies, le volume, le momentum et des contrôles d’exécution. Il a
Ultimate Breakout System
Profalgo Limited
5 (48)
IMPORTANT   : Ce pack ne sera vendu au prix actuel qu'en nombre très limité d'exemplaires.    Le prix passera bientôt à 999 $ !   Plus de 300 stratégies incluses   et d'autres à venir ! BONUS   :   choisissez   5    de mes autres EA gratuitement !   TOUS LES FICHIERS D'ENSEMBLE + GUIDE COMPLET D'INSTALLATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT AVIS (tiers) NOUVEAU - SIGNAL EN DIRECT DE 44 STRATÉGIES Bienvenue dans le SYSTÈME DE RÉUSSITE ULTIME ! J'ai le plaisir de vous présenter
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.33 (58)
QU'EST-CE QUE LIZARD ? Lizard est un Expert Advisor entièrement automatisé, développé exclusivement pour le XAUUSD (Or) sur MetaTrader 5. Il utilise un système de cassure de swing multi-stratégies qui identifie les niveaux structurels clés du graphique et place des ordres stop en attente à des points d'entrée calculés avec précision. Pas de martingale. Pas de grille. Pas de moyenne à la baisse. Chaque trade dispose d'un Stop Loss et d'un Take Profit définis et est géré activement par un système
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.39 (138)
Moins de trades. De meilleurs trades. La constance avant tout. • Signal en Direct Mode 1  Signal en Direct Mode 2 Twister Pro EA est un Expert Advisor de scalping haute précision développé exclusivement pour XAUUSD (Or) sur le timeframe M15. Il trade moins — mais quand il le fait, c'est avec intention. Chaque entrée passe par 5 couches de validation indépendantes avant qu'un seul ordre ne soit placé, résultant en un taux de réussite extrêmement élevé sur la configuration par défaut. DEUX MODES:
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Contrôle plus intelligent. Précision accrue. Bienvenue dans Quantum Athena X — la nouvelle génération du système de trading d'OR ciblé qui s'appuie sur la précision, l'efficacité et l'exécution disciplinée de Quantum Athena. Quantum Athena X repose sur le même moteur central optimisé et les mêmes six stratégies soigneusement sélectionnées que Quantum Athena. Chaque stratégie a été perfectionnée et optimisée individuellement pour les conditions actuelles du marché de l'or, tandis que le nouvea
Cortex IDX
Vladimir Mametov
5 (3)
Il s'agit d'un Expert Advisor entièrement automatisé pour MetaTrader 5, spécialement développé pour le trading de l'indice US30 . Sa logique de trading est conçue autour du comportement dynamique des principaux indices boursiers : fortes tendances, pullbacks intraday et périodes de forte volatilité. Cet EA automatise les opérations dans un environnement où la rapidité d'exécution, la discipline et une gestion efficace des positions sont essentielles. Le système est axé sur une gestion rigoureuse
Zoomini
Gennady Sergienko
1.56 (16)
Informations importantes : L'assistance et les réponses aux questions sont disponibles uniquement ici :  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Taïwan ); Zoomini est un petit ensemble de modèles d'apprentissage automatique issu de la dernière recherche du projet GoGoPips de juillet 2026. Ces modèles sont destinés uniquement à XAUUSD H1 / Gold . Signal : www.mql5.com/en/signals/2381994 Ce qu'il est important de savoir : Les modèles tradent avec seulement un ordre et des SL
Range Breakout EA with Range Filters
Jimmy Peter Eriksson
4.57 (23)
MISE À JOUR : Prochain prix : 699 $, Prix final : 999 $ Si vous privilégiez l'honnêteté et un véritable système de trading conçu pour le trading en conditions réelles, et non un simple backtest en ligne droite d'apparence parfaite qui peut finir par ruiner votre compte, alors ceci pourrait vous convenir. Pas de martingale / Pas de grille Signal actif pendant 22 mois +300% de croissance en direct [Signal en direct]    |    [Résultats FTMO]    |    [Portefeuille principal]  |    [Guide de backte
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
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — Une puissance intelligente, optimisée pour chaque trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prix de lancement spécial Signal en direct :       CLIQUEZ ICI Version MT4 :   CLIQUEZ ICI Chaîne Quantum King :       Cliquez ici ***Achetez Quantum King MT5 et vous pourriez obtenir Quantum StarMan gratuitement !*** Demandez en privé pour plus de détails ! Gérez   votre trading avec pr
Vexora sera
Fatima Zohra Ed Dachraoui
3.9 (10)
Transparence Nous pensons que la meilleure façon d’évaluer un Expert Advisor est d’observer ses performances réelles de trading en conditions réelles. Signal de Trading en Direct :  https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Support Technique :   https://www.mql5.com/en/users/fatima-zohraed/news                                      Guide des Paramètres Lancé à $199 Maintenant $299 — Seulement 10 exemplaires disponibles Profitez de votre copie à $299 avant la prochaine augmen
Atherion Zenith AI EA
Valentina Zhuchkova
AETHERION ZENITH AI EA L’évolution de l’automatisation précise du trading sur l’or Signal public en direct pour un suivi en temps réel : https://www.mql5.com/ru/signals/2381671 Offre de lancement limitée Les 7 premières copies sont disponibles pour seulement $259 . Une fois ces copies vendues, le prix augmentera immédiatement de $100 — pour atteindre $359 . Cette offre de lancement est destinée aux traders qui souhaitent rejoindre Aetherion Zenith AI EA dès les premières étapes et suivre l’évolu
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
Smart Gold Impulse est désormais disponible dans une phase spéciale de lancement anticipé. Il s'agit d'un EA (Expert Advisor) que j'utilise actuellement avec des résultats impressionnants sur mon compte de signaux réels Ultima Markets . Vous pouvez vérifier les performances actuelles via les résultats des signaux en direct d'Ultima, où Smart Gold Impulse a déjà démontré un très fort potentiel dans des conditions de marché réelles. Le même fichier de configuration (set file) utilisé sur mon comp
Zerqon EA
Vladimir Lekhovitser
3.42 (31)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2372719 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Zerqon EA est un Expert Advisor adaptatif conçu spécifiquement pour le trading sur XAUUSD. La stratégie repose sur un modèle de réseau neuronal Deep LSTM intégré via ONNX, permettant au système de tra
Aura Gold Pro Edition
Stanislav Tomilov
5 (2)
Conçu pour dominer le marché de l'or. Informations officielles Profil du vendeur Chaîne officielle Guide de l'utilisateur LIMITED PRICE — $400 Aura Gold Pro Edition est actuellement disponible pour seulement $400, mais à partir du 1er septembre, le prix passera à $999. Après le 1er septembre, le prix sera plus de deux fois supérieur. N’attendez pas la hausse — obtenez votre copie maintenant pour $400. Signal de trading en direct  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   ht
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Compte de trading réel   LIVE SIGNAL (IC MARKETS) :  https://www.mql5.com/en/signals/2339082 Cet EA utilise exactement la même logique de trading et les mêmes règles d’exécution que le signal de trading en direct vérifié affiché sur MQL5.Lorsqu’il est utilisé avec les paramètres recommandés et optimisés, et avec un courtier ECN / RAW spread réputé (par exemple IC Markets ou TMGM) , le comportement de trading en conditions réelles de cet EA est conçu pour s’aligner étroitement sur la structure d
Gold Snap
Chen Jia Qi
4.47 (19)
Gold Snap — Système de capture rapide des profits sur l’or Signal en direct : https://www.mql5.com/en/signals/2362714 Signal en direct 2 : https://www.mql5.com/en/signals/2372603 Signal en direct v2.0 : https://www.mql5.com/en/signals/2379945 Il ne reste que 3 copies au prix actuel. Le prix passera bientôt à 1199 $. Important : Après l’achat, veuillez nous contacter par message privé afin de recevoir le guide utilisateur, les paramètres recommandés, les notes d’utilisation et l’assistance pour
Wave Rider EA MT5
Adam Hrncir
4.82 (44)
Scalper speed with sniper entries. Built for Gold. Summer sale - 399 USD only instead of 499 USD until end of August. 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 signa
The Gold Space
Ayush V Jain
5 (4)
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,
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
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
Ghost Scalper MT5
Thomas Christoph Lipka
5 (6)
GHOST SCALPER MT5 – CONÇU POUR L’OR. CONÇU POUR LA VITESSE. 4 stratégies XAUUSD indépendantes. Un seul Expert Advisor. Ghost Scalper MT5 est un Expert Advisor entièrement automatisé développé spécialement pour XAUUSD / Gold . Il combine quatre stratégies indépendantes dans un seul EA : Ghost A, Ghost B, Ghost C et Ghost D . Aucune configuration compliquée Aucun extra inutile Placez-le simplement sur le graphique Gold, définissez votre risque et démarrez 4 STRATÉGIES – 1 EA Ghost A
SomaGold
Andrii Soma
5 (10)
SomaGold est un Expert Advisor multi-stratégies de breakout pour MetaTrader 5, conçu exclusivement pour l'or (XAUUSD). Un graphique, un EA, 32 stratégies indépendantes qui tournent ensemble comme un portefeuille diversifié unique. Signal en direct. C'est mon premier EA publié sur MQL5. Pour le rendre accessible au lancement, j'utilise un modèle de prix progressif transparent : Prix de lancement : 100 USD Le prix augmente de 100 USD pour chaque tranche de 10 copies vendues Les acheteurs précoces
Filtrer:
Aucun avis
Répondre à l'avis