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

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.6 (10)
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
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
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
このプロダクトを購入した人は以下も購入しています
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
Bonnitta EA
Ugochukwu Mobi
3.42 (19)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリッ
CoreX G MT4
Arseny Potyekhin
5 (3)
概要 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の戦略の基盤です。膨大な量の過去およびリア
Z4scalp
Cence Jk Oizeijoozzisa
5 (4)
-------------------------------------------Z4SCALP の紹介 ------------------------------------------- Z4SCALP は、トレードごとに SL を持つ高度なトレーディング ロボットで、非常に小さな SL で、マーチンゲールなしで設計されています。 限定オファー: 1 つの製品を購入すると、もう 1 つが無料で提供されます。他の 3 つのバージョ ンは無料で利用できます ---------------------------------------------------------------------------------------------------------------- テスト戦略を信頼できない場合は、このアカウントを毎日フォローしてください --------------------------------------------------------- 3 か月以上動作しています。毎日よく見て、監視してください。 アカウント番号: 21756797 パ
Quantum Emperor MT4
Bogdan Ion Puscasu
4.87 (139)
ご紹介     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 Queen、Quantum Gold Emperorを無料で入手できます!*** 詳細についてはプライベートでお問い合わせください 新しい Live Signal V5:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエ
Indicement MT4
Profalgo Limited
5 (1)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL INDICEMENT は、 専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシステムは、重要なサポート レベルとレジスタンス レベルのブレイクアウトをトレー
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
The Gold Reaper MT4
Profalgo Limited
4.62 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
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
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 setfile of High Risk このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミ
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
Bitcoin Robot MT4
Marzena Maria Szmit
5 (15)
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
EA Black Dragon
Ramil Minniakhmetov
4.79 (480)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (2)
需要と供給の 原理に基づいた 完全自動アドバイザー 。完全に自動化された 需要と供給のアドバイザー を初めて提供しました 。 取引が 簡単に なり、取引戦略を完全にコントロールできるようになりました 便利なグラフィカル操作パネルを使用。 15,000 行を超えるコードを含む、非常に高品質の アルゴリズム取引 ソフトウェアが手に入ります。 EA ProBot の需要と供給のガイド Prop Firms を取引するための最良の方法は、資格のあるトレーダーになるためのすべての手順に挑戦します。 すべてのトランザクションは自動的に行われ、管理されます。 インプットを選択する だけで、リラックスして利益の成長を観察できます。 パネル入力パラメータ: 取引方向の 選択 (買いまたは売り) 取引したい時間枠 を選択してください 操作したいゾーンのタイプ を選択します (広、中、狭、超狭) 3つの資金管理オプション から選択 利益を得る取引 または 損失を得る 取引の数の後に停止するアドバイザーを選択してください 。 リスクまたは ATR に基づいて TP および SL
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
Big Forex Players MT4
Marzena Maria Szmit
4.71 (28)
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
EA Gold Stuff
Vasiliy Strukov
4.73 (964)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
AW Recovery EA
AW Trading Software Limited
4.35 (72)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
AW Classic MACD EA
AW Trading Software Limited
3.67 (3)
完全に自動化された取引システム。古典的なインジケーターがシグナルとして使用されます     MACD   。トレンドインジケーターとオシレーターを組み合わせてエントリーポイントを検出します。平均化、最初と最後のバスケット注文を閉じる機能、および自動ロット計算の機能を使用します。高度なダッシュボードと3種類の通知があります。 Problem solving ->   HERE  / MT5 version ->  HERE   /   Instruction  ->   HERE   利点: 完全に自動化された取引システム 簡単なセットアップと直感的なパネルインターフェース キャンドルごとに1つの注文のみを開く機能 内蔵の自動ロット計算 最初と最後のバスケット注文を閉じるための組み込みシステム 通知の3つのタイプ:プッシュ、電子メール、アラート ストラテジー: EAは、インジケーターからシグナルを受信するとポジションを開きます。 -ゼロレベル:「0」マークの速いラインが下から上に交差するとき-買いシグナル、買い注文を開きます。上から下に「0」マークを横切るとき-売りの合図、SELL
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
AI NoX EA is an innovative Forex expert advisor that combines advanced neural networks technologies with high-volume trading and   Matrix factorisation .The advisor uses complex algorithms to decompose large sets of market data, uncovering hidden patterns and correlations between various financial instruments. Details about Advisor Development Configuring the Advisor Real Time Signal XAUUSD:  https://www.mql5.com/en/signals/2254092 Real Time Signal USDJPY:  https://www.mql5.com/en/signals/225409
Diamond PRO
Fanur Galamov
5 (19)
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 management algorithm. Main goal of Diamond PRO
ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $1233 無料で Nasdaq Algo   EAを入手 -> 購入後にご連絡ください Live signal - 1:    https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Live signal - 2:  https://www.mql5.com/en/signals/2242066?source=Site+Profile+Seller#!tab=account Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/
Diamond Ultimate へようこそ!!! BACKTEST GUIDE ローンチプロモーション: 現在の価格で残りわずかです! 最終価格:4993.99ドル Diamond Ultimate   は、さまざまな価格アクションに基づいたアルゴリズムと13年の市場経験を組み合わせて、注文の実行と資本の管理を行います。 すべての取引には明確なストップロスとテイクプロフィットのレベルがあります。EA はトレーリングストップロスを使用して利益を確保します。 EA は一度に最大 7 つの取引を開くことができますが、設定で少ない数に調整することも可能です。 これが長期的に私の最高のEAになると確信しており、非常に興奮しています。 EA の特徴: - 主にダウジョーンズのペア(US30、W30、US30Cash、DJ30 など)で取引します。 - 2020年からの最高のブローカーデータでバックテストされており、非常に強い資産曲線を示しています。取引は明確に勝ち負けがわかります。負けの連続も非常に迅速に回復できます。 - 0、1、または2桁のスプレッドをサポートするブ
EA Top G
Mohamed Hassan
4.79 (19)
Current price of $50 for 2  more copies! Next price is: $85 Live Signal : Click here  -- Don't buy a fake backtest, get a real strategy on a real signal!  After purchase, If you genuinely like this robot, you can receive EA Interceptor for Free ! Contact me for more information regarding this BONUS ! EA TOP G  is a multi-currency expert advisor  based on trend following . It uses a hedge system with a very good risk management. It's an ideal candidate for CENT accounts and big balances. It
Ai Hybrid Robot MT4
Mansour Babasafary
5 (3)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
Forex trading bot ai は、自己学習機能を備えた人工知能ベースのロボットです。このロボットは、設定で指定された入力パラメータに基づいて最初のトレードを開始します。ロボットが実行した各トレードはファイルに記録されます(記憶されます)。その後、ロボットはすべてのクローズされたトレードと、それらがクローズされた条件を分析します。クローズされたトレードの総利益がマイナスの場合、ロボットはそれらのトレードがどのようなパラメータで開始されたかを確認し、トレード結果を改善するためにパラメータを調整します。このようにして、ロボットは継続的に学習し、最も効果的なトレードパラメータを自動的に選択します。ロボットの学習プロセスは、最初の10件のオーダーがクローズされた後に開始されます。ロボットは、最後の100件のトレードを基に学習します。設定内の入力パラメータは、最初の10件のオーダーを開くためだけに必要であり、その後はロボットが自動的に設定を最適化します。したがって、ロボットがチャート上でトレードを行う期間が長ければ長いほど、結果が向上します。 ロボットを購入すると得られるもの: 自動ト
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
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 MT5バージョン: MT5へ移動 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア:G
TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase the price of $ 100, the price process: 998 --> 1098 --> 1198...... Up to the targ
フィルタ:
レビューなし
レビューに返信
バージョン 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.