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

The DAX Morning Scalp

5
IMPORTANT: I've decided to reduce the price to the cheapest possible, as I'm currently working hard on my next EA and therefore don't have time to keep my old EAs as up-to-date as I would normally like to. I'm still available for support though!
NEW 2024 set file can be downloaded by clicking here. (All set files can be found in the comment section)

The Dax Morning Scalp is a real daytrading strategy that does NOT use risky money management tactics like martingale systems, grid systems or hedging of any kind! It is a fully automated breakout scalping strategy designed specifically for the German Dax index (aka DE40 or GER40). The strategy uses current volatility conditions to determine the stop loss size and whether to trade at all. If volatility is too low the conditions are not favorable for a breakout strategy and if volatility is too high something might be wrong, which can cause more irrational moves. I’ve traded the strategy manually for a year and a half now and it has been extremely consistent and reliable, so I finally decided to automate it and share it with the community at a low enough price for everyone to benefit from!

If you have any questions please contact me on mql5: https://www.mql5.com/en/users/njtrading

IMPORTANT recommendations:

  • Testing: You should ALWAYS download the demo and do some testing on your own broker before buying ANY EA on the MQL5 market. You can watch the video below for information on how to test the EA correctly or contact me on here if you have any questions.
  • Set files: Different types of set files can be found in the comment section and through the links above. Always go to the bottom comment for the newest set files. If you have any questions about the set files please send me a message on here.
  • Risk: If you're using the default settings I'd recommend anything from 0.5% to 6% risk per trade. Depending on how aggressive you want to trade.
  • Market: Designed to be used on the Dax index (usually called GER40, GER30, DE40 or DE30, depending on the broker).
  • Timeframe: The strategy uses the 15 min timeframe, but it will still work just as well if you have your chart set to another timeframe.
  • Minimum deposit: $200.
  • Account type: Preferably ECN, raw or Razor with low spreads.
  • Leverage: 1:20 is fine for the NormalMode but if you want to use both the NormalMode AND the AggressiveMode then I would recommend at least 1:50.
  • Brokers: I’d recommend ICMarkets, Pepperstone or any other reputable broker that offers low spreads and good executions.
  • MT5 account type: Doesn’t matter, both Hedge and Netting account types are fine.

 

Detailed explanation of strategy inputs:

Entry Settings:

"Auto-detect DAX opening hour" = If you switch this input to "true" the EA will automatically detect the opening hour for the DAX based on your broker's timezone. Beware that this setting does not work in strategy tester so you can't use it for testing purposes. It does however work for real trading. I would recommend enabling the "Show DAX opening time on Chart" setting as well if you plan on enabling this feature.

"DAX opening hour for current broker" = This input lets the user manually adjust the opening hour of the DAX. This is an important setting as broker's use different timezones and Charts are based on the broker's server time.

"Start minute for AggressiveMode orders" = This input lets the user manually adjust the minute of the opening hour at which the EA will open the AggressiveMode orders.

"Start minute for NormalMode orders" = This input lets the user manually adjust the minute of the opening hour at which the EA will open the NormalMode orders.

"ATR period" = The ATR indicator is used to help with the volatility calculations so here you can change the ATR length if you want to.

"Entry Diviation" = This input decides how much the market must go above/below the breakout point in order to trigger the pending order.

"Enable NormalMode" = This input is set to "true" by default but you can switch it to "false" if you only want the EA to use the AgressiveMode strategy. This input needs to be set to "true" for the UltraSafetyMode to work.

"Enable AggressiveMode" = This input is set to "true" by default but you can switch it to "false" if you want the EA to take less trades. The AggressiveMode enables the EA to take even more breakout trades in the morning and it will increase the average number of daily trades to around 3-4. I recommend testing the EA with AggressiveMode enabled and disabled so you can see the difference yourself.

"Enable ReversalMode" = You can switch this input to "true" if you want the EA to trade range reversal through limit orders. This has worked particularly well since September 2023 where breakouts started underperforming in the morning market of the DAX.

"Enable Safetymode" = You can switch this input to “true” if you want to play it safe. This will make the EA only take the first trade of the day which usually has a higher win rate but you will lose out on some profit in the long run as the second trade is also profitable.

"Enable UltraSafetyMode" = You can switch this input to "true" if you want to play it REALLY safe. This will drastically reduce the number of trades the EA takes but it will also increase the win rate. Basically improves quality while reducing quantity.

Risk Management:

"Percentage of Balance risked per trade" = Here you decide how many percent of your account balance you’re willing to risk on every trade.

"Enable Manual Lot Size" = This input is used to turn the manual lot size on and off. If the input is set to "true" the manual lot size is on and if the input is set to "false" the manual lot size is turned off and the EA will use the percentage based risk input instead.

"Manual Lot Size" = This input determines the lot size of every order the EA opens if the manual lot size option is enabled.

Exit Settings:

"Predetermined Stop Loss for NormalMode" = In case you don’t want to use the built-in volatility-based stop loss you can use this input to set a specific stop loss.

"Predetermined Stop Loss for AggressiveMode" = In case you don't want to use the built-in price action based stop loss you can use this input to set a specific stop loss value.

"ATR Stop Loss" = The multiplier used for volatility based stop loss. (1.2 means 1.2 x the ATR value)

"Stop Loss Diviation" = You can use this input to fine-tune the stop loss a bit if you want to.

"Take Profit for NormalMode orders" = This input determines the amount of points used for the take profit target. I use 1000 as the default value but you can change it if you want a specific risk/reward ratio for example.

"Take Profit for AggressiveMode orders" = This input determines the amount of points used for the take profit target of the AggressiveMode trades. I use 2000 as the default value but you can change it if you want a specific risk/reward ratio for example.

"Take Profit for UltraSafetyMode orders" = This input determines the amount of points used for the take profit target of the UltraSafetyMode trades. I use 1000 as the default value but you can change it if you want a specific risk/reward ratio for example.

Trailing Stop Loss Settings:

"Enable Trailing Stop Loss" = This input enables the Trailing Stop feature. The input is set to "false" by default which means it is disabled. If you want to enable the feature you need to change the input to "true".

"BreakEvenStop" = This input overrides the Trailing Stop so that the EA only moves the stop loss to the entry point, when the trigger and distance criterias are met. The Trailing Stop Loss input above needs to be set to true for this BreakEven option to work.

"Trailing Stop Loss trigger" = This input determines how far the market needs to move in the direction of the position before the Trailing Stop Loss feature starts working. This input requires the Trailing Stop Loss input above to be enabled.

"ATR based Trailing Distance" = This input lets the user decide the Trailing Stop Loss distance in terms of the ATR value of the last 15min bar.

"Point based Trailing Distance" = This input lets the user decide the Trailing Stop Loss distance in points.

General Settings:

"Show DAX opening time on Chart" = You can enable this feature by switching the input setting to "true" which will make the EA show the opening time of the DAX based on your broker's server time. Beware that the feature does not work correctly in the strategy tester as the strategy tester doesn't support GMT time.

"Magic Number for the EA" = This is just an EA identification number, but you should make sure that this number is unique.

"Comment for the trades taken by the EA" = A unique comment for the EA so you can easily identify the trades taken by the EA.

"Delete orders at this hour" = This input is for selecting the hour of the day where the EA should delete the pending orders. The default setting is 15.

"Delete orders at this minute" = This input is for selecting the minute of the hour where the EA should delete the pending orders. The default setting is 14. So together with the input above it determines that the EA should delete the pending orders at 15:14.

"Enable Buy orders" = If this input is set to true the EA will open Buy orders but if the input is changed to false the EA will stop opening Buy orders.

"Enable Sell orders" = If this input is set to true the EA will open Sell orders but if the input is changed to false the EA will stop opening Sell orders.

If you have any questions about the strategy or how to test it please feel free to send me a message on here!


レビュー 5
nunovski
283
nunovski 2024.11.25 12:20 
 

Hello Good morning, THis is my first day trading with the Expert DAX MORNING SCLAP We had a good start, 1 operation opened, 1 operation closed in profit, For the moment very pleased

Adam Brett Atkinson
572
Adam Brett Atkinson 2023.10.09 10:06 
 

After purchasing this EA I back tested it and got great results. I played with the settings and spoke to the developer about changes. He is very quick to reply and very helpful. I have since put it on a live account and receive the same great results. The very first trade made my money back and more. Factory settings are great. Depending on your trading style you may want to change some of the settings. However it appears to be a very reliable set and forget EA. 100% recommend to purchase this EA.

TradFMED62
359
TradFMED62 2023.08.28 10:06 
 

Hallo, habe den EA seit mehreren Tagen im Livekonto im Einsatz und muss sagen funktioniert wirklich hervorragend. Auch der durchgeführte Backtest für das komplette laufende Jahr brachte sehr gute Ergebnissen.

おすすめのプロダクト
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (205)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。 ダウンレベル
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Hello community, on this occasion I come to present Step index 500 AutoMatic "It is a line of bot/EA dedicated to the synthetic indexes of the broker deriv each of the bots will carry a different strategy to obtain greater profitability in the market simply by modifying the parameters as shown in the image! And its respective temporality Always do the backtesting in real ticks since it is based on the live market" This bot has the strategy of Stochastic With its parameter ro value so that it m
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
SolarTrade Suite 金融ロボット: LaunchPad Market Expert - 取引を開始するために設計されています! これは、革新的で高度なアルゴリズムを使用して値を計算する取引ロボットであり、金融​​市場の世界でのアシスタントです。 SolarTrade Suite シリーズのインジケーター セットを使用して、このロボットを起動するタイミングをより適切に選択してください。 説明の下部にある SolarTrade Suite シリーズの他の製品をご覧ください。 投資と金融市場の世界を自信を持ってナビゲートしたいですか? SolarTrade Suite 金融ロボット: LaunchPad Market Expert は、情報に基づいた投資決定を行い、利益を増やすのに役立つ革新的なソフトウェアです。 SolarTrade Suite 金融ロボット: LaunchPad Market Expert の利点: - 正確な計算: 当社のロボットは、高度なアルゴリズムと分析方法を使用して、市場の動きを正確に予測します。 資産を売買するのに最適なタイミングを
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selectabl
Note : i only sell this EA on MQL5, any other sellers is fake. Orbit Rage Final, a cutting-edge trading strategy meticulously designed around the bull/bear candle approach and divergence analysis. This powerful tool is engineered to empower you to shape the life you desire. To embark on this transformative journey, simply download and seamlessly integrate it into your MetaTrader 4 platform by placing it in the experts advisors folder. Orbit Rage Final revolutionizes trading by offering a risk-f
Step index Automatic
Ignacio Agustin Mene Franco
Hello community, this time I come to present Step index AutoMatic "It is a line of bot/EA dedicated to the synthetic indexes of the broker deriv each of the bots will carry a different strategy to obtain greater profitability in the market simply by modifying the parameters as shown in the image! And its respective time frame Always do the backtesting in real ticks since it is based on the live market" This bot has the strategy of Stochástic With its parameter so that it makes its respective e
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible acros
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among the o
LT Gap EA
Sie Samuel Roland Youl
Discover the ultimate solution for trading market gaps with the LT Gap EA, now available on MQL5. With three powerful strategies at your disposal, you can maximize your gap trading potential like never before. Key Features: Versatile Strategies: Choose from three distinct gap trading strategies. Trade all gaps, focus on gaps meeting predefined minimum criteria, or execute trades exclusively when gap distances match predefined values. Customization Galore: Tailor your trading experience with a w
Multibot MT5
Ramethara Vijayanathan
5 (1)
2 EAs in one! Will add more in the near future! Multibot EA is an Expert Advisor designed to grow with you and adapt to your evolving needs. It combines the power of multiple proven strategies in one affordable, easy-to-manage solution, offering traders a diverse set of tools without the complexity of juggling separate systems. Multiple Strategies in One Package: Multibot integrates several successful strategies from different EAs, allowing you to benefit from a wide range of trading approaches.
REAL BACKTEST / LONG TERM PROFITIBILITY Introducing ComplexEuro Edge PRO , an advanced Expert Advisor, meticulously designed 'EURUSD' trading system that specializes in executing high-precision trades by implementing a unique set of strict conditions and technical criteria.  ComplexEuro is unlike other EAs that rely on generic algorithms , martingale/grid or other 'AI' gimmicks that do not work long term. Minimum Deposit : $100 TimeFrame : M1 Pair : EURUSD VPS is recommended Auto Close at weeke
This Expert Advisor trades news on any timeframe. The news are downloaded from the Forex Factory website. Make sure to add the URL to the terminal settings. The EA is launched on a single chart and defines all necessary pairs for trading on its own. The robot works with pending orders setting two Buy stop and Sell stop orders before a news release. It determines the time zones of the calendar and terminal automatically. Make sure to add the time.is URL to the terminal settings. The EA can be tes
Mini Sniper EA
Tomasz Marek Cieckiewicz
Mini Sniper EA for XAUUSD – Your Path to Consistent Gold Profits! Take your XAUUSD trading to the next level with our powerful Expert Advisor (EA)! This EA is designed exclusively for XAUUSD and works seamlessly across all timeframes , thanks to its built-in advanced calculations and precise algorithms. Whether you're a scalping enthusiast or prefer to adjust your take profit (TP) for a more custom trading experience, this EA has you covered! Key Features: Universal Timeframe Compatibility: No
Hello, I would like to introduce a product called "Great Cleave". Great Cleave is an EA (Expert Advisor) that trades two currency pairs simultaneously, namely EUR/USD and GBP/USD. It executes trades individually for each pair and includes stop loss and take profit levels for every trade. There is no Martingale system, Grid, or any other high-risk techniques involved, making your account much safer. The entry and exit strategies are based on the MACD and Bollinger Bands indicators, while profit-t
Expert Advisor (EA) Description: Multi-Currency Trading with News Filter 1. Overview: The EA is designed to trade multiple currency pairs efficiently. It incorporates a robust news filter to avoid trading during high-impact news events. It has been thoroughly tested using FTMO data and is suitable for prop firms. 2. Key Features: a. Multi-Currency Trading: The EA supports simultaneous trading across various currency pairs. It dynamically adjusts position sizes based on market conditions and ris
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  Recommendations: Timeframe:   H1   (Any Timeframe) Supported currency pairs:   EURUSD , EURCHF,   USDCAD, AUDCAD, EURAUD and many more... MT4 Version :   Here! Live
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVEEAはこの記事に基づいています: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 取引条件 -X期間のEMAとMACDの下で取引されている通貨ペアがマイナスの領域にあることを確認します。 -価格がX期間のEMAを超えるのを待ってから、MACDがネガティブからポジティブにクロスする過程にあるか、5バー以内でポジティブな領域にクロスしたことを確認します。 -X期間EMAの上に長いXピップを移動します。 -エントリー時のポジションのXとリスク額を売ります。後半のストップを損益分岐点に移動します。 -トレーリングストップを使用 -リスク警告 -ADX PROを購入する前に、関連するリスクに注意してください。 -過去のパフォーマンスは将来の収益性を保証するものではありません(EAも損失を出す可能性があります)。 -示されているバックテスト(スクリーンショットなど)は、最適なパラメーターを見つけるために高度に最適化されていますが、結果をライブ取引に転送すること
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box トレーディング ロボットは、人気があり実績のあるトレンドフォロー戦略に基づいています。数年間にわたって、定期的なアップデートと新しいアイデアの導入を通じて、ライブ取引口座で改善されてきました。このおかげで、VR Black Box は初心者と経験豊富なトレーダーの両方を感動させる強力でユニークな取引ロボットになりました。ロボットをよく知り、その有効性を評価するには、ロボットをデモアカウントにインストールし、数日または数週間結果を観察するだけで十分です。 セットファイル、製品のデモ版、説明書、特典が入手可能 [ブログ] のバージョン [MetaTrader 4] 何が得られますか 開発者からのファイルの設定 無料のプログラムと手順のアップデート。 無料の技術サポート。 20 製品アクティベーション。 動作モードと戦略 ランダムポジションオープンモード(表と裏) 代替位置開放モード 買いまたは売りポジションを同時にオープンするモード 取引モードのみ購入 売りのみ取引モード 負けたトレーダーの取引を撤退するためのモード 推奨事項: シンボル 外国為替、仮想通貨、金
Outro
Manuel Espinosa
" Outro " is an expert in automated " multi-symbol " trading that requires the trader to test on the pair of his choice and modify the entries according to his convenience. This Expert Advisor has been designed with non-optimized inputs, and   uses a Martingale system   for risk management. It is very important to read the   blog   post before you start. Enter to the private group .  Outro   uses two main indicators,   Relative Strength Index and Stochastic Oscillator , for input decision making
FREE
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (5)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT5 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT5 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。   Matrix Arrow EA MT5 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取引オプションを使用して100%自動
Join Deriv link on profile>>> Boom and Crash UPGRADE  BOOM AND CRASH upgrade is a 100% adaptive expert advisor based on price movement. It has a built-in unique Smart Recovery algorithm. Only one trade at a time. Every trade has Stop Loss and Take Profit from very beginning, and they do not change. This is for those, who are looking for stable growth over the long run. SETTINGS SL-1000 TP-10000 TSTOP-7 TSTEP-5 MONEY MANAGEMENT-CONSTANT LOT VALUE FOR "MONEY MANAGEMENT"- 0.2 USE TIME CONTROL-FAL
Let me introduce my new grid expert advisor MultiNinja ,  a fully automatic Expert Advisor for   Scalping mainly on the EURUSD. The expert advisor is based on several strategies that scalp the market carefully. The grids can be modified for your specific risk and pairs that you want to trade with! (please make sure to backtest before testing on other pairs than EURUSD ) My robot is made for every type of market, any account size and  highly customizable to suit your trading needs! The get the b
このプロダクトを購入した人は以下も購入しています
Goldenity AI
Zuzanna Slawinska
5 (18)
何年にもわたり、ゴールドを手動で取引し、その動きを詳細に観察してきた結果、ついに私の実証済みの戦略を自動化ソリューションに変えることを決意しました。市場への情熱を共有する優秀なプログラマーに出会えたのは幸運でした。取引に関するカジュアルな議論から始まったものが、Goldenityの開発というパートナーシップへと発展しました。これは、私の取引経験と最先端の機械学習技術を組み合わせた高度なAIシステムです。過去1年間、私たちはこのプロジェクトに心血を注ぎ、すべての側面を徹底的にテストし、精緻化してきました。その結果、私の手動取引スタイルを精密に再現できる自信を持つに至りました。これは単なるEAではありません。ゴールド市場を研究し、そのパターンを理解し、長年にわたって成功した取引セットアップを認識するAIアルゴリズムを開発してきた努力の結晶です。 コア取引戦略 Goldenityの中核には、ゴールド専用に設計された価格アクション取引とAI駆動の市場分析の高度な組み合わせがあります。このEAは、H1タイムフレームのスイング高値と安値を監視することで主要な市場構造を特定すると同時に、M15のミ
CyNera MT5
Svetlana Pawlowna Grosshans
4.46 (57)
CyNera:あなたの取引、私たちの技術 シグナル >400%:  CyNera シグナル >500%:   CyNera Turbo マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 4 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守
Mean Machine
William Brandon Autry
5 (32)
新しいビジョン機能の発表—業界初かつ唯一の機能 Mean Machine GPTは、最先端のAIベースの ビジョン 技術を活用して、チャートパターン、価格アクションシグナル、および視覚的な異常をリアルタイムで検出・解釈することで、市場との関わり方を完全に再定義します。新興のチャートフォーメーションやダイナミックなサポート・レジスタンスゾーンの特定から、トレンドの迅速な認識まで、 Mean Machine GPTのビジョン機能 は、あなたのトレード判断に比類のない明確さと精度をもたらし、より確実な根拠に基づいたエントリーとイグジットを可能にします。 エンタープライズレベルのAI統合でトレードを再定義 Mean Machine GPTで、トレードを次のレベルへ—業界で最も洗練されたエンタープライズグレードAI統合の実装です。デスクトップAIアプリケーションや基本的なインターフェースに依存するシステムとは異なり、Mean Machine GPTはOpenAI、Anthropic、Google、Meta、X.AI、Mistral AIなどの一流AIプロバイダーの公式APIエンドポイントに直
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (331)
ご紹介     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 Queen、Quantum StarMan、または Quantum Gold Emperor を無料で手に入れることができます!*** 詳細については個別にお問い合わせください。 新しい Live Signal V5:   ここをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエン
The Infinity EA MT5
Abhimanyu Hans
3.06 (32)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD、XAUUSD、AUDCAD 向けに設計された高度なトレーディング エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド トレーディングなどの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的なトレーディング エクスペリエンスを卓越したものにします。 7,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT4バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために C
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 の最も最適化されたバージョンを正式にリリースしま
EvoTrade EA MT5
Dolores Martin Munoz
5 (3)
EvoTrade: 市場初の自己学習型トレーディングシステム EvoTradeをご紹介します。これは、最新のコンピュータービジョンとデータ分析技術を駆使して開発されたユニークなトレーディングアドバイザーです。市場初の自己学習型トレーディングシステムであり、リアルタイムで稼働します。EvoTradeは市場状況を分析し、戦略を調整し、変化にダイナミックに適応することで、あらゆる環境で卓越した精度を実現します。 EvoTradeは、Long Short-Term Memory(LSTM)やGated Recurrent Units(GRU)といった高度なニューラルネットワークを活用して時間的依存性を分析し、畳み込みニューラルネットワーク(CNN)を使用して複雑な市場パターンを検出します。また、Proximal Policy Optimization(PPO)やDeep Q-Learningなどの強化学習アルゴリズムを使って、リアルタイムで戦略を適応させます。これらの技術により、EvoTradeは市場の隠れたシグナルを見つけ出し、現在の市場ダイナミクスに正確に対応します。 各トレード後、Evo
EA(エキスパートアドバイザー)は、ニューヨークセッション中に市場が動き始めたとき(取引量の増加)にポジションを開きます。このようにして、取引量によってモメンタムが維持され、高い確率で即座に利益確定(Take Profit)を達成できます。 シグナル (292%, 10% DD): https ://www .mql5 .com /en /signals /2274145 ニューヨークセッション中のモメンタムに基づくエントリー EAは、低タイムフレーム上のFVG(フェアバリューギャップ)を使用して隠れたインパルスを検出します。インパルスがニューヨークセッション直前またはセッション中に検出されると、EAはポジションを開きます。 市場の動向に応じたポジション管理 モメンタムがすぐに消失した場合、EAは次の3つの戦略のいずれかを適用します: 特定の価格レベルでストップロスを発動し、取引を停止します。 ストップロスを発動し、逆方向に新しいポジションを開きます。 最初のポジションを追加や削除を行いながら管理し、利益が出るまで取引を続けます。 使用方法 購入後、設定手順の詳細について連絡してくださ
PrizmaL Gold
Vladimir Lekhovitser
ライブ信号 こちらでさらに詳しい情報をご覧ください:   https://www.mql5.com/ja/users/prizmal/seller PrizmaL Gold – 実績のあるチャンピオンシップパフォーマンスを持つ高度なトレーディングロボット。 PrizmaLは高性能なトレーディングロボットで、2008年のMetaQuotes自動売買ロボット選手権で2位を獲得しました。 短期間で大きな利益を得ることを求めるトレーダー向けに設計され、PrizmaLは市場の状況に応じて動的に反応するアダプティブなテイクプロフィットとストップロスのメカニズムを採用しています。 IC Markets Standardアカウントサーバーで14年間の履歴最適化(2010-2024)に裏付けられ、この戦略は堅実で信頼性のあるパフォーマンスを提供します。 EAには2つの戦略があります。1つ目はより積極的で、頻繁に取引を実行しますが、2つ目はより保守的で取引の回数が少なくなります。 私のシグナルアカウントでは、デフォルト設定で両方の戦略を有効にし、リスクレベルは5に設定しています。 注意:Pri
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (22)
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 ライブシグナル1:   クリック 割引 価格 $699.99   。       10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bitcoin E
Big Forex Players MT5
Marzena Maria Szmit
4.86 (77)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
CyNeron MT5
Svetlana Pawlowna Grosshans
3.83 (12)
CyNeron: 精密な取引とAIイノベーションの融合 シグナル :   CyNeron マニュアルと設定ファイル : 購入後にお問い合わせいただければ、マニュアルと設定ファイルをお送りします 価格 : 販売されたコピー数に応じて価格が上昇します 利用可能なコピー : 5 AI駆動のスナップショット分析:市場初 CyNeronは、市場で初めて高度なAIを革命的な取引アプローチに統合したEAであり、 市場状況の詳細なスナップショットをキャプチャして処理します。 最先端のAI対応ニューラルネットワークを利用して価格データと技術指標を評価し、 市場の動きを高精度に予測して、正確かつ戦略的な取引決定を可能にします。 このAI駆動技術はCyNeronを際立たせ、リアルタイムで進化する市場動向に動的に適応し、 これまで得られなかった洞察をトレーダーに提供します。 シンボル XAUUSD (ゴールド) 時間枠 M15またはM30   資本 最低 $100 ブローカー 任意のブローカー 口座タイプ 任意、スプレッドが低いものが推奨 レバレッジ 1:20以上 VPS 推奨されますが必須ではありません
Bitcoin Robot MT5
Marzena Maria Szmit
4.53 (68)
The Bitcoin Robot MT5 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 same time. Bit
Revert Edge
Levi Dane Benjamin
5 (1)
Revert Edge は、7 年以上のライブ取引経験に基づいて慎重に作成されたアルゴリズムです。その主な焦点は、長期的パフォーマンスを重視し、持続不可能な短期的な利益ではなく、ゆっくりとした着実なアカウントの成長です。 EA は、AUDCAD、AUDNZD、AUDUSD、EURUSD、EURAUD などの複数の通貨を取引するために開発されています。 平均回帰戦略を使用し、EA が利用する何らかの反応に敏感な価格レベルを活用します。 私は、設定ファイルを必要とせずにすぐに機能するように EA を設計しました。私は個人的に、規制ブローカーの Darwinex と IC Markets で取引するためにこれを使用しています。 ライブ シグナル EA Setup & Set Files 透明性 私はプロップ ファームに頼らないため、自分のライブ アカウント資金を増やす方法としてのみ、機能するシステムを販売しています。EA のパフォーマンスはわかっていますし、この EA を削除できる有機的な成長を待つことも喜んでいます。 しかし、興味があるかどうかにかかわらず、私はこれを販売しています。私の
Eternal Engineは、複数の指標とグリッドおよびマーチンゲール戦略を組み合わせた高度なEAです。その主な特徴は、エントリーポイントの正確な管理であり、複雑な市場環境でも優れたパフォーマンスを発揮します。Eternal Engine EAは多くの取引機会を提供し、スプレッドに対する感度が低く、厳格なエントリーポイント管理によって各取引を正確に実行します。この戦略は実際の取引でその効果が証明されており、1年以上の低ドローダウンのリアルタイムシグナルを提供しています。初心者から経験豊富なトレーダーまで、Eternal Engine EAは優れた取引体験を提供します。 MT4       マニュアル signal:  https://www.mql5.com/en/signals/2281073 signal:  https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile for 4 pairs: High Risk       Medium Risk       Low Risk setfile for AUDCAD: H
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (70)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantum ファミリーのエキスパート アドバイザーに新しく加わった非常に強力なメンバーです。私の専門は?ゴールドです。そうです、私は XAUUSD ペアを正確かつ自信を持って取引し、きらびやかなゴールド市場で比類のない取引機会をお届けします。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ライブシグナル1:   クリック 8月31日まで 割引 価格。10 回購入するごとに価格が100ドル上がります。最終価格999ドル Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum StarMan または Quantum Gold Emperor を無料で入手できます !*** 詳細についてはプライベートでお問い合わせく
DS Gold Robot MT5
Marzena Maria Szmit
4.37 (19)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
Gold One
Habib Gholamali Heidari
3.72 (32)
Gold One  MT5 Forexのゴールドトレード愛好者の皆さん、こんにちは。 私たちのロボットへようこそ。ここでは、トップゴールドトレーダーの仲間となることができます。20年以上の精密なForex市場の経験を持つ私たちは、最新世代のトレーディングロボットを誇りを持ってご紹介します。 特徴:  プロップファームチャレンジに最適です。 すべての口座サイズに対応しており、少額の資本でも使用可能です。 NO   グリッドと   NO   マーチンゲール 100% 完全自動化 このロボットは、ゴールド専用の最新かつ最先端のインジケーターを使用しており、売買ポイントの特定において比類なき精度を誇ります。これは、Forex市場におけるゴールド取引の革命的な突破口を示しています。この革新は、10年以上にわたる研究、試行錯誤、および広範なテストの結果であり、トップゴールド取引専門家の洞察を取り入れています。複雑なゴールド取引パターンを活用することで、ロボットは完全に自動化された取引をストレスなく監視できるようにし、心の平穏を確保します。長年のテスト結果は、私たちのロボットの優れたパフォーマン
GbpUsd Robot MT5
Marzena Maria Szmit
4.93 (54)
The GBPUSD Robot MT5 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-E
The Gold Phoenix
William Brandon Autry
4.33 (6)
Gold Phoenix GPT - 金ペア専用の究極AIトレードツール Gold Phoenix GPTは、金ペア専用に設計された最先端のトレードツールで、M1タイムフレームで強力なブレイクアウト戦略を活用しています。ChatGPTや機械学習を含む高度なAIを駆使し、あらゆるレベルのトレーダーが変動の激しい金市場で成功できるようサポートします。 残りわずか3つ、価格はわずか1097ドル!次回の価格は1397ドル—今すぐお見逃しなく! なぜGold Phoenix GPTを選ぶのか? AI駆動のブレイクアウト戦略: リアルタイムの機械学習を活用し、金ペアのトレードにおいて正確なエントリーとエグジットを実現。 カスタマイズ可能なリスク管理: 完全に調整可能なリスク設定で、あなたのトレードを保護します。 統合されたニュースフィルター: 重大なイベントを自動でフィルタリングし、トレードが常に最新情報に基づくようにします。 選択可能なGPTモデル: 4つのChatGPTモデルから、あなたのトレードスタイルに最適なものを選択可能。 ニューラルネットワークの精度: マルチシンボルニューラルネットワ
概要 AITrendBooster は、私たちが新たに開発したインテリジェントな取引システムで、トレンドフォロー型のポジション追加戦略を活用することで、収益性を大幅に向上させ、不利な市場状況でのドローダウンを効果的に軽減します。このシステムは、最先端のディープラーニング技術を組み込むことで、トレンド認識の精度を大幅に向上させました。 このシステムの設計目標は、レンジ相場では損益を均衡させ、トレンド相場ではポジション追加戦略を通じて収益を最大化することです。また、 AITrendBooster は AI TradingVision GPX と組み合わせて使用することで、さらに強力な取引結果を得ることができます。 早割キャンペーン :現在は特別価格で提供中です。次回価格は 999ドル を予定しています。この機会をお見逃しなく!早期購入者には、 AI TradingVision GPX の無料利用権も追加でプレゼントされます。 実際のシグナル:   https://www.mql5.com/en/signals/2282232 システム推奨条件 推奨通貨ペア :GBPUSD 時間足 :
CoreX G
Arseny Potyekhin
4.4 (10)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十分な
EA Gold Isis – 安全で効果的な金取引ソリューション  \ ローンチプロモーション  現在の価格で残りわずか3本  次回価格:$388  最終価格:$1998  ライブシグナル  MT4バージョン   こんにちは。私はEA Gold Isis、Diamond Forex Groupファミリーの2番目のEAで、金(XAU/USD)取引専用に設計されています。優れた機能と安全性を重視した設計で、トレーダーの皆様に持続可能で効果的な金取引体験を提供します。   EA Gold Isisの特徴   - 動的ストップロス(SL):EAは、最近のローソク足の価格範囲に基づいてストップロスを設定します。これにより、SLが市場の状況に柔軟に対応し、変動する市場でも効果的に口座を保護します。   - 多様な取引戦略:EAには3つの取引戦略が搭載され、それぞれ最大3つのポジションを同時に開くことができます。合計で最大9つの取引が可能です。   - 柔軟なトレーリングストップ:トレーリングストップによる利益確保機能が含まれています。この機能は、個々の好みに応じてカスタマイズ可能です。
Wall Street Killer
Pablo Dominguez Sanchez
5 (16)
6年間の成功した手動トレードの後、私の戦略がついにエキスパートアドバイザー(EA)として利用可能になりました! WallStreetKiller EA をご紹介します。このEAはUS30向けに設計され、豊富な実践経験、徹底的なテスト、安全で戦略的な取引への確固たる取り組みに基づいて構築されています。 グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。 ICTRADING ライブ10Kシグナル  (EAで10Kアカウントを使用している他のセラーはほとんどいません)。 ICTRADING 高リスクシグナル WallStreetKiller 公開チャットグループ 価格は5回の購入ごとに50ドル上昇します (5/5)(次の24時間以内に価格が上昇します!)。 重要! ご購入後にプライベートメッセージを送信していただければ、インストールマニュアルと設定の説明をお送りします。 主な機能: リスク管理されたトレード: グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。WallStree
Synapse Trader: トレードの新たな可能性を開くニューラルネットワーク 市場を分析するだけでなく、日々学習し、変化する市場環境に適応するインテリジェントなアシスタントとなるアドバイザーを想像してください。Synapse Traderは、先進的なニューラルネットワーク技術を基にしたユニークなツールで、市場の微細なシグナルを捉えることができます。ただのアドバイザーではなく、思考し、予測し、進化する「生きたニューラルネットワーク」です。 限定特別価格として、ホリデー期間中にSynapse Trader EAを399ドルで提供します。その後、価格は大幅に上昇します。この機会をお見逃しなく! 残り5つのコピーが399ドルで購入可能です。 プライベートチャンネルに加入するには、ダイレクトメッセージでお問い合わせください。 購入後に必ずご連絡ください。アドバイザーの設定をサポートいたします。 リアルタイムシグナル : スト ラ テ ジ ー モジュール 1 スト ラ テ ジ ー モジュール 2 スト ラ テ ジ ー モジュール 3 Synapse Trader は、トレーディングにおけるニ
AI Golden Jet Fighter GTX       MT5 は、Meta Trader 5 プラットフォームでの金取引のためのシンプルで効果的なアドバイザー (EA) であり、ニューラル ネットワークを使用して、金市場 (XAU/USD) でのスキャルピング用に設計されています。 Golden Jet Fighter GTX の主な AI 戦略は、小さな価格変動を特定し、ポジションをオープンして短時間で利益を上げることに重点を置いています。アドバイザーはリアルタイムで市場状況を分析し、事前定義されたストップロスとテイクプロフィットのレベルで自動的に取引を実行します。また、トレーリングストップ機能もサポートしているため、市場が有利に推移したときにトレーダーは利益を得ることができます。精度を確保するために、EA はスプレッドフィルターを使用して不利な条件での取引を回避し、アンチスリップメカニズムを使用して正確な注文執行を保証します。 AI Golden Jet Fighter GTX には、トレーダーがアカウント残高のパーセンテージとしてリスク レベルを設定できるリスク管理機
SmartChoise
Gabriel Costin Floricel
5 (11)
SmartChoice – ニューラルネットワークとトレンドに基づくXAU/USD取引エキスパートアドバイザー 取引スタイルオプション このEAには、さまざまな取引スタイルに対応する複数の取引スタイルが含まれています。 保守的: 取引頻度を低くし、市場変動の激しい時期のリスクを軽減するように設計されています。慎重なリスク管理を優先するトレーダーに適しています。 積極的: より多くの取引機会を活用するために、高い取引頻度で最適化されています。より高いリスク許容度を持つユーザー向けに設計されています。 調整可能なストップロスオプション ユーザーは、カスタムストップロスレベルをピップ単位で設定でき、リスク管理においてさらなる制御と柔軟性を可能にします。 固定ロットサイズオプション このEAでは、取引に固定ロットサイズを設定するか、口座残高に基づいて自動ロットサイズモードを使用できます。 オートモード(デフォルト): 口座エクイティと選択したリスクレベルに応じて、ロットサイズを動的に調整します。 固定ロットサイズ: ユーザーは、手動制御のために好みのロットサイズを指定できます。 主な機能 ニ
Vortex Gold EA
Stanislav Tomilov
5 (10)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
54% off, only for the next 10 buyers (Original price: $1,190) 50% bonus by purchasing this Robot, Contact us "after purchase" to receive the bonus 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
Monitoring of real trading Advisor -  https://www.mql5.com/en/signals/2264971 My other products    -      click here Keep in mind that the results on different brokers may differ, I recommend testing on your broker before using it (you can ask me for a list of recommended brokers in the PM). If you have any additional questions, write to me in the PM. A fully automatic Expert Advisor that does not require additional settings, I recommend using it with default settings, for trading on the GBPUSD
作者のその他のプロダクト
The US30 Market Maker
Lasse Najbjerg Jensen
4.8 (5)
IMPORTANT: I've decided to reduce the price to the  cheapest possible, as I'm currently working hard on my next EA and therefore don't have time to keep my old EAs as up-to-date as I would normally like to. I'm still available for support though! NEW 2024 set file can be downloaded by clicking here . (All set files can be found in the comment section) The Dow Jones index, also known as the US30, is a very well diversified index with a unique way of weighting it’s components. These factors often
フィルタ:
nunovski
283
nunovski 2024.11.25 12:20 
 

Hello Good morning, THis is my first day trading with the Expert DAX MORNING SCLAP We had a good start, 1 operation opened, 1 operation closed in profit, For the moment very pleased

Adam Brett Atkinson
572
Adam Brett Atkinson 2023.10.09 10:06 
 

After purchasing this EA I back tested it and got great results. I played with the settings and spoke to the developer about changes. He is very quick to reply and very helpful. I have since put it on a live account and receive the same great results. The very first trade made my money back and more. Factory settings are great. Depending on your trading style you may want to change some of the settings. However it appears to be a very reliable set and forget EA. 100% recommend to purchase this EA.

TradFMED62
359
TradFMED62 2023.08.28 10:06 
 

Hallo, habe den EA seit mehreren Tagen im Livekonto im Einsatz und muss sagen funktioniert wirklich hervorragend. Auch der durchgeführte Backtest für das komplette laufende Jahr brachte sehr gute Ergebnissen.

Md Rashidul Hasan
776
Md Rashidul Hasan 2023.08.03 16:10 
 

This EA works. Just Plug and Play. Very safe too with SL/TP. But do not judge it based on 1 week resuts. Take at least 2 to 3 months. Lasse is great and supports his buyers almost in a day. Can not ask more. :)

Lasse Najbjerg Jensen
1040
開発者からの返信 Lasse Najbjerg Jensen 2023.08.03 18:27
Thank you for the review! Appreciate your constructive suggestions and positive feedback! :)
Qazin Christensen
39
Qazin Christensen 2023.07.22 19:09 
 

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

Lasse Najbjerg Jensen
1040
開発者からの返信 Lasse Najbjerg Jensen 2023.08.02 01:57
Thank you for the review and the positive feedback! :)
レビューに返信
バージョン 2.31 2024.04.02
Added an input option for automatically changing the stop-loss to breakeven when the position is in profit by a certain amount of points or ATR-multiples.
バージョン 2.21 2024.03.11
Fixed a bug in the Auto Timezone Detection code so it now works properly.
Fixed a bug where orders were not deleted at the right time if Auto Timezone Detection was enabled.
バージョン 2.1 2024.02.23
Added an input setting for manual lot size and fixed the holiday detection filter. The EA will also clearly state on the chart now whether it's trading or not.
バージョン 2.0 2024.02.03
Includes a news filter that will automatically stop the EA from trading on German bank holidays.
Also includes a new reversal mode which will sell the high of the morning range and buy the low of the morning range instead of the original breakout strategy.
バージョン 1.9 2023.12.15
- Edited the input settings setup and changed the names of most of the input settings to make them easier to understand.
- Added an option for the EA to automatically determine the opening hour of the DAX regardless of what timezone the broker is using.
- Added a trailing stop loss feature with a few different adjustment options.
- Added an option to show the DAX opening hour for the specific broker on the chart.
- Added options to enable/disable both Buy orders and Sell orders.
バージョン 1.8 2023.10.30
Safetymode now also works for AggressiveMode trades. So if you have both SafetyMode and AggressiveMode enabled at the same time the EA will delete the 2nd AggressiveMode order after the 1st order is filled to reduced the amount of trades taken.

An input setting for NormalMode trades has been added. So now you can decide whether you only want to take AggressiveMode trades or if you want to take both the normal trades and the AggressiveMode trades.

A new UltraSafetyMode has been added. This mode reduces the number of trades taken drastically but also improves win rate more than the SafetyMode. This mode is for the people who wants to play it REALLY safe and take very limited drawdowns on their account.

Set files will be updated for this new version and they can be found in the comment section of the product page.
バージョン 1.7 2023.10.08
Added 3 new inputs for further customization options. Added an input for what minute the system should use for both the aggressive breakout and the normal breakout. Using those inputs you can customize at what time the breakout orders should be opened. Added an input for a predetermined stop loss for the aggressive trades. So if you use that input you can now manually change how big of a sop loss you want on the aggressive trades. (100 = 1 dax point)
バージョン 1.6 2023.09.22
Added an "Aggressive mode" to the EA. The Aggressive mode will significantly increase the amount of trades the EA takes and it will increase overall performance by a lot, while also reducing max drawdown slightly. The aggressive mode will be enabled by default but can be disabled by setting the input "AggressiveMode" to false. I recommend that you run a test with the new Aggressive mode on before using it live.
バージョン 1.5 2023.08.14
Added input parameters for what days of the week the EA should trade. You can use this to stop the EA from trading on specific days of the week without turning the EA completely off.
バージョン 1.4 2023.08.03
Added input for order comment to easily filter EA trades between others
バージョン 1.3 2023.08.01
Changed a bit of coding to make the EA work the same way on all brokers.
バージョン 1.2 2023.07.27
Updated input settings interface with header categories and added an input setting for the DAX opening hour, so people can adjust the opening hour based on their broker's timezone. This new input setting also allows people to adjust the opening hour in case of summertime.
バージョン 1.1 2023.07.19
Updated EA property section to include a brief description of the EA.