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

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 dangerou
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
「ReverseGear EA」の高度なトレーディング機能として、特に「Step Up」と「Step Down」機能が際立っています。これらの機能は、市場の価格動向に応じて自動的に追加の注文を行い、トレーダーが積極的に市場の変動から利益を引き出すための強力なツールです。 Step Up機能 この機能は、価格が上昇するにつれて自動的に追加の買い注文を実行します。特に、トレンドが持続しているときに、ポジションを段階的に増やすことで、利益の最大化を目指します。例えば、ある設定ポイントを超えるたびに新しい買い注文がトリガされ、市場の勢いを最大限に利用します。 Step Down機能 逆に、売りポジションにおいて市場が一定のpips下落するごとに追加の売り注文を行います。これにより、下降トレンドを利用して連続的に利益を積み重ねることが可能です。市場が予期した方向へ動くと、さらにポジションを拡大し、収益機会を拡大します。 柔軟な資金管理オプション トレーダーは、固定ロットまたは口座残高の一定割合をリスクとして設定することができます。このカスタマイズ可能な資金管理設定により、各トレーダーのリスク許容
FREE
Laboratory.Money EUR/CAD M30 Автоматическая Торговая Система из серии Energy Drive EUR/CAD M30 Вся активность эксперта проявляется только на реальной торговле. Его нет толку проверять в тестере стратегий. Запрещается бонус от брокера к вашему депозиту. Эксперт торгует с теми деньгами которые могут уйти в просадок, бонус в просадке не участвует, это приведёт к потере всего вашего депозита. Данный эксперт очень подходит для программы "Rebate" от вашего брокера. Все изменения в на
FREE
Royal GER30
Hossein Davarynejad
4.5 (12)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks                  Full Version VIP                    product  Live Signal  live Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set Fil
FREE
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 Free
Casimiro Zampetti
2.5 (2)
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
Flag On gitFlex is a sophisticated trading robot developed for the Forex market. This Expert Advisor (EA) employs mathematical methodologies alongside a scalping algorithm to optimize trading strategies. This system is designed to perform efficiently both on personal computers and VPS (Virtual Private Servers), with a recommended maximum latency of up to 100ms. It operates by analyzing market dynamics independently, without the reliance on conventional indicators and market patterns. Configurati
FREE
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The EA is based on third-party trend indicators, the EA has TP, SL and averaging. The entry is made on the signal of a trend indicator. By default, the currency pair is GBPUSD, EURUSD, H1 (other currency pairs are possible, and a different time interval), the recommended deposit with current settings is from $1000. You may be interested
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 de
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:   http://quantmonitor.net/listing/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and
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 Aver
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
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 all
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 danger
FREE
CAP Breakout EA
MEETALGO LLC
4.32 (25)
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:  http://quantmonitor.net/listing/gbpusd-pivots-trend-master/ Key details are: Parameters Main Chart: Curren
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
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 minimu
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
このプロダクトを購入した人は以下も購入しています
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2258186 Gold Trading AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold Trading AI is that the EA can control the Risk:Reward ratio much better than other EAs.That is possible thanks to a set of tools to control entry
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
CyNera MT4
Svetlana Pawlowna Grosshans
5 (1)
CyNera:あなたの取引、私たちの技術 シグナル:  CyNera マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 3部 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守るための強力なツールとなります。 シンボル XAUUSD
CoreX G MT4
Arseny Potyekhin
5 (5)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal 1 Live Signal 2 Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリア
FX EurUsd Robot MT4
Marzena Maria Szmit
5 (5)
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.
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 と統合されています。
Quantum Emperor MT4
Bogdan Ion Puscasu
4.88 (144)
ご紹介     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 Quantum Gold Emperorを無料で入手できます!*** 詳細についてはプライベートでお問い合わせください 新しい Live Signal V5:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエンペラー EA     は、
Z4scalp
Cence Jk Oizeijoozzisa
2.89 (9)
-------------------------------------------Z4SCALP の紹介 ------------------------------------------- Z4SCALP は、トレードごとに SL を持つ高度なトレーディング ロボットで、非常に小さな SL で、マーチンゲールなしで設計されています。 偽の利益 2週間利益を出し、限られた損失で消える。このエキスパートはそのような動作をしません。 私のエキスパートは忍耐を必要とします。2か月後、結果と複利がアカウントに表示されます。 急いで利益を上げたい場合は、このエキスパートを購入しないでください。 限定オファー: 1 つの製品を購入すると、もう 1 つが無料で提供されます。他の 3 つのバージョンは無料で利用できます ---------------------------------------------------------------------------------------------------------------- テスト戦略を信頼できない場合は、このアカウントを毎
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
Professional trading robot   Albatross : Your reliable assistant in the Forex market Albatross is an innovative trading robot designed to analyze the market using a specialized algorithm. This expert uses advanced methods to assess the strength and amplitude of price movements, which allows it to accurately predict trend reversals and make optimal trading decisions. Benefits of using Albatross Unique analysis algorithm: Albatross analyzes market data for a certain period of time, assessing th
Gold Scalping Expert は、地政学的なニュース、パンデミック、経済変動などのさまざまな影響の大きいイベント中の金の反応を利用する、非常にインテリジェントなスマート アルゴリズムです。 このシステムは、人気のジグザグ指標を使用して転換点で未決注文を発注することでブレイクアウト取引を行い、価格がこれらのレベルを超えてブレイクアウトすると注文がトリガーされます。 EA は非常にスマートなトレーリング ストップとダイナミック ストップロスを使用して、マーチンゲール手法を使用せずにアカウントを保護し、リスクを適切に管理します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Max
Diamond PRO
Fanur Galamov
5 (21)
Sale 30% OFF! Only 3 copies for $215. Tomorrow 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
Golden Ai EA MT4
Mansour Babasafary
3 (5)
40% discount only for the next 5 buyes (Original price: 600 $) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert Golden Ai Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in Gold (XAUUSD) currency pair and 3 important time frames An expert who has been trained by artif
EA Gold Stuff
Vasiliy Strukov
4.73 (973)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
The Gold Reaper MT4
Profalgo Limited
4.55 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here New V2.2 Live Signal Old Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィ
AW Recovery EA
AW Trading Software Limited
4.36 (73)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Bitcoin Robot MT4
Marzena Maria Szmit
4.79 (19)
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
Boring Pips MT4
Thi Thu Ha Hoang
5 (10)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
XG Gold Robot MT4
Marzena Maria Szmit
4.48 (25)
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
Scalper Dragon
Van Hoa Nguyen
4.6 (20)
Scalper Dragon is a scalping robot developed for GBPUSD, USDCHF, EURAUD pairs. The current version adds a few features that increase system consistency. Trade with the scaling strategy on the M5 timeframe. Orders always come with stoploss, fixed takeprofit.  Download Setfile all pair Note: My account is banned from messaging for 1 week. If you buy the bot, please read the EA description carefully and install it according to the setfile. Any questions, please wait until October 31 when my accoun
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT5       マニュアル   signal :  https://www.mql5.com/en/signals/2260126   次価格: $ 699 setfile of Medium-low Risk  (signal's setfile) setfile of High Risk このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するた
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 MT5バージョン: MT5へ移動 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア:G
EA Black Dragon
Ramil Minniakhmetov
4.79 (486)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの
Waka Waka EA
Valeriia Mishchenko
4.31 (48)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
Trend Predictor EA
AW Trading Software Limited
4.69 (13)
AWトレンドプレディクターEA-トレンドインジケーターシグナルAWトレンドプレディクターを使用して取引するエキスパートアドバイザー。インジケーター戦略TakeProfitおよびStopLossを使用します。マルチタイムフレームフィルタリングを使用できます。インジケーターによって計算された固定のStopLossまたはStopLossがあります。時間ベースの作業と平均化は機能的に可能です。 Instruction and description ->  HERE  / MT5 version ->  HERE   利点: 現在のボラティリティに基づいてインジケーターによって計算された固定StopLossまたは動的StopLossを使用します 時間通りに働き、滑りと最大の広がりを制限する機能を持っています あらゆる種類の取引商品で動作します 手動で開いた位置の追跡に適しています 任意の時間枠で動作します。M15以上の時間枠で動作することをお勧めします より高い時間枠または長期間のインジケーターによってトレンドをフィルタリングする機能が含まれています オプションで平均化を使用できます 入
The   Milioron   robot, developed for the Forex market, has significant flexibility and offers many mechanisms for maintaining a series of orders. It allows traders to automate and optimize their trading using built-in strategies and risk management approaches. Some of the main features and capabilities of the Milioron robot include: 1. **Flexibility of settings**: The robot provides traders with a wide range of parameters and settings that can be adapted to specific trading strategies and
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. Gold Scalper Trading is an EA that uses a complex trading methodology that includes cross-market analysis to find scalpable entry points with XAUUSD, one of the market's wildest running pairs. EA uses stop loss for all orders, only 1 order and does not use any dangerous trading methods: No grid, no martingale,... Gold Scalper Trading is one of the EAs I have used. using and trading with fund management account
Stock Indexes EA MT4
Marzena Maria Szmit
5 (1)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
Bonnitta EA
Ugochukwu Mobi
2.9 (20)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリッ
トレーダーとPropFirmsの志願者向けにQuantum Quotientをご紹介します。この自動取引システムは、MARTINGALEおよびGRIDの戦術を使用しない戦略を実装し、独自の技術的および基本的な指標を使用して入念に構築されています。これらの手法は、1年以上にわたる厳格なテストと改良を経ています。 Quantum Quotient戦略には、以下の4つの主要なステップが含まれます: 1. 供給と需要の分析:まず、システムは供給と需要のレベルを計算し、市場で正確なエントリーポイントとエグジットポイントを特定します。 2. リクイディティの活用:高度なアルゴリズムを利用して、システムは取引ペアのリクイディティ吸収を評価し、取引の実行を最適化し、スリッページを最小限に抑えます。 3. 日次パフォーマンスの評価:この戦略は、取引ペアの日次相対パフォーマンスの徹底的な評価を統合し、変化する市場状況に対する適応的な対応を確保します。 4. リアルタイムニュースの影響分析:システムは、トレーディングペアに関連する最新のニュースの影響を動的に評価し、現在の日におけるレスポンシブ
フィルタ:
レビューなし
レビューに返信
バージョン 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.