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.

Prodotti consigliati
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
ApexFlow Universal EA ApexFlow Universal EA is a fully automated Expert Advisor for MetaTrader 5. It is designed for short-term M1 trading and evaluates price behavior, momentum, volatility, and current market conditions before managing a trade from entry through exit. The EA can be used on Forex pairs, metals, indices, and other symbols supported by your broker. Because contract specifications, spreads, commissions, and execution vary, every symbol and broker should be tested separately befor
GuardianLabs Trade Manager
Komlan Prosper Kouassi
Guardian Trade Manager is a premium, panel-based Expert Advisor that gives you complete trade control from a single overlay. Designed for professional traders who demand speed, precision, and clean execution — with zero lag on any broker. Risk Engine Calculates lot size automatically from your account balance and defined risk % Adjustable Risk %, Stop Loss (pips), and Reward multiplier directly on the panel — no input dialog needed Live summary card shows exact lot size, TP in pips, risk in curr
Astra MT5
Natalyia Nikitina
Astra MT5 — Sistema di trading automatizzato basato sui modelli di mercato Astra MT5 è un expert advisor per MetaTrader 5 che utilizza i principali modelli di mercato, inclusi i ritracciamenti di prezzo dopo movimenti bruschi. Il sistema è completamente automatizzato e non richiede monitoraggio costante da parte del trader. Attenzione! Contattami subito dopo l’acquisto per ricevere le istruzioni di configurazione! Caratteristiche di Astra MT5 Algoritmi di analisi: lavora con modelli di prezzo e
SolarTrade Suite Financial Robot: LaunchPad Market Expert - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
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 si basa su questo articolo: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp CONDIZIONI COMMERCIALI - Cerca che la coppia di valute scambiata al di sotto dell'EMA e del MACD del periodo X sia in territorio negativo. - Attendi che il prezzo superi l'EMA del periodo X, quindi assicurati che il MACD sia in procinto di passare da negativo a positivo o sia passato in territorio positivo entro cinque barre. - Vai long 10 pip sopra l'EMA a 20 periodi. - Ven
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 è un consulente di trading completamente automatico. Strategia di scalping notturno. L'indicatore RSI e il filtro ATR vengono utilizzati come ingressi. L'Expert Advisor richiede un tipo di conto di copertura. IMPORTANTE! Contattami subito dopo l'acquisto per ricevere istruzioni e un bonus! Il monitoraggio del lavoro reale, così come i miei altri sviluppi, possono essere visualizzati qui: https://www.mql5.com/en/users/mechanic/seller Raccomandazioni generali Deposito minimo
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
Aggiunta la possibilità di modificare la dimensione del lotto e rendere l'EA il più economico possibile. Se lo acquisti, riceverai supporto e aggiornamenti futuri. Per favore, supportane lo sviluppo. Questo EA è pronto all’uso. AussiePrecision è un Expert Advisor (EA) sensibile al tempo per MetaTrader 5, progettato specificamente per la coppia di valute AUD/USD. È progettato per eseguire operazioni in momenti predefiniti e controllati, ed è ideale per i trader che desiderano automatizzare ingres
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   È   un       Sistema di indicizzazione completamente automatico e accessibile [DE40 / GER40]   con parametri di ottimizzazione aperti e un   meccanismo di recupero opzionale. Only 7 Copies of 10 Left  for 245$  Next Price 890 $ GUIDA NOVA Segnali Rimborso del broker di commissioni Aggiornamenti Il mio blog Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        DE40 H1 Ogni posizione ha sempre una
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)
Saldi di fine estate – Offerta a tempo limitato! Si applica un modello di prezzo a livelli: ogni quinto acquisto aumenta il prezzo di 50 $. Con ogni nuovo acquirente, il prossimo livello di prezzo si avvicina, rendendo il tuo ingresso più costoso. Assicura SGear al prezzo attuale prima che venga attivato il prossimo aumento di prezzo. Questa offerta è limitata, sia nel tempo che nella quantità. Dopo di che, si applicherà il prezzo di mercato regolare. SGear – Logica di tendenza chiara, senza il
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
Questo Expert Advisor (EA) è progettato per operare sull'indice DE40 (spesso indicato come DAX, GER40, ecc., a seconda del broker). L'EA identifica automaticamente opportunità di trading sul mercato e gestisce le posizioni con un approccio basato sul rischio. Offre due modalità di trading : Conservativo – Un approccio più lento e stabile. Aggressivo – Una strategia più rapida progettata per sfruttare i grandi movimenti del mercato (con un rischio maggiore). Questa strategia seleziona le posizion
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
Attenzione trader di Platino! XPTUSD Trend Protected EA non apre trade a caso. Entra solo quando la tendenza è reale e confermata dal mercato. Evita rumore e overtrading che distruggono i conti. Gestione del rischio adattiva: riduce l’esposizione dopo perdite e sfrutta le serie vincenti. Ogni trade è indipendente, senza martingala, grid o hedging. Trailing stop progressivo che protegge i profitti senza fermare la tendenza. Si adatta automaticamente alle sessioni di Londra, New York e sessioni i
Gold Slayer
Eugen-alexandru Zibileanu
4.6 (10)
Gold Market Domination Una macchina di scalping di precisione sviluppata con QuantConnect (imbattibile sul mercato dell'Oro, pm per le impostazioni) È stata creata con un unico scopo: dominare il mercato GOLD (XAUUSD) con risultati di trading profittevoli e costanti. per i segnali precedenti controlla la nostra pagina MyFXBook MeanFX PREZZO DI LANCIO: Ora aumentato a 99$ – rimangono 2 copie a questo prezzo, non perdere questa opportunità, aumenta di 10$ ogni 5 acquisti! Prezzo finale 1666$
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
Gli utenti di questo prodotto hanno anche acquistato
Quantum Queen X MT5
Bogdan Ion Puscasu
4.84 (19)
La leggenda continua. La regina si evolve. Benvenuti in Quantum Queen X, la nuova generazione del leggendario sistema di trading sull'ORO che si basa sul comprovato successo di Quantum Queen. Quantum Queen X si basa sullo stesso motore collaudato di Quantum Queen, introducendo una nuova e potente modalità personalizzata che consente ai trader di scegliere esattamente quali strategie attivare o disattivare. Ogni strategia è stata individualmente rivista, perfezionata e ottimizzata per offrire pre
Lizard
Marco Scherer
3.78 (23)
CHE COS'È LIZARD? Lizard è un Expert Advisor completamente automatico, sviluppato esclusivamente per XAUUSD (oro) su MetaTrader 5. Utilizza un sistema di breakout di swing multistrategia che identifica i livelli strutturali chiave sul grafico e piazza ordini stop pendenti in punti di ingresso calcolati con precisione. Niente martingala. Niente grid. Niente mediazione. Ogni operazione ha uno Stop Loss e un Take Profit definiti ed è gestita attivamente da un sistema di uscita multilivello, in modo
The Gold Reaper MT5
Profalgo Limited
4.46 (102)
PROP FIRM PRONTO! (   scarica SETFILE   ) AVVERTIMENTO: Rimangono solo poche copie al prezzo attuale! Prezzo finale: 990$ Ricevi 1 EA gratis (per 3 account di trading) -> contattami dopo l'acquisto Offerta combinata definitiva     ->     clicca qui UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Segnale in diretta Segnale del client Recensioni di YouTube ULTIMO MANUALE Benvenuti al Gold Reaper! Basato sul collaudato Goldtrade Pro, questo Expert Advisor è stato progettato per funzionare contempora
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)
IMPORTANTE   : Questo pacchetto sarà venduto al prezzo corrente solo per un numero molto limitato di copie.    Il prezzo salirà a 1999$ molto velocemente    +100 strategie incluse   e altre in arrivo! BONUS   : A partire da un prezzo di 1499$ --> scegli   gratuitamente 5    dei miei altri EA!  TUTTI I FILE IMPOSTATI GUIDA COMPLETA ALLA CONFIGURAZIONE E ALL'OTTIMIZZAZIONE GUIDA VIDEO SEGNALI LIVE RECENSIONE (terza parte) NEW - 44-STRATEGIES LIVE SIGNAL Benvenuti al SISTEMA DEFINITIVO DI BREAK
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 è un Expert Advisor per il trading di XAUUSD / Gold su MetaTrader 5. È progettato per trader che preferiscono un EA sul gold senza grid, senza martingala, con vera logica di Stop Loss e Take Profit, e con gestione del rischio controllata. Puoi controllare i segnali live prima di prendere una decisione: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signa
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.42 (127)
Meno trade. Trade migliori. La costanza prima di tutto. • Segnale in Tempo Reale Modalità 1  Segnale Live Modalità 2 Twister Pro EA è un Expert Advisor di scalping ad alta precisione sviluppato esclusivamente per XAUUSD (Oro) sul timeframe M15. Opera meno — ma quando lo fa, lo fa con uno scopo. Ogni ingresso passa attraverso 5 livelli indipendenti di validazione prima che venga aperto un singolo ordine, risultando in un tasso di successo estremamente elevato nella configurazione predefinita.
Quantum iGold MT5
Yassine Mouhssine
5 (18)
Quantum iGold MT5 — Sistema avanzato di trading con IA (XAUUSD) Quantum iGold MT5 è un sistema di trading completamente automatizzato, sviluppato utilizzando tecniche avanzate di Intelligenza Artificiale. Utilizza un’architettura neurale ibrida che integra modelli LSTM e Transformer per analizzare il comportamento del prezzo su XAUUSD. Questa struttura consente al sistema di rilevare pattern di mercato, adattarsi ai cambiamenti di volatilità e generare segnali di trading tecnicamente raffinati i
Quantum King EA
Bogdan Ion Puscasu
4.96 (211)
Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT4:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT5 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Gestisci   le tue attività di trading con precisione
Mavrik Scalper
Vladimir Lekhovitser
4.67 (3)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2378119 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Mavrik Scalper rappresenta una nuova generazione di Expert Advisor sviluppati attorno a un’architettura di rete neurale Hybrid Attention. A differenza delle strategie algoritmiche tradizionali che si basano princip
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — A Fast Profit Capture System for Gold Live Signal: https://www.mql5.com/en/signals/2362714 Live Signal2: https://www.mql5.com/en/signals/2372603 Live Signal v2.0: https://www.mql5.com/en/signals/2379945 Only 3 copies remaining at the current price. The price will be increased to $999 soon. Important: After purchasing, please contact us by private message to receive the user guide, recommended settings, usage notes, and update support.  https://www.mql5.com/en/users/walter2008 W
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 — Logica Deterministica e Sintesi Algoritmica NEXORION è un complesso analitico di livello istituzionale basato su rigorosi algoritmi matematici di elaborazione della liquidità. Il concetto cardine del progetto è la "trasparenza computazionale": l'Expert Advisor trasforma i flussi di prezzo caotici in zone geometriche strutturate, visualizzando il processo decisionale direttamente sul grafico di trading. Monitoraggio in tempo reale https://www.mql5.com/en/signals/2378408
Quantum Athena X
Bogdan Ion Puscasu
5 (1)
Controllo più intelligente. Precisione raffinata. Benvenuti in Quantum Athena X, la nuova generazione del sistema di trading sull'ORO focalizzato, che si basa sulla precisione, l'efficienza e la disciplina di esecuzione di Quantum Athena. Quantum Athena X si basa sullo stesso motore di trading ottimizzato e sulle stesse 6 strategie accuratamente selezionate di Quantum Athena. Ogni strategia è stata perfezionata e ottimizzata individualmente per le attuali condizioni del mercato dell'oro, ment
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
Presentazione       Quantum Emperor EA   , l'innovativo consulente esperto MQL5 che sta trasformando il modo in cui fai trading sulla prestigiosa coppia GBPUSD! Sviluppato da un team di trader esperti con esperienza di trading di oltre 13 anni. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Acquista Quantum Emperor EA e potresti ottenere Quantum StarMan     gratis!*** Chiedi in privato per maggiori dettagli Segn
Zerqon EA
Vladimir Lekhovitser
3.18 (28)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2372719 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Zerqon EA è un Expert Advisor adattivo sviluppato specificamente per il trading su XAUUSD. La strategia si basa su un modello di rete neurale Deep LSTM integrato tramite ONNX, consentendo al sistema di elaborare il
Pulse Engine
Jimmy Peter Eriksson
3.94 (34)
AGGIORNAMENTO - RIMANGONO SOLO POCHE COPIE A QUESTO PREZZO! L'obiettivo principale di questo sistema è garantire prestazioni ottimali a lungo termine senza ricorrere a strategie di martingala o a griglie rischiose.  COPIE MOLTO LIMITATE AL PREZZO ATTUALE Prezzo finale $1499 [Segnale in diretta]    |    [Risultati del backtest]    |    [Guida all'installazione]    |    [Risultati FTMO] Un approccio diverso al trading Pulse Engine non utilizza indicatori o intervalli temporali specifici. Il suo a
Smart Gold Impulse
Barbaros Bulent Kortarla
3.82 (17)
Smart Gold Impulse è ora disponibile in una speciale fase di lancio anticipato. Questo è un EA (Expert Advisor) que sto attualmente utilizzando con risultati impressionanti sul mio conto segnali reali di Ultima Markets . Potete verificare le prestazioni attuali attraverso i risultati dei segnali in tempo reale di Ultima, dove Smart Gold Impulse ha già mostrato un potenziale molto forte in condizioni di mercato reali. Lo stesso file di configurazione (set file) utilizzato sul mio conto segnali r
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 per MetaTrader 5, con 6 livelli strategici integrati, Stop Loss predefinito su ogni operazione e una struttura di trading pulita senza Martingale, sistemi Recovery o Grid Trading. Segnale Live Pubblico: Capitale iniziale $500, Lotto fisso 0.02, Crescita 500%+, 20 settimane Live Il segnale live pubblico è il principale punto di riferimento per dimostrare le prestazioni di SixtyNine EA . Il conto è partito con un saldo di $500 , utilizzando un lotto fisso di
SomaOil
Andrii Soma
5 (2)
SomaOil è un Expert Advisor multi-strategia di breakout per MetaTrader 5, realizzato esclusivamente per il petrolio greggio WTI (XTIUSD). Un grafico, un EA, 20 strategie indipendenti che operano insieme come un unico portafoglio diversificato. Segnale live. Per renderlo accessibile al lancio uso un modello di prezzo a scalini trasparente: Prezzo di lancio: 100 USD (48 ore) Da lunedì il prezzo aumenta di 100 USD ogni 10 copie vendute Gli aumenti di prezzo avvengono al massimo una volta al giorno,
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)
Questo è un Expert Advisor completamente automatizzato per MetaTrader 5, progettato specificamente per il trading dell’Oro (XAUUSD). La sua logica è costruita in base alle caratteristiche tipiche del mercato dell’oro: movimenti rapidi dei prezzi, forti inversioni e alta volatilità. Il sistema automatizza il trading in un contesto in cui velocità di reazione, disciplina e gestione precisa delle posizioni sono fondamentali. Il sistema è focalizzato su una gestione disciplinata delle operazioni, un
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 — Gold Swing Breakout Trading  One EA. Three Trading Modes. Choose the One That Fits Your Style. No Grid. No Martingale. The price will increase by $50 after every 10 purchases. Final planned price: $1,999. Live Signals:  Profit Priority Mode: https://www.mql5.com/en/signals/2359124 BE priority Mode :  https://www.mql5.com/en/signals/2372604 Adaptive Mode:   https://www.mql5.com/en/signals/2379287  (High-Risk Configuration Reference – Potential profits and losses are amplified. N
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)
Promo lancio! Sono rimaste solo poche copie a 449$! Prossimo prezzo: 599$ Prezzo finale: 999$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto 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 si unisce al club degli EA che commerciano oro, ma con una gran
Filtro:
Nessuna recensione
Rispondi alla recensione