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

RSI TrendWave

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。


おすすめのプロダクト
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
Laboratory.Money EUR/CAD M30 Автоматическая Торговая Система из серии Energy Drive EUR/CAD M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
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
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
Introduction Virtual Money Flow free - Lightweight free trading robot based on Money Flow index. Orders set with ISL and take profit is virtual. Equipped with trailing stop and limited money management. How to? Any account type,leverage and time frame Works only on currency pair   EURUSD, optimizations needed in regualar intervals You can start with as low as   $20-50   based on leverage   500 This is  not  a   scalper and trades can therefore be less frequent, be patient! Limited contract size
FREE
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
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
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
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
2.5 (4)
サキュバスは、ユニバーサル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
EuroSurge MT4 Basic - 無料版 無料の基本バージョンでEuroSurge EAのコアパワーを体験してください。このバージョンは、EURUSDペア(5分足)での自動売買に興味のあるトレーダー向けに設計されており、EuroSurge EAの完全版に搭載された高度な戦略を一部体験できます。 主な特徴: EURUSDに特化: EURUSDペア専用に最適化され、5分足タイムフレームで動作します。 簡素化された戦略: 当社のトレンドフォロー戦略の簡易版を採用しています。 基本的なリスク管理: 固定ロットまたは割合ベースのリスクを選択できます。 Propトレード対応: 保守的な設定でPropトレードの基本ルールに準拠しています。 実証済みのバックテストパフォーマンス: リスクを管理しながら安定した成長の可能性を示します。 なぜEuroSurge Liteを試すべきか? EuroSurge Liteは、取引量よりも質の高いセットアップを重視しており、常に監視しなくても自動売買戦略をテストしたいトレーダーに最適なソリューションです。 設定方法: EuroSurge Lite EAをE
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
CAP Breakout EA
MEETALGO LLC
4.35 (26)
CAP Breakout EA MT4   is a flexible and powerful metatrader expert advisor that using several breakout strategy and implements many useful features. It using the ZikZak Breakout, Daily candle breakout, London time breakout, Pivot points breakout and several breakout strategy. It offers many customizable trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode [  Installation Guide  |  Updat
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
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
Ophiuchus
Limitless Trading Enterprise
5 (4)
Due to policy changes in MQL5.com, we cannot continue our free trial program here. However, you can request to test our EA in live account though here  . Ophiuchus is the 13th zodiac and it is also the name for this EA as 13 is the key elements for this trading strategy. Trading Strategy The following are the main characteristic of this EA. Martingale based strategy. Only open more trades when it is on the right direction. earn small profit for each trades but a lot of volume everyday. Profit
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
TRADE FROM LEVELS ACCORDING TO YOUR PARAMETERS! This Expert Advisor trades from support and resistance levels. The maximum and Minimum prices are set in the input parameters. Input parameters: Selecttimeframe - setting the timeframe for the maximum and minimum prices How does it work? It's very simple - if you set a Monthly One, then the robot will trade at Max. and Min. prices that were last month For example, if you trade in the month of June, then the robot will find the maximum and minimum
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
The EA creates a grid of equally spaced pending limit orders taking into account:  - The current price; sell-limit above / buy-limit below  - The trading range; computed by using the weekly highs and lows The EA then manages the orders while they have been executed. The logic is: IF #EXECUTED ORDERS == 2   OPEN NEW LIMIT AT THE PEN. PRICE IF #EXECUTED ORDERS > TOT - 2   RESET THE LIMIT ORDERS TO RANGE  - check the video for the full strategy at:  https://youtu.be/f_ebFsGpIZQ?si=k8IBWe4qJxpz2zjJ
FREE
Toms Dollar Cost Averaging
Thomas Alexander Kevin Anderson
1 (1)
This Expert Advisor implements an RSI Mean Reversion strategy with a moving average filter for trade entries. The EA uses higher timeframe RSI conditions to detect potential buy or sell opportunities, confirmed by a lower timeframe moving average. The strategy includes risk management features like limiting the maximum number of open trades, controlling risk based on ADR, and closing trades when a predefined account profit percentage is reached. It also includes visualization tools such as a bre
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
このプロダクトを購入した人は以下も購入しています
Gold Scalping AI
Ho Tuan Thang
4.27 (11)
10 部中 3 部のみ残り 399 ドルです! その後、価格は 499 ドルに引き上げられます。 - REAL SIGNAL(6 か月以上アクティブな Real Signal): デフォルト設定: https://www.mql5.com/en/signals/2276213 Gold Scalping AI は人工知能を使用する EA です多くの指標のデータを分析する技術。そこから、EA は注文を入力するための最適なオプションを持つことになります。Gold Scalping AI の最大の違いは、EA が他の EA よりもはるかに優れたリスク/報酬比を制御できることです。これは、エントリ ポイントを制御し、オープン オーダーを管理するための一連のツールのおかげで可能になりました。EA はすべての注文にストップ ロスを使用し、危険な取引方法は使用しません。グリッド、マーチンゲールなどはありません... Gold Scalping AI は私が使用している EA の 1 つです。長年にわたってファンド管理アカウントを使用して取引しています。EA の最も最適化されたバージョンを正式にリリ
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (157)
ご紹介     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:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエ
Scalping Robot MT4
Marzena Maria Szmit
4.79 (14)
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 fo
Bitcoin Robot MT4
Marzena Maria Szmit
4.83 (48)
The Bitcoin Robot  MT4 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 sa
GbpUsd Robot MT4
Marzena Maria Szmit
4.92 (51)
The GBPUSD Robot MT4 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-Even
EA Gold Stuff
Vasiliy Strukov
4.73 (1005)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Big Forex Players MT4
Marzena Maria Szmit
4.74 (31)
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   (p ositions are sent from our databa
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (8)
需要と供給の 原理に基づいた 完全に自動化された EA 。 完全に自動化された 需給アドバイザー を提供する 最初の企業。 今では 取引は 簡単になり、取引戦略を完全に制御できるようになりました。 便利な取引チャートパネルを通じて。 15,000 行を超えるコード を含む 高品質のアルゴリズム取引ソフトウェアを入手できます。 プロップファームチャレンジで取引する最良の方法は、資格のあるトレーダーになるためのすべての手順に従うことです。 ProBot 供給と需要 EA ガイド || 取引パネルの使い方 || 自動操舵 購入後にメッセージを送ってください。 方向 指示器をお送りします。価格は 199 ドルですが、 購入後は完全に 無料で 受け取ることができます。 需要と供給における取引モード EA ProBot 手動取引: 供給エリアと需要エリアの横にあるエリア ラベルをクリックして、マーク/制限取引を手動で行うことができます。これを行うには、入力パラメータで手動取引を有効にし、取引パネルの「購入」ボタンと「販売」ボタンを無効にする必要があります。 半自動取引: 価格が特定の領域
発売プロモーション: 現在の価格で残っているのはわずか数コピーです! 最終価格:1,700ドル 1 EAを無料で取得(2つの取引口座用)-> 購入後に連絡してください Instruction Blog Link to Channel ZenFlowへようこそ! ZenFlowは、変化する市場トレンドに正確かつ迅速に適応するよう設計された高度なEAです。XAUUSD( or GOLD)シンボルの取引に最適化されており、1つのチャートでのみ実行するべきです。このEAは、偽のシグナルをフィルタリングしながら最適なエントリーポイントを特定するモメンタムベースのインジケーターと組み合わせた洗練されたトレンドフォロー戦略を使用しています。トレーリングストップロス機能は、リスクを有効に管理しながら利益を確保するのに役立ちます。 最先端の技術で構築されたこのEAは、特にトレンド市場で効率的であり、取引の実行精度が高いことを保証します。内蔵のリスク管理システムには、ダイナミックなロットサイズ、ストップロス、テイクプロフィット、トレーリングストップが含まれており、すべてがあなたの資本を守りながら取引の
Aura Neuron MT4
Stanislav Tomilov
5 (4)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
Diamond PRO
Fanur Galamov
4.85 (46)
1 copies left for $225 Next price  -->   $299 Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position
Gold ISIS MT4
Lo Thi Mai Loan
5 (2)
EA Gold Isis – 安全で効果的な金取引ソリューション  \ ローンチプロモーション  現在の価格で残りわずか1本  次回価格:$498   最終価格:$1998  ライブシグナル  MT5バージョン   こんにちは。私はEA Gold Isis、Diamond Forex Groupファミリーの2番目のEAで、金(XAU/USD)取引専用に設計されています。優れた機能と安全性を重視した設計で、トレーダーの皆様に持続可能で効果的な金取引体験を提供します。   EA Gold Isisの特徴   - 動的ストップロス(SL):EAは、最近のローソク足の価格範囲に基づいてストップロスを設定します。これにより、SLが市場の状況に柔軟に対応し、変動する市場でも効果的に口座を保護します。   - 多様な取引戦略:EAには3つの取引戦略が搭載され、それぞれ最大3つのポジションを同時に開くことができます。合計で最大9つの取引が可能です。   - 柔軟なトレーリングストップ:トレーリングストップによる利益確保機能が含まれています。この機能は、個々の好みに応じてカスタマイズ可能です
FX EurUsd Robot MT4
Marzena Maria Szmit
5 (13)
The EUR/USD Multi-Strategy Trading Robot MT4 is an advanced tool designed to optimize trading by combining 3 key systems:   daily trading, volume analysis, and Fibonacci   retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the   EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach.
Forex GOLD Investor
Lachezar Krastev
4.5 (44)
SPECIAL BIG DISCOUNT! ->> Buy Forex GOLD Investor with -60% OFF! NOTE: Promo price: $197 (Regular Price: $497) - The offer ends soon! Live Signal Account:   https://www.mql5.com/en/signals/2276118 Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. I
EA Black Dragon
Ramil Minniakhmetov
4.77 (525)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの利益。
Golden Rhythm - ニュース保護機能付き適応型トレーディング Golden Rhythm - ボラティリティを簡単にマスター Access the expert details here . Please join our channel here . 最先端の技術を活用して、Golden Rhythmを楽しもう! このEAはボラティリティのある市場に適応するよう最適化されており、トレーダーにリスクを管理しながらパフォーマンスを最大化するためのツールを提供します。初心者でも、先進的な機能を求めるプロトレーダーでも、Golden Rhythmは一貫した利益を得るための旅をサポートします。 Golden Rhythmの使い始め方: Gold (XAUUSD)などの最高の取引シンボルから選択します。 推奨時間枠 H1 を使用して、単一の Gold (XAUUSD) チャートにGolden Rhythmを適用します。 最初は デフォルト入力 を使用してEAに慣れ、自分の好きなリスク設定に調整します。  Golden Rhythm? ワンチャートソリューション Golden Rh
AW Recovery EA
AW Trading Software Limited
4.37 (81)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
The Infinity EA MT4
Abhimanyu Hans
3.44 (27)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。 I
AI Golden Jet Fighter GTX     MT4 は、Meta Trader 4 プラットフォームでの金取引用のシンプルで効率的なエキスパート アドバイザー (EA) です。ニューラル ネットワークを利用して、この EA は金市場 (XAU/USD) でのスキャルピング用に設計されています。AI Golden Jet Fighter GTX の主な戦略は、小さな価格変動を特定し、ポジションを開いて短期間で利益を獲得することに重点を置いています。EA は市場の状況をリアルタイムで分析し、事前に定義されたストップロス レベルとテイクプロフィット レベルで取引を自動的に実行します。また、トレーリング ストップ機能もサポートしているため、市場が有利に動いたときにトレーダーは利益を確定できます。正確性を確保するために、EA はスプレッド フィルターを使用して不利な条件での取引を回避し、スリッページ保護メカニズムを使用して正確な注文を実行します。AI Golden Jet Fighter GTX にはリスク管理機能が含まれており、トレーダーはリスク レベルをアカウント残高のパー
Bonus: By purchasing this Expert, get 1 Expert as a gift (Only for the next 7 buyers) To receive the bonus, send a message after purchase A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dangerous strategies such as Martingale and hedges, etc. A specialist who has been trained by artificial intelligence for years to correct
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.mq
Dark Algo
Marco Solito
4.77 (56)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . 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 trends . T
Golden AI
Dmitriq Evgenoeviz Ko
1 (1)
The Gold AI EA for gold trading in the MetaTrader 4 (MT4) platform is an automated trading system specifically designed for gold (XAU/USD) trading. Such advisors typically use algorithms to execute trades based on technical analysis and other market data. Its ability to interact contagiously with market volatility gives confidence to even the most cautious traders, opening up new horizons for them to achieve success. Regardless of the level of experience, this tool, capable of quickly adapting
Gold One MT4
Habib Gholamali Heidari
3.3 (10)
Gold One  MT4 Forexのゴールドトレード愛好者の皆さん、こんにちは。 私たちのロボットへようこそ。ここでは、トップゴールドトレーダーの仲間となることができます。20年以上の精密なForex市場の経験を持つ私たちは、最新世代のトレーディングロボットを誇りを持ってご紹介します。 特徴:  プロップファームチャレンジに最適です。 すべての口座サイズに対応しており、少額の資本でも使用可能です。 NO   グリッドと   NO   マーチンゲール 100% 完全自動化 このロボットは、ゴールド専用の最新かつ最先端のインジケーターを使用しており、売買ポイントの特定において比類なき精度を誇ります。これは、Forex市場におけるゴールド取引の革命的な突破口を示しています。この革新は、10年以上にわたる研究、試行錯誤、および広範なテストの結果であり、トップゴールド取引専門家の洞察を取り入れています。複雑なゴールド取引パターンを活用することで、ロボットは完全に自動化された取引をストレスなく監視できるようにし、心の平穏を確保します。長年のテスト結果は、私たちのロボットの優れたパフォーマン
CyNera MT4
Svetlana Pawlowna Grosshans
2.8 (15)
CyNera:あなたの取引、私たちの技術 シグナル >400%:  CyNera シグナル >500%: CyNera Turbo マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 4 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守る
Eternal Engineは、複数の指標とグリッドおよびマーチンゲール戦略を組み合わせた高度なEAです。その主な特徴は、エントリーポイントの正確な管理であり、複雑な市場環境でも優れたパフォーマンスを発揮します。Eternal Engine EAは多くの取引機会を提供し、スプレッドに対する感度が低く、厳格なエントリーポイント管理によって各取引を正確に実行します。この戦略は実際の取引でその効果が証明されており、1年以上の低ドローダウンのリアルタイムシグナルを提供しています。初心者から経験豊富なトレーダーまで、Eternal Engine EAは優れた取引体験を提供します。 MT5       マニュアル signal:  https://www.mql5.com/en/signals/2281073 signal:  https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile: High risk Medium risk Low risk 特徴: 適切な通貨ペア: GBPUSD, EURUSD, AUDCAD, AUDNZD 読
Goldex AI
Mateo Perez Perez
5 (1)
Goldex AI:今日の成功は明日の果実となる ライブシグナル > IC Markets Real: Goldex AI ハイリスクセット マニュアルと設定ファイル:マニュアルと設定ファイルを受け取るには、購入後にご連絡ください。 価格: 開始価格は499ドルで、10回販売されるごとに199ドル上がります。 コピー可能数:8 Goldex AI - ニューラルネットワーク、トレンド、プライスアクションを備えた高度なトレーディングロボット。 Goldex AIは、金のサポートとレジスタンスをブレイクするプライスアクションを利用する高性能取引ロボットで、市場のニューヨークセッションの動きを最大限に利用することで、可能な限り高い利益を得ることができます。 このロボットは、インテリジェント・リカバリーと呼ばれる戦略を持っており、損失が発生した後、その可能性のある損失を短期間で回復するために、より大きなロットをオープンします。 Goldex AIにはスマート・ニュース・フィルターが内蔵されており、中程度のインパクトのニュースがない日をフィルタリングし、取引を無効にします。Goldex AIは
Gold Scalping Expert
Vasiliy Strukov
4.73 (62)
Gold Scalping Expert は、地政学的なニュース、パンデミック、経済変動などのさまざまな影響の大きいイベント中の金の反応を利用する、非常にインテリジェントなスマート アルゴリズムです。 このシステムは、人気のジグザグ指標を使用して転換点で未決注文を発注することでブレイクアウト取引を行い、価格がこれらのレベルを超えてブレイクアウトすると注文がトリガーされます。 EA は非常にスマートなトレーリング ストップとダイナミック ストップロスを使用して、マーチンゲール手法を使用せずにアカウントを保護し、リスクを適切に管理します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Max
TitanGold AI mt4
Leonid Arkhipov
4.43 (7)
Titan Gold AI Titan Gold AI — XAU/USDのための強力なエキスパートアドバイザー 多くのAurum AIユーザーからの要望に応え、 Titan Gold AI を開発しました。これは、金(XAU/USD)の取引のための革新的なロボットです。Titan Gold AIは、実績のある戦略と高度な人工知能技術を組み合わせており、信頼性が高く効果的な取引ツールとなっています。 Titan Gold - 重要なお知らせ 重要なお知らせ Titan Gold は 2025年1月1日 に公開されました。 正直に申し上げますと、すべてのトレードシステムには不利な市場環境が存在します。1月と2月は本EAにとって厳しい時期でしたが、 安定性とアルゴリズムの安全性 が最大の強みです。 本EAは ほぼ同じレベルのストップロス(SL)とテイクプロフィット(TP) を使用しており、これによりこの2か月間で 一切の損失が発生しませんでした 。このことが、本EAの信頼性と優れたリスク管理を証明しています。 リアルタイムのシグナルを確認! 今後、市場環境が好転すれば、 Titan Go
BTC bot mt4
Ramil Minniakhmetov
5 (12)
ビットコイン ボット Btc ボットはストキャスティクス テープ インジケーターを使用し、ビットコインの取引専用に設計されていますが、必要に応じて他の通貨ペアの取引もできます。テープが赤から緑に交差すると、EA は買いを開始し、緑から赤に交差すると、EA は売りを開始します。取引は、利益確定に達するまでマーチンゲール/グリッド スタイルで制御されます。EA にはニュース フィルターが組み込まれており、設定に応じてニュースの前の特定の時間に新しいポジションの入力を停止します。 ペアと時間枠: m15 の btcusd で使用 m15 の xauusd または eurusd、gbpusd、usdcad、audusd などの主要通貨ペアで使用できます ニュース設定: [ツール]、[オプション]、[エキスパート アドバイザー] に移動し、[リストされた URL の WebRequest を許可する] チェックボックスをオンにしてください。次の URL を追加します: https://sslecal2.investing.com/ https://www.worldtimeserver.
フィルタ:
レビューなし
レビューに返信
バージョン 1.57 2024.10.10
Added spread filter to step orders
バージョン 1.56 2024.10.02
bug fixes
バージョン 1.55 2024.10.02
Bug fixes
バージョン 1.54 2024.09.27
fixing logging
バージョン 1.53 2024.09.27
- Added Balance and TP
バージョン 1.52 2024.09.23
Added Spread and Time Filters
バージョン 1.51 2024.09.20
Minor bug fixes
バージョン 1.5 2024.09.20
Added visualization lines for breakeven, take profit and next sell/buy trade
Added input parameter 'Enable Visualization Lines' to enable/disable visualization
Added input parameter 'Max Other Trades Opened' to limit opening new series in case there are N number trades already opened by other EAs.