• 概要
  • レビュー
  • コメント (1)
  • 最新情報

Price Action Builder Premium

The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic:
  •     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);
  •     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;
  •     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version.

While aimed primarily at obtaining a good long-term profitability for a reasonable product price, this expert advisor also seeks to ensure a low drawdown and to avoid exposure to high risks, through:  
  •     usage of automatically placed stop loss orders for all launched trades;
  •     allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load;
  •     minimization of positions holding time by automatic trade closure at pre-calculated intervals;
  •     avoiding the usage of exotic, highly volatile instruments.

Technical details:

The Expert Advisor detects and handles various candlestick pattern signals on some pre-defined chart setups:
- patterns to use: pinbar (hammer / shooting star), engulfing (both bullish and bearish) and tweezers (both bullish and bearish).
If a price action formation is detected, this is further filtered through a validation mechanism before a corresponding trade is launched. Multiple validation techniques are used, such as support and resistance levels, volumes data and Bollinger bands. The strength of the validation mechanism may be configured, allowing to deploy either fewer (but more reliable) or more (but less reliable) signals.
- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.

By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

This EA does not use dangerous techniques such as grid trading or martingale nor does it require parameter optimization before being used.


Input parameters:

### MAIN SETTINGS
- Enable multi-instrument mode :
Specifies whether multiple instruments should be traded from the same chart (true - default setting) or only the current instrument (false).     
- Used symbols (in multi-instrument mode only) :
List with symbols to be processed, separated by semi-colon (;). Due to differences in various brokers instrument naming, these are not be specified directly, but rather through their corresponding parameter name: instr_eurusd, instr_gbpusd, instr_us30, instr_sp500 (only these 4 are currently supported)
- Symbol for EUR/USD currency pair (instr_eurusd) :    
This would be EURUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. EURUSD-Z)
- Symbol for GBP/USD currency pair (instr_gbpusd) :    
This would be GBPUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. GBPUSD-Z)
- Symbol for Dow Jones stock index (instr_us30) :
The instrument name of the Dow Jones Industrial Average (DJIA) stock index. This is broker-specific, such as: [DJI30], US_30, #US30 etc.
- ... lot multiplier for instr_us30 :
The lot multiplier to be applied for the Dow Jones Industrial Average (DJIA) stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 0.1, the effective lot size will be 0.2). The value for this parameter would be usually set to either 0.1 or 1.0, depending on your broker's instrument configuration.
- Symbol for S&P 500 stock index (instr_sp500) :
The instrument name of the Standard & Poor 500 stock index. This is broker-specific, such as: [SP500], US_500, #USSPX500 etc.
- ... lot multiplier for instr_sp500 :
The lot multiplier to be applied for the  Standard & Poor 500 stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 10.0, the effective lot size will be 20.0). The value for this parameter would be usually set to either 1.0 or 10.0, depending on your broker's instrument configuration.
- Enable multi-timeframe mode :
Specifies whether multiple timeframes should be traded from the same chart (true - default setting) or only the current timeframe (false).
- Used timeframes (in multi-timeframe mode only) :
List with timeframes to be processed, separated by semi-colon (;). It is recommended to keep the default value (H2;H1;M30;M15), although individual specific timeframes may be removed from the list.
- Order filling mode for new trades :
Specifies in which mode the new trade orders will be sent to the MetaTrader terminal. Different brokers might allow different filling modes. Most frequently, the ORDER_FILLING_FOK (Fill Or Kill) and ORDER_FILLING_IOC (Immediate Or Cancel) modes would be used.
- Auto-close trades (after pre-defined expiration time)
Specifies whether launched trades will be closed automatically (true), after fixed periods calculated by the system, or whether they will be allowed to continue until either Stop Loss or Take Profit levels are reached (false). It is recommended to keep the default value (true).    
- Lot size (the expert advisor may apply some small adjustments)
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.    
- Expert advisor magic number :   
Used by this Expert Advisor in order to be able to identify its own trades between others launched by different EAs (or placed manually).

### PRICE ACTION SIGNALS
- enable pinbar:
true/false, enables or disables the pinbar (hammer / shooting star) candlestick pattern in the trading strategy;
- enable engulfing: true/false, enables or disables the engulfing (bullish and bearish) candlestick pattern in the trading strategy;
- enable tweezers: true/false, enables or disables the tweezers (bullish and bearish) candlestick pattern in the trading strategy.
- Signal selectivity (0 .. 100) :
Specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation is between 75 and 95. The default value is 90.  

### RISK MANAGEMENT
- Reward-to-risk ratio :
The ratio between potential profit (upto the Take Profit price) and potential loss (to the Stop Loss price) of a trade. This setting determines how far the Take Profit price will be set (since the Stop Loss is automatically calculated by the Expert Advisor). Default value is 2.0.
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:
  •     before running this EA, you should first perform backtesting on your own account, making sure you have a profitable configuration in the long run;
  •     after backtesting, it is highly recommended to run it for at least 2-4 weeks on DEMO before moving it to a REAL account;
  •     please apply a careful money management policy, by adapting (and re-adjusting, if needed) the Lot Size to the funds available in your account.

Recommended settings:
  •     account type: either hedging or netting;
  •     symbol: EUR/USD;
  •     timeframe: M15;
  •     minimum deposit: 1000$ (preferably: at least 2000$);
  •     lot size: 0.10 per above-mentioned minimum amount.

Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.

おすすめのプロダクト
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и   MetaTrader   5 необходимо приобрести версию продукта   KopierMaschine  для    MetaTrader  4 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно копир
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pips
Are you tired of plotting Fibonacci retracements or extensions manually? This indicator displays Fibo retracements or extensions automatically, calculated from two different price points, without human intervention or manual object anchoring. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use Manual anchoring is not needed Perfect for price confluence studies The indicator evaluates if retracements or extensions are needed Once drawn, you can manually edit t
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
This strategy is use differences between moving avarages and supported by the RSI. It can be used semi-automated trading systems, hedging, and the pair tradings. In pair tradings ı used this strategy  for a long time to looking for good long and short opportunities. Key Features: Smart Moving Average Spreads : Harness the dual strategy of EMA and SMA to adapt dynamically to market trends, ensuring timely and accurate trade entries. RSI-Based Momentum Analysis : Capitalize on RSI-driven signals
Welcome to the Ultimate Harmonic Patterns recognition indicator that is focused to detect advanced patterns. The Gartley pattern, Bat pattern, and Cypher pattern  are popular technical analysis tools used by traders to identify potential reversal points in the market. Our Ultimate Harmonic Patterns recognition Indicator is a powerful tool that uses advanced algorithms to scan the markets and identify these patterns in real-time. With our Ultimate Harmonic Patterns recognition Indicator, you ca
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
自動注文とリスク管理のためのユーティリティ。利益を最大化し、損失を抑えることができます。トレーダーのための練習トレーダーによって作成されました。このユーティリティは使いやすく、トレーダーが手動で、またはアドバイザーの助けを借りて開いた成行注文で機能します。マジックナンバーで取引をフィルタリングできます。このユーティリティは、同時に任意の数の注文を処理できます。 次の機能があります。 1.ストップロスとテイクプロフィットレベルの設定; 2. トレーリング ストップ レベルで取引を終了します。 3. 損益分岐点の設定。 ユーティリティは次のことができます。 1. オーダーごとに個別に作業します (レベルはオーダーごとに個別に設定されます)。 2. 一方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL は個別に設定されます)。 3. 多方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL が一緒に設定されます)。 オプション: STOPLOSS - =-1 が使用されていな
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
FREE
Monster Harmonics Indicator is a harmonic pattern indicator. It recognizes Gartley, Bat, Crab, Butterfly, Cypher, White Swan, Black Swan, Shark and AB=CD patterns. Projected patterns that are not yet completed are recognized, too. Monster even shows the PRZ (Potential Reversal Zone). Users can add their own user defined patterns to Monster. Besides the current pattern, Monster also shows all patterns in the symbols history. Monster will provide alerts for developing patterns. Introduced by H.M.
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Great dashboard for market analytics. The panel helps to analyze the values of the   Envelopes   indicator and prices. Using this panel you can: watch the current signal from Envelopes for all time frames; watch the current signal from Envelopes by different symbols; look at how far Envelopes is from the price; look at how much the value of Envelopes has changed; several types of signals for analytics. Values in the table cell: Envelopes value upper line; Envelopes value lower line; "the cor
123パターン は、最も人気のある強力で柔軟なチャートパターンの1つです。このパターンは、3つの価格ポイントで構成されています。ボトム、ピークまたはバレー、および38.2%〜71.8%のフィボナッチリトレースメントです。パターンは、価格が最後のピークまたは谷、インディケーターが矢印をプロットし、アラートを上昇させ、取引を行うことができる瞬間を超えたときに有効と見なされます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] クリアな取引シグナル カスタマイズ可能な色とサイズ パフォーマンス統計を実装します カスタマイズ可能なフィボナッチリトレースメントレベル 適切なストップロスおよび利益レベルを表示します インジケーターを使用して、継続パターンまたは反転パターンを見つけることができます 再描画および非再描画ではありません 電子メール/音声/視覚アラートを実装します 123パターン は、継続パターンまたは反転パターンとして現れます。物事を簡単にするために、このインジケーターを使用して、検索するパターンのタイプを選択できるため
こんにちは皆さん 「Trader Assistant Mini」は、流暢な R:R パネルを使用して取引ごとのリスクを計算する便利なツールです。 リスクと報酬の比率と取引パネル: すべてのトレーダーにとって、利益の大きさに関する損失の大きさを計算し、トレーダーごとのリスクを管理して、それが良い取引であるかどうかを判断できるようにするのは便利です。 また、損失と利益をpipsとパーセンテージで表示し、損失と利益も表示します。 How to install the demo version + Demo file: Trader Assistant Mini MT5 Demo 「Trader Assistant Pro」が表示されます。 Pro Risk Management Panel MT5 楽しんでいただければ幸いです。 やっと: あなたの考えやフィードバックを共有することを強くお勧めします。 トレーダーが要求すると思われる情報を提供することが重要です。 著者: 私は MQL 言語プログラマーで、3 年間さまざまなプロジェクトを行ってきました。 私は電気エンジニ
Matreshka
Dimitr Trifonov
5 (2)
Matreshka self-testing and self-optimizing indicator: 1. Is an interpretation of the Elliott Wave Analysis Theory. 2. Based on the principle of the indicator type ZigZag, and the waves are based on the principle of interpretation of the theory of DeMark. 3. Filters waves in length and height. 4. Draws up to six levels of ZigZag at the same time, tracking waves of different orders. 5. Marks Pulsed and Recoil Waves. 6. Draws arrows to open positions 7. Draws three channels. 8. Notes support and re
The   Fibonacci Confluence Toolkit   is a technical analysis tool designed to help traders identify potential price reversal zones by combining key market signals and patterns. It highlights areas of interest where significant price action or reactions are anticipated, automatically applies Fibonacci retracement levels to outline potential pullback zones, and detects engulfing candle patterns. Its unique strength lies in its reliance solely on price patterns, eliminating the need for user-define
EA 自動テイクプロフィット、自動買い/売り、ボリューム マネージャー、サイドウェイ トレード、トレーリング オープン ポイント 1 – 自動買い/売りオープン EA は、設定 (利益、ストップロス、ボリューム) に従って、買いまたは売りを自動的にオープンします。 ボリューム管理: 注文の総数と固定サイズ 2 – 自動テイクプロフィット: 設定に従って最小利益でテイクプロフィット、最小および最大利益に従ってテイクプロフィット ボタン 3 – 注文処理: EA で設定されたピップ数に従って、ポジションのストップロスには 3 つのレベルがあります 4 – サイドウェイ トレード: サイドウェイ ピーク領域で売り注文をオープン – サイドウェイ ボトム領域で買いをオープン、サイドウェイ ピークとボトムの値は EA で設定されています。 5 – トレーリング オープン ポジション: 1 つの価格ポイントを追跡し、価格がそのポイントに達すると売りをオープンし、EA の設定に従ってピップ数を減らします。価格が買いウォッチ ポイントに達し、価格が設定のピップ数に回復すると買いをオープンします。
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Smart Manager Dashboard - with auto virtual TP and auto virtual SL for all trades. [Converted from MT4 version - All screenshots are from MT4] -this EA is a powerful trade manager that can   manage all symbols and all trades at once , all from one chart so it is a   must have tool for every trader   who keeps more trades at once. -it mainly does 2 things :   INFO ABOUT TRADES   and   CLOSING TRADES   (grouped by their symbol, so with this tool it is   very easy and fast to manage even hundreds
The Gann Box (or Gann Square) is a market analysis method based on the "Mathematical formula for market predictions" article by W.D. Gann. This indicator can plot three models of Squares: 90, 52(104), 144. There are six variants of grids and two variants of arcs. You can plot multiple squares on one chart simultaneously. Parameters Square — selection of a square model: 90 — square of 90 (or square of nine); 52 (104) — square of 52 (or 104); 144 — universal square of 144; 144 (full) — "full" v
This is a multi-symbol and multi-timeframe table-based indicator designed for a candlestick patterns detection with 46 patterns for META TRADER 5. Each formation has own image for easier recognition. Here you find most popular formations such as "Engulfing", "Hammer", "Three Line Strike", "Piercing" or Doji - like candles. Check my full list of patterns on my screenshots below. Also you can not only switch all bearish or bullish patterns from input, but also select formation for a specified symb
TradeKeeper
Kenneth Berry Cunningham
TradeKeeper - Your Ultimate Trading Journal Enhance Your Trading Experience with TradeKeeper! TradeKeeper is a powerful and intuitive notepad designed specifically for traders. Seamlessly integrated into your trading chart, TradeKeeper allows you to save, recall, and manage your trading notes with ease. Whether you're tracking market trends, recording trade ideas, or analyzing your performance, TradeKeeper ensures you never miss a crucial detail. Key Features: Seamless Chart Integration : Acces
This indicator presents an alternative approach to identify Market Structure. The logic used is derived from learning material created by   DaveTeaches (on X) Upgrade v1.10: + add option to put protected high/low value to buffer (figure 11, 12) + add  Retracements  value to buffer when Show Retracements When quantifying Market Structure, it is common to use fractal highs and lows to identify "significant" swing pivots. When price closes through these pivots, we may identify a Market Structure S
PAM Scalper PRO FX
Jesper Christensen
4.71 (17)
PAM SCALPER (Price action momentum scalper) analyses historical price data to identify supply and demand zones where liquidity is high and enters with momentum of the institutional money flow. The EA extrapolates areas to either buy or sell from historical price action and volume data.  If you want to backtest this EA or any other scalper EA, you must use high quality tick data. The historical data your broker provides through MT5 will give inacurate test results. You can follow my guide how to
An indicator of patterns #24 and #26 ("Head and Shoulders") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in pixels   ShowLevels - show levels Col
FVG EA Pro
Haidar, Lionel Haj Ali
4.52 (27)
FVG EA PRO   is a must-have smart money concept EA, highly customizable and using advanced techniques of FVG "Fair Value Gap" and market structure to capture high probability trades.  It is highly configurable,  you can build various strategies based on market structure and FVG as entry criteria. FVG EA PRO can be used to trade Kill Zones and Silver Bullet Windows. It is fully compatible with swing trade strategies. It contains all the functionalities  needed by any  successful traders to automa
DYJ BoS インジケーターは、次のような市場構造の変化の主な要素を自動的に識別してマークします。 構造のブレイクアウト (BoS): 価格が大きく変動し、構造の前のポイントを突破したときに発生します。 彼は上昇トレンドと下降トレンドの可能性のあるライン(UP と DN、つまり連続した新高値と新安値)をマークし、価格がこれらのラインを突破すると、赤(弱気)と緑(強気)の矢印でマークします。 BoS は通常、価格が以前の価格変動によって確立されたスイング安値または高値を決定的に突破したときに発生します。価格がスイング高値を上回ったりスイング安値を下回ったりすると、単に以前に形成された市場構造から抜け出すだけなので、「ブレイクアウト」構造と呼ばれます。これは多くの場合、市場センチメントとトレンドの方向の変化を示し、既存のトレンドの継続または新しいトレンドの始まりを示唆します。 ポジションのクローズの精度を高めるために、通常はストップロスとテイクプロフィットを設定しないことが推奨されます。最終ポジションは通常、同じ方向の次のブレイクスルー ポイント、または反対方向のブレイクスルー
It has never been so easy to manage the risk of your account until now, this tool will allow you to have full control of your capital and manage your entries in the synthetic index derivative markets, in an easy, practical and safe way. The available input and configuration parameters are as follows :  RISK MANAGEMENT 1. Value of your account: Here as its name says you will place the value corresponding to the size of your account, for example if your account is 150 dollars the corresponding val
シームレスな注文エントリーと自動化されたロットサイズ計算のために設計されたポジションサイジングエキスパートアドバイザーで、プロップファームのあらゆる課題をうまく乗り切りましょう。後で私たちに感謝することになるでしょう!     特徴 成行注文を発注します: SLとTPを設定し、買いまたは売りをクリックします。 未決済注文(逆指値注文と指値注文)を発注します: SLとTPに加えてエントリー価格を設定し、買いまたは売りをクリックします。 ブレイクイーブン: 価格が不利に動いた場合、SLは自動的にエントリー価格に調整されます。これにより、潜在的な損失から資金を保護します。また、リスクレベルを上げることにより、リスク選好度に合わせて調整することもできますし、ブレークイーブン機能を完全に無効にすることもできます。一貫性が取引成功の鍵です。 ポジション統計: 取引を開始すると、EAはすぐにポジションの種類とそれに対応する損益を米ドルとポイントの両方で表示します。 PROの特徴 スケールイン/ヘッジ: 新規ポジション "ボタンを使って、簡単に成行注文や未決済注文を追加し、現在のポジションを拡
このプロダクトを購入した人は以下も購入しています
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which makes the analysis more accurate. The algorithm used in developing this EA is a reliable algorithm both in entry and managing floating minus. This EA is designed to be used on the XAUUSD / GOLD pair
AiQ
William Brandon Autry
4.33 (6)
AIQの紹介—自律型トレーディングインテリジェンスの進化 AIQ(自律型インテリジェンス)、次世代のAI駆動型トレーディングテクノロジーをご紹介できることを誇りに思います。Mean Machine GPTを革新的にした基盤の上に構築されたAIQは、自動フォールバックプロトコルを備えた画期的なマルチティアAPIの冗長性システムと、ゼロスリッページ実行で市場の非効率性を活用する高度なブレイクアウト/リバージョン技術を導入しています。AIQはDeepSeek、OpenAI、Anthropicなどの最先端AIモデルの力を活用し、正確なトレーディング判断のための強化された推論能力を提供します。 AIQはMean Machine GPTとGold Phoenix GPTと共に、自動取引のためのAIテクノロジーの最前線に加わり、強化された信頼性機能と実行の改良により、私たちのイノベーションの遺産を継続しています。 主な革新点: インテリジェントAPIマネジメントシステム: APIキーを貼り付けるだけで、AIQが自動的にすべてを設定します。システムは継続的にAPI接続の健全性を監視し、問題が発生した
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (385)
ご紹介     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 Wizard、Quantum StarMan、または Quantum Gold Emperor を無料で手に入れることができます!*** 詳細については個別にお問い合わせください。 新しい Live Signal V5:   ここをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエ
PrizmaL Gold
Vladimir Lekhovitser
4.96 (23)
ライブ信号 ライブ信号  Blueberry Standard ライブ信号  Blueberry Raw こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller PrizmaL Gold – 実績のあるチャンピオンシップパフォーマンスを持つ高度なトレーディングロボット。 PrizmaLは高性能なトレーディングロボットで、2008年のMetaQuotes自動売買ロボット選手権で2位を獲得しました。 短期間で大きな利益を得ることを求めるトレーダー向けに設計され、PrizmaLは市場の状況に応じて動的に反応するアダプティブなテイクプロフィットとストップロスのメカニズムを採用しています。 IC Markets Standardアカウントサーバーで14年間の履歴最適化(2010-2024)に裏付けられ、この戦略は堅実で信頼性のあるパフォーマンスを提供します。 EAには2つの戦略があります。1つ目はより積極的で、頻繁に取引を実行しますが、2つ目はより保守的で取引の回数が少なくなります。 私のシグナルアカウン
10部中3部のみ399ドルで販売中! その後、価格は499ドルに引き上げられます。 - REAL SIGNAL(6か月以上有効なReal Signal): デフォルト設定: https://www.mql5.com/en/signals/2276213 Gold Scalping AIは、人工知能技術を使用して多くのトレーダーのデータを分析するEAです。インジケーター。そこから、EA は注文を入力するための最良のオプションを持つことになります。Gold Scalping AI の最大の違いは、EA が他の EA よりもはるかに優れたリスク/報酬比を制御できることです。これは、エントリ ポイントを制御し、オープン オーダーを管理するための一連のツールのおかげで可能になりました。EA はすべての注文にストップ ロスを使用し、危険な取引方法は使用しません。グリッド、マーチンゲールなどはありません... Gold Scalping AI は私が使用した EA の 1 つです。長年にわたってファンド管理アカウントを使用して取引してきました。EA の最も最適化されたバージョンを正式にリリースしま
PrizmaL Scalper
Vladimir Lekhovitser
5 (1)
ライブ信号 こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller PrizmaL Scalper – XAUUSD向け日中スキャルピング この取引アルゴリズムは、XAUUSDスポット金市場での投機的取引向けに設計されています。 高度な市場ミクロ構造分析技術を採用し、リアルタイムで価格の動きや流動性に反応します。 スワップの影響を受けないため、特にアクティブな日中取引に適しています。 最適化されたリスク管理とボラティリティの変化に対する動的適応により、エントリーとエグジットの効率を最大化します。 このロボットは、長期保有や関連コストなしに、積極的な日中資本回転を求めるトレーダーや投資家向けに設計されています。 推奨: 通貨ペア: XAUUSD / GOLD 最低入金額: 300米ドル アカウント: ヘッジング 時間枠: どれでも(EAはアドバイザーコード内で指定された時間枠を使用) アカウントタイプ: スタンダード(手数料なし)、ロウ(可能だが最適ではない) 最良の結果を得るためには、ブロー
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (45)
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 ライブシグナル1:   クリック 割引 価格 $749.99   。       10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin E
Aura Neuron MT5
Stanislav Tomilov
5 (19)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーはXAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力層
Scalping Robot MT5
Marzena Maria Szmit
4.46 (50)
Introducing our advanced Scalping Forex Robot. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the M1 timeframe . The best pair to use with the Scalping Robot is XAUUSD .This robot is perfect for traders who prefer the scalping method and want to take advantage of rapid price movements without having to manually monitor the charts. It is suitable for both beginners looking for an autom
Mean Machine
William Brandon Autry
5 (36)
Stage 7.0の発表 — AIトレーディング技術における革新的な飛躍 これまでで最も重要なアップデートとなるStage 7.0の発表をさせていただきます。この画期的なリリースでは、AI Position Management(AI建玉管理)を導入し、Take ProfitとStop Lossのレベルをリアルタイムで動的に修正することで、すべての通貨ペアで優先的な処理による最適なポジション管理を実現します。 Stage 7.0は、DeepSeek R1およびOpenAI O3 miniを含む最先端のAIモデルの能力を活用し、複数の推論レベルで強化された判断能力を提供します。AIの意思決定プロセスは完全に再設計され、口座の取引履歴を直接的な例として使用することで、より正確で状況を考慮した取引判断を可能にしました。 主な機能強化: AIポジション管理: 利益の最適化とリスク管理に焦点を当てた専用のAIプロンプトによるリアルタイムのポジション調整 高度なAI統合: DeepSeek R1とO3 miniモデルによる低・中・高の推論努力レベルのオプションを提供 最適化された操作性: ユーザ
Bitcoin Robot MT5
Marzena Maria Szmit
4.64 (97)
The Bitcoin Robot MT5 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 same time. Bit
GbpUsd Robot MT5
Marzena Maria Szmit
4.94 (97)
The GBPUSD Robot MT5 is an advanced automated trading system meticulously designed for the specific dynamics of the   GBP/USD   currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to   identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD.  The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-E
Eternal Engineは、複数の指標とグリッドおよびマーチンゲール戦略を組み合わせた高度なEAです。その主な特徴は、エントリーポイントの正確な管理であり、複雑な市場環境でも優れたパフォーマンスを発揮します。Eternal Engine EAは多くの取引機会を提供し、スプレッドに対する感度が低く、厳格なエントリーポイント管理によって各取引を正確に実行します。この戦略は実際の取引でその効果が証明されており、1年以上の低ドローダウンのリアルタイムシグナルを提供しています。初心者から経験豊富なトレーダーまで、Eternal Engine EAは優れた取引体験を提供します。 MT4       マニュアル signal:  https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile for 4 pairs: High Risk       Medium Risk       Low Risk setfile for AUDCAD: High Risk       Medium Risk       Low Risk 特徴: 適切な
Dax Killer
Pablo Dominguez Sanchez
5 (2)
6年間の成功した裁量トレードを経て、私の戦略がエキスパートアドバイザー(EA)としてついに登場! 新しいEA「DAX Killer」をご紹介します。このEAは、ドイツのDAX指数のために特別に開発されたトレーディングシステムであり、長年の経験、徹底的なテスト、安全かつ戦略的なトレードへのコミットメントから生まれました。 グリッド無し、マーチンゲール無し、すべての取引に厳格なストップロス、1日1取引のみ。   ロット倍増無し。  EAの価格は10件ごとに100ドルずつ値上がりします。 ICTRADING ライブシグナル   DAX Killer 公開チャットグループ   重要! 購入後は、セットアップ手順を受け取るためにプライベートメッセージをお送りください。 主な特徴: リスクを厳格に管理したトレード:   グリッド無し、マーチンゲール無し、すべての取引に厳格なストップロス、1日1取引のみ。   ロット倍増無し。 DAX Killerはリスクを最小限に抑えながら利益を追求する、計算され安全なトレーディング戦略のみを使用します。 本物のストップロスとテイクプロフィット、トレーリングスト
Wall Street Killer
Pablo Dominguez Sanchez
4.88 (33)
6年間の成功した手動トレードの後、私の戦略がついにエキスパートアドバイザー(EA)として利用可能になりました! WallStreetKiller EA をご紹介します。このEAはUS30向けに設計され、豊富な実践経験、徹底的なテスト、安全で戦略的な取引への確固たる取り組みに基づいて構築されています。 グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。 ICTRADING ライブ10Kシグナル  (EAで10Kアカウントを使用している他のセラーはほとんどいません)。 ICTRADING 高リスクシグナル WallStreetKiller 公開チャットグループ 価格は5回の購入ごとに50ドル上昇します (5/5)(次の24時間以内に価格が上昇します!)。 重要! ご購入後にプライベートメッセージを送信していただければ、インストールマニュアルと設定の説明をお送りします。 主な機能: リスク管理されたトレード: グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。WallStree
Plaza
Anton Kondratev
5 (2)
PLAZA EA は 、ゴールド市場の脆弱性を特定するための、複数通貨対応で柔軟性が高く、完全に自動化された多面的なオープン ツールです。 Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network ,     Not       Arbitrage . Default     Settings for One Сhart     XAUUSD or GOLD H1  プラザガイド 信号 ブローカー手数料払い戻し アップデート 私のブログ Only 4 Copy of 10 Left  for 390 $ Next Price 990 $ 各ポジションには必ず     SL+TP および 仮想 取引の利益追跡 を修正しました 。 どれでも   利益   トラッキング   は   隠れた   から   の   ブローカ   そして   は   完全に     RAM 内の仮想。 の   システム   取引   その間   静かな   回
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (87)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantum ファミリーのエキスパート アドバイザーに新しく加わった非常に強力なメンバーです。私の専門は?ゴールドです。そうです、私は XAUUSD ペアを正確かつ自信を持って取引し、きらびやかなゴールド市場で比類のない取引機会をお届けします。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ライブシグナル1:   クリック 8月31日まで 割引 価格。10 回購入するごとに価格が100ドル上がります。最終価格999ドル Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum StarMan または Quantum Gold Emperor を無料で入手できます !*** 詳細についてはプライベートでお問い合わせく
Revert Edge
Levi Dane Benjamin
5 (2)
Revert Edge は、7 年以上のライブ取引経験に基づいて慎重に作成されたアルゴリズムです。その主な焦点は、長期的パフォーマンスを重視し、持続不可能な短期的な利益ではなく、ゆっくりとした着実なアカウントの成長です。 EA は、AUDCAD、AUDNZD、AUDUSD、EURUSD、EURAUD などの複数の通貨を取引するために開発されています。 平均回帰戦略を使用し、EA が利用する何らかの反応に敏感な価格レベルを活用します。 私は、設定ファイルを必要とせずにすぐに機能するように EA を設計しました。私は個人的に、規制ブローカーの Darwinex と IC Markets で取引するためにこれを使用しています。 ライブ シグナル EA Setup & Set Files 透明性 私はプロップ ファームに頼らないため、自分のライブ アカウント資金を増やす方法としてのみ、機能するシステムを販売しています。EA のパフォーマンスはわかっていますし、この EA を削除できる有機的な成長を待つことも喜んでいます。 しかし、興味があるかどうかにかかわらず、私はこれを販売しています。私の
AI DeepSeek Dynamics XAU/USD(ゴールド)H1タイムフレーム対応の適応型シグナルアーキテクチャ AI DeepSeek Dynamics は、単なるエキスパートアドバイザー(EA)ではありません。これは、XAU/USD(ゴールド)の取引において、高いボラティリティや厳しいプロップファームの条件下でも正確かつ柔軟に機能するよう設計された、モジュール型の認知型トレーディングシステムです。 ニューロ・クアンタム(神経量子)アーキテクチャを基盤とし、DeepSeekレコメンデーションモジュールを統合した本EAは、市場構造をリアルタイムで継続的に分析し、流動性やインパルスの変化に応じてトレードロジックを自動で調整します。 AI DEEPSEEK DYNAMICS EA トレーディングシステム システム構造、モジュール設計、シグナルエコシステムの詳細はこちら。 AI DeepSeek Dynamics EA のインストール方法 正しいインストールと設定のためのステップバイステップガイド。 リアルタイムシグナル監視 以下のリンクから、実際の取引パフォーマンスをご確認いただけ
AlphaFlow EA MT5
Dolores Martin Munoz
4.27 (11)
Alpha Flow EA: 新たな高みへと導くトレーディングアドバイザー Alpha Flow EA は、戦略的な精度、適応力、そして高度な市場分析を通じて、あなたのトレーディング体験を変革するために設計された最新のトレーディングアドバイザーです。独自のトレーディングアルゴリズムと深い市場インサイトを駆使して、あらゆる市場環境で優れたパフォーマンスを発揮し、市場のトレンドを先取りするサポートをします。 Alpha Flow EA のリアルシグナル XAUUSD シグナル: ライブシグナルを表示 EURUSD シグナル: ライブシグナルを表示 US 500 シグナル: ライブシグナルを表示 Alpha Flow EA の特徴とは? 洗練された市場分析 Alpha Flow EA は、従来のテクニカル分析と最新のクオンツ戦略を融合した多次元分析アプローチを採用しています。高度なパターン認識機能により、新たなトレンドを見抜き、戦略的かつタイムリーな取引チャンスを提供します。 多様なトレーディング戦略 幅広い事前設定された戦略を搭載しており、 Alpha Flow EA は市場の状況にシーム
Zen Flow 2
Hamza Ashraf
4.33 (15)
発売プロモーション: 現在の価格で残っているのはわずか数コピーです! 最終価格:1,700ドル 1 EAを無料で取得(2つの取引口座用)-> 購入後に連絡してください Instruction Blog Link to Channel ZenFlowへようこそ! ZenFlowは、変化する市場トレンドに正確かつ迅速に適応するよう設計された高度なEAです。XAUUSD( or GOLD)シンボルの取引に最適化されており、1つのチャートでのみ実行するべきです。このEAは、偽のシグナルをフィルタリングしながら最適なエントリーポイントを特定するモメンタムベースのインジケーターと組み合わせた洗練されたトレンドフォロー戦略を使用しています。トレーリングストップロス機能は、リスクを有効に管理しながら利益を確保するのに役立ちます。 最先端の技術で構築されたこのEAは、特にトレンド市場で効率的であり、取引の実行精度が高いことを保証します。内蔵のリスク管理システムには、ダイナミックなロットサイズ、ストップロス、テイクプロフィット、トレーリングストップが含まれており、すべてがあなたの資本を守りながら取引の
Goldenity AI
Zuzanna Slawinska
2.57 (53)
何年にもわたり、ゴールドを手動で取引し、その動きを詳細に観察してきた結果、ついに私の実証済みの戦略を自動化ソリューションに変えることを決意しました。市場への情熱を共有する優秀なプログラマーに出会えたのは幸運でした。取引に関するカジュアルな議論から始まったものが、Goldenityの開発というパートナーシップへと発展しました。これは、私の取引経験と最先端の機械学習技術を組み合わせた高度なAIシステムです。過去1年間、私たちはこのプロジェクトに心血を注ぎ、すべての側面を徹底的にテストし、精緻化してきました。その結果、私の手動取引スタイルを精密に再現できる自信を持つに至りました。これは単なるEAではありません。ゴールド市場を研究し、そのパターンを理解し、長年にわたって成功した取引セットアップを認識するAIアルゴリズムを開発してきた努力の結晶です。 コア取引戦略 Goldenityの中核には、ゴールド専用に設計された価格アクション取引とAI駆動の市場分析の高度な組み合わせがあります。このEAは、H1タイムフレームのスイング高値と安値を監視することで主要な市場構造を特定すると同時に、M15のミ
Advanced Indices EAへようこそ。安全性と長期的な運用を重視し、優れたリスクリワード比率を持つ自動売買システムです。   ローンチプロモーション  現在、10人の購入者で438 ドル、次の価格は538 ドルです。( 残り1部のみです。 ) MQL5には100部しかありません。   LIVE SIGNAL   バックテストガイド Advanced Indices EA は、US30(ダウ・ジョーンズ)、USTEC(Ndx100、Nas100、Nasdaq)などの複数の指数を取引できるように設計された初のEAです。  本EAは、前日のプライスアクションを100%活用した戦略を採用し、そのデータを基に当日のエントリーポイントを決定します。1日1回、保留注文(ペンディングオーダー)を設定します。  ストップロス(SL)は2種類から選択可能です。固定ピップスのSLを設定するか、ATRを用いた動的SL計算を選ぶことができます。  買い(BUY)と売り(SELL)の両方のペンディングオーダーを設定可能で、それぞれ最大3つまでの注文を同時に出すことができます。設定メニューでシン
Golden Rhythm - ニュース保護機能付き適応型トレーディング Golden Rhythm - ボラティリティを簡単にマスター Access the expert details here . Please join our channel here . 最先端の技術を活用して、Golden Rhythmを楽しもう! このEAはボラティリティのある市場に適応するよう最適化されており、トレーダーにリスクを管理しながらパフォーマンスを最大化するためのツールを提供します。初心者でも、先進的な機能を求めるプロトレーダーでも、Golden Rhythmは一貫した利益を得るための旅をサポートします。 Golden Rhythmの使い始め方: Gold (XAUUSD)などの最高の取引シンボルから選択します。 推奨時間枠 H1 を使用して、単一の Gold (XAUUSD) チャートにGolden Rhythmを適用します。 最初は デフォルト入力 を使用してEAに慣れ、自分の好きなリスク設定に調整します。  Golden Rhythm? ワンチャートソリューション Golden Rh
ONLY 2 COPIES OUT OF 10 LEFT AT $499, NEXT PRICE $699 Synthara MT5 EA is Fully Automated Expert Advisor specifically designed to run on the XAUUSD/GOLD pair.  Hello everyone, I am currently launching the newest and best product from its predecessor. Synthara MT5 EA is more selective and accurate in signal entry and better in managing existing transactions. Synthara MT5 EA analyzes markets based on trends, overbought and oversold zones and price action. Synthara MT5 EA Live Signal with Default Se
EvoTrade EA MT5
Dolores Martin Munoz
5 (12)
EvoTrade: 市場初の自己学習型トレーディングシステム EvoTradeをご紹介します。これは、最新のコンピュータービジョンとデータ分析技術を駆使して開発されたユニークなトレーディングアドバイザーです。市場初の自己学習型トレーディングシステムであり、リアルタイムで稼働します。EvoTradeは市場状況を分析し、戦略を調整し、変化にダイナミックに適応することで、あらゆる環境で卓越した精度を実現します。 EvoTradeは、Long Short-Term Memory(LSTM)やGated Recurrent Units(GRU)といった高度なニューラルネットワークを活用して時間的依存性を分析し、畳み込みニューラルネットワーク(CNN)を使用して複雑な市場パターンを検出します。また、Proximal Policy Optimization(PPO)やDeep Q-Learningなどの強化学習アルゴリズムを使って、リアルタイムで戦略を適応させます。これらの技術により、EvoTradeは市場の隠れたシグナルを見つけ出し、現在の市場ダイナミクスに正確に対応します。 各トレード後、Evo
Big Forex Players MT5
Marzena Maria Szmit
4.76 (91)
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
The Infinity EA MT5
Abhimanyu Hans
3.75 (48)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD、XAUUSD、AUDCAD 向けに設計された高度なトレーディング エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド トレーディングなどの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的なトレーディング エクスペリエンスを卓越したものにします。 7,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT4バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために C
SmartChoise
Gabriel Costin Floricel
4.27 (33)
SmartChoise EA: XAU/USD(ゴールド)専用の高度なニューラルネットワーク駆動型トレーディングソリューション XAU/USD(ゴールド)の取引に特化して設計された最先端のニューラルネットワーク駆動型エキスパートアドバイザー(EA)。リアルタイムの市場データを処理し、現在の市場環境に応じて戦略を調整し、最適な取引実行と堅実なリスク管理を実現します。多くのEAがマーチンゲールアプローチに依存するのに対し、SmartChoise EAは適応型ロットサイズと厳格なリスクコントロールを採用しており、すべての経験レベルとリスク好みに対応しています。 重要な注意点: 小さな口座は、ドローダウンを吸収する余裕が少ないため、リカバリーストラテジーには適していない可能性があります。 小口座をお持ちの場合は、 ハードストップの割合(Hard Stop Percentage) と ストップロス(Stop Loss) を、ご自身のリスク許容度と期待に基づいて設定することをお勧めします。 リカバリーメカニズムでは、取引がドローダウンに入った後、時間をかけて回復を試みます。この概念を理解してい
Gapscalper AI
Ruben Octavio Gonzalez Aviles
3.9 (10)
Gapscalper AI は、高度なAIを活用したトレーディングアルゴリズムであり、 フェアバリューギャップ(FVG) をインテリジェントに検出し、 伝統的なテクニカル分析と組み合わせて、高精度で価格の動きを予測します。 本システムの中核には、隠れた市場の非効率性を識別し、それを活用するために 訓練された独自の強化学習モデルが搭載されています。この最先端の手法により、 EAは高確率のエントリーポイントを認識し、計算された精度でトレードを実行します。 従来のトレーディングシステムとは異なり、このエキスパートアドバイザー(EA)は、 多次元の市場データを高度なAIアーキテクチャを通じて処理し、 価格変動、ボラティリティ、および流動性のダイナミクスの間の複雑な関係を解明します。 高度にカスタマイズ可能なリスク管理フレームワークを備えており、 プロップファーム取引 や高パフォーマンスの個人投資家向けアカウントに最適です。 注: これは 限定の導入オファー です: 現在の価格で販売されるEAは 10本中1本のみ です。 次の価格: $599 このEAの価格は、利用者の数を制限するために急速に引
作者のその他のプロダクト
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding tim
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization o
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom patter
FREE
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic :     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version. While aimed primarily at obtaini
Chart Patterns Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic :         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version
Ultimate Signal Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Premium combines the features of all the other PREMIUM expert advisors, providing all the trading signals in one single place: 1. the Price Action Builder Premium ; 2. the Bollinger Bands Builder Premium ; 3. the Chart Patterns Builder Premium . The Ultimate Signal Builder Premium expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mecha
フィルタ:
レビューなし
レビューに返信
バージョン 1.8 2025.03.19
- stock indices: fixed volume calculation in relation to the "lot multiplier" parameters; N.B. the problem impacted only broker configurations with fractional values of these 2 parameters (e..g. 0.1).