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
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
ApexFlow Universal EA ApexFlow Universal EA is a fully automated Expert Advisor for MetaTrader 5. It is designed for short-term M1 trading and evaluates price behavior, momentum, volatility, and current market conditions before managing a trade from entry through exit. The EA can be used on Forex pairs, metals, indices, and other symbols supported by your broker. Because contract specifications, spreads, commissions, and execution vary, every symbol and broker should be tested separately befor
GuardianLabs Trade Manager
Komlan Prosper Kouassi
Guardian Trade Manager is a premium, panel-based Expert Advisor that gives you complete trade control from a single overlay. Designed for professional traders who demand speed, precision, and clean execution — with zero lag on any broker. Risk Engine Calculates lot size automatically from your account balance and defined risk % Adjustable Risk %, Stop Loss (pips), and Reward multiplier directly on the panel — no input dialog needed Live summary card shows exact lot size, TP in pips, risk in curr
Astra MT5
Natalyia Nikitina
Astra MT5 — Système de trading automatisé basé sur les modèles de marché Astra MT5 est un expert advisor pour MetaTrader 5 qui exploite les principaux modèles de marché, y compris les corrections de prix après des mouvements brusques. Le système est entièrement automatisé et ne nécessite pas une surveillance constante du trader. Attention ! Contactez-moi immédiatement après l'achat afin de recevoir les instructions de configuration ! Caractéristiques d’Astra MT5 Algorithmes d’analyse : travaille
SolarTrade Suite Financial Robot: LaunchPad Market Expert - conçu pour ouvrir des transactions ! Il s'agit d'un robot de trading qui utilise des algorithmes spéciaux innovants et avancés pour calculer ses valeurs, votre assistant dans le monde des marchés financiers. Utilisez notre ensemble d'indicateurs de la série SolarTrade Suite pour mieux choisir le moment de lancer ce robot. Découvrez nos autres produits de la série SolarTrade Suite en bas de la description. Vous souhaitez naviguer en
Cable Brain MT5
TICK STACK LTD
5 (4)
Buy Any 2 Products, Get 1 Free For a limited time, purchase any two TickStack EAs and choose a third one completely free — including a full lifetime license with unlimited activations. (Gold Neural Core not included in this offer) Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab2560cdc01 Read the user guide to any TickStack grid system:
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
Strategy Overview BTC Breakout Scalper Pro is a breakout scalper for BTCUSD M1 that places pending stop orders at high-volatility breakout points, confirmed by RSI filter (12/88 extremes) and ADX M15 ≥ 20 (trending market only). The EA does NOT use martingale, grid, or hedging. Each trade is a single position with predefined SL/TP based on price percentage. Position size scales with account equity via the built-in Smart_Lots algorithm — bounded by your chosen MaxLots cap (.set file). Backtest Re
ADX Cross Sell
Jorge Rodriguez Redondo
ADX Cross Sell - Precisión con lógica direccional y gestión dinámica avanzada   Versión actual: 6.63 ️ Autor: Jorge Rodríguez “Kium” ️ Compatible con: MetaTrader 5 ️ Tipo: Expert Advisor (EA) automático Estrategia: Tendencial con validación de momentum y filtros temporales Protección: Gestión dinámica de riesgos (SL/TP/BE)   Descripción general ADX Cross Buy es un Expert Advisor de tipo tendencial que busca oportunidades de compra sólidas mediante el cruce del indicador   ADX
FDow
Francisco Jesus Alonso Martin
FDow – Algorithmic Simplicity with Professional-Grade Robustness FDow is an Expert Advisor (EA) specifically designed to trade the Dow Jones (US30) using a minimalistic yet highly effective rule set. Built around only two of the most reliable technical indicators — the SMA (Simple Moving Average) and the ATR (Average True Range) — this system generates clean, transparent, and easy-to-interpret trading signals. Unlike complex and over-engineered strategies, FDow relies on pure trend-following log
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVE EA est basé sur cet article : https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDITIONS COMMERCIALES - Recherchez les paires de devises qui se négocient en dessous de l'EMA et du MACD de la période X pour être en territoire négatif. - Attendez que le prix dépasse l'EMA de la période X, puis assurez-vous que MACD est soit en train de passer du négatif au positif, soit est passé en territoire positif dans les cinq barres. - Aller long 10 pips au-dessus
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Well, as FX, commodities market are quite volatile, you might los
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping est un conseiller commercial entièrement automatique. Stratégie de scalping de nuit. L'indicateur RSI et le filtre ATR sont utilisés comme entrées. L'Expert Advisor requiert un type de compte de couverture. IMPORTANT! Contactez-moi immédiatement après l'achat pour recevoir des instructions et un bonus ! Le suivi du travail réel, ainsi que mes autres développements sont consultables ici : https://www.mql5.com/en/users/mechanic/seller Recommandations générales Dépôt minimum de 10
Cypher King
Youssef Souih Hejjaji
Cypher King is now available! Cypher King delivers consistent performance without the gimmicks. Built for GBPJPY, easily adaptable to other pairs, and designed to thrive in real market conditions. Why Choose Cypher King? AI-Driven Precision At the heart of Cypher King lies a powerful neural network that analyzes live price action using a synchronized blend of MACD, RSI, EMAs, Bollinger Bands , and more. No Martingale, No Nonsense Forget risky systems. Cypher King uses stable logic , avoiding pos
Ajout de la possibilité de modifier la taille du lot et de rendre l’EA aussi abordable que possible. En l’achetant, vous bénéficierez du support et des futures mises à jour. Merci de soutenir son évolution. Ce robot de trading est prêt à l'emploi. AussiePrecision est un Expert Advisor (EA) sensible au temps pour MetaTrader 5, spécialement conçu pour la paire de devises AUD/USD. Il est conçu pour exécuter des opérations à des moments prédéfinis et contrôlés, ce qui le rend idéal pour les traders
Product Description Gold Breakout EA is a fully automated Gold (XAUUSD) trading robot for MetaTrader 5. It was engineered using StrategyQuant, a platform that combines genetic algorithms and machine-learning-driven strategy generation — a real, established form of AI in algorithmic trading. It looks for confirmed upward breakouts and manages every trade with volatility-based stop loss and trailing stop, so risk adapts automatically to how Gold is moving. AI-Optimized, Rule-Based Execution The st
Loss Recovery Trader MT5
Michalis Phylactou
5 (4)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your recovery
Aurum Forest AI
Bintang Indra Maulana Firmansyah
"Trading Gold shouldn't be a gamble; it should be a calculation." Aurum Forest AI is a premium Expert Advisor utilizing a Native .ONNX Machine Learning Architecture . Unlike 99% of "AI" robots on this market that use hidden Martingale, this system is built on a Random Forest Classifier trained on 10 years of institutional Gold liquidity data. ## The Neural Core Advantage: Real-Time Data Processing: Evaluates 20+ non-linear features including SMC Liquidity Sweeps , Fair Value Gaps (FVG) , and Vo
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Nova EA
Anton Kondratev
5 (1)
NOVA   EA   C'est un       Système d'index accessible entièrement automatique [DE40 / GER40]   avec paramètres d'optimisation ouverts et   mécanisme de récupération en option. Only 7 Copies of 10 Left  for 245$  Next Price 890 $   GUIDE NOVA Signaux Remboursement du courtier en commission Mises à jour Mon blog Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        DE40 H1 Chaque position a toujours un    
PullBackSniper
Fernando Da Silva Candido
PullBackSniper PullBackSniper is an Expert Advisor developed for MetaTrader 5, focused on pullback trading, market structure confirmation, and precise entries near relevant technical zones. The robot was designed to search for trading opportunities after price corrections, avoiding impulsive entries and attempting to operate only when there is confluence between a technical level, market context, price rejection, and a valid entry trigger. The main logic of the system is to identify important ch
SGear
Olesia Kusmenko
3.67 (9)
Promotion de fin d'été – Offre limitée ! Un modèle de tarification par paliers s'applique : chaque cinquième achat augmente le prix de 50 $. À chaque nouvel acheteur, le niveau de prix suivant se rapproche, rendant votre entrée plus coûteuse. Sécurisez SGear au prix actuel avant que la prochaine augmentation de prix ne soit déclenchée. Cette vente est limitée, tant en temps qu'en quantité. Après cela, le prix du marché régulier s'appliquera. SGear – Une logique de tendance claire, sans illusion
Punisher Scalper MT5
Marcelina Makarewicz
5 (1)
Introducing the   Punisher Scalper MT5, EA for NZDUSD   currency pair. It analyzes market data in real time to identify :    Correct entry moment.    Trend beginning, reversal, direction and strenght.   Support and Resistance.   Self-optimize TP and SL. To do it Punisher Scalper is using :   Data from few time frames at the same time.   Over 10 unique code functions.    44 price action patterns.   8 indicators. Other properties :   The TP to SL ratio is usually around 1:1
Cet Expert Advisor (EA) est conçu pour trader l’indice DE40 (souvent désigné sous le nom de DAX, GER40, etc., selon le courtier). L'EA identifie automatiquement les opportunités de trading sur le marché et gère les positions en adoptant une approche basée sur le risque. Il vous offre deux modes de trading : Conservateur – Une approche plus lente et plus stable. Agressif – Une stratégie plus rapide conçue pour tirer parti des grands mouvements du marché (avec un risque plus élevé). Cette stratégi
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Attention traders de Platine ! XPTUSD Trend Protected EA ne trade pas n’importe quoi. Il n’ouvre des positions que lorsque la tendance est réelle et confirmée par le marché. Évite le bruit et le sur-trading qui détruisent les comptes. Gestion des risques adaptative : réduit l’exposition après des pertes et maximise les gains pendant les séries gagnantes. Chaque trade est indépendant, sans martingale, grid ou hedging. Trailing stop progressif pour protéger les profits sans limiter la tendance. S
Gold Slayer
Eugen-alexandru Zibileanu
4.6 (10)
Gold Market Domination Une machine de scalping de précision développée avec QuantConnect (imbattable sur le marché de l’Or, mp pour les réglages) Elle a un seul objectif : la domination du marché GOLD (XAUUSD) avec des résultats de trading rentables et incessants.  pour les anciens signaux consultez notre page MyFXBook MeanFX PRIX DE LANCEMENT : Maintenant passé à 99$ – 2 copies restantes à ce prix, ne manquez pas cette opportunité, augmente de 10$ après chaque 5 achats ! Prix final 1666$ C
Barber Scalper MT5
Marcelina Makarewicz
Introducing the Barber Scalper MT5, EA for USDJPY currency pair. It analyzes market data in real time to identify :  Correct entry moment.  Trend beginning, reversal, direction and strenght. Support and Resistance. Self-optimize TP and SL. To do it Barber Scalper is using : Data from few time frames at the same time. Over 10 unique code functions.  44 price action patterns. 8 indicators. Other properties : The TP to SL ratio is usually around 1:1. Barber Scalper trades
Les acheteurs de ce produit ont également acheté
Quantum Queen X MT5
Bogdan Ion Puscasu
4.84 (19)
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
Lizard
Marco Scherer
3.78 (23)
QU'EST-CE QUE LIZARD ? Lizard est un Expert Advisor entièrement automatique, développé exclusivement pour le XAUUSD (or) sur MetaTrader 5. Il utilise un système de cassure de swing multistratégie 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 d
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
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
Scalping Robot Pro MT5
MQL TOOLS SL
4.45 (136)
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 (46)
IMPORTANT   : Ce package ne sera vendu au prix actuel que pour un nombre très limité d'exemplaires.    Le prix va monter à 1999$ très rapidement    +100 stratégies incluses   et plus à venir ! BONUS   : À partir de 1499$ ou plus --> choisissez  5     de mes autres EA gratuitement !  TOUS LES FICHIERS CONFIGURÉS GUIDE COMPLET DE CONFIGURATION ET D'OPTIMISATION GUIDE VIDÉO SIGNAUX EN DIRECT EXAMEN (tiers) NEW - 44-STRATEGIES LIVE SIGNAL Bienvenue dans le SYSTÈME D'ÉCLATEMENT ULTIME ! Je suis h
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
Smart Gold Hunter
Barbaros Bulent Kortarla
5 (20)
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 Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?s
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (128)
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 iGold MT5
Yassine Mouhssine
5 (18)
Quantum iGold MT5 — Système avancé de trading par IA (XAUUSD) Quantum iGold MT5 est un système de trading entièrement automatisé, conçu à l’aide de techniques avancées d’Intelligence Artificielle. Il utilise une architecture neuronale hybride qui intègre des modèles LSTM et Transformer afin d’analyser le comportement des prix sur XAUUSD. Cette structure permet au système de détecter les configurations du marché, de s’adapter aux changements de volatilité et de générer des signaux de trading tech
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
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
Mavrik Scalper
Vladimir Lekhovitser
4.67 (3)
Signal de trading en temps réel Surveillance publique en temps réel de l’activité de trading : https://www.mql5.com/fr/signals/2378119 Informations officielles Profil du vendeur Canal officiel Manuel utilisateur Instructions de configuration et d’utilisation : Ouvrir le manuel utilisateur Mavrik Scalper représente une nouvelle génération d’Expert Advisors développés autour d’une architecture de réseau neuronal Hybrid Attention. Contrairement aux stratégies algorithmiques traditionnell
Gold Snap
Chen Jia Qi
4.47 (17)
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 à 999 $. 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
Logan MT5
Thierry Ouellet
5 (11)
LIMITED TIME OFFER AT 249$ Price will go up at  499$ on July 31st! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—includ
Nexorion Initium Novum EA
Valentina Zhuchkova
4.76 (21)
NEXORION : Initium Novum — Logique Déterministe et Synthèse Algorithmique NEXORION est un complexe analytique de classe institutionnelle fondé sur des algorithmes mathématiques rigoureux de traitement de la liquidité. Le concept central du projet repose sur la « transparence computationnelle » : l'Expert Advisor transforme les flux de prix chaotiques en zones géométriques structurées, visualisant le processus de prise de décision directement sur le graphique de trading. Suivi en temps réel https
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Présentation       Quantum Emperor EA   , le conseiller expert MQL5 révolutionnaire qui transforme la façon dont vous négociez la prestigieuse paire GBPUSD ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Achetez Quantum Emperor EA et vous pourriez obtenir Quantum StarMan  gratuitement !*** Demandez en privé pour pl
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
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
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
MISE À JOUR - IL NE RESTE QUE QUELQUES EXEMPLAIRES AU PRIX ACTUEL ! L'objectif principal de ce système est d'assurer des performances en direct sur le long terme sans recourir à des techniques risquées comme la martingale ou la grille.  EXEMPLAIRES TRÈS LIMITÉS AU PRIX ACTUEL Prix ​​final : 1 499 $ [Signal en direct]    |    [Résultats des tests rétrospectifs]    |    [Guide d'installation]    |    [Résultats FTMO] Une approche différente du trading Pulse Engine n'utilise aucun indicateur ni un
Smart Gold Impulse
Barbaros Bulent Kortarla
3.82 (17)
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
Gold Neural Core
TICK STACK LTD
5 (6)
Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Limited-Time Offer: Buy Gold Neural Core, Get Any Other EA Free — For Life For a limited time, every purchase of Gold Neural Core includes a lifetime license to any other EA in my MQL5 Market lineup — your choice, no strings attached. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Join my open group for questions related to any of my products:  https://www.mql5.com/en/messages/014beab
Wave Rider EA MT5
Adam Hrncir
4.88 (43)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear?  Wave Rider  is honest, transparent EA without any fake AI or manipulated back-test that's being continuously developed $499  until Signal reaches 150% - then 599 USD Check the Live signal  or Manual  or  Broker performance Version 5.0 upgrade notice: Close all Wave Rider positions before updating. Strategy Magic Numbers and several input names changed. Review your settings and save a new pre
SixtyNine EA
Farzad Saadatinia
4 (4)
SixtyNine EA – Un Expert Advisor Gold pour MetaTrader 5, avec 6 couches de stratégie intégrées, un Stop Loss prédéfini sur chaque transaction et une structure de trading propre sans Martingale, systèmes de Recovery ou Grid Trading. Signal Live Public : Départ $500, Lot fixe 0.02, Croissance de 500%+, 20 semaines en réel Le signal live public est la principale preuve de performance de SixtyNine EA . Le compte a démarré avec un solde de $500 , utilise un lot fixe de 0.02 par transaction et foncti
SomaOil
Andrii Soma
5 (2)
SomaOil est un Expert Advisor multi-stratégies de breakout pour MetaTrader 5, conçu exclusivement pour le pétrole brut WTI (XTIUSD). Un graphique, un EA, 20 stratégies indépendantes qui tournent ensemble comme un portefeuille diversifié unique. Signal en direct. Pour le rendre accessible au lancement, j'utilise un modèle de prix progressif transparent : Prix de lancement : 100 USD (48 heures) À partir du lundi, le prix augmente de 100 USD pour chaque tranche de 10 copies vendues Les hausses de p
Fantastic 4 MT5
Fan Yang
1 (1)
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating four mutually independent quantitative trading logics targeting XAUUSD. After long-term research, iterative optimization, historical backtesting and live market verification, each built-in strategy has exclusive entry rules, independent order management and customized risk control modules. All strategies run separately without mutual interference. The combination of four strategies with low cor
Cortex Aurex
Vladimir Mametov
4.56 (9)
Cet Expert Advisor est un système de trading entièrement automatisé pour MetaTrader 5, conçu spécifiquement pour le trading de l’or (XAUUSD). Sa logique est adaptée aux caractéristiques du marché de l’or : mouvements de prix rapides, fortes inversions et volatilité élevée. Le système automatise le trading dans un environnement où la vitesse de réaction, la discipline et une gestion précise des positions sont essentielles. Le système est centré sur une gestion disciplinée des positions, une réact
Impulse MT5
Simon Reeves
5 (14)
Are you ready to power up your Gold trading? Impulse by Starpoint Trading — A six-strategy gold EA that waits for the perfect shot. Come chat with us in our public MQL5 channel!  https://www.mql5.com/en/channels/starpoint Impulse v2.00 is here! The biggest update in Impulse's history has arrived. Version 2.00 takes everything that made Impulse a disciplined, patient Gold trading system and elevates it across the board: A brand-new sixth strategy — Conviction Momentum joins the squad, hunting de
Gold House MT5
Chen Jia Qi
4.49 (59)
Gold House — Systeme de Trading de Cassures Swing sur l'Or Un EA. Trois modes de trading. Choisissez celui qui correspond à votre style. Sans Grid. Sans Martingale. Le prix augmentera de 50 USD toutes les 10 ventes. Prix final prévu : 1 999 USD. Signaux en direct : Mode Priorité au Profit : https://www.mql5.com/en/signals/2359124 Mode Priorité au Break-even (BE) : https://www.mql5.com/en/signals/2372604 Mode Adaptatif :   https://www.mql5.com/en/signals/2379287   (Configuration de référence à
XG Gold Robot MT5
MQL TOOLS SL
4.3 (111)
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
Chiroptera
Rob Josephus Maria Janssen
4.62 (45)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
Gold Trade Pro MT5
Profalgo Limited
4.33 (39)
Lancer la promo ! Plus que quelques exemplaires à 449$! Prochain prix : 599$ Prix ​​final : 999$ Obtenez 1 EA gratuitement (pour 2 comptes commerciaux) -> contactez-moi après l'achat Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro rejoint le club des EA de Gold trading, mais avec un
Filtrer:
Aucun avis
Répondre à l'avis