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
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 — 市場パターンに基づく自動売買システム Astra MT5 は MetaTrader 5 用のエキスパートアドバイザーで、急激な値動き後の価格反発など、主要な市場パターンを活用します。システムは完全に自動化されており、トレーダーによる継続的な監視は不要です。 注意!購入後すぐにご連絡ください 。設定手順をお送りします! Astra MT5 の特徴 分析アルゴリズム: 価格パターンと市場構造を活用。 適応性: 様々な市場環境やボラティリティに対応。 最新の注文執行タイプ: IOC、FOK、Return、BOC に対応。 リスク管理: 資金保護メカニズムと適応型ストップロスを搭載。 簡単な操作: 推奨パラメータがすでに組み込まれています。 使用方法 まず NZDCAD のチャートにアドバイザーを設置してください。起動後、他の通貨ペアは自動的に接続されます。システムは完全に自律的で、最小限の操作しか必要ありません。 開始に必要な条件 通貨ペア: NZDCAD, AUDCAD 初期起動: NZDCAD での使用を推奨 その他の通貨: 自動的に有効化 口座タイプ: SVG
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
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 FIVEEAはこの記事に基づいています: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 取引条件 -X期間のEMAとMACDの下で取引されている通貨ペアがマイナスの領域にあることを確認します。 -価格がX期間のEMAを超えるのを待ってから、MACDがネガティブからポジティブにクロスする過程にあるか、5バー以内でポジティブな領域にクロスしたことを確認します。 -X期間EMAの上に長いXピップを移動します。 -エントリー時のポジションのXとリスク額を売ります。後半のストップを損益分岐点に移動します。 -トレーリングストップを使用 -リスク警告 -ADX PROを購入する前に、関連するリスクに注意してください。 -過去のパフォーマンスは将来の収益性を保証するものではありません(EAも損失を出す可能性があります)。 -示されているバックテスト(スクリーンショットなど)は、最適なパラメーターを見つけるために高度に最適化されていますが、結果をライブ取引に転送すること
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
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は、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 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 通貨ペア専用です。 あらかじめ設定された、制御可能なタイミングでトレードを実行するよう設計されており、時間に基づく高精度なエントリーを自動化したいトレーダーに最適です。 すべての時間に関する動作は、ユーザーが指定した 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
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   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 それ は   オープン最適化パラメータとオプションの 回復メカニズムを備えた、完全に自動でアクセス可能なインデックス システム [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を考慮して最適化されています。 アルゴリズムには   市場ボラティリティ フィルター (M
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 – AIに頼らない明確なトレンドロジック SGear は、上位のトレンドに従って自動で取引を行うエキスパートアドバイザー(EA)です。 短期的な逆行や衝動的な値動きには反応せず、安定したトレンドの流れを重視します。 明確なルールに基づく構造的なセットアップを採用し、不安定な相場では取引を避けます。 ルールはシンプルで明快。エントリーとエグジットの基準は明確に定義されており、 決められた条件が満たされた場合のみ取引が行われます。これにより、無駄なトレードを防ぎ、 取引全体の構造性と透明性が保たれます。 SGear の特徴の一つは、シグナルの品質管理です。トレンドが明確で安定している市場だけを対象とし、 ボラティリティ
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 は市場での取引機会を自動的に特定し、リスクに基づいたアプローチでポジションを管理します。 2 つの取引モード から選択できます。 保守的 – より遅く安定したアプローチ。 積極的 – 大きな市場の動きを利用するために設計された、より速い戦略(リスクが高い)。 この戦略は、あらかじめ定められた時間枠に従ってポジションと取引方向を選択し、 1 日に最大 1 件 の取引を実行します。 ヘッジなし グリッドなし マーチンゲールなし 仕様: シンボル: DE40, GER40, DAX レバレッジ: 任意 時間枠: 5 分足でのパフォーマンステスト済み、他の時間枠にも対応可能。 推奨ブローカー: IC Markets 最低推奨入金額: $500 注意: 購入後、EA のマニュアルを受け取るためにメッセージをお送りください。 免責事項 – 取引リスクおよび将来の収益性について 金融市場での取引は高いリスクを伴い、すべての投資家に適し
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タイムフレーム に最適化されています。 詳細説明 システムは マルチタイムフレームによるトレンドフォロー のロジックに基づき、マーケット構造、トレンドの強さ、ボラティリティが揃ったときのみトレードを行い、低品質の取引を大幅に減
Gold Slayer
Eugen-alexandru Zibileanu
4.64 (11)
Gold Market Domination A precision scalping machine developed trough QuantConnect It comes with one purpose : GOLD (XAUUSD) Market domination with profitbale trading results relentlessly. LIVE SIGNAL 1   LIVE SIGNAL 2 NEW Last days Offer on 50%OFF - 109$ - next price 200$ *Buy the Gold Slayer and you COULD get other product of your choice*  Ask in private for more details! literally this starting price is a gift after the amount of time spent in developping and the costs compared to the qualit
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 — 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 (1)
Quantum Titanは、Quantumエコシステムに機関投資家レベルの取引機能をもたらし、精度、規律、そして実績のあるライブマーケットパフォーマンスにおいて新たな基準を打ち立てます。 GOLDエキスパートアドバイザーにさらなる性能を求めるトレーダーのために開発されたTitanは、Quantumトレーディングテクノロジーの次なる進化を象徴するものです。 全世界で生涯ライセンスは1,000個限定です。 1,000部すべてが完売次第、Quantum Titanは入手できなくなります。 発売記念特別割引価格。最終価格1999ドル。 初期投資5万ドルでLive Signalに参加しよう:   こちらをクリック Quantum Titan MQL5 公開チャンネル:   こちらをクリック ***Quantum Titan MT5 を購入すると、Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X、Quantum
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (25)
伝説は続く。女王は進化する。 Quantum Queen Xへようこそ。これは、Quantum Queenの実績ある成功を基盤とした、伝説的なゴールド取引システムの次世代版です。 Quantum Queen Xは、Quantum Queenと同じ実績のあるコアエンジンをベースに構築されており、トレーダーがどの戦略を有効または無効にするかを正確に選択できる強力な新しいカスタムモードが導入されています。 すべての戦略は個別にレビュー、改良、最適化され、さまざまな市場状況においてさらに優れたパフォーマンスと適応性を発揮します。デフォルトのプリセットも強化され、7つの戦略ではなく厳選された9つの戦略を組み合わせることで、より広い市場範囲とより多くの取引機会を提供すると同時に、Quantum Queen XをMQL5で最も成功したGOLDエキスパートアドバイザーにした規律ある取引哲学を維持しています。 IMPORTANT! After the purchase please send me a private message to receive the installation manual
Smart Gold Hunter
Barbaros Bulent Kortarla
4.8 (30)
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 の主な考え方は、危険なナンピンではなく、管理されたロジック、保護設定、実際のトレ
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つの取引アカウント分)→購入後ご連絡ください 究極のコンボセット   は   こちらをクリック 公開グループに参加する: こちらをクリック   ライブシグナル クライアントシグナル YouTubeレビュー 最新マニュアル ゴールドリーパーへようこそ! 非常に成功を収めたGoldtrade Proをベースに開発されたこのEAは、複数の時間枠で同時に動作するように設計されており、取引頻度を非常に保守的なものから極めて変動の激しいものまで設定できるオプションを備えています。 このEAは、複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ出し、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットが設定されていますが、リスクを最小限に抑え、各取引の潜在的な利益を最大化するために、トレーリングストップロスとトレーリングテイクプロフィットも使用されます。 このシステムは、非常に人
重要 : このパッケージは、現在の価格で、非常に限られた数のみ販売されます。    価格はすぐに1999ドルになるだろう    100 以上の戦略が含まれており 、今後もさらに追加される予定です。 ボーナス : 1499 ドル以上の価格の場合 --> 私の他の EA を  5 つ無料で選択できます! すべてのセットファイル 完全なセットアップと最適化ガイド ビデオガイド ライブシグナル レビュー(第三者) NEW - 44-STRATEGIES LIVE SIGNAL 究極のブレイクアウトシステムへようこそ! 8 年をかけて丹念に開発された、洗練された独自のエキスパート アドバイザー (EA) である Ultimate Breakout System をご紹介します。 このシステムは、高く評価されているGold Reaper EAを含む、MQL5市場で最高のパフォーマンスを誇るいくつかのEAの基盤となっています。 7か月以上にわたって1位を維持したこのほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインしました。
Lizard
Marco Scherer
4.18 (40)
LIZARD とは? Lizard は、MetaTrader 5 の XAUUSD(ゴールド)専用に開発された完全自動の Expert Advisor です。マルチストラテジーのスイングブレイクアウトシステムを使用し、チャート上の重要な構造レベルを特定して、精密に計算されたエントリーポイントに逆指値の待機注文を配置します。マーチンゲールなし。グリッドなし。ナンピンなし。 すべての取引には明確な Stop Loss と Take Profit が設定され、多層的なイグジットシステムによって24時間自動的に管理されます。 ライブシグナル - 購入前に実際のパフォーマンスを確認: https://www.mql5.com/en/signals/2372821 仕組み Lizard は H1 時間足で XAUUSD チャートを継続的にスキャンし、重要なスイングハイとスイングローを探します。有効な構造が特定されると、そのレベルから調整された距離に Buy Stop または Sell Stop の待機注文を配置します。トリガーには単なる価格のタッチではなく、本物のブレイクアウトが必要です。 このア
Zoomini
Gennady Sergienko
3.67 (6)
重要情報: サポートおよび質問への回答はこちらでのみ行います:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: 台湾 ); Zoomini は、GoGoPips プロジェクトの 2026 年 7 月の最新研究から生まれた、小規模な機械学習モデルセットです。 これらのモデルは XAUUSD H1 / Gold 専用です。 シグナル: www.mql5.com/en/signals/2381994 知っておくべき重要事項: モデルは 1つの注文 のみで取引し、同じ SL/TP を使用します。 対応: Netting口座 および任意のレバレッジ。 中期的な取引スタイルのため、大口の入金にも対応しています。  100% の取引活動 。 これは、モデルが市場へのエントリーを避けず、常に取引状態にあることを意味します。 モデルは、都合のよいエントリーポイントを探すのではなく、毎分の価格方向を予測するように特別に訓練されています。 購入前の完全な透明性 。   現在、一時的に、またはこの EA の所有者が反対しなければ恒
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
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (4)
ThunderGold Scalper ThunderGold Scalperは、MetaTrader 5でゴールドを自動売買するために開発されたエキスパートアドバイザーです。 このEAは、M15時間足のXAUUSDおよびGOLD向けに設計されています。独自の多要素意思決定エンジンを使用して、条件を満たした取引機会を検出し、ポジションを自動管理します。 市場構造、トレンド方向、ローソク足の品質、出来高、モメンタム、約定条件を組み合わせて分析します。常に取引するのではなく、適切な市場条件を待つように設計されています。 Live Signal — TMGM 主な機能 XAUUSDおよびGOLD向け 推奨時間足:M15 完全自動売買 グリッド戦略を使用しない 自動Stop LossおよびTake Profit ダイナミックトレーリングストップ リスク率または固定ロットによるポジションサイズ計算 トレンドおよびモメンタムフィルター ローソク足品質および出来高フィルター 重要経済指標ニュースフィルター 祝日および市場休場時の保護 スリッページ調整システム 1日の取引回数制限およびクールダウン 情
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (130)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 ライブシグナル モード 2 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 2つのモード: • モード1(推奨)— 非常に高い精度、週数回の取引。資金保護と規律ある取引のために設計。 • モード2(ショートSL)— ストップロスが大幅に短く、モード1より多くの取引。個々の損失は最小限。リスクを管理しながら市場への露出を増やしたいトレーダーに最適。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exness Raw | Vantage | Fusion Markets 購入後、以下
Logan MT5
Thierry Ouellet
4.95 (22)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 12th! 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
Quantum King EA
Bogdan Ion Puscasu
4.96 (213)
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 は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Quantum Athena X
Bogdan Ion Puscasu
5 (3)
よりスマートな制御。洗練された精度。 Quantum Athena Xへようこそ。Quantum Athenaの精度、効率性、そして規律ある実行力を基盤とした、次世代の集中型金取引システムです。 Quantum Athena Xは、Quantum Athenaと同じ合理化されたコアエンジンと、厳選された6つの戦略に基づいて構築されています。各戦略は、現在の金市場の状況に合わせて個別に改良および最適化されており、新しい強力なカスタムモードでは、トレーダーがどの戦略を有効または無効にするかを正確に選択できます。 完全に準備されたプラグアンドプレイ体験を好むトレーダー向けに、最適化された元の構成は引き続き利用可能です。一方、カスタムモードでは、独自の戦略の組み合わせを作成したいトレーダー向けに、より高い柔軟性が提供されます。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格
Smart Gold Impulse
Barbaros Bulent Kortarla
4.11 (19)
Smart Gold Impulse の特別先行ローンチフェーズが開始されました。 これは、私が現在 Ultima Markets のリアルシグナル口座で使用し、素晴らしい成果を上げているEA(自動売買システム)です。現在のパフォーマンスは Ultima のライブシグナル実績からご確認いただけます。Smart Gold Impulse は、実際の市場環境においてすでに非常に高いポテンシャルを示しています。私の Ultima リアルシグナル口座で使用しているものと全く同じ設定ファイル(setファイル)は、Smart Gold Impulse の購入者様限定で共有されます。 一方で、本バージョンはまだローンチ段階のものであり、大々的にプロモーションを行う最終段階の製品ではありません。特別ローンチ価格に設定している理由はシンプルです。初期ユーザーの皆様にテストしていただき、結果を追跡し、フィードバックを共有してもらうことで、Smart Gold Impulse が異なるブローカーや口座環境でどのようなパフォーマンスを発揮するのかを把握したいからです。 この先行ローンチ期間中はどなたでも S
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
Gold Snap
Chen Jia Qi
4.47 (17)
Gold Snap — ゴールド向け高速利益獲得システム ライブシグナル: https://www.mql5.com/en/signals/2362714 ライブシグナル2: https://www.mql5.com/en/signals/2372603 実績シグナル v2.0: https://www.mql5.com/en/signals/2379945 現在の価格で残り3本のみです。価格はまもなく$999に引き上げられます。 購入後、ユーザーガイド、推奨設定、使用上の注意、およびアップデートサポートを受け取るため、必ずプライベートメッセージでご連絡ください。 https://www.mql5.com/en/users/walter2008 製品アップデートやトレード情報を受け取るため、ぜひ MQL5 チャンネルにご参加ください。 https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の有効性と、当社の自動適応パラメータシステムの実用的な価値を
Zerqon EA
Vladimir Lekhovitser
3.43 (28)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2372719 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Zerqon EA は、XAUUSD 取引専用に設計された適応型エキスパートアドバイザーです。 この戦略は、ONNX を通じて統合された Deep LSTM ニューラルネットワークモデルに基づいており、市場の連続的な動きを処理し、価格変動を構造的に分析することを可能にしています。 モデルは、金価格の動き、ボラティリティ、および時間的条件における特定のパターンを識別することに重点を置いています。 固定的な従来型シグナルを使用する代わりに、EA は学習済みニューラルネットワークフレームワークを通じて市場を分析し、適切な条件が検出された場合にのみ取引を実行します。 Zerqon EA は継続的に取引を行うわけではありません。 まったく取引が行われない期間もあれば、適した XAUUSD 市場局面では短時間に
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (507)
ご紹介     Quantum Empire 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バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
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
Pulse Engine
Jimmy Peter Eriksson
4 (36)
最新情報 - 現在の価格で入手できるのは残りわずかです! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。  現在の価格での販売部数は非常に限られています。 最終価格 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるい
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Nexorion Initium Novum EA
Valentina Zhuchkova
4.32 (25)
NEXORION: Initium Novum — 決定論的ロジックとアルゴリズムの統合 NEXORION は、厳密な流動性処理数学アルゴリズムに基づいた機関投資家レベルの分析コンプレックスです。本プロジェクトの中核概念は「計算の透明性」にあります。このエキスパートアドバイザー(EA)は、混沌とした価格フィードを構造化された幾何学的ゾーンへと変換し、意思決定プロセスを取引チャート上に直接可視化します。 リアルタイム・モニタリング https://www.mql5.com/en/signals/2378408 https://www.mql5.com/es/signals/2372338 システム技術仕様 取引銘柄: XAUUSD (Gold) 運用タイムフレーム: H1 手法: 機関投資家流動性分析および決定論的ロジック (Institutional Liquidity Analysis & Deterministic Logic) 意思決定基盤: 流動性プールと均衡レベルの数学的算出 数学的アーキテクチャと可視化 システムの主要な革新は、Dynamic Computation M
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
Chiroptera
Rob Josephus Maria Janssen
4.64 (47)
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
これは、MetaTrader 5 向けに開発された完全自動型の Expert Advisor(EA)で、 US30 指数 の取引に特化して設計されています。取引ロジックは、主要株価指数に見られる強い方向性のある値動き、日中の押し目・戻り、そして高ボラティリティ局面といった市場特性を考慮して構築されています。EA は、約定スピード、規律ある取引、効率的なポジション管理が重要となる環境で、自動売買を実行します。 本システムは、規律あるトレード管理、市場変化への素早い対応、そしてコントロールされた決済に重点を置いています。基本的な考え方はシンプルです。利益が出ているポジションは Trailing Stop によってできるだけ伸ばし、一方で損失中のポジションは、M1 時間足で反対シグナルが発生した場合に早期決済できるようにします。 シグナル: https://www.mql5.com/en/signals/2376781 発売記念特別価格: 現在の価格は最初の 20 コピー限定です。20 コピーが販売された後、EA の価格は 100 USD 上がり、 599 USD になります。 基本コンセプ
SomaOil
Andrii Soma
5 (2)
SomaOil は、WTI 原油 (XTIUSD) 専用に構築された、MetaTrader 5 用のマルチ戦略ブレイクアウト エキスパート アドバイザーです。 1 つのチャート、1 つの EA、20 の独立した戦略が単一の分散ポートフォリオとして連携します。 ライブシグナル。 発売時にアクセスできるようにするために、透明性があり段階的に調整される価格モデルを使用します。 発売価格:100 USD(48時間) 月曜日以降、10本売れるごとに価格が 100 USD 上がります 同じ日に 10 本超売れても、値上げは 1 日 1 回までです 早期購入者は、製品の存続期間中、最も有利な価格を固定します。 コンセプト SomaOil には、狭い市場体制に過度に適合する傾向のある単一のセットアップを実行する代わりに、単一の WTI チャート上の単一の EA の下ですべて並行して実行される 20 の事前調整された戦略の厳選されたセットが付属しています。 各戦略には、独自のマジックナンバー、コメント、タイムフレーム、スイング検出パラメーター、出口、ニュース距離、ロットステップがあります。これらは同じ実
Obsidian Flow Atlas EA 精度・構造・実行 金融市場は感情に報いることはありません。 市場が評価するのは、規律、一貫性、そして客観的なデータに基づいて意思決定を行う能力です。 Obsidian Flow Atlas EA は、この理念のもとに開発されました。 MetaTrader 5向けに設計された完全自動売買システムであり、金融市場で最も人気の高い2つの銘柄に対応しています。 • XAUUSD(ゴールド) • EURUSD(ユーロ/米ドル) システムは市場環境を自動的に分析し、独自の取引ロジックと統合されたリスク管理モデルに基づいてポジションを開設・管理します。 チャートを長時間監視したり、エントリーポイントを探したり、手動で取引判断を行う必要はありません。 EAをインストールし、希望するリスクレベルを選択するだけで、システムが自動的に取引を行います。 実証済みのリアル運用実績 最大限の透明性を確保するため、本システムの運用実績は公開ライブシグナルを通じて確認できます。 XAUUSD(ゴールド) https://www.mql5.com/en/signals/23
[ My Channel ] HFT Spike EA 推奨口座:ハイレバレッジの Standard、ECN、Raw;Cent;Propfirm(FTMO FundedNext 等) 戦略:量子物理学の原理、HFT Spike(高頻度取引)、レベル取引、ニューラル取引、マルチンゲールなし、グリッドなし、単一ポジションのトレンド取引。 XAUUSD のティックデータをもとに設計された、完全自動かつリスク管理付きの EA です。Time-Frame を選択する必要はありません。デフォルト値はテスト済みの構成と同じです。 ゴールド向けに設計されています。突発的なボラティリティの爆発("spike")を検出し、スパイク後の値動きがフィルターを通過したときに精密なタイミングでポジションを開きます。 平均ポジション保有時間は短く、そのため Scalping Trading として際立っています。  Symbol : GOLD/XAUUSD Digits : 2 digits & 3 digits Leverage : Any Broker : Any Min Balance : 25$
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
フィルタ:
レビューなし
レビューに返信