RSI TrendWave

4

RSI TheTrendWaveは、MQL4のエキスパートアドバイザー用のダブルRSIとスマートマーチンゲール戦略を組み合わせたもので、RSIベースのトレンド識別と、修正されたマーチンゲールシステムを使用してドローダウンを減らすリスク管理アプローチを提供します。以下がその仕組みです:

ダブルRSIシグナル:

  • 短期RSIが長期RSIを上回り、両方が特定の売られ過ぎの閾値(例: 30)を下回った場合、買いシグナルが発生します。
  • 短期RSIが長期RSIを下回り、両方が買われ過ぎの閾値(例: 70)を上回った場合、売りシグナルが発生します。
  • このエキスパートアドバイザー(EA)は、すべての通貨ペアに同じダブルRSIロジックを適用し、各通貨ペアに特有の買われ過ぎと売られ過ぎの条件に基づいて売買の機会を特定します。EURUSD、GBPUSD、USDCADの流動性とボラティリティの違いにより、EAはトレンドや反転を効果的に検出します。

スマートマーチンゲールアプローチ:

  • 初期ポジション: RSIシグナルに基づいて取引を開き、初期ロットサイズは小さく設定されます。
  • マーチンゲールの乗数: 取引がEAに対して進み、特定の損失閾値に達した場合、次の取引のロットサイズは従来のマーチンゲールシステムのように2倍にするのではなく、制御された方法(例えば、2未満の係数で)で増加します。
  • 動的調整: 市場の現在のボラティリティと利用可能な資本に基づいて乗数が調整され、過剰なレバレッジを避け、リスクエクスポージャーを制限します。
  • 利益目標とエグジット: EAは、事前定義された利益目標に達するか、RSIがトレンドの反転を示すときにポジションを閉じ、損失の連鎖を防ぎます。

エキスパートアドバイザーの使用推奨:

1. 初期設定とテスト:

  • まずバックテスト: 実際の取引を行う前に、歴史的データを使ってEAをさまざまな市場条件で徹底的にバックテストしてください。
  • パラメータの最適化: MetaTraderのストラテジーテスターでロットサイズ、ステップ乗数、ストップロスなどの設定を最適化しましょう。
  • デモテスト: 実際のパフォーマンスを確認するために、最初はデモ口座で使用し、すべてが期待通りに動作することを確認してください。

2. リスク管理:

  • 最低残高: 複数のステップ戦略をサポートし、過剰なレバレッジを避けるために、最低**$3000**の口座残高を推奨します。
  • オートロットとストップロス: オートロット機能を使用して残高に応じてロットサイズを調整し、ドローダウンを制限するために適切なストップロスを設定してください。

3. トレーディング戦略:

  • マルチステップ&RSI戦略: ポジションを増やすマルチステップ戦略を理解し、それがあなたのリスク許容度に合っていることを確認してください。トレンドに基づいた効果的な取引のために、組み込まれたRSIシグナルを活用してください。

4. ライブモニタリングと調整:

  • モニタリングと調整: 実際の口座で使用する際、最初は小さなロットサイズで取引を開始してください。市場の状況や重要な経済イベントに基づいて設定を調整しましょう。
  • ビジュアライゼーション: エントリーポイント、テイクプロフィットレベルなどの重要なレベルを視覚的に追跡するために、EAのビジュアライゼーション機能を有効にしてください。

5. 口座サイズとレバレッジ:

  • 十分な資金: 口座のサイズとレバレッジが戦略をサポートできることを確認してください。EAの最適なパフォーマンスには、最低**$3000**の残高が推奨されます。

推奨通貨ペア:

EAはEURUSD、GBPUSD、USDCADでほとんどのタイムフレームで成功裏にテストされていますが、他の通貨ペアでも良好なパフォーマンスを示す可能性があります。

入力パラメータの詳細説明:

一般設定:

  • comm: EAのコメントまたはラベル。デフォルト: "DoubleRSI"。
  • Slippage: 取引実行時に許容される最大スリッページ(ポイント)。デフォルト: 30。
  • LotSize: 取引ロットサイズ。0に設定すると、オートロット計算が有効になります。デフォルト: 0.01。
  • AutoLot: オートロットが有効な場合の、1000ユニットの残高ごとのロットサイズ。デフォルト: 0。

取引管理:

  • StopLoss: ストップロスの値(ポイント単位)。0に設定されている場合、ストップロスは使用されません。デフォルト: 0。
  • OpenNewSeries: 新しい取引シリーズを開くかどうかを決定します。trueの場合、新しい取引が開かれます。デフォルト: true。
  • MagicNumber: EAの取引のためのユニークな識別子。他のEAの取引と混同されないようにします。デフォルト: 64321。
  • TargetPips: 目標利益レベル(ピップス)。デフォルト: 90。
  • NumMaxTradesOpenOther: 他の戦略やインスタンスによって開かれることができる最大取引数。デフォルト: 5。

ステップ設定(スケーリングまたはグリッド戦略用):

  • Step: シリーズ内の取引間のステップサイズ(ポイント単位)。デフォルト: 100。
  • StepMultiplier: 取引間の最初のステップ距離の乗数。デフォルト: 1.2。
  • SecondStepMultiplier: 取引間の2番目のステップ距離の乗数。デフォルト: 1.5。
  • FirstSetLotMultiplier: 最初の取引セットのロットサイズの乗数。デフォルト: 1。
  • SecondLotMultiplier: 2番目の取引セットのロットサイズの乗数。デフォルト: 1.5。
  • MaxStepOrders: 開くことができるステップベースのオーダーの最大数。デフォルト: 10。
  • NumFirstLotSet: 最初の取引セット(初期ロットサイズ)の最大取引数。デフォルト: 5。

RSI設定(ダブルRSI戦略用):

  • Trend1TF: 最初のRSIトレンドインジケーターのタイムフレーム。デフォルト: PERIOD_D1(デイリー)。
  • Trend1RSIPeriod: 最初のRSIインジケーターの期間。デフォルト: 7。
  • Trend1RSIHighLevel: 最初のRSIインジケーターが買われ過ぎの状態を示す上限。デフォルト: 60。
  • Trend1RSILowLevel: 最初のRSIインジケーターが売られ過ぎの状態を示す下限。デフォルト: 40。
  • Trend2TF: 2番目のRSIトレンドインジケーターのタイムフレーム。デフォルト: PERIOD_H1(1時間)。
  • Trend2RSIPeriod: 2番目のRSIインジケーターの期間。デフォルト: 7。
  • Trend2RSIHighLevel: 2番目のRSIインジケーターの上限。デフォルト: 60。
  • Trend2RSILowLevel: 2番目のRSIインジケーターの下限。デフォルト: 40。

クローズ設定:

  • CloseOnTF: 特定のタイムフレームに基づいて取引を閉じるかどうかを決定します。デフォルト: false。
  • CloseTF: CloseOnTFが有効になっている場合に取引のクローズを監視するタイムフレーム。デフォルト: PERIOD_H1(1時間)。
  • UseReverseSignalClose: trueの場合、逆方向のシグナルが検出されたときに取引が終了します。デフォルト: false。

ビジュアライゼーション設定:

  • EnableVisualization: EAの取引およびステップのビジュアライゼーションラインの表示を有効または無効にします。デフォルト: false。


レビュー 2
Marek Tomaszewski
38
Marek Tomaszewski 2025.11.17 18:42 
 

I noticed that the grid shows a "Breakeven" level, but there seems to be no parameter in the EA settings to actually enable automatic breakeven (moving the Stop Loss to the entry level). As it stands, this level appears to be only visual or indicative, and positions do not close at breakeven automatically. It would be very helpful to have a parameter like `UseBreakEven` or `BreakEvenPips` to allow the EA to shift SL to breakeven once a trade reaches a certain profit, especially for small accounts where risk management is crucial.

おすすめのプロダクト
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
Entry Logic The EA (Expert Advisor) will monitor price movements (M5, M15, H1, H4) during the specified input period. If these price movements exceed the input parameters, an entry will be executed. Take Profit (TP) = 50 pips Stop Loss (SL) = 50 pips Maximum Order Quantity = 1 To facilitate profit loss recovery, the robot offers the option to increase the lot size in the next entry (True/False choice). The best pair GBPUSD  / EURUSD TF M5 Set file (default)
FREE
FX365 MA Crossover EA is a completely FREE expert advisors specially developed for users who love to do their own configuration and optimization. The EA comes without optimizations but everything one trader need to configure and adapt the EA to any forex instrument/pair. FX365 MA Crossover EA is based on the popular Moving Average indicator. The idea behind this EA is to use two MA indicators. One FAST and the second one SLOW. When both MA crossed each other the EA trades. When the FAST MA line
FREE
PZ Heiken Ashi EA
PZ TRADING SLU
4.8 (10)
This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols T
FREE
MyGrid Scalper
Ahmad Aan Isnain Shofwan
3.96 (53)
MyGridスキャルパー あなたがそれをリードするか、それがあなたをリードするかのどちらかです。 2022年以降、29,000回以上ダウンロードされています。誇大広告やノイズ、割引は一切ありません。 理解のある人たちの手による、一貫した実行力だけです。 基本情報 シンボル: 任意 (デフォルトで最適化されたもの: XAUUSD) 時間枠:   任意 (デフォルトの最適化:   M5   ) タイプ: ソフトマーチンゲールを備えたグリッドベースのEA (デフォルト 1.5) ロット制御: 固定ロットの場合は乗数を1.0に設定します 口座の種類:   ECN 推奨(必須ではありません) ブローカー: どのブローカーでも構いませんが、低スプレッドが望ましいです ライブ&デモ対応: バックテスト、フォワードテスト、最適化済み コンフォート スクリプトはもう使いこなせましたか? 無料ツールは安心を約束します。本物のツールはコントロールを提供します。MyGrid Scalperは親切を装うのではなく、ただパフォーマンスを発揮します。 ガイドではない。セーフティネットでもない このシステムは
FREE
Laboratory.Money EUR/CAD M30 Автоматическая Торговая Система из серии Energy Drive EUR/CAD M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
FREE
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
Free RSI EA
Tonny Obare
3.5 (6)
Free RSI expert advisor is a completely free expert advisor that trades using rsi level crosses. You can set which levels the Ea should use to open and close trades. The various settings are explained below. NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. AllowBuy - Set to true to allow buy trades. This setting is true by default. Allo
FREE
MT4BTCPro
Stephanos Massouras
MT4BTCPro — EMA クロスオーバー・エキスパートアドバイザー 数日間のみ無料。11月1日から価格は30ドル、以後5件の購入ごとに30ドルずつ値上げ。最終価格 $499 推奨銘柄: BTCUSD ― 30分足 MT5BTCPro は、現在の時間足での高速/低速 EMA のクロスを用いたシンプルなトレンドフォローを自動化します。1トレードのリスク(固定ドル/残高%)を設定し、ボラティリティに基づくストップを配置し、ルールベースの反転、オプションのトレーリングストップおよび部分利確でエグジットを管理します。 動作概要 シグナル: 高速 EMA が低速 EMA を上抜け/下抜けしたときにエントリー(上抜け=買い、下抜け=売り)。 初期ストップ: ATR × 係数でSLを設定し、ブローカーのストップ/フリーズ距離に自動調整。 リスクサイズ: 選択した1トレード当たりのリスクとSL距離からロットを算出。ブローカーの最小ステップ、最小/最大ロット、証拠金チェックを順守。 エグジット管理: 反対のEMAクロスでクローズ可能。オプションでトレーリング(ATR/%/ポイント)やR倍数での部分利
FREE
Flash Scalper is a scalper Expert Advisor that exploits acceleration of volatility of the market. It goes into action when there is an explosion of volatility for example during the news or special events. The minimum volatility is settable from input parameters. The EA work every time with stop loss and take profit, no martingale. Any initial deposit on account is allowed to start work with this expert advisor. The most important conditions for this expert advisor are low spread and fast execut
FREE
This EA recognizes candlestick patterns, opens trades depending on the last candlestick pattern, and also displays its name (when the ShowInfo option is enabled) directly on the chart of the currency pair. There are also additional indicators whose parameters are adjustable (for example, ADX volatility indicator, dynamic stop loss parameter, trailing stop). The EA can determine both simple models consisting of 1 candlestick, and complex ones from 2 to 5 candles. The simple version of this advise
FREE
Bollinger Scalper EA
Robots4Forex Ltd
4.22 (9)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
Shaun’s Range Breaker EA (FREE)   is a breakout‑based Expert Advisor designed to let traders   test the core strategy safely and easily , with strict risk limitations. It automatically trades when the current candle’s range expands beyond an average‑bar threshold and can optionally use RSI, time and spread filters to refine entries. This FREE version is ideal if you want to: See how the strategy behaves on your broker and symbols Forward‑test on demo or small live accounts Evaluate the entry/exi
FREE
Gegenpressing
Mr Thadanai Chulasamaya
4.2 (5)
This EA has no stop loss. All risks are at your discretion. This is Free EA,  It can make you profitable if you use it carefully. Please don't ask for the MQ4 file, I'm using it to develop other robots. Gegenpressing EA  is a fully automatic Expert Advisor for  Scalping  Trading on  XAUUSD timeframe M1 but also in others.   The basic strategy starts with Market order in Trend Following, so this EA  Follow the Trend . M1 Trend…. very very fast.  If you like this EA and want to help me develop
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
PZ The Zone EA
PZ TRADING SLU
4.67 (3)
This expert advisors trades donchian breakouts according to Bill Williams's definition of "Trading in the Zone". It uses alligator to find strong trends, AC and AO to identify trading zones and MACD to avoid trading exhausted trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully configurable indicator settings Customizable break-even, stop-loss, take-profit and trailing-stop settings Works for ECN/Non-ECN brokers and 2-3-4-5 digit s
FREE
This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
FREE
PZ Stochastic EA
PZ TRADING SLU
4.8 (5)
This EA trades using the Stochastic Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can
FREE
Avantgarde: Grid This Expert advisor uses simple and robust grid method to place trades. simple and easy to use. https://www.mql5.com/en/signals/534678 How It Works: The EA does not use indicators but uses a math based solution to price-action. The EA will perform the same trades in any timeframe. Avantgarde Grid is equipped with money management, Autolot and DD close trade. Take care when setting the <step> as it will alter the aggressiveness. The Greater the step the less risk. Parameters Buy
FREE
Succubus
Dmitriy Prigodich
3 (5)
サキュバスは、ユニバーサルexpert Advisorです。 その主な利点は、最高のエントリ精度、トランザクションの90%以上です。 Expert Advisorパラメーターは、ユーザーが必要とする機能に応じてカテゴリに分けられます。 すべての機能を無効にできます。 Expert Advisorは、中小規模の預金を分散させるように設計されています。 メイン: TakeProfit-利益を持つ取引を閉じるためのポイントの数 StopLoss-損失を伴う取引を終了するポイントの数 スリッページ-スリッページ マジックアドバイザー ID ロット-トランザクション量 動的ロット設定: ダイナミック-を有効/無効にした動的計算の取引量 リスク-リスク係数。 ブロック、マーティン-ゲイル、クラシック。 一つだけの貿易は、各方向のために、一度に開くことができます。 損失が発生した場合、次の取引はボリューム乗数で行われます。 Martin-マーチンゲールを有効/無効にします Multiplierマーティン-ロット乗数 Succubus expert Advisorはグ
FREE
Free parabolic SAR expert advisor is a completely free expert advisor that trades using Parabolic SAR dots. It opens and closes trades based on the first dots of a new trend. The various settings are explained below. Parameters NOTE: The default settings are just place holders and not necessarily the best. Use the settings that best suites you or your strategy. Lots - This is the lot size of the EAs trades. 0.1 is the default setting. StopLoss - Stop loss setting. AllowBuy - Set to true to allo
FREE
Morning Luck
Pavel Predein
4.8 (5)
Automatic trading system based on the morning Flat indicator, puts pending orders on the borders of the night channel .All trades have a fixed stop loss and take profit .The traded pair GBPUSD H1, can be used on other instruments after optimization. The EA contains a switchable flat indicator . The robot's operating time in the input parameters corresponds to (+2GMT). when switching to daylight saving time,you need to adjust the time manually. * Use default settings  * Does not use dangerous
FREE
The robot was created based on CCI (Commodity Channel Index) logic, and it is a very stable Expert Advisor (EA). It is optimized for XAUUSD (gold) by default, but you can run it on any currency pairs. Take Profit : 10 pips Stop Loss : 90 pips Grid Order : Every 5 pips All orders are closed when the total profit in dollars reaches a certain amount or when each individual order hits its take profit.
FREE
PZ RSI Trader EA
PZ TRADING SLU
4.67 (3)
This EA trades using the RSI Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NF
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
The GU_H1_120114111_S_Pi_CF_0712_SQ3 is an algorithmic trading strategy for MetaTrader, tested on GBPUSD using the H1 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:  https://quantmonitor.net/gbpusd-pivots-trend-master/ Key details are: Parameters Main Chart: Current symbol and
FREE
The Complex Chaos EA is an automated system that uses a pair of exponential moving averages to detect the market direction and opens trades on candle open. If the market moves against a trade it will at a set distance open another trade in the same direction to move the take profit of the group of open positions closer to the current price and make the group of trades winners overall once the price reverses. If a change in direction is detected then all trades are closed and it starts trading in
FREE
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
Algorithmic FREE
Vladimir Gorbachev
5 (4)
Medium-term trading system that tries to profit during the price rollbacks after significant movements. The system automatically determines the current trading range, the price rollback levels. This is a demonstration version of the Algorithmic EA, which is optimized over the year 2016 for trading the EURUSD currency pair. It is possible to trade in manual mode using a simple on-screen panel or in fully automatic mode. Amount of trades per month is from 5 to 18 in automatic mode. The recommended
FREE
Simple RSI trader
Aleksei Sukhanov
4.5 (2)
This is a simple Expert Advisor that uses the RSI indicator to enter a trade and several patterns. the advisor trades one deal and each deal has a stop loss and take profit (set in the settings) in case of failure (the deal is closed by stop loss), it is possible to increase the lot of the next deal. The telegram group:   https://t.me/FXAdvisorsMy Start_trade - time to start trading End_trade   - trade end time Lot             -  size of the lot for opening the first order (this is a fixed lot
FREE
このプロダクトを購入した人は以下も購入しています
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
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
BB Return mt4
Leonid Arkhipov
5 (2)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   設定と取引頻度 — 開始に複雑な設定は不要です。本戦略は デフォルト設定 での運用を前提とし
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
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
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つの小さな取引に継続的に分割する独自の戦略を採用していま
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が買いと売りの両方
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
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
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
FlipDamonHFT
Allistair Kabelo Mandow
5 (1)
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
EA Gold Stuff
Vasiliy Strukov
4.7 (1085)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
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
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 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
Aura Neuron MT4
Stanislav Tomilov
4.36 (14)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
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 年
説明 この製品は "PULSE OF MARKET" プロジェクトの一部として作成されました。 EA「Undefeated Triangle」は、AUD、CAD、NZD通貨間の価格の相互関係に基づいて動作します。観察によると、これらの通貨ペアは相関した動きを示すことがあり、強い変動の後に価格が戻る場合があります。この特性により、グリッドベースの管理手法を使用できます。 このEAは3つの通貨ペアを使用します:AUDCAD、AUDNZD、NZDCAD。 MT5版 特徴 類似製品と比較して低価格 小規模口座でも利用可能 シンプルなパラメータ 設定が容易 パラメータ Short Name – 履歴コメント Print Logs On Chart – 情報パネル Display Options – 表示設定 One Chart Setup Pairs – 通貨ペア一覧 Magic – 識別子 No more Initial Trades – 新規エントリー無効 Symbols open same time – 同時取引数 Lot Sizing Method – リスク設定 Fixed Lot –
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA ― MT4用トレンド&モメンタム型エキスパートアドバイザー MT5:  https://www.mql5.com/en/market/product/163078 【重要】コメント欄にて更新済みのセット(.set)ファイルを定期的に公開しています。現在の相場環境で最適なパフォーマンスを発揮できるよう、バックテストや実運用を行う際は必ず最新のファイルを使用してください。 Bazooka EA は、 MetaTrader 4 向けの完全自動売買エキスパートアドバイザーで、 トレンド確認 と モメンタムフィルター を組み合わせることで、方向性のある市場の動きを取引するよう設計されています。 本EAは、制御されたエントリーと規律ある決済に重点を置き、過度な取引や高リスクなポジション管理手法を使用しません。 Bazooka EA は、明確なルールに基づいた戦略と、調整可能なリスク管理を重視するトレーダーに適しています。 戦略概要 Bazooka EA は、以下のテクニカル要素を組み合わせて市場を分析します。 移動平均線(Moving Average) によるトレンド方向の判
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
Professional automatic advisor with high performance. The advisor has preset settings, trades automatically calculated or fixed lot. You can use default settings or use your preferences. The Monopolist expert uses the author's, multi-component algorithm for fast processing of market data in real time, to open short-term transactions on dynamic instruments with a small spread. The advisor's strategy is based on price action, transactions are opened with a minimum waiting time for a decision, whic
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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 か
Trend AI EA
Ramil Minniakhmetov
4.07 (57)
Trend Ai EAは、Trend Aiインジケーターと連携して動作するように設計されており、トレンド識別と実用的なエントリーポイント、そして反転アラートを組み合わせることで独自の市場分析を行い、インジケーターのすべてのシグナルを完全自動で処理します。EAには、完全に調整可能な多数の外部パラメーターが含まれており、トレーダーは好みに合わせてエキスパートをカスタマイズできます。 緑のドットが表示されるとすぐに、EAは買い注文をエントリーします。上昇トレンドが青い矢印で確認されると、EAは次のローソク足で買い注文をエントリーします。市場が反転した場合、EAはグリッドとマーチンゲール戦略で一連の取引を管理します。反対のシグナルが現れ、チャートに赤いドットが表示された場合、EAは売り注文をエントリーし、赤い矢印が続くとすぐに、EAは次のローソク足で売り注文をエントリーし、グリッドとマーチンゲール戦略で一連の取引を管理します。 通貨ペアと時間枠: このEAは、上場されているすべての資産、先物、株式、外国為替、コモディティ、暗号通貨、指数で使用できます。xauusd、eurusd、gbpu
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
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
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
作者のその他のプロダクト
FadeStormPro EA – Low-Risk Reversal Trading for Consistent Profits FadeStormPro EA is an advanced, fully automated trading system designed to capitalize on sharp, volatile price moves by executing high-probability reversal (fade) trades. Proven to deliver consistent results on EURUSD, USDCAD, and other major currency pairs, FadeStormPro combines multiple institutional-grade detection methods, robust risk management, and professional trade management features to generate profits in various market
FREE
フィルタ:
Marek Tomaszewski
38
Marek Tomaszewski 2025.11.17 18:42 
 

I noticed that the grid shows a "Breakeven" level, but there seems to be no parameter in the EA settings to actually enable automatic breakeven (moving the Stop Loss to the entry level). As it stands, this level appears to be only visual or indicative, and positions do not close at breakeven automatically. It would be very helpful to have a parameter like `UseBreakEven` or `BreakEvenPips` to allow the EA to shift SL to breakeven once a trade reaches a certain profit, especially for small accounts where risk management is crucial.

削除済み 2025.09.15 02:11 
 

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

レビューに返信