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

Price Action Builder Basic

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 time by automatic trade closure at pre-calculated intervals;
  • avoiding the usage of exotic, highly volatile instruments.

NOTE: besides this Basic edition, there is also a Premium one available here, providing more types of signals and increased return rate.


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) in the basic version, with engulfing and tweezers made available in the premium one.
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.
- Signal selectivity (0 .. 100) :
Specifies the strength of the signal validation mechanism. 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.  
- 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: Not Available in the Basic version.
- enable tweezers: Not Available in the Basic version.


### 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.


 

おすすめのプロダクト
Trading Keys MT5
Wafa Mohammed Omar Abou Alwafa
5 (6)
Trading Keys is an advanced and easy to use risk calclator. Features: Drag and drop visual lines to take profit/stop loss/ entry levels. Risk calculation based on account balance / quity percentage per trade. Profit protection and trailing toggle button Auto break even toggle button Risk calculation for prop firms based on drawdown level How to setup your Trading Keys? Add trading keys to your chart Setup the parameters Save the chart as default template "Default.tpl" How to use Trading keys? Cl
FREE
/   ********** **********   ********** **********   ********** **********   ********** **********   ********** **********   / Big Sales for Easter! Price is reduced > 50 % already! Grasp the chance and Enjoy it!  /   ********** **********   ********** **********   ********** **********   ********** **********   ********** **********   / This is a powerful EA that support single order strategy, martingale strategy, multiple timeframes strategy, etc with lots of useful indicators and self defined
AO Trade
Ka Lok Louis Wong
AOトレードシステムは、市場のトレンドを利用したトレードに特化しており、競売やニュースの時間を参照ポイントとして、他の特定の注文時間と比較し、市場のトレンドを予測します。 **EAで使用されるすべての時間パラメータは、あなたの端末の時間を基にしています。異なるブローカーは異なるGMTのタイムゾーンで動作する場合があり、夏時間の調整によりさらに変化する可能性があります。** **実装前に、端末に合わせて時間設定を十分に確認してください。** 推奨設定: M1タイムフレームで使用する HK50 / DE40 / ustec / UK100 時間のチェック中には、特定のチェック時間の分後に価格のチェックが行われることに気付くでしょう(1.2チェック時間の分)。この設計は意図的であり、参照されているバーが完了することを許可し、オープン、ハイ、ロー、およびクローズの値が注文時間と正確に比較できるようにします。 設定 -----------------1 タイマー------------------- 1.1 チェック時間の時間(HH) -- 価格を記録するために使用されるタイムスタンプ
N Era V EA
Aleksandr Zheltikov
4 (1)
New Era V EA  is a powerful Expert Advisor that combines DiNapoli levels and support and resistance levels for forex trading. It provides risk allocation, analyzes the market and opens positions based on the signals received from DiNapoli levels and support and resistance levels, providing traders with an excellent trading strategy. Description of Strategy Real Signal: https://www.mql5.com/en/signals/2234325 With the purchase of N Era V EA you will receive one of my   EA's as a gift . So please
ADAM for FTMO 5
Vyacheslav Izvarin
5 (1)
ADAM EA Special Version for FTMO Please find new Version here  https://www.mql5.com/en/market/product/113326 Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 -------------------------------------------------
This positions risk visualization indicators, indicators allow you to clearly know how much price go back will be generated account Stop Out.      This is a very useful indicator for Controlling Risk when account is open positions, attach this indicator to the chart of the open positions, the indicator will draw a Line Of Stop Out Price on the chart, and output Stop Out Point Value in the upper left corner.      Stop Out Price can give you clearly know what price is Account Stop Out, can giv
実質価格299ドル、1ヶ月間の導入価格99ドル BTCバージョンをチェック https://www.mql5.com/en/market/product/134998 複数の構成が可能な堅牢なロボット 以下のスクリーンショットの設定を使用して、10 分間の時間枠で BTC を使用します。 エキスパート ロボットを購入すると、ボットを継続的に改善するために変更を要求する権利があります。 主な特徴 移動平均クロスオーバー戦略: EA は 2 つの移動平均 (MA1 と MA2) を使用して取引シグナルを生成します。 より速い MA (MA1) がより遅い MA (MA2) より上または下にクロスオーバーすると、取引がトリガーされます。 マーチンゲール戦略: 取引で損失が発生した場合、次の取引のロット サイズは乗数 (martingaleMultiplier) によって増加されます。 マーチンゲール シーケンスは、トレードが成功した後、またはマーチンゲール ステップの最大数 (maxMartingale) に達したときにリセットされます。 リスク管理: ストップロ
FREE
Cannon Trend
Au Phuong Tan
4.29 (35)
EA Cannon Trend は、トレーディングプロセスから個人的な感情を完全に排除するために設計された強力なトレーディングアシスタントです。MQL5を使用して開発され、このEAは事前に定義されたルールと戦略に基づいて完全に意思決定を行い、人間の感情に影響されることなく一貫性と効率性を保証します。 Cannon Trend の主な特徴: 5つの取引戦略モードを備えたCannon Trendは、初心者にもプロのトレーダーにも適しています。 スタイルに合わせたカスタマイズ: 簡単にパラメータを調整し、個人のトレード戦略を作成できます。 直感的なインターフェース: 明確で分かりやすい情報表示で、トレード活動を簡単に監視できます。 .set files and FAQ https://www.mql5.com/en/blogs/post/760485 なぜEA Cannon Trendを選ぶべきか? EA Cannon Trendは、初心者と経験豊富なトレーダーの両方にとって理想的な選択肢です。そのシンプルさ、高い精度、そして実績のあるパフォーマンスで知られています。このEAは、市場を
FREE
Fire Gryphon MT5
AbelPM Enterprises Pty Ltd
Experience the Evolution Leveraging 17 distinct strategies, this advanced trading system includes the proprietary Reversal indicator. Whether used individually or in combination, these strategies offer unmatched flexibility to align with your trading goals. The system is designed to accommodate both single and multiple trade options, enhanced by an optional ATR-adjusted spacing system to dynamically adjust for volatility. Choose from fixed or automatically increasing lot sizing for grid trades
Gann Box MT5
Frederic Jacques Collomb
Gann Box インジケーターは、トレーダーが市場の重要なレベルを特定し、活用するのを支援するために設計された強力で多機能なツールです。このインジケーターを使用すると、チャート上に長方形を描くことができ、それが自動的に 0, 0.25, 0.50, 0.75, 1 の戦略的レベルを持つ複数のゾーンに分割されます。価格がこれらのレベルのいずれかに達すると、アラートがトリガーされ、トレーディングの意思決定に貴重な支援を提供します。描いたゾーンに対する市場の動きを即座に把握できます。ゾーンをトレースするには、単純な長方形を描いて名前を GannBox に変更するだけです。 このインジケーターは、 サポートとレジスタンス の概念を使用するトレーダー、 サプライとデマンド 、 ICTテクニック 、または**公正価値ギャップ(FVG)**の専門家など、すべてのタイプのトレーダー向けに設計されています。 デイトレーダー、スイングトレーダー、またはポジショントレーダーであろうと、 Gann Box は市場の動きをより良く理解し予測する手助けをし、反応性とパフォーマンスを向上させます。 MT4バージョ
Gold Monster
Tsog Erdene Borjigon Enkhkhudulmur
This EA is based on ADX strategy.  Advantage:     - Stable   - No grid martingale   - No scalper  We recommend with following settings.   Symbol : XAUUSD   Period : 30M Lot: recommend following rule:    100usd  - 0.01 lots   1000usd - 0.1 lots or lower   2000usd - 0.2 lots or lower    10000usd - 1 lots or lower We do not recommend higher lots. Need gold spreadless broker.  Maybe VIP or Pro user with your broker.
The Financial Control expert system traverses the entire history and all currency pairs with a single setting. The bot works on both Netting and Hedging account types. The Expert Advisor can be launched on any hourly period, on any currency pair and on the server of any broker. It is recommended to work on liquid Forex pairs, with a low spread and use VPS. Financial Control is high frequency trading. You can start using it with $ 100 and 0.01 lot. If there is a commission on the account, it mu
Breakout Bot is an automated trading robot designed for the MetaTrader 5 platform, specifically integrated with Bybit exchange for trading the GBPUSD+ currency pair. This bot effectively identifies market breakouts and executes trades based on predefined strategies, allowing efficient exploitation of market fluctuations. Key features: Automatic breakout detection and trade execution; Dynamic stop-loss and trailing stop management; Convenient and flexible risk management settings; Easy installati
O Sinaleiro Trader é o robô de daytrade que usa multiníveis de acordo com a abertura do dia. Assim, a cada rompimento dos níveis, o robô emite ordens de compra ou venda, de acordo com a tendência. Os stops podem ser fixos ou dinâmicos de acordo com os níveis. É possível configurar a distância do sinaleiro, bem como horários de trades e dias da semana. Alterar o parâmetro BR1 para BR.
Overview : The Advanced News Trading Panel is a versatile tool designed for traders who rely on news-based trading strategies. This Expert Advisor (EA) provides an intuitive graphical interface that allows users to quickly set up pending orders and manage risk with ease. With the ability to automatically place Buy/Sell Stop orders based on your pre-set stop order distance from the bid/ask price, stop-loss and take-profit levels, the EA allows for precision trading during high-volatility news eve
Hello This EA for send Orders Signals when you open or close order and send statics to your channel in Telegram with sum of profit or Loss Pips you can share your orders with your clients in your telegram please watch our video  to see how it is fast. https://www.youtube.com/watch?v=u_7twtYZhyI you must have Telegram channel then make bot and give it Permission and get token (watch this video to know how do it) https://www.youtube.com/watch?v=x1bKWFOjSBE and you must download this files https
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. The 4th out of 8 strategies  portfolio set.  Each EA works well as a standalone, works even better as portfolio. Triple tested  - backtest, robustness tests , portfolio correlation. Uses a well-known CCI indicator combined with an ADX indicator. Why to buy Fully automatic EA with really easy set-up. Only risk amount to be set and you are good to go. Developed using genetic algorithms on 'in sample' data
コンピュータビジョンモデル:MQL5のための革命的なコンピュータビジョンモデル 製品説明 コンピュータビジョンモデルは、MetaTrader 5プラットフォームを使用するトレーダー向けに特別に設計された先進的なコンピュータビジョンモデルです。当社の製品は、最新の人工知能とコンピュータビジョンの進歩を利用して、リアルタイムでチャートや市場パターンを分析します。 主な特徴: パターン認識: 「ヘッドアンドショルダー」、「ダブルボトム」、「フラッグ」など、50以上のテクニカルパターンを瞬時に特定します。 トレンド分析: 深層学習アルゴリズムを使用して、95%の精度でトレンドの強さと方向を特定します。 反転ポイント予測: 歴史的データと現在の市場状況に基づいて、潜在的な反転ポイントを予測します。 マルチタイムフレーム分析: 複数のタイムフレームを同時に分析し、市場状況を包括的に評価します。 互換性: MetaTrader 5と完全に互換性があり、システムへの負荷を最小限に抑えるよう最適化されています。 使用の利点: トレードのエントリーおよびエグジット精度を90%向上 市場分析の時間を90%短
これは、H1タイムフレームとMT5プラットフォーム上で、最初から最高のトレンド機会を利用するための強力なExpert Advisorであり、最低100ドルの入金と印象的な精度とパフォーマンスを持っています。このEAはハンターのように働き、価格の動き、強さ、トレンドを分析し、最高の機会を辛抱強く待ち、非常に効果的に作業を実行します。このEAはCANDLESTICK PATTERNS戦略に基づいており、最大の動きのトレンドを探し、最高のチャンスをつかみます。 あなたの取引パフォーマンスを向上させるために設計された最先端の取引エキスパートで、最高のトレンドの動きを最初からキャッチしてください。 主な特徴 取引シンボル: NZDUSD. このEAは継続的に値動きを分析し、最良の機会を特定すると、単一の限定注文を送信し、ポジションを開きます。 すべてのポジションには固定ターゲットと固定ストップロスが最初から設定されています。 ロットも入力から自動的に計算され決定されます。 このEAは非常に安全で、グリッド戦略、マーチンゲール戦略、ヘッジ戦略は使用しません。すべての取引は1回のみのエント
SwiftCap Scalper EAのご紹介     SwiftCapの高度な取引システムラインナップの第一弾です。US30に特化しており、ニューヨークセッション中にのみ取引を行い、カスタム構築されたトレンド検出アルゴリズムを用いて主要な価格帯をターゲットとしています。1日に1~3件の高品質な取引のみを行い、2時間の限定された時間帯で実行することで、精度、一貫性、そして低いエクスポージャーを維持しています。 MT4 VERSION (Recommended)             |            Setup Guide & Inputs Explanation            |         PUBLIC CHANNEL 現在の価格:       449ドル — 発売記念オファー 今後の価格引き上げ: → 20件販売後:799ドル → 最終価格: 1,849ドル 価格が上がる前に残りわずかです。 取引仕様 楽器:       US30(ダウ・ジョーンズ) 時間枠:       15分(M15) 推奨ブローカー:       IC Markets(最適なパフォーマ
Welcome to the MT 5 Candle Bot Simply set the Indicator Filter as you want and the Robot does the Job for you. This Robot works on all frames time frames  and all pairs, the bot places entry positions. Features: - Magic Number - Spread Filter - Take Profit - Stop Loss - Bar Shift - Exit at opposite Signal - Filter (adjustable) - Trailing (adjustable) - Martingale (adjustable) and many  more. Please feel free to download it and trade 24/7. If you need help setting it up please feel free to contac
Bukele UP
Jhon Michael Antony Florez Roa
---> Schedule of the broker that I use for Back Testing <---- Broker schedule used in Back Testing: UTC/GTM +2 hours. --->   Minimum capital for its correct operation  <---- 1000 USD ----> Strategy <---- It is a range strategy, in which if it breaks the maximum a purchase is made or if it breaks the minimum a sale is made. This range is created every day and open trades and orders are closed before the market closes. The Buy has the Stop Loss at the bottom of the range and the Sell has the
Trump Up
Jhon Michael Antony Florez Roa
----> Schedule of the broker that I use for Back Testing <---- Broker schedule used in Back Testing: UTC/GTM +2 hours. ---> Minimum capital for its correct operation <---- 1000 USD ----> Strategy <---- This has two strategies in one Expert Advisor: 1) Trend Scalpin in US-30 and 2) Grid in EURGBP 1) Trend Scalpin in US-30: First analyze the general trend in H1 by crossing Emas and Parabolic Sar, then analyze a Pull Back in M5 with the help of the RSI. This is done on a defined sche
Zelenskyy Up
Jhon Michael Antony Florez Roa
----> Schedule of the broker that I use for Back Testing <---- Broker schedule used in Back Testing: UTC/GTM +2 hours. ---> Minimum capital for its correct operation <---- 1000 USD ----> Strategy <---- This expert advisor is a Bot that analyzes, through EMA, AMA and ADX in longer periods of time, whether the market is in a range or not. After detecting the range, he enters smaller time frames looking for small pull backs with the RSI to carry out operations. If the operation goes again
MDL5 Martin Automated Trading EA 1. Overall Introduction The program running name is Martin Trading Configuration - RSI , which is currently the complete version. There is also a RSI minimalist version with the same logic: Martin Trading Configuration - RSI - Lite   The main logic is to automatically monitor RSI indicators. When the configuration threshold is reached, it will automatically trigger order opening, replenishment, stop profit, and stop loss operations. I have found that the market
Boom Or Bust
Smart Trading Robots Ltd
Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on a thrilling journey of virtual trading, where you can test your strategies and immerse yourself in the dynamic world of financial markets—all without risking real money. Experience the exhilarating world of trading with Boom or Bust, the groundbreaking MT5 trading game that takes your skills to the next level. Get ready to embark on
FREE
フォワードテストの結果はこちらです。(MT4 ver.) USDJPY Trend Surfer は、トレンドに乗る順張り EA として設計された画期的な取引ツールです。この EA は、複数の SMA ( Simple Moving Average )の傾向、 RSI ( Relative Strength Index )、および StdDev (標準偏差)を組み合わせ、 USDJPY のトレンドを的確に捉えます。 複数の SMA を使用することで、異なる期間のトレンドを同時に分析し、 RSI や StdDev などの指標を組み合わせることで、市場の過熱や過剰売買状況を検出し、より確実なエントリーポイントを見つけます。 市場の動向を的確に把握し、トレンドに沿った取引を実行することで、利益を最大化します。 USDJPY Trend Surfer は、トレンドに乗ることを追求するトレーダーにとって理想的なツールです。市場の動向を見極め、トレンドが確認された時点でエントリーし、トレイリングストップ機能を活用して利益を伸ばします。これにより、大きな利益を確保することができます。一方で、トレンド
Hello! I am a professional trader with experience trading on the Forex and Moscow Exchange margin markets. Trading in total for about 14 years. For all the time of trading, I have gained tremendous knowledge, experience and understanding of the essence of the market. I want to tell you that for a beginner, the market seems like a place to make easy profits. But this is an illusion and a big mistake. The market changes all the time, volatility changes, trends are replaced by flats, and flats by t
Fully automatic trading system that trades Renko bars and trend indicators. Renko bars are drawn in the indicator window below the chart. The signal to sell or buy is the intersection of renko and indicator signal. The default settings for the euro / dollar pair, t he EA has shown the best results for the pair   GBPJPY   and   GOLD .  The timeframe for trading is m1. There is a time filter. The EA has an autolot system. Our telegram channel After installing the EA, download the installation set
FREE
SchermanActionPro のご紹介:Automatictrading の新しい自動取引ボット Automatictrading は、SchermanActionPro をご紹介できることを誇りに思っています。 注目の機能:  • 設定可能なインジケーター: Ivan の推奨に従って、平均とローソク足の数を調整します。  • 運用の柔軟性: 購入か販売かを選択します。  • 利益確定: ATR または逆シグナルに基づく固定オプション。  • Loss Stop: ATR または逆の信号に従って固定に設定可能。  • ロットタイプ: 固定ロットの選択、アカウントの % または固定金額での固定リスク。  • 最大バッチ保護: 設定可能。  • ピップと滑りのサイズ: 完全に調整可能。  • フィルタと出力: ATR およびスプレッド レベルに従って入力フィルタと出力フィルタをアクティブにします。  • 利益確定と部分損失決済: レベルごとに設定可能。  • トレーリングストップと損益分岐点: 距離、パーセンテージ、スリッページを設定可能。  • キャンドルの数による出力: 設定可能
このプロダクトを購入した人は以下も購入しています
Plaza
Anton Kondratev
3.95 (22)
PLAZA EA は 、ゴールド市場の脆弱性を特定するための、複数通貨対応で柔軟性が高く、完全に自動化された多面的なオープン ツールです。 Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network ,     Not       Arbitrage . Default     Settings for One Сhart     XAUUSD or GOLD H1  プラザガイド 信号 ブローカー手数料払い戻し アップデート 私のブログ Only 2 Copies of 10 Left  for 595 $ Next Price 1190 $ 各ポジションには必ず     SL+TP および 仮想 取引の利益追跡 を修正しました 。 どれでも   利益   トラッキング   は   隠れた   から   の   ブローカ   そして   は   完全に     RAM 内の仮想。 の   システム   取引   その間   静かな  
Golden Algo
Ramethara Vijayanathan
4.73 (40)
Golden Algo – The Ultimate AI-Powered Expert Advisor for Gold Traders Golden Algo Expert Advisor is a powerful trading system designed specifically for XAUUSD (Gold). It combines technical indicators with real-time market data—including the US Index and market sentiment—to generate precise trade signals. Each signal is then filtered through an advanced OpenAI-powered process to ensure only high-probability trades are executed. By blending technical analysis, fundamental insights, and artificial
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (389)
ご紹介     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.92 (26)
ライブ信号 ライブ信号  Blueberry Standard ライブ信号  Blueberry Raw こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller 最新のニュース、アップデート、進展をチェックするには、公式の  PrizmaL チャンネル を購読してください! PrizmaL Gold – 実績のあるチャンピオンシップパフォーマンスを持つ高度なトレーディングロボット。 PrizmaLは高性能なトレーディングロボットで、2008年のMetaQuotes自動売買ロボット選手権で2位を獲得しました。 短期間で大きな利益を得ることを求めるトレーダー向けに設計され、PrizmaLは市場の状況に応じて動的に反応するアダプティブなテイクプロフィットとストップロスのメカニズムを採用しています。 IC Markets Standardアカウントサーバーで14年間の履歴最適化(2010-2024)に裏付けられ、この戦略は堅実で信頼性のあるパフォーマンスを提供します。 EAには2つの戦略があります。1
Aura Neuron MT5
Stanislav Tomilov
4.72 (32)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーはXAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力層
AiQ
William Brandon Autry
4.71 (21)
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 Bitcoin EA
Bogdan Ion Puscasu
5 (55)
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 Bitcoin Hash
Stanislav Tomilov
5 (6)
Aura Bitcoin Hash EA は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura BTC は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは、通貨ペア BTCUSD (ビットコイン) を取引するように設計されています。2017 年から 2025 年にかけて、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲールやグリッド トレーディングなどの危険な資金管理手法を回避します。Aura Bitcoin Hash は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、市場のトレンドと動きを予測するために利用しています。MLP は、フィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は、「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力層、隠し
PrizmaL Scalper
Vladimir Lekhovitser
5 (4)
ライブ信号 こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller PrizmaL Scalper – XAUUSD向け日中スキャルピング この取引アルゴリズムは、XAUUSDスポット金市場での投機的取引向けに設計されています。 高度な市場ミクロ構造分析技術を採用し、リアルタイムで価格の動きや流動性に反応します。 スワップの影響を受けないため、特にアクティブな日中取引に適しています。 最適化されたリスク管理とボラティリティの変化に対する動的適応により、エントリーとエグジットの効率を最大化します。 このロボットは、長期保有や関連コストなしに、積極的な日中資本回転を求めるトレーダーや投資家向けに設計されています。 推奨: 通貨ペア: XAUUSD / GOLD 最低入金額: 300米ドル アカウント: ヘッジング 時間枠: どれでも(EAはアドバイザーコード内で指定された時間枠を使用) アカウントタイプ: スタンダード(手数料なし)、ロウ(可能だが最適ではない) 最良の結果を得るためには、ブロー
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (98)
トレーダーの皆さん、こんにちは!私は 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 を無料で入手できます !*** 詳細についてはプライベートでお問い合わせく
GbpUsd Robot MT5
Marzena Maria Szmit
4.89 (105)
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
Gold Fighter MT5
Thi Ngoc Tram Le
5 (11)
私たちのプレゼントキャンペーンに参加しよう: 今すぐ購入して、8つのFTMOチャレンジ費用(最大$1187)の1つを獲得するチャンスをゲット! 購入後すぐにMQL5メッセージで私に連絡して参加を確認してください。残り12注文のみ—急いでください!勝者はランダムに選ばれます。 ライブシグナル 。残り2枠のみ $599 – 価格はまもなく $ 624   に上がります。 Gold Fighter MT5は、金(XAU/USD)の取引用に設計されたエキスパートアドバイザーです xAIとOpenAIのAIモデルをトレンドフィルタリング機能として使用し、トレードエントリーを最適化します。安定性を重視し、高リスク戦略を避けているため、すべてのトレーダーに適しています。 重要な注意: AIベースのボットのバックテストは、市場の動的条件によりライブ取引のパフォーマンスを完全に反映しない場合があります。 主な特徴: 金取引に特化:XAUUSD向けに調整され、金市場のトレンドを捉えます。 低リスク設計:リペイントなし、ヘッジなし、グリッドなし、マーチンゲールなし。 カスタマイズ可能なリスクオプション:
Scalping Robot MT5
Marzena Maria Szmit
4.42 (55)
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
Big Forex Players MT5
Marzena Maria Szmit
4.73 (96)
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
Way To Starsは、古典的なナイトスキャルピングロジックに基づいた自動取引システムで、市場のボラティリティが最も低い時間帯における短期的なチャンスを捉えるために設計されています 。 夜間の取引はノイズが少なく、トレンドも弱いため、高頻度かつ精密な取引に適しています。この種の戦略は、アルゴリズム取引の分野で20年以上の歴史があります。Way To Starsはこの成熟したフレームワークを継承し、現在の市場構造、スプレッド環境、流動性に完全に適応するようアルゴリズムを再設計した、新しいバージョンのシステムです。 神経ネットワークやChatGPT、理想的なバックテスト結果などの流行のコンセプトには依存せず、厳格なエントリーフィルタリング、リスク管理、複数オーダーによる実行戦略によって、実際の取引環境での微小な価格変動を効率的に活用します。Way To Starsは、構造が明確で、ロジックが追跡可能なシステムであり、市場のリスクとリズムを理解する理性的なトレーダーに適しています。 現在のバージョンのアルゴリズムは、最新の市場環境に対応するよう更新されており、今後も継続的にメンテナンスと
EvoTrade EA MT5
Dolores Martin Munoz
5 (17)
EvoTrade: 市場初の自己学習型トレーディングシステム EvoTradeをご紹介します。これは、最新のコンピュータービジョンとデータ分析技術を駆使して開発されたユニークなトレーディングアドバイザーです。市場初の自己学習型トレーディングシステムであり、リアルタイムで稼働します。EvoTradeは市場状況を分析し、戦略を調整し、変化にダイナミックに適応することで、あらゆる環境で卓越した精度を実現します。 EvoTradeは、Long Short-Term Memory(LSTM)やGated Recurrent Units(GRU)といった高度なニューラルネットワークを活用して時間的依存性を分析し、畳み込みニューラルネットワーク(CNN)を使用して複雑な市場パターンを検出します。また、Proximal Policy Optimization(PPO)やDeep Q-Learningなどの強化学習アルゴリズムを使って、リアルタイムで戦略を適応させます。これらの技術により、EvoTradeは市場の隠れたシグナルを見つけ出し、現在の市場ダイナミクスに正確に対応します。 各トレード後、Evo
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はリスクを最小限に抑えながら利益を追求する、計算され安全なトレーディング戦略のみを使用します。 本物のストップロスとテイクプロフィット、トレーリングスト
Monic
Vladimir Lekhovitser
5 (4)
ライブ信号 こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller この戦略は、主にストキャスティクスオシレーターとボリンジャーバンドに依存した平均化トレーディング手法を使用しています。 各取引に一貫して動的な利益確定および損切りレベルを実装しています。 2010年から2024年までの14年間のデータを使用して、IC Marketsサーバーでスタンダードアカウントタイプで最適化が行われました。 推奨: 通貨ペア: AUDCAD 最低入金額: 500米ドル アカウント: ヘッジング 時間枠: どれでも(EAはアドバイザーコード内で指定された時間枠を使用) アカウントタイプ: スタンダード(手数料なし)、ロウ(可能だが最適ではない) 最良の結果を得るためには、ブローカー: IC Markets, IC Tradingをお勧めします。 質問はいつでもこちらへ: https ://www .mql5 .com /ja /users /prizmal 最新ニュースや更新情報を受け取るために友達追加もお
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モデルによる低・中・高の推論努力レベルのオプションを提供 最適化された操作性: ユーザ
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL  Default Setting:  https://www.mql5.com/en/signals/2302784 Full installation instructions for EA AI Gold Scalper to work properly are updated at   comment #3 AI Gold Scalper applies the latest GPT-4o model (GPT-4o by OpenAI) in XAU/USD trading designed based
SmartChoise
Gabriel Costin Floricel
4.37 (38)
SmartChoise EA – ニューラルネットワーク駆動のXAU/USD(ゴールド)M1タイムフレーム向けトレーディングシステム このEAは長期的で制御された成長を目的としており、その成功にはリスク耐性を理解し、それに合わせて調整することが重要です。 ニューラルネットワークに基づいたエンジンを使用しており、リアルタイムの市場データを継続的に分析し、現在の市場状況に応じてトレーディング戦略を適応させます。このアプローチは、トレードエントリーの最適化、リスク管理の向上、そしてインテリジェントなエクスポージャーの管理に役立ちます。 マーチンゲール戦略に依存するシステムとは異なり、SmartChoise EAは適応型のロットサイズ設定と明確に定義されたリスク管理ルールを使用しており、異なる経験レベルやリスク許容度を持つトレーダーに適しています。 主な特徴 ニューラルネットワーク駆動の意思決定 マーチンゲールなし 市場状況、資産、トレンドの強さに基づく動的ロットサイズ設定 複数のトレードモードと調整可能なリスクレベル オプションのサポート/レジスタンスおよびローソク足パターン戦略 ドローダウ
Varko Gold
Anton Zverev
4.86 (7)
取引シグナル:   https://www.mql5.com/en/signals/2304793 公式グループ:   Varko Technologies 通貨ペア:   XAUUSD 時間枠:   M1 アカウント: ヘッジ Varko Technologies は ビジネスではなく、自由の哲学です。 価格が上昇し、販売数にも制限があると思われるゲームをプレイすることには興味がありません。 私は長期的な協力と評判の構築に興味があります。 私の目標は、変化する市場状況に合わせて製品を継続的に改善し、最適化することです。 Varko Gold   - 夜間に金を取引します。複数の戦略が同時に使用されます。 これらの戦略は論理的に交差しません。 友人たちよ、美しい言葉は控えて、行動を増やそう! 皆様が幸せになり、賢明に取引に取り組むことを願っています。 Expert をインストールするにはどうすればいいですか? EA から XAUUSD M1 通貨ペア チャートにファイルを転送する必要があります。 SET ファイルは必要ありません。必要なのは、取引に最適なリスク レベルを選択する
Synthara MT5
Herlina Sari
4.8 (5)
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 can identify trends very w
Zen Flow 2
Hamza Ashraf
3.78 (23)
発売プロモーション: 現在の価格で残っているのはわずか数コピーです! 最終価格:1,700ドル 1 EAを無料で取得(2つの取引口座用)-> 購入後に連絡してください Instruction Blog Link to Channel ZenFlowへようこそ! ZenFlowは、変化する市場トレンドに正確かつ迅速に適応するよう設計された高度なEAです。XAUUSD( or GOLD)シンボルの取引に最適化されており、1つのチャートでのみ実行するべきです。このEAは、偽のシグナルをフィルタリングしながら最適なエントリーポイントを特定するモメンタムベースのインジケーターと組み合わせた洗練されたトレンドフォロー戦略を使用しています。トレーリングストップロス機能は、リスクを有効に管理しながら利益を確保するのに役立ちます。 最先端の技術で構築されたこのEAは、特にトレンド市場で効率的であり、取引の実行精度が高いことを保証します。内蔵のリスク管理システムには、ダイナミックなロットサイズ、ストップロス、テイクプロフィット、トレーリングストップが含まれており、すべてがあなたの資本を守りながら取引の
Bitcoin Robot MT5
Marzena Maria Szmit
4.58 (103)
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
AlphaFlow EA MT5
Dolores Martin Munoz
4.27 (11)
Alpha Flow EA: 新たな高みへと導くトレーディングアドバイザー Alpha Flow EA は、戦略的な精度、適応力、そして高度な市場分析を通じて、あなたのトレーディング体験を変革するために設計された最新のトレーディングアドバイザーです。独自のトレーディングアルゴリズムと深い市場インサイトを駆使して、あらゆる市場環境で優れたパフォーマンスを発揮し、市場のトレンドを先取りするサポートをします。 Alpha Flow EA の特徴とは? 洗練された市場分析 Alpha Flow EA は、従来のテクニカル分析と最新のクオンツ戦略を融合した多次元分析アプローチを採用しています。高度なパターン認識機能により、新たなトレンドを見抜き、戦略的かつタイムリーな取引チャンスを提供します。 多様なトレーディング戦略 幅広い事前設定された戦略を搭載しており、 Alpha Flow EA は市場の状況にシームレスに適応します。固定化されたルールに頼ることなく、最適な戦略を動的に選択し、さまざまな市場シナリオでパフォーマンスを最大化します。 高速かつ正確な注文実行 高頻度取引(HFT)技術を駆使し
The Gold Reaper MT5
Profalgo Limited
4.3 (77)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here New V2.2 Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステム
The Infinity EA MT5
Abhimanyu Hans
3.64 (50)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD、XAUUSD、AUDCAD 向けに設計された高度なトレーディング エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド トレーディングなどの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的なトレーディング エクスペリエンスを卓越したものにします。 7,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT4バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために C
Monitoring of real trading Advisor -  https://www.mql5.com/en/signals/2264971 My other products    -      click here Keep in mind that the results on different brokers may differ, I recommend testing on your broker before using it (you can ask me for a list of recommended brokers in the PM). Read the blog post with the description of the adviser before starting work and if you have any additional questions, write to me in the PM. A fully automatic Expert Advisor that does not require additional
作者のその他のプロダクト
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
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 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
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
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
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).
バージョン 1.4 2024.11.04
- introduced new input parameter apply_lot_size_adjustments;
- minor U.I. changes.
バージョン 1.1 2024.10.28
- stock indices: fixed automated trade closing for those containing "#" character (broker-specific, e.g. #US30)
- stock indices: correlated trade start time with US trading session time (for both Dow Jones and SP500)
- stock indices: applied check against available funds (already in place for FX pairs)