Major Currency Momentum

2.33

This EA takes advantage of Momentum in the Major Currencies. If a certain currency has enough momentum, the EA makes trades on the related pairs. The User Inputs of the EA are so straight-forward, they are in form of questions and suggestions. For example, you will see such questions or statements in the input panel:

  • "Should we trade maximum once per day per pair?"
  • "Close order if Break Even not activated after these seconds:"

You will specify the required percentage difference between a Bullish currency and a Bearish currency to determine which currencies are moving strongly away from each other so that when the two are paired, their momentum will move the pair either far up or far down. The EA follows that pair's trend until the momentum weakens. This process is done across different currencies, so when multiple currencies are trending, the EA puts many trades that qualify the criteria, and on a silent/ ranging market it avoids putting trades.

Some currencies trend best during certain hours of the day, especially after a session opening. Therefore, you can choose up to 4 windows of trading for the EA! For example, you can set the EA to start trading at 2:00 and stop at 3:00, then resume at 6:30 and stop at 8:45, then 11:00 to 14:00, and finally from 16:15 to 19:00! Depending on the settings, the EA can make as many as 10 or 20 trades at a time, but with tighter conditions the EA normally carries around 5 running trades at a time.

To deal with drawdown, the EA has Collective Closing, BreakEven, TrailingStop and TimeOut to manage open orders. For example, an open trade can be closed:

  • After a specified number of seconds, or
  • If it does not BreakEven within a number of seconds, or
  • If the total running profit for all open orders reach a certain amount (where all open orders will be closed collectively), or
  • At BreakEven point (plus some specified Pips), or
  • If it hits TakeProfit or StopLoss.


Notes

  1. The Major Currency Momentum EA is based on Momentum, RSI and Stochastic concepts.
  2. You can only forward-test the EA on a demo account because it is not possible to back-test it (the Strategy Tester only handles one currency pair at a time, but this EA uses multiple currency pairs to trade).
  3. Please use this either on a VPS or a computer that is always online, so that it can manage its orders successfully.

Here are the inputs you will find in the Input Panel. They are very easy to understand unlike in most other EAs. You will actually feel like you are filling up a questionnaire.


Inputs

  • A: Enter a Unique Number to differentiate this EA from others:
  • B: EURUSD Only Debug Mode. Enter "false" when using the EA:
  • C: If this broker's currencies have a Prefix, Enter it here:
  • D: If this broker's currencies have a Suffix? Enter it here:
  • E: TimeFrame to consider when deriving signal:
  • F: Which hour will we start trading Window A?
  • G: Which hour will we stop trading Window A?
  • H: Which hour will we start trading Window B?
  • I: Which hour will we stop trading Window B?
  • J: Which hour will we start trading Window C?
  • K: Which hour will we stop trading Window C?
  • L: Which hour will we start trading Window D?
  • M: Which hour will we stop trading Window D?
  • N: Min %age difference required to detect trend in a pair:
  • O: Max %age difference allowed to detect trend in a pair:
  • P: Max %age difference to detect neutral currency (1-100):
  • Q: Max %age difference to detect braking currency (Negative):
  • R: Should we trade maximum once per day per pair?
  • S: Wait at least these seconds before trading the pair again:
  • T: Maximum Spread allowed when entering a trade, in Pips:
  • U: We will multiply this Lot Size for every $1K in the Account:
  • V: We will use this Fixed Lot Size if LotsPerK=0:
  • W: Take Profit (in Pips):
  • X: Stop Loss (in Pips):
  • Y: Trailing Stop (in Pips):
  • Z: If the price goes +ve these Pips, Break Even is triggered:
  • A1: If Break Even triggered, move Stop Loss to +ve these Pips:
  • B1: Close order if Break Even not activated after these seconds:
  • C1: After these seconds, we just close the trade no matter:
  • D1: If Account profit reaches these dollars, we close all orders:
  • E1: Should we look for Retracement instead of BreakOuts?

Thank you, please experiment and give your feedback, we will really appreciate.

レビュー 4
Miguel Jimenez Cordero
6779
Miguel Jimenez Cordero 2021.03.21 09:43 
 

Good job.

おすすめのプロダクト
Breakout Expert Advisor for   XAUUSD (Gold)   — places ATR-filtered pending Buy/Sell orders based on recent high/low ranges (recommended H1). Short overview: Gold Highest BreakOut is an automated Expert Advisor designed for trading   XAUUSD . It places pending Buy Stop / Sell Stop orders at breakout levels derived from recent High/Low ranges and uses ATR and range filters to reduce false entries. Key points: Strategy: breakout from recent High/Low over configurable period. Filters: ATR-based v
ブラックオプアイ | Expert Advisor Unlimited (MT4) - EURUSD と GBPUSD を 5 分足チャートで取引します - エキスパートアドバイザー (EX4) - SETファイル - 無制限のサポート - 最小口座サイズ 200 (EUR/USD/X) - 最小レバレッジ 1:10 一連の複雑な価格パターン検出アルゴリズムを使用して、この EA は長期にわたって安定した結果を生み出すことができます。 ストライクレート(勝率)は74%で、1日あたり約2.7回のトレードを行います。 8 年以上の期間にわたって、取引あたり 2% のリスク (EURUSD および GBPUSD) を使用して、年間平均 138% の複利収益を生み出すことができました。 Expert Advisor は、5 分足チャートで EURUSD と GBPUSD の市場を取引します。 簡単にインストールできるように、SET ファイル (通常および保存モード) が「コメント」セクションに含まれています。 EA は 5 分足 (M5) チャートでのみ実行してください。 ブロ
FOREXのマーケットは人生そのものです。 安定な人生などありません。 FOREXでも同じことがいえます。 常に、一定の価格レンジを推移すればいいのですが、 ときどき、レンジから大きく逸脱することもあります。 人生も然りです。 そのなとき、気軽に待ってあげましょう。 やがて、また安定したレンジに戻ってきます。 大きくレンジから外れたときはチャンスです。 このチャンスを逃してはいけません。 このロボットは、エンベロープのインジケーターを使い、大きく価格が推移から外れた時にエントリーを行います。 その判断にはZigZagインジケーターを使用しています。 // エンベロープを外れた時にエントリーするサンプルコード extern int period = 20 ; // エンベロープの期間 extern double deviation = 0.1 ; // エンベロープの偏差 extern double stopLossPips = 50 ; // ストップロスのピップ数 void OnTick () {      double upperBand = iEnvelopes ( NULL ,
FREE
KT BreakGrid Pro MT4
KEENBASE SOFTWARE SOLUTIONS
Unleash the power of precision and innovation in your trading with the KT BreakGrid Pro EA. Seamlessly blending the strategic prowess of breakout and grid trading, this expert advisor is your ultimate solution to navigating the complex Forex landscape with unmatched confidence and efficiency. Recommendations Symbol: EURUSD TimeFrame: M5 Account Type: Hedge Leverage: 1:500 Set Files: Not required. Default inputs provides best results.  Features Breakout-Infused Grid Strategy: Experience the bes
RSI Bullseye Gold
Mazhar Ul Hassan Noorul Hassan Noor Ul Hassan
Overview RSI Bullseye Gold is a high-accuracy Expert Advisor (EA) designed exclusively for XAU/USD (Gold) trading. Built on an RSI-based sniper strategy, this EA identifies optimal entry points for sharp and efficient trade execution. Whether you're scalping or swing trading, RSI Bullseye Gold is optimized to consistently capture high-probability trades. Key Features RSI-Based Precision Entry: Detects overbought and oversold conditions for sniper-accurate trades. Gold-Focused Strategy: Special
Introducing Dumangan MT5 - The Philippine God Of Harvest  ( MT5 Version -  https://www.mql5.com/en/market/product/98640 ) Experience the abundance of successful trades with Dumangan MT5, our new Expert Advisor available on MQL5.com. Named after the revered Philippine God of Harvest, Dumangan, this tool embodies the essence of reaping profits from the fertile ground of the markets, just like Dumangan blessed the fields with bountiful crops. A Focused Strategy with Customizable Settings Dumangan M
FREE
MT4 バージョン: https://www.mql5.com/en/market/product/128965 MT5 バージョン: https://www.mql5.com/en/market/product/128966 「ワンショットワンキル」 - 金 (XAU/USD) の精密取引 安全で収益性の高い取引戦略で金市場を制覇 「ワンショットワンキル」は、金 (XAU/USD) の取引に特化して最適化されたプロ仕様のエキスパートアドバイザー (EA) であり、主要な外国為替ペアの取引にも十分な汎用性を備えています。この EA は、すべての注文で厳格なテイクプロフィット (TP) とストップロス (SL) のリスク管理システムを使用して規律あるアプローチを採用し、取引の安全性と一貫性を確保しています。 マーチンゲール、グリッド、または平均化に依存するリスクの高い戦略とは異なり、「ワンショットワンキル」は、事前に定義されたリスクと報酬レベルで高精度の取引を実行します。これは、厳格なリスク管理を維持しながら、金のボラティリティから利益を得たいトレーダーにとって最適なソリュ
Ord Mantell
Yury Emeliyanov
5 (1)
Suitable currency pairs:   EUR/JPY H1   (there will be sets with settings for other currency pairs in the discussions) Indicators used:   "ATR MA Oscillator", "Entry Time", "Top Bottom Price" and "Previous High Low" Default lot size =   5% Other Products:  https://www.mql5.com/ru/users/yura1994ru/seller#products Test results since 2017 for the EUR/JPY H1 pair Initial balance = 500  $ Net profit = 2,372,808  $ Profitability = 4.07 Profitable trades = 84% Drawdown = 7% Recommendation: use an ac
High Point Scalper EA  trade is based on Price high and low level to determine the next trend   with martingale  strategy . The EA will find the best entry and exit points  This Expert advisor is mainly for synthetic Trade    , check it out on Jump100 recommended assets  JUMPS100  Recommended Broker..  Deriv Timeframe  H1  Minimum deposit $100 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. you will get  one expert a
MartinPro   (or Martingale Pro) is a martingale-based  scalper EA. It is recommended to be traded on only one pair at a time -- preferably Gold or GBPUSD . You can set your initial FixLots based on increased equity or simply set the AutoLots to 'Yes' and the robot will use a computed initial lot size. Default setting may be OK for most trades.   Note that this is a martingale  EA; it starts with two opposite orders and opens additional (subsequent) orders with increased lot size and attempts to
Перед вами один из самых мощных советников. Эксперт использует по максимуму те возможности тренда, которые трейдер не может заметить и, соответственно среагировать на них. Это позволяет роботу действовать в 3 раза эффективнее. Конечно, не все брокеры приветствуют скальпинг-стратегии, поэтому  Crazy BOOM можно назвать узко профессиональным инструментов биржевой торговли.  Crazy BOOM — это доступный и удобный робот для начинающих участников биржевой торговли, ведь он позволяет работать и получать
Quant King EA   — Built for Gold If you are interested in purchasing the full source code, feel free to contact me via private message. The source code is available for a one-time buyout at   10,999 USDT . Or Buy here then contact me. Trading gold was never meant to be guesswork. Quant King EA   is an intelligent trend-following grid system, purpose-built for XAUUSD. It doesn't chase noise. It doesn't trade blindly. It waits for the market to align — and when it does, it executes with precisio
MQL Universal EA
Martin Eshleman
4.33 (12)
Summary of the Expert Advisor This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can
FREE
Hermes AI
Dmitriq Evgenoeviz Ko
Hermes AI Combines several proven breakout strategies to identify and follow trends. Uses advanced logic to filter out false breakouts, increasing accuracy and profitability. Adapts to both trending and range-bound market conditions for consistent performance. Hermes AI intelligently adjusts trades with precise risk control, without compromising capital. Leverage is optimized for maximum efficiency and trade security, balancing risk and profitability. The full list is available for your convenie
Taurus is a high quality EA designed to be consistently profitable in the long run. Strategy: It is a Swing Trading Strategy that finds key turning points and trades them. It uses fix tight stop loss and dynamic TP to catch swings. It is working on the 7 best pairs for diverzification calculated by AI to maximize reliability and minimize DD.  EA works on the following Pairs:(set files in the comments) -- EURUSD H4(DEFAULT) -- AUDUSD H4 -- CADCHF H4 -- NZDCAD H4 -- AUDNZD H4 -- USDJPY H4 -- A
You know you are not a shark but maybe you can be a   remora fish. You just have to locate a shark and feed on the remains. This system uses an indicator that detects the movements of the shark and positions itself in favor of it, taking advantage of its capture. This system analyzes the market looking for the waves that the shark produces in the forex sea when it attacks the market. Once the shark attack is located, it enters the market to catch a piece of the catch. All operations have thei
EA Skynet
Ruslan Pishun
2.93 (14)
This is a fully automated smart adaptive algorithm. The SKYNET system calculates the history data and performs the analysis based on the probability percentage of where the upcoming breakout of the support and resistance level will take place, and places pending orders. The Expert Advisor adapts to any market conditions. It was backtested and optimized using real ticks with 99,9% quality. It has successfully completed stress testing. The EA contains the algorithm of statistics collection with ou
The EA uses scalping strategy at night, trading consists of three algorithms and each algorithm works in its own time interval. The EA uses many smart filters to adapt to almost any economic situation. Pending orders are used for the least slippage when trading scalping. The adviser is safe and does not require any settings from the user, just install it on the chart and you are ready. The EA sets a protective stop order, so the trader does not have to worry that the robot will allow significant
ON THIS LINK YOU CAN FIND NEW VERSION  https://www.mql5.com/en/market/product/53022 https://www.mql5.com/en/market/product/53022 /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-
FREE
WHOOSH – スマート平均足グリッドEA MT4バージョン: https://www.mql5.com/ja/market/product/142798 MT5バージョン: https://www.mql5.com/ja/market/product/142799 WHOOSHは、市場の勢いを素早く捉え、ポジションを動的に管理し、包括的なリスク管理によってアカウントを保護するために設計された、スマートなマルチタイムフレーム平均足ベースのエキスパートアドバイザー(EA)です。 このEAは、トレンドフィルタリング、制御されたグリッド平均化、そして柔軟な資金管理の力を組み合わせることで、FX、金(XAUUSD)、指数など、様々な金融商品でスキャルピングとスイングトレードの両方を可能にします。 主な機能 マルチタイムフレーム平均足確認 3つの異なるタイムフレームでトレンドが確認された場合のみエントリーするため、誤ったシグナルを削減します。 スマートグリッドとヘッジ カスタマイズ可能なピップステップと乗数による平均化オプション。 双方向ヘッジ(買いと売りの同時実行)または排他モー
Professional Trend Capture System for XAUUSD Are you looking for a   reliable strategy   to trade Gold without dangerous gambling methods?   Gold Trend Breakout EA ProTrading   is engineered to capture high-probability volatility moves in XAUUSD, utilizing a sophisticated breakout logic combined with strict risk management. Unlike risky Grid or Martingale systems that blow accounts, this EA is designed for   sustainability and growth , making it ideal for personal accounts and   Prop Firm Challe
I will support only my client. สำหรับลูกค้า Star Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and No MARTINGALE. No more indicator. You can select da
Trend Line GRID mt4
Evgenii Aksenov
4.62 (42)
Trend Line REVOLUTION (GRID) EA trade the first order based on the indicator signal and builds a grid if the price deviates. After a certain number of orders, the DrawDown Reduction function is enabled, which reduces the most unprofitable orders by closing them with a counter profit. EA also accompanies trades opened in manual mode and resolves them into a profit.  The recommended Deposit amount is from $100 to a micro-account.  You need to have a VPS to automatically trading .  Trend Line REVOL
I will support only my client. สำหรับลูกค้า Vlado Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and No MARTINGALE. No more indicator. You can select d
I will support only my client. สำหรับลูกค้า Tixee Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and   NO MARTINGALE. No more indicator. You can select
I will support only my client. สำหรับลูกค้า DooPrime Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and   NO MARTINGALE. No more indicator. You can sel
I will support only my client. สำหรับลูกค้า Think Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and   NO MARTINGALE. No more indicator. You can select
I will support only my client. สำหรับลูกค้า Fullerton Fund Ai Robot is a safe system for Forex and Crypto currencies trading. Developed exclusively for the XAUUSD pair(GOLD), any currency pairs and any broker. Try now! The Ai Robot is designed to operate in the XAUUSD (GOLD) and any currencies market, entering only when there are high probabilities of success and certain unique conditions. The Ai Robot is based on a robust, profitable strategy and   NO MARTINGALE. No more indicator. You can se
Golden Daybreak for Gold
Francisco Javier Garzon Mendez
IMPORTANT! Only Works in XAU/USD 30% Discount on the first 5 purchases Introducing a sophisticated algorithmic trading strategy, meticulously designed for the exclusive operation on the Gold (XAU/USD) currency pair. This Expert Advisor is based on the confluence of specific hourly confirmation signals and the validation of the CCI indicator, exclusively generating high-probability buy signals. Trade execution occurs only when predefined and rigorous criteria are met, with an automatic closure
We all dream of becoming a foreign exchange trading expert, making a lot of money and having a large number of trading fans who adore us. There seems to be only one thing standing in our way: actually learning how to enter and leave the foreign exchange market. Most trading strategies put their emphasis on finding out when to enter the market. Whether it’s technical or fundamental, everyone is looking for an entry signal. However, this only covers half of the trade. As any trader knows, there a
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (33)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
BB Return mt4
Leonid Arkhipov
5 (2)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   設定と取引頻度 — 開始に複雑な設定は不要です。本戦略は デフォルト設定 での運用を前提とし
GOLD Scalper PRO
Lachezar Krastev
4.6 (25)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Goldbot One MT4
Profalgo Limited
5 (5)
ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル 新着: Goldbot One を購入すると、EA を 1 つ無料で選択できます!! (取引アカウント 2 つ分) 公開グループに参加する: ここをクリック   究極のコンボディール   ->   こちらをクリック LIVE SIGNAL 金市場向けに設計された非常に洗練された取引ロボット、   Goldbot One を ご紹介します。   Goldbot One はブレイクアウト取引に重点を置いており、サポート レベルとレジスタンス レベルの両方を活用して、最適な取引機会を特定します。 このエキスパート アドバイザーは、変動の激しい貴金属市場で効率性、信頼性、戦略的優位性を求めるトレーダー向けに作成されています。   注目すべき事実:   サンプル外データにおける EA のパフォーマンスは、最適化に使用されるサンプル内データと完全に一致しています。   サンプル期間は 2016 年から 2023 年です。 戦略の確認に使用されたサンプル外データは 2004 年から 2016 年および 2024 年
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY か
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Game Change EAは、Game Changerインジケーターをベースにしたトレンドフォロー型の取引システムです。赤いドットが形成されると自動的に売り、トレンドの終了を示す黄色のXが表示されるまで売り方向に進みます。買い取引にも同じロジックが適用されます。青いドットが表示されるとEAは買いを開始し、黄色のXが検出されるとすぐに買いサイクルを終了します。 このEAはあらゆる通貨ペアとあらゆる時間枠に適していますが、M15時間枠のxauusdなどの強いトレンド銘柄で特に優れたパフォーマンスを発揮します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series – true/false - 新たな一連の注文の始まり。 Trade Buy - EAが購入できるようにする Trade Sell -  EAの販売を許可する Support manual orders – true/false – EAが手動注文を制御できるようにする Use hedge - EAが買いと売りの両方
Dark Algo
Marco Solito
4.65 (66)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
EA Gold Stuff
Vasiliy Strukov
4.7 (1085)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Quantum Dark Gold
Nguyen Hang Hai Ha
3.33 (9)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mql
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
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 ,      XAUUSD M30 SL3 ,      XAUUSD M30 SL2 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  1   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — クラシックとスキャルピングの2つのモードを選択できるXAUUSDエキスパートアドバイザー GoldPro は、構造、明確なリスク管理、さまざまな市場テンポで機能する EA を求めるトレーダー向けに構築された 、XAUUSD (ゴールド) の自動取引システムです。 1つのEA内で 、どのように取引するかを 選択できます。 1) クラシックモード - スイングとプルバックのための穏やかなロジック 反転/平均回帰行動(市場の「枯渇」ゾーンからのエントリー)と構造化されたポジション管理に重点を置いた古典的なアプローチ。 バスケット型マネジメント(一連のポジションを扱う) 厳密な制限(距離 / ステップ / ロット係数)によるオプションの平均化 複数の出口スタイル:固定目標、損益分岐点、トレーリングロジック スプレッドフィルター 取引スケジュール管理(平日 / 金曜日の締め切り / 週末のストップ) 取引方向オプション: 買い / 売り / 両方 / 季節性モード 2) スキャルピングモード - 日中チャンスのためのより高速なロジック 柔軟なエントリー プロファ
Trend AI EA
Ramil Minniakhmetov
4.07 (57)
Trend Ai EAは、Trend Aiインジケーターと連携して動作するように設計されており、トレンド識別と実用的なエントリーポイント、そして反転アラートを組み合わせることで独自の市場分析を行い、インジケーターのすべてのシグナルを完全自動で処理します。EAには、完全に調整可能な多数の外部パラメーターが含まれており、トレーダーは好みに合わせてエキスパートをカスタマイズできます。 緑のドットが表示されるとすぐに、EAは買い注文をエントリーします。上昇トレンドが青い矢印で確認されると、EAは次のローソク足で買い注文をエントリーします。市場が反転した場合、EAはグリッドとマーチンゲール戦略で一連の取引を管理します。反対のシグナルが現れ、チャートに赤いドットが表示された場合、EAは売り注文をエントリーし、赤い矢印が続くとすぐに、EAは次のローソク足で売り注文をエントリーし、グリッドとマーチンゲール戦略で一連の取引を管理します。 通貨ペアと時間枠: このEAは、上場されているすべての資産、先物、株式、外国為替、コモディティ、暗号通貨、指数で使用できます。xauusd、eurusd、gbpu
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
フィルタ:
Miguel Jimenez Cordero
6779
Miguel Jimenez Cordero 2021.03.21 09:43 
 

Good job.

Matthew Todorovski
13132
Matthew Todorovski 2018.06.25 05:37 
 

1 Star (20%) = Bad

2 Stars (40%) = Undecided (still testing)

3 Stars (60%) = Okay

4 Stars (80%) = Good

5 Stars (100%) = Excellente!

Andrey Litvichenko
7633
Andrey Litvichenko 2017.10.21 12:42 
 

ユーザーは評価に対して何もコメントを残しませんでした

Evgenii Bazenko
849
Evgenii Bazenko 2017.09.25 21:18 
 

ユーザーは評価に対して何もコメントを残しませんでした

レビューに返信