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スキャン完全対応
  • セントアカウント対応

リスク警告

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

お問い合わせ

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

おすすめのプロダクト
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
注文のバスケットを「解決」するための適応システムを備えたグリッドアドバイザーを使用して、アカウントの不採算ポジションを復元することもできます。 線形回帰チャネル内で機能し、いくつかの条件で入力します。シグナルは、線形回帰チャネルの方向、指数移動平均、1日の平均ボラティリティを使用し、価格が逸脱した場合に注文グリッドを構築します。 グリッドステップは構成可能であり、価格が私たちに反する場合、一定数の注文の後、アカウント回復機能(ドローダウン削減)がアクティブになり、最も遠い不採算注文は、利益のある反対の注文で閉じることによって削減されます。 したがって、EAはほとんどすべての無反動砲の動きとドローダウンを克服します。グラフには利益に関する情報が表示され、回帰チャネル自体が描画されます。 エキスパートアドバイザーは、手動モードで開かれた、または別のエキスパートアドバイザーによって開かれた取引に同行することもできます-それはそれらを解決し、アカウントをプラスにします。 500ドルからの推奨デポジット額。 時間枠M15 自動モードでは、VPSが必要です。 MT5 https
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+
エキスパートアドバイザーの有利なポートフォリオへの素晴らしい追加。この戦略は、構築されたレベルを一定期間突破するためのアルゴリズムに基づいています。 EAには固定のStopLossがあり、最小のドローダウンを維持できます。 Tick Data Suiteを使用してすべてのティックでテストされ、可能な限り最も近い実際の取引条件で、ビデオをご覧ください。 最初の10人の購入者の価格$ 75(コメントにレポートを投稿してください) 推奨事項:スプレッドが低く、優れたECNブローカー。 推奨通貨ペアEURUSD。 GBPUSDやUSDJPYなどの他の通貨ペアを使用できます。 コメント内の設定ファイル。 すべての質問については、プライベートメッセージに連絡してください! 喜んでお手伝いさせていただきます!
Sinless
Andrey Kolmogorov
A mathematical multicurrency trading system based on the principle of a neural network. It uses a general database of algorithms "S1M1" consisting of the most stable trading algorithms in its work. Before getting into the "S1М1" general database of algorithms, each block of conditions has passed the testing for stability with the identification of certain market dependencies for that block. A network created in such a way allows the EA to automatically select the most optimal variant of response
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
Bfxenterprise RSI
Ricky Romadona Tri Saputra
Bfxenterprise RSI Inspired and optimized RSI indicator is the focus of this Expert Advisor (EA). Designed with the use of RSI to perform optimal transactions. Reading trends and price reversals is done by the RSI whose functions have been sorted. Version of Bfxenterprise The version with the name “Bfxenterprise” focuses on special and thorough sorting of transactions. So this version does not always make transactions, unlike the Expert Advisor version in general. This version relies on accuracy
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
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want to use manual lot size. Max_Risk: Max Risk as percentage of Equity * the greater this percentage is the grea
プロのグリッドアドバイザーがRSI(相対力指数)指標に取り組んでいます。不採算注文をオーバーラップさせることにより、アカウントのドローダウンを減らす機能があります。グラフには、利益に関する情報が表示されます。 MT5バージョン https://www.mql5.com/ru/market/product/56995 オプション: RSI_PERIOD-相対力指数を計算するための期間。 UP_LEVEL-上限; DN_LEVEL-下限; RSI_TIMEFRAME-計算の時間枠。 START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単位の最小利益。 STOPLOSS、TAKEPROFIT-
| 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
Time Scalper is a multi-currency Expert Advisor, which works on many symbols and M1 timeframe. The Expert Advisor does not use high-risk trading strategies like Martingale. EA works with Stoploss, Breakout, Pull back,Takeprofit, Next Trailing Stop with Neural Network Technology and Calculated through the last price every one minute not every tick. This made the decision that you do not have to worry about backtest results. For Customers Please write the author in private message to know which p
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
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
Correlation Beast V2.05 - Skyrocket Your Forex Trading! Unlock the power of currency correlations with Correlation Beast V2.5 , the ultimate Expert Advisor for MetaTrader 4! Designed for traders who crave precision and profitability, this EA leverages advanced correlation strategies to identify high-probability trades. Whether you're a beginner or a pro, this tool is your key to mastering the Forex market! Why Choose Correlation Beast V2.5? Powerful Correlation Trading Trade sma
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the greater
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
RSI Intelligent is a fully automated scalping robot that uses a very efficient Relative Strength Index (RSI) breakout strategy, Probabilistic analysis with (RSI). Most effective in the price Cumulative probability of a normal distribution that occupy the bulk of the market time. Transactions happen almost every day like Scalping follow trend. A Forex robot using the Relative Strength Index (RSI) indicator combined with an artificial neural network would be an advanced automated trading system th
Raider
Aleksandr Shurgin
A scalper trading advisor with an innovative method for calculating the opening of trading positions. The robot is designed for high-frequency trading with MT4 terminal instruments. The expert controls the volume of trading positions, spread expansion, and slippage. Can be used on any time frame, with any deposit size. Easily optimized and configured for the desired instrument. You can use preset settings. Recommendations for using the expert Initial deposit from 100USD. Brokers with normal exec
The strategy of the adviser determines the direction, the strength of the trend and the behavior of prices in the zone of "round" price levels. If several factors coincide, the adviser starts working in the direction of the most likely price movement. The Expert Advisor uses a unique algorithm for tracking open positions. Each position advisor has a stop loss and take profit. Dangerous trading methods are NOT used. Recommended trading instruments (TF 5m): GBPUSD, EURUSD. For 24/7 advisor oper
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 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
**Description of the Trending Mechanism Forex Trading Bot** **Trending Mechanism** is a high-tech trading bot for the MetaTrader 5 platform designed for automatic market analysis and trading in the Forex market. By utilizing the latest market analysis and capital management technologies, this bot allows traders to effectively identify trends and make informed trading decisions based on current market conditions. It is ideal for both experienced traders and beginners, thanks to its intuitive se
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
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
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
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,
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%アルゴリズム取
General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
EA Calmed Pro Gold Kita wis nyoba ngoptimalake Calmed Expert Advisor kanggo Emas nanging bisa digunakake karo pasangan lan saham forex liyane. Pakar iki nggunakake martingale (opsional) kanggo pemulihan. Mangga, backtest paling sethithik 1 taun lan mbukak demo paling sethithik sak wulan sadurunge urip; kanthi mangkono, sampeyan bakal ngerti carane Calmed Expert Advisor tumindak ing macem-macem pasar. Aja mung tuku lan miwiti nggunakake EA, amarga kinerja kepungkur ora bisa njamin asil mangsa n
このプロダクトを購入した人は以下も購入しています
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
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
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
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
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Algo Capital Trader
Jimitkumar Narhari Patel
Algo Capital Advanced Market Intelligence Trader: Empowering Traders with Integrity and Insight Algo Capital proudly introduces its inaugural state-of-the-art Advanced Market Intelligence Trader - engineered to transform your trading experience through precision, adaptability, and advanced market intelligence. Powered by proprietary algorithms and deep market research, this solution is designed to deliver consistent, high-quality performance across diverse market conditions. Why Algo Capital?
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
Fundamental Hunter – The Smart Money Tracking Expert Advisor You buy a unique opportunity not an EA. Early buyers get the power first... at a price they'll never get back. Next price will be:   $1200   |   2/10   spot remains Next price will be: $1600 | 10/10 spot remains Next price will be: $2000   | 10/10 Final price: $2400 Live result If you are looking for an Expert Advisor that goes beyond indicators and actually understands the market through real economic data , Fundamental Hunter is
Forex Dream X – Trend-Based Expert Advisor with Smart Risk Management Broker (Recommended):   https://one.exnesstrack.org/a/lmeqq9b7 Forex Dream X is a fully automated Expert Advisor designed to trade in the direction of the market trend using a combination of price action, volatility filtering, and moving average logic. The EA focuses on disciplined entries, strict risk control, and automatic lot sizing based on account balance and user-defined risk percentage. The system is optimized to
Pharaoh Gold
Dmitriq Evgenoeviz Ko
Pharaoh Gold  is carefully designed for effective trading of gold and any currency assets with an emphasis on reducing risks and increasing potential profits. Trading is carried out by pending orders in the direction of the trend. the full list for your convenience is available https://www.mql5.com/ru/users/pants-dmi/seller The advisor is able to adapt to the constantly changing market dynamics, identifying statistically significant price patterns with a high degree of forecasting accuracy. Th
Introducing   Trade Vantage : Professional Market Analyst Trade Vantage   is a highly effective analytical tool that uses a specialized algorithm for trading on the Forex and cryptocurrency markets. Its operating principle is based on price analysis for a certain time interval, identifying the strength and amplitude of price movements using a unique indication system. When a trend loses its strength and changes direction, the expert closes the previous position and opens a new one. The bot also
その   オープニングレンジブレイクアウトマスター は、次のような機関投資家の取引コンセプトを活用するために設計されたプロフェッショナルなアルゴリズム取引システムです。       ICT(インナーサークルトレーダー)、スマートマネーコンセプト(SMC)、流動性ベースの戦略など 。このエキスパートアドバイザーは、以下の取引の検出と実行を自動化します。     オープニングレンジブレイクアウト(ORB)     主要な世界為替セッションでは、     ロンドン、ニューヨーク、東京、そして深夜のキルゾーン でトレーダーが   マーケットメーカーの動き、流動性ハンティング、セッション主導のボラティリティ 。 トレーダーのために構築された   時間ベースの価格アクション、注文フローダイナミクス、および機関取引手法に基づいて 、このEAは価格がブレイクしたときに体系的に取引を開始することで感情的な意思決定を排除します。     初期残高が高いか低いか   セッションの焦点は   きれいな吹き出物   調整可能なリスクパラメータを組み込むことで、     セッションの選択、ブレイクアウトの確認フィ
Trillion Pips GridX EA
Sivaramakrishnan Natarajan
Trillion Pips GridX EA - Grid and Hedging Expert Advisor Trillion Pips GridX EA is a fully automated Expert Advisor for MetaTrader 4 that uses grid trade management, progressive lot scaling, and optional hedging logic to manage trades under various market conditions. This EA is intended for experienced traders who fully understand the risks associated with grid and martingale style trading systems. Strategy Overview Grid Trading Logic The EA opens sequential trades at defined price intervals to
Big Hunter
Mehdi Sabbagh
5 (1)
The Multi Strategy Trading Robot This automated trading robot always uses stop loss. Big Hunter is specially designed to trade gold , but you can test it on other pairs since you have the access to the parameters. The robot uses different strategies like swing trading ,  momentum trading , position trading and more. It's backtested for the last 10 years under the harshest, simulated market conditions. Each trade has  unique SL, TP, Trailing stop, and breakeven. These parameters are variable a
### Forex Hedging Expert Advisor: No Loss Strategy #### Overview The Forex Hedging Expert Advisor (EA) with a No Loss Strategy is an advanced automated trading system designed to mitigate risk and protect against adverse market movements. The core principle behind this EA is to implement a sophisticated hedging strategy that aims to lock in profits and minimize losses in volatile forex markets. This EA is ideal for traders who seek a robust, risk-averse trading solution that maintains capital
Btcusd Grid
Ahmad Aan Isnain Shofwan
1 (1)
BTCUSD GRID EA は、グリッド取引戦略を使用するように設計された自動プログラムです。 BTCUSD GRID EA は、初心者にも経験豊富なトレーダーにも同様に非常に役立ちます。 使用できる他のタイプの取引ボットもありますが、グリッド取引戦略の論理的性質により、暗号グリッド取引ボットは問題なく自動取引を簡単に実行できます。 BTCUSD GRID EA は、グリッド取引ボットを試してみたい場合に使用するのに最適なプラットフォームです。 BTCUSD GRID EA は、通貨が不安定な場合でも理想的な価格ポイントで自動取引を実行できるため、暗号通貨業界にとって非常に効果的です。 この自動取引戦略の主な目的は、EA 内で事前に設定された値動きで多数の売買注文を行うことです。 この特定の戦略は自動化が容易であるため、暗号通貨取引によく使用されます。 グリッド取引戦略を正しく使用すると、資産の価格が変化したときに利益を得ることができます。 グリッド取引戦略が最も効果的であることが証明されています 。 暗号通貨の価格が変動するため。   -------------------
Gold Lady
Dmitriq Evgenoeviz Ko
1 (1)
The Gold Lady Expert Advisor for gold trading in the MetaTrader 4 (MT4) platform is an automated trading system specifically designed for gold (XAU/USD) trading. Such advisors typically use algorithms to execute trades based on technical analysis and other market data. the full list for your convenience is available https://www.mql5.com/ru/users/pants-dmi/seller The advisor employs neural networks to analyze market data in real time, skillfully adapting to changing conditions and issuing highl
Historical Pattern MT5: 統計的優位性の8つの柱   推測はやめましょう。データでトレードするのです。 純粋数学。インジケーターなし。機関投資家のエッジ。 正直に言いましょう。ほとんどのトレーダーが失敗するのは、間違った戦いをしているからです。彼らは5分足チャートを見つめ、適当な線を引き、希望に頼っています。一方、銀行、ヘッジファンド、アルゴリズムなどの「機関投資家」は、 構造的な事実 に基づいてトレードしています。 もしあなたが「感覚」に基づいてトレードしているなら、あなたは基本的に大口プレイヤーの「流動性(カモ)」にされているだけです。 そうである必要はありません。 このEAはあなたに「青写真」へのアクセスを提供します。推測はしません。 10年から30年 の市場履歴から培われた 生の、フィルタリングされていないデータ に依存します。私たちは世界の資金の流れに従います。 真実の8つの柱 このシステムは、8つの紛れもない市場の力に基づいて、加重された「コンフルエンス(合流)スコア」を計算します。 柱 1:歴史的季節性 (30%)   市場の記憶。   市場はランダ
GridSync Pro
Thushara Dissanayake
グリッドシンクプロ   は   洗練されたグリッド取引EA     のために設計   メタトレーダー4     組み合わせる   完全に自動化された実行   と   手動取引の柔軟性 。これは   スマートグリッドEA     実装する   非マーチンゲール、高度なグリッド戦略   と   正確なリスク管理コントロール 、以下を含む   日々の利益目標、損失制限、トレーリングストップ   資本を保護するために   不安定な市場状況 。システムは   事前に間隔をあけた保留注文の連続グリッド     (停止または制限)両方向   境界なく 、体系的に埋める   価格差   両方の間   範囲と傾向の状況 。 EAは、     カスタマイズ可能なグリッドネットワーク   と   調整可能なステップサイズ(3ピップ以上)     そして   注文密度(片側2件以上の注文) により、トレーダーは以下のいずれかを選択できます。     ストップ注文、指値注文、またはハイブリッドアプローチ 。     高度なリスク管理   価格がちょうど反転すると、損失ポジションを利益で自動的にクローズします  
Three Little Birds
Ahmad Aan Isnain Shofwan
️ THREE LITTLE BIRDS EA 損失から鍛え上げられ、痛みを伴い完成させ、目的を持ってリリースされました。️ 構造。投機 ではありません。Three Little Birds EAは、ありきたりのトレーディングロボットではありません。長年の失敗を乗り越えて鍛え上げられたエンジンであり、 市場が過酷な状況に陥った際に、資産を守り、回復し、成長させることを唯一の使命として設計されています。3 つの強力な戦略 を完璧に同期さ せています。 マーチンゲール法による損失グリッド : 損失を吸収し、完全な回復に向けて構築します。 マーチンゲール法で勝利に近づくグリッド :勢いに乗ってスマートな利益を積み重ねます。 ロット乗算によるヘッジ :反転を捉え、収益性の高い出口を強制します。 時間枠:   H4 プラットフォーム:   MetaTrader 4 (MT4) 最低残高:   $10,000 ブローカー: 任意のブローカー ペア: 任意のペア (デフォルト設定:   XAUUSD、BTCUSD、OIL、US30、US100、
Gold Bullion EA   is   VIP ,   It    was developed by   ENZOFXEA   team in Germany with experienced traders with   more than 15 years   of trading experience.The indicators used in expert have nothing to do with the standard indicators in the market and are completely derived from strategy. All Trade Have StopLoss Always Behind Order An expert based on    (GOLD , XAUUSD   ) This Expert  is Day Trader and  Breakout strategy NOTE Default EA setting is correct    Time Frame :  Daily  D1 first depo
Benefit EA is a non-indicative flexible grid adviser with special entry points that provide a statistical advantage, revealed through the mathematical modeling of market patterns. The EA does not use stop loss. All trades are closed by take profit or trailing stop. It is possible to plan the lot increments. The "Time Filter" function is set according to the internal time of the terminal as per the displayed time of the instrument's server, not the operating system (can match). This function allo
Meat EA
Roman Kanushkin
5 (1)
The Meat EA is a fully automatic, 24-hour trading system. It trades based on analysis of market movement on the basis of a built-in indicator and the Moving Average trend indicator. The system is optimized for working with the EURUSD currency pair on the M30 timeframe. It is recommended to use an ECN/STP broker with low spread, low commission and fast execution. Signal monitoring Working currency pair/timeframe: EURUSD M30. Advantages never trades against the market; the higher the risk, the hi
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
MILCH COW HEDGE V1.12 EA is primarily a Hedging Strategy. Expert support is to seize every opportunity in any direction. Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Testing expert during the period from 01.01.2016 until 09.12.2016 profit doubled four times to account Experts interface allows the user to directly trading open order
This robot uses a custom hidden oscillating indicator and also analyzes the market response. It traded mostly at the time of higher volatility. It works with several pending orders with different size of volume and their position actively modifies. It uses advanced money management. TradingMode setting can also meet the conditions FIFO. It is successful in different markets and different timeframes. Best results are achieves with a broker with the spread to 5 points on EURUSD. Is necessary a br
The Avato is one of our standalone tools. (A Signal based on it will also be provided on Mt4 Market in the future). It is designed around a combined form of hedging and martingale techniques and uses sophisticated algorithms and filters to place the trades. It uses Stop loss and Take profit levels while Lot size is calculated automatically following the according multiplier settings. We consider it a toolbox for every seasoned trader. Made with Gold market in mind, it can be tested in other inst
Area 51 EA generates signals on different strategies. Has different money management strategies and dynamic lot size function. When a position is opened, it is equipped with a take profit and a stop loss. If the position becomes profitable, a dynamic stop loss based on the specified values (TrailingStep and DistanceStep) will be set for it and constantly trailed. This allows you to always close positions in profit.  If you want, that your manual opened positions will be handled by the EA, so you
Note : the spread value,  the broker's slippage and the VPS speed affect the Expert Advisor trading results. Recommendations: gold with spread up to 3, USDJPY with spread up to 1.7, EURUSD with spread up to 1.5. Results will be better with better conditions. The Ping value between VPS and the broker server should be below 10 ms. In addition, the smaller the broker's stop-level requirement, the better; 0 is the best. The Expert Advisor is based on a breakthrough system and carefully controls all
EA is primarily a Hedging and Multiples Strategy. It support to seize every opportunity in any direction as MILCH COW MIX but with multiple profit results without increasing the risk. Milch Cow Mix EA starts to open Hedge at first level only But EA opens Hedge at every level Not just opens the deals, but chooses the right time to close the open positions to begin trading again. We recommend the use of an expert with a pair of high volatility for the currency, such as GBPAUD, AUDCAD Experts inter
フィルタ:
レビューなし
レビューに返信