Japan AI Exo Scalp EA MT4

4

Japan AI Exo Scalp EA MT4 v3.54

最新のGPT-4.5技術と日本の金融工学を融合した次世代スキャルピングEA。
MT4環境でWebRequest通信によるOpenAI連携を実現し、DLL不要で安全・高速な自動売買を提供します。

待望のMT4版がついに登場!

多くのトレーダーからご要望をいただいていたMT4版が満を持してリリース。
MT5版で実装された「3本の矢」ロジックを踏襲し、精度・安全性・汎用性の3軸でさらなる進化を遂げています。

6月限定特別オファー

6月ご購入者限定で、8月末リリース予定の「AI Economic Release Strike EA MT4版(予定価格 $699/6か月)」を無料でご利用いただける権利をプレゼント!

無料受け取り予約は、購入後に私にダイレクトメッセージをお送りください。

※すでにご購入済みの方も対象となりますのでご安心ください。

EA概要

「Japan AI Exo Scalp EA MT4 v3.54」は、MT4環境に最適化された最新版のAI連携スキャルピングEAです。WebRequestを使用したDLL不要の安全な実装により、多くのブローカーで制限なく利用可能です。

本EAは3つのGPTモデル(o4-mini-2025-04-16、gpt-4.1-2025-04-14、gpt-3.5-turbo)による合議制を採用し、より堅実な売買判断を実現。各モデルの温度パラメータも個別に調整可能で、市場状況に応じた柔軟な戦略が可能です。

リスク管理機能も大幅に強化され、デイリードローダウン制限、オーバーナイトポジション管理、CSVトレードログ、GMT自動計算などMT4版独自の機能を多数搭載。初心者から上級者まで安心して利用できる設計となっています。

販売価格

  • 10個販売されるたびに、50ドル値上がりします。
  • 最終価格: $1,899
  • レンタル3か月: $399

3モデル合議制トレードサイクル

AI支援のFXトレードにおける高度な判断プロセス

  1. 新規バー検出
    15分足(推奨)の新しいバーを検出し、分析を開始します。
  2. テクニカル指標計算
    EMA20の傾き、ATR20、DiffDI20(オプション)を算出します。
  3. 3つのGPTモデルへ同時送信
    Arrow1(o4-mini)、Arrow2(gpt-4.1)、Arrow3(gpt-3.5-turbo)へ並列でリクエストを送信。
  4. 合議制による判断
    UseAllAgree=trueの場合は全モデル一致、falseの場合は多数決で最終判断。
  5. 高度なフィルターチェック
    スプレッド、市場時間、ニュース、オーバーナイト、デイリードローダウンを確認。
  6. ポジション管理
    新規エントリー、トレーリングストップ、ブレイクイーブン、再問い合わせによる決済を実行。

推奨取引環境

  • 取引銘柄: USDJPY, EURUSD, GBPUSD など主要通貨ペア
  • 時間枠: M15(デフォルト)~ H1
  • 最低証拠金: 300~500USD 以上
  • レバレッジ: 1:100~1:500程度
  • ブローカータイプ: ECN口座や低スプレッド環境推奨
  • MT4ビルド: 1350以上推奨

※WebRequestの許可設定が必要です。ツール→オプション→エキスパートアドバイザーで「https://api.openai.com」を許可URLに追加してください。

導入マニュアル

ご購入後の導入マニュアルはこちら

OpenAIからAPIを取得する方法はこちら

MT4版 v3.54の主な特徴

機能 詳細
3モデル合議制 o4-mini、gpt-4.1、gpt-3.5-turboの3つのモデルによる高精度判断。全員一致または多数決を選択可能。
WebRequest通信 DLL不要で安全。MT4のWebRequest機能を使用してOpenAI APIと通信。
動的SL/TP管理 ATRベースの自動調整またはpips固定を選択可能。市場ボラティリティに適応。
デイリードローダウン管理 日次損失制限機能。設定した割合に達すると自動的に全ポジションクローズ。
トレーリングストップ 利益確定とブレイクイーブン機能を搭載。利益を守りながら最大化。
オーバーナイトフィルター 指定時間帯のポジションを自動クローズ。週末リスクを回避。
CSVトレードログ 全取引を詳細に記録。パフォーマンス分析に最適。
GMT自動計算 ブローカーのタイムゾーンを自動検出。手動設定も可能。
再問い合わせ機能 含み損が閾値を超えた場合、GPTに再度判断を仰ぐ高度な機能。

技術的な詳細解説はこちら

インプットパラメーター(主要項目)

AIモデル設定

  • Arrow1_Model: 第1モデル(デフォルト: o4-mini-2025-04-16)
  • Arrow1_Temp: 第1モデルの温度(o-familyは1.0固定)
  • Arrow2_Enable: 第2モデル有効/無効
  • Arrow2_Model: 第2モデル(デフォルト: gpt-4.1-2025-04-14)
  • Arrow2_Temp: 第2モデルの温度(デフォルト: 0.6)
  • Arrow3_Enable: 第3モデル有効/無効
  • Arrow3_Model: 第3モデル(デフォルト: gpt-3.5-turbo)
  • Arrow3_Temp: 第3モデルの温度(デフォルト: 0.3)
  • UseAllAgree: 全モデル一致時のみエントリー(true)または多数決(false)

リスク管理

  • RiskPercent: 1トレードあたりのリスク(デフォルト: 1.0%)
  • UseATRForSLTP: ATRベースのSL/TP(推奨)
  • SL_ATR_Factor: ストップロスのATR倍率(デフォルト: 1.2)
  • TP_ATR_Factor: テイクプロフィットのATR倍率(デフォルト: 2.6)
  • EnableDailyDrawdown: デイリードローダウン制限(デフォルト: 有効)
  • DailyDrawdownPercent: 日次最大損失率(デフォルト: 5.0%)

※その他多数のパラメーターで細かい調整が可能です。

バックテスト / フォワードテスト

本EAはWebRequestを使用してOpenAI APIと通信するため、MT4のストラテジーテスターでは正確なバックテストができません。
そのため、デモ口座でのフォワードテストを強く推奨いたします。
実際の市場環境でGPTがどのようなシグナルを生成し、どの程度のパフォーマンスを示すかを確認してください。

デモ版をご利用の場合も、バックテストは利用できないため、パラメーター確認とデモ口座での動作確認をお願いします。

購入にあたってのお願い

  1. 対応プラットフォーム: MT4専用(ビルド1350以上推奨)
  2. APIキー: OpenAI APIキーはご自身でご用意ください。取得手順はサポートいたします。
  3. WebRequest設定: 必ず「https://api.openai.com」を許可URLに追加してください。
  4. 返金不可: デジタル商品特性上、購入後の返金はできません。
  5. 動作保証: 定期的なアップデートで不具合対応や新機能追加を行います。
  6. テスト推奨: 必ずデモ口座で十分なテストを行ってからライブ運用してください。

重要なご注意

本EAはWebRequestによるOpenAI API連携を使用するため、MT4のストラテジーテスター(バックテスト)では動作しません。

ご購入後は必ずデモ口座で実際の動作を確認してください。

無料デモ版はパラメーター確認のみとお考えください。

よくある質問(FAQ)

Q1: MT5版との違いは何ですか? 基本的なロジックは同じですが、MT4版はWebRequest専用設計で、より多くのブローカーで利用可能です。また、MT4特有の制限を考慮した最適化を行っています。 Q2: なぜバックテストができないのですか? OpenAI APIへのWebRequestはリアルタイム通信が必要なため、過去データでのシミュレーションができません。デモ口座でのフォワードテストをお願いします。 Q3: 3つのモデルの使い分けは? o4-miniは高速レスポンス、gpt-4.1は高精度分析、gpt-3.5-turboはコスト効率を重視。組み合わせることで安定した判断が可能です。 Q4: デイリードローダウン機能とは? 1日の最大損失を制限する機能です。設定した割合(デフォルト5%)に達すると、その日は全ポジションをクローズして取引を停止します。 Q5: CSVログはどのように活用できますか? 全取引の詳細(エントリー理由、指標値、損益等)が記録されるため、パフォーマンス分析や戦略改善に活用できます。

免責事項

  1. 取引リスクの免責
    本EAによる利益を保証するものではありません。市場変動により損失が発生する可能性があり、リスクはご自身でご判断ください。
  2. 過去の実績は将来を保証しない
    フォワードテストの成績が良好でも、将来的な成果を約束するものではありません。
  3. 技術サポートの範囲
    本EAは「現状有姿」で提供されます。動作環境によっては一部機能が正常に動作しない場合があります。
  4. 第三者依存
    MT4、ブローカー、OpenAI APIの動作・データに依存します。これらに起因する不具合については責任を負いかねます。
  5. ライセンス
    無断での複製や再販売は固く禁じられています。
  6. テスト環境の推奨
    本番口座で運用する前に、デモ口座で十分なテストと検証を行ってください。
  7. 地域法規
    購入者の地域における法規制を遵守する責任は購入者側にあります。
  8. データ精度の保証
    本EAが提供する分析結果やシグナルは参考情報であり、その正確性を完全には保証いたしません。
  9. 投資助言ではない
    本製品は投資アドバイスを目的としたものではなく、最終判断は利用者ご自身の責任となります。
  10. 返金ポリシー
    デジタル商品特性上、購入後の返金には対応いたしかねます。購入前にご不明点があればご質問ください。

以上、ご検討いただきありがとうございます。ご質問はMQL内でのメッセージや商品コメント欄からお気軽にお問い合わせください。

© 2025 AI Trader KYO(京)


レビュー 1
Stefan Marjoram
1563
Stefan Marjoram 2025.06.04 11:09 
 

I don't recommend it at this time unless you are happy to essentialy wait for the strategy to develop and grow, but it has potential and Mikoto is highly attentive and responsive to questions, answers and suggestions.

-

Key Issues:

Performance: Mostly losses so far in my first few weeks but nothing excessive. Takes a long time to test and figure out which pairs actually work due to the nature of the bots / ea / set file setups. Testing is not for the faint hearted / inexperienced.

API Costs: OpenAI API setup is easy, but running many accounts can be expensive—$40–$50/month or more. I hit $0.50/day with 17 demo accounts and I would usually plan on running 50 accounts. This will be a nightmare considering the method of optimising the settings for set files must be done manually.

Backtesting: MT5 is far superior for backtesting or optimising but MT5 functionality is restricted on demo and only works if you purchase the MT5 EA, cannot be run on a fall back routine (runs without ai obviously) which would allow you to optimise a basic set file.

Currency Sensitivity: EA behavior varies by currency; SL/TP values differ without documentation. A USD account appears required but not explained properly. EURJPY usd vs gbp account is different by 20 pips on the same settings.

Community Access: MT4 and MT5 groups are separate; MT4 group is inactive with no access to long-term data or set files that the MT5 group will have.

Lack of Transparency: No verified results (e.g., Myfxbook, singlas etc), only selected screenshots of history trade panel from terminals on request.

おすすめのプロダクト
FxGold Marathon BreakOut is a simple but effective trading system based on breaking out price parttern. EA is a long term stable growth  trading system with realistic result . EA designed for XAUUSD (GOLD) which  is a volatile and highly liquid commodity Features: Account protection by acceptable consecutive loss. Auto MM Don't need fast VPS just laptop or pc and stable internet connection, you can shut down at the weekend then start it up before market opening like i'm doing. All opened positi
Algo Samurai
Abdul Malikul Hanan
1 (1)
Live Account Signal : https://www.mql5.com/en/signals/2229036 Set File Used : algosamurai_SR_V2 Algo Samurai Expert Advisor Algo Samurai is a complete automated forex trading strategy designed for all skill levels. It's more than just software; it's a fully automatic trading robot that uses self-adaptive market algorithms to analyze price movements and identify trading opportunities. It also features a built-in Smart Profit Lock System to secure your gains while the trade remains open, all wit
Dynamic Pips: An Innovative Multi-Currency Bot for Automated Forex Trading Dynamic Pips is a high-tech tool for automated trading in the Forex market, designed for traders of all levels. This multi-currency robot, based on advanced algorithms for analyzing temporal information flows, offers unique opportunities to profit from currency fluctuations. Operating across any timeframe and with a variety of currency pairs, it becomes a reliable assistant in the trading world. Key Features and Advantage
LENA Scalp
Cence Jk Oizeijoozzisa
4.4 (5)
LENA Scalp 高度なストップロステクノロジーと人工知能を活用したLena Expert Advisorは、革新的なトレーディング体験を提供します。 Lenaのロボットは、大きなストップロス、マーチンゲール、またはグリッドトレーディングを使用しません。代わりに、市場の状況に適応する動的なストップロスシステムを採用しています。 人工知能による分析は、戦略に基づいた市場の重要な機会を特定するのに役立ちます。 この自動化されたトレーディングソリューションは、経験豊富なトレーダーによって設計された堅実で実証済みのアプローチに基づいており、信頼性と効率性を提供します。 大きな損失制限は使用せず、アクティブ化が無効であることを検出すると、可能な限り最小限の損失で終了し、ライブ口座での取引 (これは人工知能の検出です) を終了します。 完全版を購入すると、 Hijack の無料コピーが送られます。       HiJack: https://www.mql5.com/en/market/product/133565      1ヶ月未満で150%の利益        -----------
30% discount only for 3-month subscription, message me : https://www.mql5.com/en/users/taiberhyphecu 70% refund policy (full version only) MT5 Version : https://www.mql5.com/en/market/product/125970 Our other products : https://www.mql5.com/en/users/taiberhyphecu/seller A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dange
Monex Scalp is an intelligent trading robot designed for 1-minute time frames, offering simplicity and efficiency for traders. Key Features: •   User-Friendly Settings:   Monex Scalp offers straightforward settings, making it accessible for traders of all experience levels. •   Session Scheduling:   Customize trading sessions to align with various market hours, enhancing strategy execution. •   Adjustable Stop-Loss:   Set personalized stop-loss levels to effectively manage risk according to yo
Aurum Sn Core
Dmitriq Evgenoeviz Ko
Aurum Sniper Core is an automated trading expert advisor for MetaTrader 4, designed for precise and controlled trading on volatile instruments, including XAUUSD (Gold). The advisor is built on the principles of risk management and market adaptation, without the use of aggressive or dangerous trading methods. KEY PRINCIPLES OF WORK Without Martingale Without order grids Without averaging losing positions No hidden lot increases Each transaction is opened independently, with a pre-calculated risk
Algo v3 ea robot
Sharif Khatib Said
1 (1)
ALGO V3 EA is developed with over a year of intense research and testing. This expert advisor employs multi-timeframe volatility measurements, analyses intentions of market participants and anticipate price movements before they occur with help candlestick patterns, and supply & demand analysis for accurate entries that are highly reactive to market price movements of Gold, breaking out at critical price levels. Gold Mana is proven to be resilient for more than 3 years with stable trading throug
CHF Portal is designed for Trading USDCHF specifically. Trading Concept The operation concept of CHF Portal is based on an algorithm which tries to determine the Trend. To be more specific, CHF Portal works with its own calculation logic according to historical volatility and price movement. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect CHF Portal can be able to open the trade on the highest or lowest level, because CHF Port
Multi Sniper mq
DMITRII GRIDASOV
5 (3)
MULTI SNIPER EA は、MT4プラットフォームで約90%の精度を誇る高精度自動取引システムです。 この収益性の高いスキャルピングEAは、現在市場で最も安定したシステムの一つです。 このMQL5ウェブサイトでのみ提供されるオリジナル製品です。 テストと取引用の EA Set_files をダウンロードします 。  GBPAUD Set_file   GBPCAD Set_file - 複利法とスキャルピングテクニックを実装しています。 - システムは市場のボラティリティに応じて動的SLを自動的に設定します。 - EAはデフォルトで自動(ロット計算)リスク管理機能を備えており、固定ロットオプションも利用可能です。 - 取引エントリー感度パラメータを調整可能。 - 週末の取引ギャップを回避。 - 1分単位の高精度な動作時間フィルター。 - スプレッド表示機能搭載。 - ロボットには損益分岐点機能があります。 - 口座レバレッジ:1:30~1:2000の範囲で設定可能。 - 最も推奨される通貨ペアはGBPCADとGBPAUDです。 - 危険なマーチンゲール/グリッドは使用して
Quant King EA   — Built for Gold If you are interested in purchasing the full source code, feel free to contact me via private message. The source code is available for a one-time buyout at   10,999 USDT . Or Buy here then contact me. Trading gold was never meant to be guesswork. Quant King EA   is an intelligent trend-following grid system, purpose-built for XAUUSD. It doesn't chase noise. It doesn't trade blindly. It waits for the market to align — and when it does, it executes with precisio
Alphabet AI は、平均回帰戦略を採用したアドバイザーです。これは、市場が大きな変動をした後、平均値に戻るという自然な性質を利用することを意味します。このアルゴリズムは、資産の現在の価格を常に分析し、計算された平均レベルと比較します。価格が平均値から大きく乖離すると、アドバイザーはこれを行動のシグナルと解釈します。上限を超えた場合は、価格の下落を期待してショートポジションを開き、下限を下回ると、上昇を期待してロングポジションを開きます。当社のアドバイザーの特徴は、チャネルの境界を決定し、誤ったシグナルをフィルタリングする適応型アプローチにあります。これにより、緩やかなトレンドの状況でも効果的に機能します。このアドバイザーは、価格チャネル内で顕著な変動を示す通貨ペアで特に優れたパフォーマンスを発揮します。 アドバイザーは 20 年以上にわたってデータに基づいてテストされており、その間、最も不安定な期間にも耐えることができます。 コンピュータを 24 時間 365 日稼働し続ける機会がない場合は、VPS サーバー サービスを使用することをお勧めします。 このアドバイザーは、ドロー
Please do not trust any backtest result. Use a demo account to try it. SureFire is a well-known Martingale Hedging strategy in Forex trading.  No need to predict market direction.  This expert is not just an ordinary Sure Fire strategy, but reinvented the trade setup logic based on calculations.  Good money management is the critical factor to run this EA.  Highly aggressive in trading big market movement. Definitely the best tool in a volatile market.  LIVE TRADE signal is here:  https://www.
Hermes AI
Dmitriq Evgenoeviz Ko
Hermes AI Combines several proven breakout strategies to identify and follow trends. Uses advanced logic to filter out false breakouts, increasing accuracy and profitability. Adapts to both trending and range-bound market conditions for consistent performance. Hermes AI intelligently adjusts trades with precise risk control, without compromising capital. Leverage is optimized for maximum efficiency and trade security, balancing risk and profitability. The full list is available for your convenie
Neelo Scalper EA   Neelo Scalper EA FOR MT4 EA works on based on HFT (high frequency trading) algorithm. Its mean trades average holding time remains in seconds. EA put two stop orders 1 buy stop and 1 sell top and two limit orders 1 buy limit and 1 sell limit at near current price. And these 4 pending orders frequently keep modifying at predefined timer in seconds at predefined distance from current price. And during news events and sudden high volatility events EA took these orders into trade
AR Canada
Aleksandr Lila
3.33 (3)
AR Canada is a fully automated trading robot optimized for USDCAD H1. This free version trades only a fixed lot with minimum volumes. No hedging, no martingale, no grid, no arbitrage, etc. The EA applies the trading algorithm based on crossing the moving averages. Take Profit and Stop Loss values are fixed and have a ratio of 1:4. Positions are closed by the EA when Take Profit or Stop Loss level is reached. Parameters MagicNumber = 3 - unique EA magic number.
FREE
Smart Lot EA
Leon Andreas Gleisberg
Der Stable Profit Bot ist ein vollautomatischer Expert Advisor (EA) für den MetaTrader 4. Er handelt Candle Flip Signale (Trendwechsel zwischen bullischen und bärischen Kerzen) und kombiniert diese mit dynamischem Money-Management . Der Bot ist für Trader entwickelt, die eine stabile, risikooptimierte Strategie suchen, ohne selbst ständig vor dem Bildschirm zu sitzen. Dank Trailing Stop , Break-Even Schutz und Verlustkontrolle arbeitet der EA zuverlässig auch in volatilen Marktphasen. Keine ko
GoldMinerRobot
Burak Can Kislak
5 (2)
To celebrate the launch of our latest product from "Keyvan Trading Bots" — the “Keyvan Bitcoin Bot,” one of the most powerful and advanced trading robots specialized for Bitcoin — all of our products are now available for a limited time with discounts more than 50%. During this special launch event, the price of the "Gold Miner Robot" has been reduced from $345to only $197. Don’t miss out — complete your purchase today ! “Gold Miner Robot” is a very powerful AI-Based robot designed and built to
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
Night Hunter Pro
Valeriia Mishchenko
4.38 (53)
EA has a  live track record  with many months of stable trading with  low drawdown : Best Pairs   (default settings) High-risk   performance Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth . It is a professional tool developed by me years ago that is constantly updated, incorporating all t
Chemical rockets   are the most common type of high power rocket, typically creating a high speed exhaust by the   combustion   of   fuel   with an   oxidizer . The stored propellant can be a simple pressurized gas or a single   liquid fuel   that disassociates in the presence of a catalyst ( monopropellant ), two liquids that spontaneously react on contact ( hypergolic propellants ), two liquids that must be ignited to react (like kerosene (RP1) and liquid oxygen, used in most   liquid-propella
FREE
JUPITER  it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of    independently analyzing the market and making trading decisions    JUPITER        It is an advanced trading system. This is a fully automatic Expert Advisor.      JUPITER  . It is a 100% automatic system,  The system is self-sufficient, performing all the work.     Is a revolution in the  customization of the trading. You can dow
Yes, the source code (MQ4 format) for Tinga (Tinga Tinga Robot), MM FlipCodePro (MM Flip CodePro), and Mansa Musa (Mansa Musa Flipping Robot) is available for purchase from various reputable third-party Forex EA stores and sellers as of early 2026. https://t.me/HOLDINGS6 AFTER PURCHASE TEXT ME DIRECTLY FOR ASSISTANCE!!!! Manual & set files: contact me after purchase to receive the manual and set files Price: The price increases based on the number of licenses sold Available copies: 4
Radar Fibo 123
Carlos Augusto Cedeno Rocha
https://www.mql5.com/es/signals/1654340 このツールを使用すると、勝者である SL を自動的に実行できます。 サポートとレジスタンスとして最小の宝くじエントリでフィボナッチ レーダー Fibo 123 戦略を形成する その支持と抵抗にあるすべてのものに積極的になりましょう。 Kono tsūru o shiyō suru to, shōshadearu SL o jidōtekini jikkō dekimasu. Sapōto to rejisutansu to shite saishō no takarakuji entori de fibonatchi rēdā Fibo 123 senryaku o keisei suru sono shiji to teikō ni aru subete no mono ni sekigyokuteki ni narimashou.
Historical Pattern MT5: 統計的優位性の8つの柱   推測はやめましょう。データでトレードするのです。 純粋数学。インジケーターなし。機関投資家のエッジ。 正直に言いましょう。ほとんどのトレーダーが失敗するのは、間違った戦いをしているからです。彼らは5分足チャートを見つめ、適当な線を引き、希望に頼っています。一方、銀行、ヘッジファンド、アルゴリズムなどの「機関投資家」は、 構造的な事実 に基づいてトレードしています。 もしあなたが「感覚」に基づいてトレードしているなら、あなたは基本的に大口プレイヤーの「流動性(カモ)」にされているだけです。 そうである必要はありません。 このEAはあなたに「青写真」へのアクセスを提供します。推測はしません。 10年から30年 の市場履歴から培われた 生の、フィルタリングされていないデータ に依存します。私たちは世界の資金の流れに従います。 真実の8つの柱 このシステムは、8つの紛れもない市場の力に基づいて、加重された「コンフルエンス(合流)スコア」を計算します。 柱 1:歴史的季節性 (30%)   市場の記憶。   市場はランダ
I speak in Hungarian. Magyarul beszélek benne. Első felvétel. https://www.youtube.com/watch?v=MapbQrJ0uPU&t=9s (Első felvétel. https://www.youtube.com/watch?v=i2id5O1KPrI Második felvétel. https://www.youtube.com/watch?v=Zp2i7QN-IMc Első felvétel. https://www.youtube.com/watch?v=h7UbTWiM-Lw Második felvétel. https://www.youtube.com/watch?v=y54q4Rasf2A&t=1s Harmadik felvétel. https://www.youtube.com/watch?v=13zYjsoe6ZQ Negyedik felvétel. https://www.youtube.com/watch?v=NGiB1AnxxfU ) Nice Day Sign
UniTradeXpertをご紹介します:あなたの究極の外国為替プログラム! UniTradeXpertの非凡な潜在力を明らかにする、洗練されたエキスパートアドバイザーで、外国為替取引の体験を向上させることを目的としています。ほぼ7年にわたる包括的なデータ分析のサポートにより、このEAは99.9%の驚異的な正確さで競争の激しい市場で決定的な優位性を提供します。 UniTradeXpertの優れた点は、AUDCAD通貨ペアの1時間のタイムフレームでの振動取引に焦点を当てていることです。このプロフェッショナルなアプローチは、市場の振動の本質を捉えることで、最大の効率と収益性を確保します。 UniTradeXpertはリスク管理に注力し、堅固なストップロスメカニズムを組み込んでおり、市場の変動中に資本を保護し、安心感を提供します。この戦略的アプローチにより、マーチンゲールのような高リスクな戦略を採用することなく、長期的な成功を確保します。 UniTradeXpertの真の特長は、ユーザーセントリックなアプローチにあります。3つの推奨される資金管理戦略を慎重に組み込み、視覚的に魅力的なグラフィ
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
ToTheMoon MT4
Daniel Moraes Da Silva
5 (1)
ONE OF THE FEW ROBOTS WITH A SIGNAL HISTORY OF MORE THAN 3 YEARS AND AMONG THE TOP 10.   LINK TO MY ROBOTS AND SIGNAL PRESETS: In my profile there is a link to download the PRESETS that I use in my SIGNALS, you can download and Backtest for free, there are explanations in the my WebSite. https://www.mql5.com/en/users/tec_daniel   LINK TO OTHER ROBOT VERSIONS: MT4:  https://www.mql5.com/en/market/product/97963 MT5:  https://www.mql5.com/en/market/product/97962   SOME EXAMPLES OF SIGNALS ON “mql5.
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (33)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
Goldbot One MT4
Profalgo Limited
5 (5)
ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル 新着: Goldbot One を購入すると、EA を 1 つ無料で選択できます!! (取引アカウント 2 つ分) 公開グループに参加する: ここをクリック   究極のコンボディール   ->   こちらをクリック LIVE SIGNAL 金市場向けに設計された非常に洗練された取引ロボット、   Goldbot One を ご紹介します。   Goldbot One はブレイクアウト取引に重点を置いており、サポート レベルとレジスタンス レベルの両方を活用して、最適な取引機会を特定します。 このエキスパート アドバイザーは、変動の激しい貴金属市場で効率性、信頼性、戦略的優位性を求めるトレーダー向けに作成されています。   注目すべき事実:   サンプル外データにおける EA のパフォーマンスは、最適化に使用されるサンプル内データと完全に一致しています。   サンプル期間は 2016 年から 2023 年です。 戦略の確認に使用されたサンプル外データは 2004 年から 2016 年および 2024 年
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY か
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     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 が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 ,      XAUUSD M30 SL3 ,      XAUUSD M30 SL2 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  1   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
The XG Gold Robot MT4 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
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
The Infinity EA MT4
Abhimanyu Hans
3.68 (31)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
Unlike most other EAs in the market, I always assure every single of my EAs are of highest quality: Real trades will match backtesting. No loss hiden techniques to hide historical losses, no manipulated backtest to make backtesting curve smooth without loss (only naive traders believe in smooth upward curve with no risk - they are most likely scamming). My EA always have multi-years verified statistical trading edge. Robust and long term stable with sensible risk management. Not sensitive to sp
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Mon Scalper - Dual-Trendline Breakout Scalping Expert Mon Scalper is a specialized Expert Advisor designed exclusively for gold (XAUUSD) trading. It utilizes a unique dual-trendline strategy to identify strong trends and breakout points, executing trades automatically based on market conditions. Join My MQL5 Channel for the Latest Updates! Real-Time Signal :  https://www.mql5.com/en/signals/2361936 Pricing : Launch Price : $199 Incremental Price Increase : The price will increase by $100 after
SouthEast is an expert advisor developed from my experience in manual trading that has been automated. SouthEast is specifically designed to generate maximum profits with small deposits by prioritizing the security of your funds. Why SouthEast? SouthEast does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my
Greedy Golden MT4
Mihails Babuskins
4.8 (5)
Recommended:  it's better to  use in accounts with lower swap or swap-free accounts. SEE AND COMPARE WITH OTHER EA's , Real monitoring signals link on my profile. Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for
Exp4 AI Sniper for MT4
Vladislav Andruschenko
2.33 (3)
私たちのチームは、MetaTrader ターミナル向けの最先端のスマート トレーディング エキスパート アドバイザーである Trading Robot をご紹介できることを嬉しく思っています。 AI Sniper は、   MT4     の両方の端末向けに設計された、インテリジェントな自己最適化取引ロボットです。 洗練されたアルゴリズムと最先端の取引手法を活用した AI Sniper は 、取引の最適化における卓越性を体現しています。 当社のチームは、取引所と株式市場の両方で 15 年を超える豊富な経験を活かし、革新的な戦略管理機能、インテリジェントな機能、直感的なグラフィカル インターフェイスを組み込んだこのエキスパート アドバイザーを作成しました。 AI Sniper の各側面は細心の注意を払って設計され、厳密にテストされたプログラム コードによってサポートされています。 高度な計算インテリジェンスは複雑なテクニカル分析を通じて機能し、あらゆる価格変動に対して何千もの数学的計算を実行します。 これにより、   AI Sniper は 、強気市場トレンドでも弱気市場トレンドでも、
Jesko
Cence Jk Oizeijoozzisa
5 (2)
Jesko EA – Jesko は、 長年にわたり検証され最適化された戦略 に基づいて構築された特別なエキスパートアドバイザー(EA)です。 すでに 実際の口座でテストされており 、一貫して 利益性と低リスク を示しています。 今回、ついに一般公開することにしました。 Signal live    ライブアカウントの4ヶ月 こちらはMetaTrader 5のバージョン です 。 ----------------------------------------- MT5 ログイン 23982567 ————— MT5 パスワード Aa123123! ————— サーバー UltimaMarkets-Live 1 ---------------------------------------------- 購入後は、MetaTrader 4とMetaTrader 5の両方のバージョンをご利用いただけます。 簡単インストール  すべてのブローカーで利用可能(ECN口座推奨)  最低入金額: 100 USD  24時間365日サポート  Jesko を一度購入すると、他の製品を無料で入手可能
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
HFT Fast M1 Gold Scalper V8 EA
Martin Alejandro Bamonte
2.33 (3)
超最適化バージョン – MT4 HFT FAST M1 GOLD SCALPER V8.2 (MT4バージョン)は、これまでで最も強力で、安定性が高く、洗練されたリリースです。 HFTは高頻度スキャルピングEAであり、ゴールド(XAUUSD)のM1タイムフレームのみで取引を行います。毎日多数の取引を実行し、 非常に現実的なロットサイズ でスキャルピング戦略を実現します。そのため、専用のスキャルピング口座(RAWまたはECN)が必要です。 ICMarkets のRAW口座が特に推奨されており、低スプレッドかつ他社よりもスリッページが少ないのが特長です。 安定したインターネット接続またはVPSが必要です。 ご注意ください:ターミナルが停止すると、 FAST M1 は口座の制御を失います 。 公式チャンネル:  https://www.mql5.com/en/channels/binaryforexea 主な改善点 エントリーロジックの改善 EAは主要トレンド方向のみでエントリーします。逆張りは一切行いません。 勝率の向上 内部ロジックが調整され、トレードの成功率が上昇しました。 口
After a thorough work and search for the optimal values of each of the Expert Advisor's parameters, the most stable settings of the algorithms have been selected, which do not require over large history periods. The robot uses a universal trading strategy, allowing the use of the currency pairs EURUSD, GBPUSD, USDCHF, USDJPY and other pairs with low spread. The EA trades on a 5-minute timeframe , it uses levels defined automatically on the bases of multiple parallel price movement calculation me
作者のその他のプロダクト
従来のニューストレードEAとの違いは何か? ほとんどのEAは予定時刻にのみ反応し、市場の反応を推測します。AI News Strike EAは異なります。世界100カ国以上からのリアルタイム市場センチメントを、発表数分前にAIがリアルタイム検索し分析。より速くではなく、よりスマートに取引します。 革新的リアルタイムウェブ検索AI搭載 販売記念オファー ご購入者様に、 Japan AI Exo Scalp EA の 1ライセンス(無償) を進呈します(現在価格 USD 999)。 製品概要: 先進LLMベースのスキャルピングEA(日本の金融工学に基づく短期売買設計)。 対象: ANSご購入者(1購入者につき1ライセンス、譲渡不可) 受け取り方法: MQL5プロフィールの「支払い」履歴スクリーンショットをダイレクトメッセージで送付 ※本オファーは予告なく終了する場合があります。 GDELTビッグデータ × Perplexity Sonar-Proで、発表直前の市場心理を読み取り、スパイクの初動を捉えます。 ※2025年10月時点において、 Perplexity Sonar-Proによるリ
SmartDataExportEa – データエクスポートEA EA説明 SmartDataExportEaは、MetaTrader 5専用のデータエクスポートツールです。このEAは売買を行わず、マーケットデータと主要インジケーター値をCSV形式でエクスポートすることに特化しています。データ分析や戦略開発を効率化したいトレーダーや開発者に最適なツールです。 リアルタイム分析との両立 リアルタイムでCSVに出力すると、CSVファイル自体がロックされてしまい、EAを稼働させながら同時に分析するのが難しくなります。そこで本ツールでは、 あえて 「過去のデータをリアルタイムに近い形で取得する」 仕組みを採用しており、CSVファイルにロックがかかりません。その結果、疑似リアルタイムでの分析が可能になっています。 主な特徴 項目 詳細 機能 過去データや主要インジケーター値をCSVにエクスポート可能。 対応通貨ペア MetaTrader 5で使用可能なすべての通貨ペアやシンボルに対応。 対応時間足 任意の時間足を選択可能(M1、H1など)。 エクスポート内容 OHLC価格、スプレッド、R
FREE
SmartDataExportEaMT4 – データエクスポートEA EA説明 SmartDataExportEaMT4は、MetaTrader 4専用のデータエクスポートツールです。このEAは売買を行わず、マーケットデータと主要インジケーター値をCSV形式でエクスポートすることに特化しています。データ分析や戦略開発を効率化したいトレーダーや開発者に最適なツールです。 リアルタイム分析との両立 リアルタイムでCSVに出力すると、CSVファイル自体がロックされてしまい、EAを稼働させながら同時に分析するのが難しくなります。そこで本ツールでは、 あえて 「過去のデータをリアルタイムに近い形で取得する」 仕組みを採用しており、CSVファイルにロックがかかりません。その結果、疑似リアルタイムでの分析が可能になっています。 主な特徴 項目 詳細 機能 過去データや主要インジケーター値をCSVにエクスポート可能。 対応通貨ペア MetaTrader 4で使用可能なすべての通貨ペアやシンボルに対応。 対応時間足 任意の時間足を選択可能(M1、H1など)。 エクスポート内容 OHLC価格、R
FREE
Japan AI Exo Scalp EA v5.55 GPT-5・o3・GPT-4.1 三段階AI合議 × 日本金融工学 × 動的流動性学習 ― MT5専用アルゴリズムスキャルピングEA 0ポイント口座対応・Risk%ロット切替・オーバーナイト堅牢化を新搭載。 完全自動キャリブレーション・リアルタイム安定性学習・強化された動的スプレッドフィルター により、 実運用安定性・ロジック再現性・高頻度市場適応 を大幅強化。 製品概要 AIリアルタイム学習 × 日本金融工学 × 合議アルゴリズム 「AIアロー」– GPT-5 / o3 / GPT-4.1 の 三段合議シグナル AI合議は「All Agree」モード・2of3モードで選択可 完全自動キャリブレーション+動的再調整 (相場・ブローカー適応) 「v5スマートリクイディティ」– スプレッド・ティック数・出来高・価格安定性を総合判定し、ダイナミックに制御 リアルタイム安定性学習 – p50/p75/p90学習で品質閾値を動的更新 強化型動的スプレッドフィルター – 0ポイント口座を正式サポート 固定/リスク%ロット切替対応。Risk%
フィルタ:
Stefan Marjoram
1563
Stefan Marjoram 2025.06.04 11:09 
 

I don't recommend it at this time unless you are happy to essentialy wait for the strategy to develop and grow, but it has potential and Mikoto is highly attentive and responsive to questions, answers and suggestions.

-

Key Issues:

Performance: Mostly losses so far in my first few weeks but nothing excessive. Takes a long time to test and figure out which pairs actually work due to the nature of the bots / ea / set file setups. Testing is not for the faint hearted / inexperienced.

API Costs: OpenAI API setup is easy, but running many accounts can be expensive—$40–$50/month or more. I hit $0.50/day with 17 demo accounts and I would usually plan on running 50 accounts. This will be a nightmare considering the method of optimising the settings for set files must be done manually.

Backtesting: MT5 is far superior for backtesting or optimising but MT5 functionality is restricted on demo and only works if you purchase the MT5 EA, cannot be run on a fall back routine (runs without ai obviously) which would allow you to optimise a basic set file.

Currency Sensitivity: EA behavior varies by currency; SL/TP values differ without documentation. A USD account appears required but not explained properly. EURJPY usd vs gbp account is different by 20 pips on the same settings.

Community Access: MT4 and MT5 groups are separate; MT4 group is inactive with no access to long-term data or set files that the MT5 group will have.

Lack of Transparency: No verified results (e.g., Myfxbook, singlas etc), only selected screenshots of history trade panel from terminals on request.

Mikoto Hamazono
2188
開発者からの返信 Mikoto Hamazono 2025.06.04 11:34
Thank you very much for taking the time to write such a detailed review and for sharing your honest impressions and concerns. I sincerely appreciate your feedback and would like to clarify a few points for future users:
• Set Files & Customization:
It is absolutely possible to create and optimize your own set files. While we provide official set files for stability, users are encouraged to customize and optimize settings as they wish. I am always available to support users through the optimization process.
• API Costs:
The OpenAI API cost depends on usage volume, but most users running a small number of accounts (1–5) typically see a much lower monthly cost. Running 50 accounts simultaneously will certainly increase expenses, which is a consideration for all API-based EAs.
• Backtesting:
MT5’s demo mode is limited due to MetaTrader and MQL5 Market security policy, especially for products that use external APIs. This is not a limitation placed by the EA itself, and I will keep users informed if MetaQuotes changes its policy in the future.
• Currency Sensitivity:
Differences in SL/TP values across account currencies are a MetaTrader behavior, not an intentional EA limitation. I will improve documentation to clarify these currency-specific effects.
• Community Access:
The user groups are separated by MT4 and MT5 for fairness and to match technical needs, but I always share useful results, set files, and tips from both groups as appropriate. The MT4 group is still new and growing.
• Transparency:
I understand the request for more verified results. I encourage users to share their live results within the group, and selected results are shared as they become available. Thank you again for your candid review. I am always working to improve both the product and the support system, and I value your feedback as an opportunity to do better. If you have further questions or need support, please feel free to contact me directly.
レビューに返信