FoxterAI

FoxterAI — ATR適応型ステップ搭載グリッドトレーディングEA(インタラクティブコントロールパネル付き)

FoxterAIは、平均化グリッドストラテジーに基づいて構築されたMetaTrader 4用の自動グリッドトレーディングロボットです。グリッドステップは固定ピップス値ではなくATRインジケーターから計算されます。ボラティリティが高い時期はオーダーは広く配置され、ボラティリティが低い時期はより密に配置されます。このEAは、BUYとSELLの2つの独立したシリーズを同時に管理します。

主な特徴:コントロールパネルがストラテジーテスター内で完全動作

組み込みのインタラクティブパネルは、ストラテジーテスターのビジュアルモード内で完全に機能します。バックテスト中、テストを停止することなく主要パラメーターを変更できます。トレーディングの有効化/無効化、方向の切り替え、エントリーモードの変更、バスケットモードの起動、利益目標の調整、レベルシステムの有効化、グリッド制限の変更が可能で、結果への影響が即座に表示されます。これにより最適化が大幅に高速化されます。

アーキテクチャ

EAはティックごとに以下を実行します:シリーズ更新、DetectTrend()、CheckNewSeriesEntry()、ManagePositions()(ブレークイーブン、トレーリング、グリッド平均化、テイクプロフィット)、パネル更新。

トレンド検出

カスタムATRアルゴリズム — 完成したN本のバーの平均High-Lowレンジ。ATRはキャッシュされ、新しいロウソク足のみで再計算されます。

TrendTimeframe — トレンド検出用タイムフレーム (H1) | TrendATR_Period — ATR期間 (14)

SuperTrend

外部インジケーターなしで組み込まれています。Base=(High+Low)/2、Upper=Base+Mult×ATR、Lower=Base-Mult×ATR。エントリーフィルター、平均化フィルター、レベルソースとして使用されます。チャート上に線が描画されます。

SuperTrendTF (H1) | SuperTrendATRPeriod (10) | SuperTrendMultiplier (3.0) | DrawSuperTrend (true) | SuperTrendBarsToDraw (300)

エントリーモード

Entry Modeボタンで循環します。4つのモード:

  • Trend only — トレンド方向エントリー
  • Trend + Impulse(デフォルト) — M15インパルスロウソク足がATRの%を超えることが必要
  • Trend + Impulse + SuperTrend — 最大フィルタリング
  • Trend + SuperTrend — SuperTrend確認

EntryMode (Trend+Impulse) | ImpulseTimeframe (M15) | ImpulseATR_Period (14) | ImpulseMinPercent (150) | MinBarsBetweenSeries (1)

平均化グリッド

Step = ATR × Grid_StepPercent / 100。平均化トリガー:価格が1ステップ移動、トレンド一致、間隔経過、オーダーおよびロット制限内。

Grid_Timeframe (M15) | Grid_ATR_Period (14) | Grid_StepPercent (50) | MartinCoeff (1.5) | FirstLotMultiplier (1.0) | MaxOrdersBuy/MaxOrdersSell (10) | MaxTotalLot (2.0) | GridIntervalMinutes (30) | UseSTForAveraging (false)

高度なグリッドとマーチンゲールモード

拡張グリッド(UseExpandingGrid):各ステップ × GridStepMultiplier。ステップマーチンゲール(UseSteppedMartin):3つのゾーン(例:1.0/1.3/1.6)。ATR適応型マーチンゲール(UseATRAdaptiveMartin):ボラティリティで調整。3つすべて組み合わせ可能です。

UseExpandingGrid (false) | GridStepMultiplier (1.3) | UseSteppedMartin (false) | StepZone1Count/Coeff (3/1.0) | StepZone2Count/Coeff (3/1.3) | StepZone3Coeff (1.6) | UseATRAdaptiveMartin (false) | ATRAdaptive_MinCoeff (1.0) | ATRAdaptive_MaxCoeff (2.0)

テイクプロフィットモード

ATR TP:ATR × TP_Percent/100。デポジット% TP:残高 × パーセンテージ。個別TP:固定ポイント(バスケットモード)。統合シリーズTP:加重平均価格。IncludeCommissionSwapは手数料を控除します。

TP_Timeframe (M15) | TP_ATR_Period (14) | TP_Percent (100) | UseDepositPercentTP (false) | FirstTPDepositPercent (0.5) | IndividualTP_Points (100) | IncludeCommissionSwap (true) | SlippagePercent (0.1)

バスケット(Basket)

BUYとSELLを組み合わせて共同で閉鎖します。タイプ:OFF、Immediate、After N。バスケットモードは利益計算に閉鎖済みオーダーを含みます。

BasketType (OFF) | BasketProfitPercent (0.1) | BasketAfterNOrders (5) | UseBasketMode (false)

ブレークイーブンとトレーリング

ブレークイーブン:2以上のオーダー、SLは起動時にオープン価格に移動します。

UseBreakeven (false) | BreakevenActivatePoints (100) | BreakevenSL_Points (0)

トレーリング:最初のオーダーのみ、2番目のオーダーで無効化。ATR%距離。

UseFirstOrderTrailing (false) | TrailActivatePercent (70) | TrailDistancePercent (50)

レベルシステム

価格レベルアンカリングのためのオプションモジュール。ソース:ラウンドレベル|日付High/Low|SuperTrend TF。モード:フィルター|レベルでTP|エントリーのみ|フル。

UseLevelAveraging (false) | LevelSource | RoundLevelStep (50) | LevelTF (H4) | LevelHL_TF1/Count1 (D1/1) | LevelHL_TF2/Count2 (W1/1) | UseLevelTP (false) | LevelTP_OffsetPips (5) | UseLevelEntry (false) | LevelEntryZone (0.15) | UseLevelGrid (false) | UseLevelAutoLot (false)

損失オーダーのトリム

残りが利益目標に達したときに最も損失している1つのオーダーを閉鎖します。モード:OFF|Own|Joint。

フィルターと保護

  • スプレッドフィルター:MaxSpread (30)
  • 証拠金フィルター:MinFreeMarginLevel % (200)
  • 取引時間枠:最大3つ、深夜越え対応
  • ATR保護:ATR=0で取引ブロック
  • シンボル正規化:UseNormalizeSymbol

インタラクティブコントロールパネル

3つのタブ。白いフィールド — クリック、タイプ、Enterで適用、Escapeでキャンセル。

Trading:START/STOP、BUY/SELL/BOTH、Entry Mode、Dry Run、Max BUY/SELL、Lot、Profit%、BASKET、Individual TP、TRIM、BREAKEVEN、TRAILING、Lot Mult。

Grid:Expanding Grid、Stepped Martin、ATR Martin、Levels with Source and Mode。

Info:トレンド、価格、シリーズステータス、残高、ドローダウン、統計。

System:Emergency Close、Remove Robot、Close BUY/SELL、スケーリング70-200%。

動作要件

  • MetaTrader 4、任意の銘柄・時間足
  • 外部DLL不要 — MQL Marketスキャン完全対応
  • セントアカウント対応

リスク警告

グリッドトレーディングは複数のポジションを同時に保有します。強いトレンド中はドローダウンが重大になる可能性があります。ライブ使用前に必ずストラテジーテスターで十分にテストしてください。

お問い合わせ

ご質問やご要望をお気軽にどうぞ!設定に関するご質問、機能改善のご提案、またはご自身のトレード戦略に基づいたカスタムロボットの開発をご希望の方は、プライベートメッセージにてお気軽にご連絡ください。お客様のニーズをお聞きし、最適な解決策をご提案いたします。

おすすめのプロダクト
エキスパートアドバイザーの有利なポートフォリオへの素晴らしい追加。この戦略は、構築されたレベルを一定期間突破するためのアルゴリズムに基づいています。 EAには固定のStopLossがあり、最小のドローダウンを維持できます。 Tick Data Suiteを使用してすべてのティックでテストされ、可能な限り最も近い実際の取引条件で、ビデオをご覧ください。 最初の10人の購入者の価格$ 75(コメントにレポートを投稿してください) 推奨事項:スプレッドが低く、優れたECNブローカー。 推奨通貨ペアEURUSD。 GBPUSDやUSDJPYなどの他の通貨ペアを使用できます。 コメント内の設定ファイル。 すべての質問については、プライベートメッセージに連絡してください! 喜んでお手伝いさせていただきます!
GRV Grid expert Advisor is a regular grid trader trading in both directions. The peculiarity of this grid is that subsequent orders in the grid are opened not only upon reaching the set step but also on the basis of the signal, which allows not to accumulate a lot of orders that can very quickly drain the entire Deposit. The EA makes a decision based on the signals from THE mA indicator and the trend filter. The EA trades almost non-stop, i.e. there are almost always open orders, so for stable
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Make grid trading safe again | Built by a grid trader >> for grid traders.    Walkthrough Video  <== Get Grid Rescue up and running in 5 minutes  This is MT4 version, click  here  for  BlueSwift GridRescue MT5  (settings and logics are same in both versions) BlueSwift Grid Rescue MT4  is a risk management utility  EA  (used together with other grid trading experts) that can help you trade aggressive grid systems with manageable drawdown, therefore reduce substanstially margin call risk as we
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
AEC Scalper I bring to your attention the AEC Scalper trading Advisor. The adviser works from 20:00 to 22:00 GMT. For testing in the strategy tester, the trading time should be set from 23:00 to 1:00. The EA works well on the following currency pairs: AUDCAD, AUDCHF, AUDJPY, CADCHF, CADJPY, EURAUD, EURCAD, EURCHF, EURGBP, EURUSD, GBPAUD, GBPCAD, GBPUSD  M5 Timeframe. Minimum deposit from $100 Trading is conducted on ECN accounts with a low spread.  Leverage from 1:100 Trading is conducted in a
Elastic Grid
Aliaksandr Charkes
4.86 (7)
Elastic Grid MT4 is a multi-functional grid Expert Advisor, designed for full or partial automation of various ideas related to grid trading. The EA trades on any timeframe and symbol. It can also trade several symbols with any amount of decimal places. It does not interfere with manual trading and other EAs' operation or any indicators. It allows to adjust its settings on the fly, works only with its own orders displaying all necessary data on them when needed, and for some situations it can be
Ultra KZM MT4
Nattapat Jiaranaikarn
Ultra KZM is an Expert Advisor that using the unique trading operation. It's strategy is based on the combination of grid and correlation system which is the new method that I invented and developed for a long time. You can see Live Signal from these links : (delete space) 1.  https: //www .myfxbook.com/portfolio/ultra-kzm-eurjpyeurchf/10224608 2.  https: //www .myfxbook.com/portfolio/ea-ultra-kzm-real-account/10374382  Note that You cannot backtest this EA in MT4 because MT4 cannot backtest in
Reversepro Smartsma ea mt4
AL MOOSAWI ABDULLAH JAFFER BAQER
ReversePro SmartSMA EA – A Fully Customizable Moving Average Strategy ReversePro SmartSMA EA is an advanced yet fully customizable trading tool designed for traders who prefer to fine-tune their strategies. This Expert Advisor (EA) is not pre-optimized, allowing you the flexibility to adjust its settings to fit your trading style, risk management preferences, and market conditions. How It Works This EA is based on the well-known Simple Moving Average (SMA) crossover strategy, enhanced with addi
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
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT4 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT4 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。平均方向移動指数(ADX) 、 商品チャネルインデックス(CCI) 、 クラシック平研アシキャンドル 、 移動平均 、 移動平均収束発散(MACD) 、 相対活力指数(RVI) 、 相対力指数(RSI) 、 放物線SAR 、 ストキャスティクス 、 ウィリアムズのパーセント範囲 。 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。 Matrix Arrow EA MT4 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取
The algorithm of the adviser's work: When the Expert Advisor is launched at a specified distance from the price (first_step), BuyStop and SellStop orders are placed. Further, depending on which way the price went, one of them becomes market, and the other begins to crawl after the price. When the price rolls back, it also becomes market. If we have reached a set profit in some direction, the order is closed and a creeping pending order of the same direction is placed again. If the profit is no
Calmed
Jennifer Afi Azasoo
5 (3)
EA Calmed Gold We have tried to optimise Calmed Expert Advisor  for Gold but works with any other forex pairs and stocks. This expert uses  martingale (optionally) for recovery. Please, backtest for at least 1 year and run a demo for at least one whole month before going live; that way, you will know how the Calmed Expert Advisor behaves across the various markets. Please do not just purchase and start using the EA, as past performance cannot guarantee future results. Backtest results may be di
The DoubleEverest Expert Advisor is a pure, distilled idea. This automated EA follows its own unique mathematical algorithm. DoubleEverest : no indicators no martingale, locking, averaging, other risky money management techniques trades every day DoubleEverest catches the price in the European and American sessions. Considers the volatility and dynamics of the market. DoubleEverest places pending orders on the price extremes: of the past and current day, fractals, significant resistance and supp
Dream Chaser: MetaTrader 4 用エキスパートアドバイザー Dream Chaser   は、市場のボラティリティ分析とグリッドトレード戦略を組み合わせた、強力で多機能なエキスパートアドバイザーです。自動的なエントリーポイントの検索とポジション管理のために設計されており、手動制御のための便利なビジュアルインターフェースを備えています。 主な特徴 ハイブリッド戦略:   初期エントリーにはローソク足のサイズ分析を、平均化にはグリッド手法を使用します。 ビジュアルコントロールパネル:   情報表示とトレーダー用の手動ボタンを含みます。 リスク管理システム:   自動ロット計算と最大注文数の制御。 汎用性:   どの時間足、通貨ペアでも動作可能。 ️ 詳細設定 資金とリスク管理 パラメータ デフォルト値 説明 Risk 0.5 自動ロットサイズ計算のための預け入れ金からのリスク百分比。 ProfitPips 30 すべてのエキスパートアドバイザーの注文を閉じるための総目標利益(ピップ)。 MaxOrders 200 同時にオープンできる最大注文数。 Mag
Max ScalperSpeed   is a fully automated expert advisor. This system has been developed to improve the efficiency of generating more returns. Rely on scalping trading strategies and recovery strategies with appropriate trading frequencies, and also able to work well in all market conditions, whether trend or sideways, able to trade full time in all conditions. Enable or disable news filtering according to user needs. Added a proportional lot size adjustment function, where users can choose to ad
This E.A is designed to wait for the perfect opportunity to get in the market, take a few trades (low risk) and get out. There is an option to Cut Loss at specific percentage of balance, this should be set to a max of 1% since we scalping. Very cautious EA, can go up to a few days without taking a trade. This should not alarm you, it simply means there currently is no opportunity available. Mainly designed for low spread brokers. Tested Pairs and their settings: EURUSD M1 : Jan 2022 - Dec 2022
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
Currency EURUSD . Timeframe H1 The minimum deposit is $ 200 when trading 1% per trade.  Classic trend advisor.  The Expert Advisor is based on classic, time-tested indicators . Also, some strategies use Price Action . Every trade is protected by a stop loss  No martingale, no grid, no high risk strategies. All strategies used here are trend following and reversal. Compliance with MM = 4% for each trade is recommended. Question: - Why is testing so slow? Answer: - Be patient, 15 very diff
Doctor
Andrey Kolmogorov
This is a universal adviser working in several directions. The first and main thing is assistance in various situations that arise during trading. The second is scalping or positional trading according to the trend, open orders, at the same time, insured with support orders using the model of a quantum set of algorithms. Main Advantages Work in several directions; Increase in account balance during drawdown; Maintenance of already open orders; Building a grid lock; Scalping and/or trend trading
Overview Gold Liquidity Capture EA is an automated Expert Advisor for MetaTrader 4 designed for XAUUSD (Gold) on the H1 timeframe. It uses Bollinger Bands and swing reference points to prepare stop-entry orders at adaptive distances. Orders are intended to trigger only when price movement confirms direction after a defined setup condition. The EA places fixed Stop Loss and Take Profit levels and removes pending orders after a set bar limit if they are not triggered. What the EA Does The EA monit
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX H1 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX H1 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS. Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has been back
This PORTFOLIO of 3 strategies has been developed, tested and traded live on DAX M30 timeframe. Multiple EAs traded together will lead to a BIGGER PROFITS and SMOOTHER EQUITY CURVE. 3 not correlated EAs logics for DAX M30 timeframe merged to a single strategy. Very SIMPLE STRATEGIES with only FEW PARAMETERS.  Every trade has his own logic for STOP LOSS. To catch the profits every strategy uses different approach - some has TAKE PROFIT, some uses TIME BASED EXITS or PROFIT TRAILING. EA has been
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
ロボットは、ボリンジャーバンド指標のラインをブレイクする取引戦略を使用します。 この戦略の本質は、インジケーターラインの継続的な分析と、そのラインの最も効果的なブレイクアウトポイントの検索にあります。 価格がいずれかの方向で指標線を突破すると、ロボットはその方​​向で取引を開始し、それに追従し始めますが、ロボットは指標線が突破されるたびに取引を開始するわけではなく、指標線が突破された場所でのみ取引を開始しますそれが最も効果的であると考えられます。 これは、世界中の何千人ものトレーダーによって長年にわたってテストされてきた、非常に信頼できる戦略です。 これは、GPTchat が学習のために提供する実用的なスキャルピング戦略の 1 つです。 人工知能は、これが M5 時間枠で最も効果的な取引スキャルピング戦略の 1 つであると信じています。 私たちは人工知能にも同意し、この戦略の実際の有効性を確認します。 ロボットの利点: マーチンゲールは使用しません。 ロットサイズはトレーダーが設定で指定します。 残高が10%増加するごとにロットが10%増加します ロボットは適応型リスク管理機能を使
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
This is a fully automatic trading robot for the EURCHF currency pair.  But this robot can be configured to trade for other currency pairs. TURBO SCALPER PRO using a trend following strategy based on MACD, Parabolic SAR and Moving Average indicator. The robot works in full automatic mode, on the M1 timeframe. The trader does not need to set it up for trading. Open EURCHF and attach TURBO SCALPER PRO only to EURCHF M1 using the default settings. Advantages of the TURBO SCALPER PRO :  We show you
1. Intro: Like the cold weather and freezing of winter, Crazz Winter EA’s open trades can be held for one day or TP within minutes. Aiming to have a high consistency and profitable amount, Crazz Winter EA is designed to trade with only two kinds of currency which are EURUSD and AUDUSD and there will only one trade open for each currency at the same time. With the combination of Moving Average and Relative Strength Index, it may detect and identify the current and following market trade. The EA h
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (39)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
BB Return mt4
Leonid Arkhipov
5 (10)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
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 (3)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
FlipDamonHFT
Allistair Kabelo Mandow
1 (3)
Ask in private for more details after purchase 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 private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. FlipDamonHFT – High-Frequency Trading Robot for XAUUSD (GOLD) FlipDamonHFT is a fully automated Expert Advisor for MetaT
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
TRENDALGO is an EA that uses ARTIFICIAL INTELLIGENCE to trade 100% automatically and as the name says it is a TREND FOLLOWING EA, it works well on ASSETs that are TRENDING. AI is used to identify the moment in which volumes, volatility and momentum explode, according to a proprietary equation created by me which takes these values ​​into consideration as objective data and never uses any indicator. TRENDALGO opens a new TRADE and follows it by continuously adjusting STOP LOSS and TAKE PROFIT, f
Recovery Manager Pro は、他のアドバイザーまたは手動でオープンされた注文からのドローダウンを回復するためのシステムです。 RM Pro には、自動的に動的に調整する機能があります。トレーダーはリスクレベルを選択する必要があり、アドバイザーは完全自動モードで動作します。 ドローダウンリカバリモードとスタンバイモードで動作可能!別のアドバイザーがドローダウンを生成した場合、RM Proはそれを無効にし、ポジションをロックし、部分クロージャを使用してデポジットを復元するプロセスを開始します。取引では、アドバイザーはスマートな平均化、ロック、部分クロージングを使用します。アドバイザーはカスタム トレンド インジケーターに取り組んでおり、アドバイザーのすべての購入者がギフトとして受け取ります。 Advisor の主な機能は、スタンバイ モードで動作できることです。別のアドバイザーがドローダウンを生成するとすぐに、RM Pro が注文管理を引き継ぎ、平均注文をオープンし、その後部分的にクローズします。 セットアップ手順:           リンク MT5のバージョン:  
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロフェッショナルな自動売買EAです。明確なロジック、トレンド分析、厳格な
GOLD Scalper PRO
Lachezar Krastev
4.6 (25)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Aura Black Edition
Stanislav Tomilov
4.62 (21)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
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
RiskShield Dragon   — Automated Multi-Currency Advisor Combining intelligent algorithms, robust protection mechanisms, and flexible configuration, **RiskShield Dragon** delivers consistent profits with minimal risk. --- ## Key Advantages * **Multi-Currency & Multi-Threaded**: Supports over 20 currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDJPY, and more) simultaneously on any timeframe. * **Minimum Deposit from 10,000**: Optimized for trading with a starting balance of 10,000 account uni
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つの小さな取引に継続的に分割する独自の戦略を採用していま
AGERA MT4 は、金市場の脆弱性を特定するための、完全自動化された多面的なオープンEAです! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart 
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
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — クラシックとスキャルピングの2つのモードを選択できるXAUUSDエキスパートアドバイザー GoldPro は、構造、明確なリスク管理、さまざまな市場テンポで機能する EA を求めるトレーダー向けに構築された 、XAUUSD (ゴールド) の自動取引システムです。 1つのEA内で 、どのように取引するかを 選択できます。 1) クラシックモード - スイングとプルバックのための穏やかなロジック 反転/平均回帰行動(市場の「枯渇」ゾーンからのエントリー)と構造化されたポジション管理に重点を置いた古典的なアプローチ。 バスケット型マネジメント(一連のポジションを扱う) 厳密な制限(距離 / ステップ / ロット係数)によるオプションの平均化 複数の出口スタイル:固定目標、損益分岐点、トレーリングロジック スプレッドフィルター 取引スケジュール管理(平日 / 金曜日の締め切り / 週末のストップ) 取引方向オプション: 買い / 売り / 両方 / 季節性モード 2) スキャルピングモード - 日中チャンスのためのより高速なロジック 柔軟なエントリー プロファ
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mql
EA 22 Pairs
Tjia Elisabeth Jasmine Canadi
EA 22 Pairs – MultiPair Averaging + Hedge System (Smart Directional Extended) プロモーション開始!5つ星レビュアー募集中!6ヶ月間永久価格。数量限定。お早めに! 生涯アクセスは6ヶ月間の価格からわずか1セント追加 — 生涯価値が完全に回復する前に、無敵の導入価格で永久所有権を確保しましょう! バージョン: Perfected Interactive UI - MT4 (パッチ適用済み) 開発者: CyberBot Project P R E P A R A T II O N トレーディングは単なるギャンブルの一形態なのか? 極端な場合、トレーディングは、一瞬にして富を得たり失ったりする高額ギャンブルに似ていると言えるでしょう。外国為替市場や資本市場は、価格変動が最も高度な予測さえも覆すような、急速な変動環境の中で運営されています。 この現実が、継続的な議論を引き起こしています。トレーディングは、データ、分析、経済原理に基づいた構造化された金融活動であると主張
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Professional automatic advisor with high performance. The advisor has preset settings, trades automatically calculated or fixed lot. You can use default settings or use your preferences. The Monopolist expert uses the author's, multi-component algorithm for fast processing of market data in real time, to open short-term transactions on dynamic instruments with a small spread. The advisor's strategy is based on price action, transactions are opened with a minimum waiting time for a decision, whic
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 は単純なグリッド/マーチンゲール
Sinal (GOLD/XAUSD) - mais de 14 meses ativo e mais de 6 mil negociações em conta Standard (alavancagem de 1:400):   https://www.mql5.com/pt/signals/2278431 Produto para MetaTrader4:  https://www.mql5.com/pt/market/product/159627 Produto para MetaTrader5:  https://www.mql5.com/pt/market/product/160313 O Apache MHL Moving Average Expert Advisor ou simplesmente "Apache MHL" é um robô que opera no ativo GOLD/XAUUSD utilizando estratégias baseadas em médias móveis e gestão de risco com Martingale.
WINTER SALE — FINAL DAYS! Get Infinity Trader EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Christmas Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Infinity Trader EA Live R
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Relia
Pingo AI
Anastasiya Morozova
Pingo Pingo は、外国為替市場での安定した安全な取引のために設計された、完全に自動化された取引ロボットです。 このアドバイザーは、厳格なリスク管理を重視し、マーチンゲール、グリッド、平均化などの危険な戦略を排除して設計されています。 MT5 Version:  https://www.mql5.com/ru/market/product/155602 仕組み Pingo は、インテリジェントなボラティリティ フィルターを使用して、価格パターンと短期的な市場動向を分析します。 ロボットはインパルスゾーンと修正ゾーンを識別し、高い成功確率と最小限のリスクで市場に参入します。 取引の決定は感情やトレーダーの介入なしに、アルゴリズムに従って厳密に行われます。 安全性と信頼性 マーチンゲール法 、 平均化法 、 危険なポジション管理法 は使用しない 動的ロットまたは固定ボリュームによるリスク管理 あらゆるブローカーおよびアカウントタイプに対応 主な機能 マーチンゲール 、 平均化 、 ロック 、 グリッド なしで動作します 正確な価格とボラティリティ分析アルゴリズムを使用 高速
Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
作者のその他のプロダクト
FoxterAI — ATR適応型ステップ搭載グリッドトレーディングEA(インタラクティブコントロールパネル付き) FoxterAIは、平均化グリッドストラテジーに基づいて構築されたMetaTrader 5用の自動グリッドトレーディングロボットです。グリッドステップは固定ピップス値ではなくATRインジケーターから計算されます。ボラティリティが高い時期はオーダーは広く配置され、ボラティリティが低い時期はより密に配置されます。このEAは、BUYとSELLの2つの独立したシリーズを同時に管理します。 主な特徴:コントロールパネルがストラテジーテスター内で完全動作 組み込みのインタラクティブパネルは、ストラテジーテスターのビジュアルモード内で完全に機能します。バックテスト中、テストを停止することなく主要パラメーターを変更できます。トレーディングの有効化/無効化、方向の切り替え、エントリーモードの変更、バスケットモードの起動、利益目標の調整、レベルシステムの有効化、グリッド制限の変更が可能で、結果への影響が即座に表示されます。これにより最適化が大幅に高速化されます。 アーキテクチャ EAはティッ
フィルタ:
レビューなし
レビューに返信