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.

추천 제품
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 — 시장 패턴 기반 자동화 거래 시스템 Astra MT5 는 MetaTrader 5용 전문가 어드바이저로, 급격한 움직임 이후의 가격 반등 등 주요 시장 패턴을 활용합니다. 시스템은 완전 자동화되어 있으며 트레이더의 지속적인 모니터링이 필요하지 않습니다. 주의! 구매 후 즉시 연락해 주세요 . 설정 지침을 보내드립니다! Astra MT5의 주요 특징 분석 알고리즘: 가격 패턴 및 시장 구조 활용. 적응성: 다양한 시장 상황과 변동성 수준에 맞게 조정. 최신 주문 실행 방식: IOC, FOK, Return, BOC 지원. 리스크 관리: 자본 보호 메커니즘과 적응형 손절매 내장. 간편한 사용: 권장 매개변수가 이미 시스템에 통합됨. 사용 방법 NZDCAD 차트에 어드바이저를 설치하면 시작됩니다. 활성화 후 다른 통화쌍은 자동으로 연결됩니다. 시스템은 완전히 자율적으로 작동하며 최소한의 개입만 필요합니다. 시작 조건 통화쌍: NZDCAD, AUDCAD 초기 실행: NZD
SolarTrade Suite Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
Cable Brain MT5
TICK STACK LTD
5 (4)
Buy Any 2 Products, Get 1 Free For a limited time, purchase any two TickStack EAs and choose a third one completely free — including a full lifetime license with unlimited activations. (Gold Neural Core not included in this offer) Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Cable Brain represents the pinnacle of grid trading technology, combini
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — 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는 다음 기사를 기반으로 합니다. https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 거래 조건 - X 기간 EMA 및 MACD 아래에서 통화 쌍 거래가 음의 영역에 있는지 확인하십시오. - 가격이 X 기간 EMA 위로 교차할 때까지 기다린 다음 MACD가 음수에서 양수로 교차하는 과정에 있는지 또는 5개 막대 내에서 양수 영역으로 교차했는지 확인하십시오. - 20기간 EMA 위로 10핍 매수하세요. - 진입 시점의 포지션 X에 위험 금액을 더한 금액을 매도하십시오. 후반부에 스톱을 손익분기점으로 이동합니다. - 후행 정지 사용 위험 경고 ADX PRO를 구입하기 전에 관련된 위험을 인지하십시오. 과거 실적은 미래 수익성을 보장하지 않습니다(EA도 손실을 입을 수 있음). 표시된 백 테스트(예: 스크린샷)는 최상의 매개변수를 찾기 위해 고도로 최적화되어 있지만 결과
Gold Excel Trader
Andrew Pun Magar
After vigorous research on the pattern recognition system, we implemented the strategy with two way confirmation for XAUUSD. No Grid, No Martingale This time for XAUUSD, this strategy is targeted to mainly keep the DD low as possible. We have tested it on 0.01, 0.02 and 0.03... the bare minimum possible on $1k account. The DD has remained below 10%.  As Buffet says "There are two rules to making money: 1) Never lose money and 2) Never forget rule no.1"  Live results: https://www.mql5.com/en/sign
LT Gap EA
BacktestPro LLC
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
PlanB EA - Advanced XAUUSD Grid System LAUNCH PROMOTION: $30 for the first 5 copies! (After the first 5 sales, the price will automatically increase to $99 to limit the number of users and protect the trading edge). PlanB EA - Advanced Volatility-Adjusted Trading System for XAUUSD The retail algorithmic trading space is flooded with aggressive Grid and Martingale bots that show massive, straight-line profit curves in backtests, only to completely blow up real accounts during the first major m
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (241)
Hamster Scalping은 마틴게일을 사용하지 않는 완전 자동화된 거래 고문입니다. 야간 스캘핑 전략. RSI 표시기와 ATR 필터는 입력으로 사용됩니다. 고문은 헤징 계정 유형이 필요합니다. 실제 작업 및 기타 개발 모니터링은 여기에서 찾을 수 있습니다. https://www.mql5.com/en/users/mechanic/seller 일반 권장 사항 최소 예치금 $100, 최소 스프레드의 ECN 계정 사용, 기본 설정은 eurusd M5 gmt + 3입니다. 입력 매개변수 EA는 4자리 및 5자리 따옴표 모두에서 작동합니다. 입력 매개변수에서 5자에 대해 포인트로 값을 표시하면 자동으로 모든 것을 4자로 다시 계산합니다. NewCycle - 모드가 켜져 있으면 고문이 멈추지 않고 작동하고, 모드가 꺼져 있으면 일련의 거래가 완료된 후 고문이 새 주문을 열지 않습니다. 기간 표시기1 - 첫 번째 표시기의 기간. 상위 레벨 - 고문이 판매를 시작하는 첫 번째 지표의
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
로트 크기를 변경하고 EA를 가능한 한 저렴한 가격으로 설정할 수 있는 기능이 추가되었습니다. 구매하시면 지원과 향후 업데이트를 받으실 수 있습니다. 발전을 위해 많은 지원 부탁드립니다. 이 EA는 설치 후 바로 사용할 수 있습니다. AussiePrecision 은 MetaTrader 5용으로 설계된 시간 기반의 전문가 어드바이저(EA)이며, AUD/USD 통화쌍에 특화되어 있습니다. 이 EA는 미리 정의된 통제 가능한 시점에 거래를 실행하도록 설계되어, 시간에 기반한 고정밀 자동 진입을 원하는 트레이더에게 이상적입니다. 모든 시간 관련 동작은 사용자가 지정한 UTC 오프셋에 맞춰 조정되어, 일관되고 정확한 스케줄링이 가능합니다. 이 EA는 지속적인 모니터링이 필요 없으며 완전 자동으로 작동합니다. 설정 관련 질문이나 맞춤 요청이 있으시면 언제든지 저에게 직접 문의해 주세요. 이 EA는 무료로 제공되므로, 다운로드하신 경우 친구 요청을 보내주시면 감사하겠습니다. 필요 시 지원을 제공
Product Description Gold Breakout EA is a fully automated Gold (XAUUSD) trading robot for MetaTrader 5. It was engineered using StrategyQuant, a platform that combines genetic algorithms and machine-learning-driven strategy generation — a real, established form of AI in algorithmic trading. It looks for confirmed upward breakouts and manages every trade with volatility-based stop loss and trailing stop, so risk adapts automatically to how Gold is moving. AI-Optimized, Rule-Based Execution The st
Aurum Forest AI
Bintang Indra Maulana Firmansyah
"Trading Gold shouldn't be a gamble; it should be a calculation." Aurum Forest AI is a premium Expert Advisor utilizing a Native .ONNX Machine Learning Architecture . Unlike 99% of "AI" robots on this market that use hidden Martingale, this system is built on a Random Forest Classifier trained on 10 years of institutional Gold liquidity data. ## The Neural Core Advantage: Real-Time Data Processing: Evaluates 20+ non-linear features including SMC Liquidity Sweeps , Fair Value Gaps (FVG) , and Vo
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Nova EA
Anton Kondratev
3.5 (2)
NOVA EA   I   t 는       개방형 최적화 매개변수와 선택적   복구 메커니즘을   갖춘 완전 자동 접근 가능 인덱스 시스템[DE40/GER40] Only 7 Copies of 10 Left  for 245$  Next Price 890 $ 노바 가이드 신호 수수료 브로커 환불 업데이트 내 블로그 Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        DE40 H1 각 위치에는 항상 다음이 있습니다.       고정 SL 및 TP       그리고       가상       거래 이익 추적(VDPT)   .     현재 기본 설정은 2020년 12월부터 현재까지 모든 실제 MT5 견적 ICM/FMarket/Robo RAW/ECN을 고려하여 최적화되었습니다. 알고리즘에는
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)
늦여름 한정 세일 – 지금만 가능합니다! 계층화된 가격 모델이 적용됩니다: 5번째 구매마다 가격이 50달러씩 인상됩니다. 새로운 구매자가 있을수록 다음 가격 수준이 더 가까워져 입장이 더 비싸집니다. 다음 가격 인상이 발생하기 전에 현재 가격으로 SGear를 확보하세요. 이 세일은 시간과 수량이 제한적입니다. 이후에는 정가가 적용됩니다. SGear – 인공지능이 아닌, 명확한 트렌드 전략 SGear는 상위 추세 흐름에 따라 작동하는 완전 자동화된 전문가 어드바이저(EA)입니다. 짧은 반등이나 충동적인 움직임에 휘둘리지 않고, 안정적인 시장 흐름에 집중합니다. 전략은 명확하고 논리적으로 구성된 규칙에 기반하며, 불안정한 장에서는 투기성 진입을 의도적으로 피합니다. 거래 규칙은 간단하고 이해하기 쉽습니다. 진입과 청산은 각 시장 상황에 맞게 정의된 고정 조건을 따릅니다. 특정 조건이 충족될 때만 거래가 실행되므로, 구조적이고 투명한 운영이 가능하며 불필요한 거래 리스크를 줄입니다. S
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
이 전문가 어드바이저(EA)는 DE40 지수(브로커에 따라 DAX, GER40 등으로 표시될 수 있음) 거래를 위해 설계되었습니다. EA는 시장에서 거래 기회를 자동으로 식별하고, 리스크 기반 접근 방식을 통해 포지션을 관리합니다. 두 가지 거래 모드 를 선택할 수 있습니다. 보수적 – 느리고 안정적인 접근 방식. 공격적 – 더 큰 시장 움직임을 활용하도록 설계된 빠른 전략(더 높은 리스크 수반). 이 전략은 사전에 정의된 시간 창을 기준으로 포지션 및 거래 방향을 선택하며, 하루에 최대 1건 의 거래만 수행합니다. 헤징 없음 그리드 없음 마틴게일 없음 사양: 심볼: DE40, GER40, DAX 레버리지: 제한 없음 시간 프레임: 5분 시간 프레임에서 성능 테스트됨, 대부분의 시간 프레임에 적응 가능. 추천 브로커: IC Markets 최소 추천 예치금: $500 참고: 구매 후 EA 사용 설명서를 받기 위해 메시지를 보내주세요. 면책 조항 – 거래 위험 및 향후 수익성 금융
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
플래티넘 트레이더 주목! XPTUSD Trend Protected EA는 아무거나 거래하지 않습니다. 명확한 추세와 시장 확인이 있을 때만 진입합니다. 노이즈와 과도한 거래로 계좌가 손상되는 것을 방지합니다. 리스크 관리가 적응적입니다: 연속 손실 시 포지션을 줄이고, 연승 시 수익을 극대화합니다. 모든 거래는 독립적이며, 마틴게일, 그리드, 헤징은 사용하지 않습니다. 진보적 트레일링 스톱으로 추세를 막지 않고 이익을 보호합니다. 런던, 뉴욕, 중간 세션에 맞춰 자동으로 조정됩니다. 드로우다운을 관리하며 장기적인 안정성을 추구합니다. 똑똑한 트레이더를 위해 설계되었습니다, 운에 의존하는 사람을 위한 것이 아닙니다. XPTUSD Trend Protected EA는 플래티넘(XPTUSD) 전용, M15 타임프레임 용 완전 자동화 전문가 어드바이저입니다. 설명 이 시스템은 멀티 타임프레임 추세 추종 로직 을 기반으로 하며, 시장 구조, 추세 강도, 변동성이 모두 일치할 때만 거래합
Barber Scalper MT5
Marcelina Makarewicz
Introducing the Barber Scalper MT5, EA for USDJPY currency pair. It analyzes market data in real time to identify :  Correct entry moment.  Trend beginning, reversal, direction and strenght. Support and Resistance. Self-optimize TP and SL. To do it Barber Scalper is using : Data from few time frames at the same time. Over 10 unique code functions.  44 price action patterns. 8 indicators. Other properties : The TP to SL ratio is usually around 1:1. Barber Scalper trades
EMLU Precision AI
Ali Shimaz
1 (1)
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
이 제품의 구매자들이 또한 구매함
Quantum Titan MT5
Bogdan Ion Puscasu
5 (2)
퀀텀 타이탄은 퀀텀 생태계에 기관급 거래 수준을 도입하여 정밀성, 규율, 그리고 검증된 실시간 시장 성과에 대한 새로운 기준을 제시합니다. GOLD Expert Advisor에서 더 많은 것을 기대하는 트레이더를 위해 개발된 Titan은 양자 거래 기술의 차세대 진화를 보여줍니다. 전 세계적으로 평생 사용권은 1,000개로 엄격하게 제한되어 있습니다. 1,000개 한정 수량이 모두 소진되면 퀀텀 타이탄은 더 이상 구매할 수 없습니다. 특별 출시 할인 가격. 최종 가격 1999달러 퀀텀 타이탄 MQL5 공개 채널:   여기를 클릭하세요 퀀텀 타이탄 MQL5 공개 채널:   여기를 클릭하세요 ***퀀텀 타이탄 MT5를 구매하시면 퀀텀 엠퍼러, 퀀텀 킹, 퀀텀 비트코인, 퀀텀 바론, 퀀텀 발키리, 퀀텀 옴니골드, 퀀텀 아테나 X 또는 퀀텀 스타맨 중 하나를 무료로 받으실 수 있습니다!*** 자세한 내용은 개인 메시지로 문의하세요! 퀀텀 타이탄을 소개합니다 퀀텀 타이탄은
Smart Gold Hunter
Barbaros Bulent Kortarla
4.87 (31)
Smart Gold Hunter는 MetaTrader 5에서 XAUUSD / Gold 거래를 위해 설계된 Expert Advisor입니다. 그리드 없음, 마틴게일 없음, 실제 Stop Loss 및 Take Profit 로직, 그리고 통제된 리스크 관리를 선호하는 트레이더를 위해 만들어졌습니다. 구매를 결정하기 전에 라이브 시그널을 확인할 수 있습니다: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Gold Hunter는 그리드 EA가 아니며 마틴게일 EA도 아닙니다. 무제한 복구 포지션이나 손실 후 랏 증가에 의존하지 않습니다. 이 EA의 핵심 아이디어는 위험한 물타기 대신 통제된 로직, 보호
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (29)
전설은 계속된다. 여왕은 진화한다. 퀀텀 퀸 X에 오신 것을 환영합니다. 퀀텀 퀸의 검증된 성공을 기반으로 탄생한 전설적인 금 거래 시스템의 차세대 버전입니다. Quantum Queen X는 검증된 Quantum Queen의 핵심 엔진을 기반으로 구축되었으며, 트레이더가 활성화 또는 비활성화할 전략을 정확하게 선택할 수 있는 강력한 새로운 사용자 지정 모드를 도입했습니다. 모든 전략은 개별적으로 검토, 개선 및 최적화되어 다양한 시장 상황에서 더욱 뛰어난 성능과 적응성을 제공합니다. 기본 설정 또한 개선되어 기존 7개에서 9개로 엄선된 전략을 결합하여 더 넓은 시장 범위와 더 많은 거래 기회를 제공하는 동시에, Quantum Queen X를 MQL5에서 가장 성공적인 GOLD Expert Advisor로 만든 체계적인 거래 철학을 그대로 유지합니다. IMPORTANT! After the purchase please send me a private message to receive t
Scalping Robot Pro MT5
MQL TOOLS SL
4.47 (142)
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
The Gold Reaper MT5
Profalgo Limited
4.47 (103)
소품 준비 완료! (   세트 파일 다운로드   ) 경고: 현재 가격으로 구매 가능한 재고가 몇 개 남지 않았습니다! 최종 가격: 990달러 EA 1개 무료 증정 (거래 계정 3개 사용 가능) -> 구매 후 연락 주세요 최고의 콤보 상품     ->     여기를 클릭하세요 공개 그룹 참여하기:   여기를 클릭하세요   라이브 시그널 클라이언트 신호 유튜브 리뷰 최신 매뉴얼 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 개발된 이 EA는 여러 시간대에서 동시에 실행되도록 설계되었으며, 거래 빈도를 매우 보수적인 수준부터 극도로 변동성이 큰 수준까지 설정할 수 있는 옵션을 제공합니다. 이 EA는 최적의 진입 가격을 찾기 위해 여러 확인 알고리즘을 사용하고, 거래 위험을 분산시키기 위해 내부적으로 여러 전략을 실행합니다. 모든 거래에는 손절매와 이익실현이 설정되어 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 트레일링 손절매와
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (7)
ThunderGold Scalper ThunderGold Scalper는 MetaTrader 5에서 골드를 자동 거래하도록 개발된 Expert Advisor입니다. 이 EA는 M15 시간대의 XAUUSD 및 GOLD에 맞게 설계되었습니다. 독자적인 다중 요소 의사결정 엔진을 사용하여 조건을 충족하는 거래 기회를 식별하고 포지션을 자동으로 관리합니다. 시스템은 시장 구조, 추세 방향, 캔들 품질, 거래량, 모멘텀 및 체결 조건을 종합적으로 분석합니다. 지속적으로 거래를 개시하는 대신 적절한 시장 조건을 기다리도록 설계되었습니다. Live Signal — TMGM 주요 기능 XAUUSD 및 GOLD용으로 개발 권장 시간대: M15 완전 자동 거래 그리드 전략 미사용 자동 Stop Loss 및 Take Profit 동적 트레일링 스톱 위험 비율 또는 고정 랏 기반 포지션 크기 추세 및 모멘텀 필터 캔들 품질 및 거래량 필터 중요 경제 뉴스 필터 휴일 및 시장 폐장 보호 슬리피지 조정 시스
Ultimate Breakout System
Profalgo Limited
5 (47)
중요한   : 이 패키지는 한정된 수량에 한해 현재 가격으로 판매될 예정입니다.    가격이 곧 1999달러로 오를 거예요!   100가지 이상의 전략이 포함되어 있으며   , 앞으로 더 추가될 예정입니다! 보너스   :    제가 만든 다른 EA   5   개를 무료로 드립니다 !   모든 파일 세트 + 완벽한 설정 및 최적화 가이드 비디오 가이드 실시간 신호 (제3자) 리뷰 새로운 기능 - 44가지 전략 라이브 신호 궁극의 브레이크아웃 시스템에 오신 것을 환영합니다! 8년에 걸쳐 세심하게 개발된 정교하고 독자적인 전문가 어드바이저(EA)인 궁극의 돌파 시스템(Ultimate Breakout System)을 소개하게 되어 기쁩니다. 이 시스템은 호평받는 Gold Reaper EA를 포함하여 MQL5 시장에서 최고의 성능을 자랑하는 여러 EA의 기반이 되었습니다. 7개월 이상 1위 자리를 지켰던 Goldtrade Pro, Goldbot One, Indicement, Daytr
Lizard
Marco Scherer
4.09 (44)
LIZARD란 무엇인가요? Lizard는 MetaTrader 5의 XAUUSD(금) 전용으로 개발된 완전 자동 Expert Advisor입니다. 멀티 전략 스윙 돌파 시스템을 사용하여 차트의 핵심 구조 레벨을 식별하고, 정밀하게 계산된 진입 지점에 스톱 예약 주문을 배치합니다. 마틴게일 없음. 그리드 없음. 물타기 없음. 모든 거래에는 명확한 손절과 익절이 설정되어 있으며, 다층 청산 시스템이 24시간 자동으로 관리합니다. 실시간 시그널 — 구매 전에 실제 성과를 확인하세요: Normal Standard: https://www.mql5.com/en/signals/2372821 ECN High: https://www.mql5.com/en/signals/2383392 ECN Armageddon: https://www.mql5.com/en/signals/2386457 어떻게 작동하나요? Lizard는 H1 시간대에서 XAUUSD 차트를 지속적으로 스캔하여 의미 있는 스ing 고점과
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
Logan MT5
Thierry Ouellet
4.78 (23)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 14th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.45 (134)
적은 거래. 더 나은 거래. 일관성이 최우선. • 실시간 신호 모드 1 라이브 신호 모드 2 Twister Pro EA는 M15 타임프레임의 XAUUSD(금) 전용으로 개발된 고정밀 스캘핑 EA입니다. 거래 횟수는 적지만 — 거래할 때는 반드시 목적을 가지고 합니다. 모든 진입은 단 하나의 주문이 열리기 전에 5개의 독립적인 검증 레이어를 통과하며, 기본 설정에서 매우 높은 승률을 달성합니다. 두 가지 모드: • 모드 1 (권장) — 매우 높은 정확도, 주당 적은 거래 횟수. 자본 보존과 규율 있는 거래를 위해 설계. • 모드 2 (Short SL) — 훨씬 짧은 손절매, 모드 1보다 많은 거래. 개별 손실 최소화. 통제된 리스크로 더 많은 시장 노출을 원하는 트레이더에게 이상적. 사양: 심볼: XAUUSD | 타임프레임: M15 최소 입금: $100 | 권장: $250 RAW SPREAD 계좌 필수 VPS 강력 권장 그리드 없음! 모든 거래에 TP와 SL 설정! 추천 브로커:
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
더욱 스마트한 제어. 더욱 정밀한 제어. 퀀텀 아테나 X에 오신 것을 환영합니다. 퀀텀 아테나 X는 정밀성, 효율성, 그리고 체계적인 실행이라는 퀀텀 아테나의 장점을 계승하여 탄생한 차세대 금 거래 시스템입니다. 퀀텀 아테나 X는 퀀텀 아테나와 동일한 간소화된 핵심 엔진과 엄선된 6가지 전략을 기반으로 구축되었습니다. 각 전략은 현재 금 시장 상황에 맞춰 개별적으로 개선 및 최적화되었으며, 새롭게 추가된 강력한 사용자 지정 모드를 통해 트레이더는 원하는 전략을 활성화 또는 비활성화할 수 있습니다. 최적화된 기본 설정은 완벽한 플러그 앤 플레이 환경을 선호하는 트레이더를 위해 계속 제공되며, 사용자 지정 모드는 자신만의 전략 조합을 만들고자 하는 사용자에게 더 큰 유연성을 제공합니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
Zoomini
Gennady Sergienko
2.21 (14)
중요 정보: 지원 및 질문에 대한 답변은 여기에서만 제공됩니다:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: 대만 ); Zoomini 는 2026년 7월 GoGoPips 프로젝트의 최신 연구에서 나온 소규모 머신러닝 모델 세트입니다. 이 모델들은 XAUUSD H1 / Gold 전용입니다. 신호: www.mql5.com/en/signals/2381994 알아야 할 중요한 사항: 모델은 하나의 주문 만으로, 동일한 SL/TP를 사용하여 거래합니다. 지원: Netting 계좌 와 모든 레버리지. 거래 유형이 중기이기 때문에 큰 예치금도 지원됩니다.  100% 거래 활동 . 이는 모델이 시장 진입을 피하지 않고 항상 거래 상태에 있다는 뜻입니다. 모델은 편리한 진입 지점을 찾는 것이 아니라 매분 가격 방향을 예측하도록 특별히 학습되었습니다. 구매 전 완전한 투명성 .   현재, 일시적으로 또는 이 EA의 소유자들이 반대하
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA - 모든 트레이더를 위해 개선된 지능형 파워 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 특별 출시 가격 라이브 신호:       여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 퀀텀 킹 채널:       여기를 클릭하세요 ***Quantum King MT5를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 개별적으로 문의하세요! 정확하고 규율 있게 거래를 진행하세요. Quantum King EA는   구조화된 그리드의 강점과 적응형 마팅게일의 지능을 하나의 완벽한 시스템으로 통합합니다. M5에서 AUDCAD를 위해 설계되었으며, 꾸준하고 통제된 성장을 원하는 초보자와 전문가 모두를 위해 구축되었습니다. Q
Cortex IDX
Vladimir Mametov
5 (2)
이 Expert Advisor(EA)는 MetaTrader 5 전용으로 개발된 완전 자동매매 시스템이며, US30 지수 거래에 최적화되어 있습니다. 거래 로직은 주요 주가지수의 특성인 강한 추세 움직임, 장중 되돌림(Pullback), 그리고 높은 변동성을 기반으로 설계되었습니다. 빠른 주문 실행, 엄격한 거래 규율, 효율적인 포지션 관리가 중요한 시장 환경에서 자동으로 거래를 수행합니다. 이 시스템은 체계적인 거래 관리, 시장 변화에 대한 빠른 대응, 그리고 효율적인 청산 전략에 중점을 두고 있습니다. 핵심 개념은 매우 단순합니다. 수익 포지션은 Trailing Stop 을 통해 가능한 한 오래 유지하고, 손실 포지션은 M1(1분) 차트에서 반대 신호가 발생하면 조기에 자동 청산하여 불필요한 손실 확대를 방지하는 것입니다. 시그널: https://www.mql5.com/en/signals/2376781 출시 특별 가격: 현재 가격은 최초 20개 판매분에만 적용됩니다. 20개 판매
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
Smart Gold Impulse의 특별 얼리 런치(조기 출시) 단계가 시작되었습니다. 이 시스템은 제가 현재 Ultima Markets 라이브 시그널 계정에서 사용하고 있으며, 인상적인 수익을 기록 중인 EA(자동매매 프로그램)입니다. 실제 시장 환경에서 Smart Gold Impulse가 이미 얼마나 강력한 잠재력을 보여주었는지는 Ultima 라이브 시그널 실적을 통해 직접 확인하실 수 있습니다. 제 Ultima 라이브 시그널 계정에 사용된 것과 동일한 설정 파일(set file)은 오직 Smart Gold Impulse 구매자분들에게만 독점 공개됩니다. 동시에, 본 버전은 아직 초기 출시 버전이며 대대적인 홍보를 진행하는 최종 단계의 제품이 아닙니다. 특별 런치 가격으로 책정된 이유는 간단합니다. 초기 사용자분들이 직접 테스트하고, 결과를 추적하며, 피드백을 공유해 주시길 바라기 때문입니다. 이를 통해 Smart Gold Impulse가 다양한 브로커와 계정 환경에서 어떻게
Gold Neural Core
TICK STACK LTD
5 (8)
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (506)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하시면   Quantum StarMan  를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 확인된 신호:   여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 황제 EA       EA는 단일 거래를 다섯 개의 작은 거래로 지속적으로 분
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
Zerqon EA
Vladimir Lekhovitser
3.45 (29)
실시간 거래 신호 거래 활동의 공개 실시간 모니터링: https://www.mql5.com/ko/signals/2372719 공식 정보 판매자 프로필 공식 채널 사용자 매뉴얼 설정 안내 및 사용 지침: 사용자 매뉴얼 열기 Zerqon EA는 XAUUSD 거래를 위해 특별히 개발된 적응형 전문가 어드바이저입니다. 이 전략은 ONNX를 통해 통합된 Deep LSTM 신경망 모델을 기반으로 하며, 이를 통해 시스템은 연속적인 시장 행동을 처리하고 가격 움직임을 구조적으로 분석할 수 있습니다. 모델은 금 가격 움직임, 변동성 및 시간 조건에서 특정 패턴을 식별하는 데 중점을 둡니다. 고정된 전통적 신호를 사용하는 대신, EA는 학습된 신경망 프레임워크를 통해 시장을 분석하며 적절한 조건이 감지될 때만 거래를 실행합니다. Zerqon EA는 지속적으로 거래하지 않습니다. 전혀 거래가 없는 기간이 있을 수 있으며, 반대로 적절한 XAUUSD 시장 국면에서는 짧은 시간 안에
Pulse Engine
Jimmy Peter Eriksson
4.06 (36)
업데이트 - 현재 가격으로 구매 가능한 재고가 얼마 남지 않았습니다! 이 시스템의 주요 목표는 위험한 마틴게일이나 그리드 기법을 사용하지 않고 장기간 실시간 성능을 유지하는 것입니다.  현재 가격으로 구매 가능한 수량이 매우 한정적입니다. 최종 가격 1499달러 [실시간 신호]    |    [백테스트 결과]    |    [설정 가이드]    |    [FTMO 결과] 거래에 대한 새로운 접근 방식 Pulse Engine은 어떠한 지표나 특정 시간대도 사용하지 않습니다. MQL5 기반의 다른 어떤 트레이딩 시스템에서도 찾아볼 수 없는 매우 독창적인 접근 방식을 사용합니다. 이 전략은 장중 방향성 패턴을 이용한 거래입니다. 이러한 패턴은 제가 수년간 개발하고 개선해 온 특정 패턴 인식 소프트웨어를 사용하여 찾아냈습니다. 이 소프트웨어를 통해 시장이 과거에 특정 방향으로 강한 움직임을 보였던 시간대를 식별할 수 있습니다. 각 시장과 요일마다 고유한 움직임이 있습니다. 이 접근법이
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Wave Rider EA MT5
Adam Hrncir
4.83 (46)
Scalper speed with sniper entries. Built for Gold. Tired of all the fake EAs that eventually disappear? Most authors just create another EA when it fails - I wanted to do it differently. Wave Rider is my personal project built out of passion - honest, transparent EA without any fake AI or manipulated back-test that's been continuously updated for more than 6 months, that I am using myself from very first day. Check the Live signal  or Manual  or  Broker performance Version 5.x upgrade notice: Cl
Nexorion Initium Novum EA
Valentina Zhuchkova
4.23 (26)
NEXORION: Initium Novum — 결정론적 로직 및 알고리즘 합성 NEXORION 은 엄격한 유동성 처리 수학적 알고리즘을 기반으로 한 기관급 분석 컴플렉스입니다. 본 프로젝트의 핵심 개념은 "계산적 투명성"에 있습니다. 이 엑스퍼트 어드바이저(EA)는 혼돈스러운 가격 피드를 구조화된 기하학적 존으로 변환하며, 의사 결정 과정을 트레이딩 차트 위에 직접 시각화합니다. 실시간 모니터링 https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 시스템 기술 사양 거래 자산 : XAUUSD (금) 운용 타임프레임 : H1 방법론 : 기관 유동성 분석 및 결정론적 로직 (Institutional Liquidity Analysis & Deterministic Logic) 의사 결정 근거 : 유동성 풀 및 균형 레벨의 수학적 산출 수학적 아키텍처 및 시각화 본 시스템의 핵심 혁신은 Dynamic
Chiroptera
Rob Josephus Maria Janssen
4.56 (48)
Prop Firm Ready! Chiroptera is a non-martingale, non-grid, multi-currency Expert Advisor that operates in the quiet hours of the night. It uses single-placed trades (of all 28 pairs!) with tactically placed Take Profits and Stop Losses, that are continuously adjusted to maximize gains and minimize losses. It keeps track of past and upcoming news reports to ensure impacts are minimized and carefully measures real-time volatility to prevent impacts due to unpredictable geo-political disturbances c
XT Bitcoin Robot MT5
MQL TOOLS SL
5 (4)
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
SomaOil
Andrii Soma
5 (2)
SomaOil은 WTI 원유(XTIUSD) 전용으로 구축된 MetaTrader 5를 위한 다중 전략 브레이크아웃 전문 자문입니다. 하나의 차트, 하나의 EA, 20개의 독립적인 전략이 하나의 다양한 포트폴리오로 함께 실행됩니다. 라이브 시그널. 출시 시 액세스할 수 있도록 투명한 가격 인상 모델을 사용하고 있습니다. 출시 가격: 100 USD(48시간) 월요일부터 10개 판매마다 가격이 100달러씩 인상됩니다. 같은 날 10개 이상 판매된 경우에도 가격 인상은 하루에 최대 한 번 발생합니다. 초기 구매자는 제품 수명 동안 최저 가격을 확보합니다. 개념 좁은 시장 체제에 과적합되는 경향이 있는 단일 설정을 실행하는 대신, SomaOil은 단일 WTI 차트의 단일 EA 하에서 병렬로 실행되는 선별된 20가지 사전 조정 전략 세트를 제공합니다. 각 전략에는 고유한 매직 넘버, 코멘트, 기간, 스윙 감지 매개변수, 종료, 뉴스 거리 및 로트 단계가 있습니다. 동일한 실행 엔진을 공유하지만
The Gold Space
Ayush V Jain
5 (3)
Live Signal on Vantage https://www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminates emotional trading by stric
Fantastic 4 MT5
Fan Yang
3 (2)
Fantastic 4 Four-in-One Trading System Introduction Fantastic 4 is an automated trading EA integrating 5 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 correl
Precise Pair Trading Pro
Arkadii Zagorulko
3.75 (12)
이 EA는 제3자 리셀러, 제휴 업체 또는 다른 배포 채널을 통해 판매하지 않습니다. 모니터링 -  라이브 시그널 공개 채널 - 여기 이 EA는 두 개의 심볼을 거래하며 그 사이의 단기 불균형을 찾습니다. 심볼들이 일반적인 관계와 다르게 움직일 때, EA는 거래를 열고 불균형이 작아지면 거래를 닫을 수 있습니다. 이것은 그리드 EA가 아닙니다. 마틴게일이 아닙니다. EA는 많은 복구 주문을 열지 않습니다. 심볼당 1개의 포지션만 사용합니다. 이 EA는 드로다운 상태에서 여러 날 동안 포지션을 유지하도록 만들어진 것이 아닙니다. EA는 거래를 열기 전에 필터를 사용합니다. 시장 조건이 좋지 않으면 거래를 건너뛸 수 있습니다. EA 입력값: 메인 거래 심볼 - 거래에 사용되는 첫 번째 심볼. 보조 심볼 - 비교와 거래에 사용되는 두 번째 심볼. 분석 타임프레임 - 계산에 사용되는 타임프레임. 과거 데이터 깊이 - EA가 계산을 위해 확인하는 캔들 수. Entry Threshold - E
필터:
리뷰 없음
리뷰 답변