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

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!

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!

ReversalMode set file can be downloaded by clicking here.

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!


レビュー 4
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
354
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
745
- 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. :)

おすすめのプロダクト
Hamster Scalping mt5
Ramil Minniakhmetov
4.68 (197)
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-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
| 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
ベルグランドアメリカ この完全に自動化された取引システムは、Bergland シグナルの一部です。 非常に効率的な取引ロジックと資金管理システムを備えています。 合理的に計算されたストップロスとテイクプロフィットのレベル。 インストールは簡単で、特別なセットファイルは必要ありません。 この完全に自動化された取引システムは、Bergland シグナルの一部です。 非常に効率的な取引ロジックと資金管理システムを備えています。 合理的に計算されたストップロスとテイクプロフィットのレベル。 インストールは簡単で、特別なセットファイルは必要ありません。 情報 USDCAD、M15 ライブシグナル:   ベルグランドアメリカ ここでベルグランド信号をレンタルできます。 私の製品が気に入ったら、レビューを書いてください。
********** 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  selec
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
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
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
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 th
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
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. Strategy description - Detect trend based on GoldTrader rules. - Enter in both direction as much as needed to achieve acceptable amount of profit. - Although this is a martingale bot it is very unlikely to loose your money, because: ==> the money management rules are safe and low risk. ==> entries
FREE
BBSO Tachyon Mt5
Olivier Nomblot
4.45 (22)
HUGE UPGRADE MARCH 9 2024, NEW ENGINE , NEW SELF OPTIMISATION in  the current mt5 way. Feedback has been more than positive . Surprising PERFORMANCE ENHANCEMENT; check settings with OLIVIER, MBA. Award winning EA, Ranked in the top 20  overall for a decade on mt5. Aways relevant and timeless, BBSO is improving as it learns through its unique self-optimization. It has been no 1 THREE TIMES IN THE WORD. It is for smart money.  A real breakthrough. Using the legendary BBSO range trading module, t
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
Gifted FX
Michael Prescott Burney
Gifted FX for GBPUSD H1 Chart Overview: Gifted FX for GBPUSD on the H1 chart is an advanced trading system designed for precision and profitability. It is engineered to adapt to various market conditions, ensuring consistent performance. Key Features: 100 Strategy Index: Leveraging a robust index of 100 unique strategies to cover a wide range of market scenarios. High Win Rate: Boasts an exceptionally high win rate, ensuring frequent successful trades. Super Low Drawdown (DD): Designed to mainta
This fully automated trading system is part of the Bergland signal. It features a highly efficient trading logic, and a money management system. Reasonable calculated stop loss and take profit levels. It is easy to install and do not require a special setfile. XAGUSD, M15 Live Signal: Bergland Silver You can rent the Bergland signal here. If you like my product, please write a review.
Discover the pinnacle of trading strategies, meticulously crafted by a trader with over a decade of market expertise . Our strategy specializes in trading based on news events , offering an average of five trade signals daily . By analyzing the sentiment of news—whether positive or negative—we align our trades to capture market momentum accurately. For those interested in real-time performance and risk assessment, we provide comprehensive account monitoring. View Real Account Performance on
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
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 mo
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.
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
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 b
Dr Trade Proをご紹介します。知的で一貫性のある取引のために精巧に設計されたEA(専門家アドバイザー)です。 当社の専門家アドバイザーは、トレンドの認識と正確な市場分析を利用して取引をシームレスに実行する精度を重視しています。Dr Trade Proは、各取引に戦略的なバックアッププランを備えており、収益性を重視し潜在的な損失を最小限に抑えています。 Dr Trade Proの特徴的な点は、異なる市場状況に適応できることであり、ニュースや市場の変動に強い、信頼性のあるEAの重要な特徴です。この適応性により、ボットは市場の変化をスムーズに検出し、アルゴリズムを更新し、大規模またはより波乱のある市場でも安定性と最適なパフォーマンスを確保します。 Dr Trade Proには取引に平均戦略が組み込まれていることに注意してください。このEAのスタイルに馴染みがない場合は、購入を検討する前にその機能を慎重に確認することをお勧めします。 Dr Trade Proの能力を探索して、取引体験を向上させるために設計された洗練されたEAをご覧ください。信頼性に対するあなたの信頼が私たちの最優先
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%自動
Pullback ATR
Sergio Tiscar Ortega
Introducing our innovative Expert Advisor (EA) designed to capitalize on pullback opportunities in the forex market, with the support of the Average True Range (ATR) indicator. This strategy focuses on identifying moments when the price temporarily retraces within a dominant trend, offering potential entry points with controlled risk. The ATR is a volatility indicator that measures the amplitude of price movements over a given period of time. By integrating the ATR into our EA, we can assess the
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
PairsTrading MT5
Evgenii Kuznetsov
5 (1)
The EA identifies divergences in two correlated currency pairs and trades in the direction where they converge back. Working timeframe: M30 Input parameters MagicNumber - identification number for the EA. OrdersComment - comment to order, automatic if an empty value is set. Lots - lot size. DepoPer001Lot - automatic lot calculation (specify the balance per 0.01 lot) (if 0, the value from 'Lots' parameter is used). TimeFrame - working timeframe. Symbol #2 - correlated currency. Symbol #2 revers
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! L
The Expert Advisor helps reduce the account drawdown. To do this, the losing deal is split into multiple small parts, each of these parts is closed separately. The EA can interact with other experts. For example, when a certain drawdown is reached, Open Lock can disable the other expert and start working with its orders. Open lock for MetaTrader 4 is available here The algorithm of the EA uses counter transactions and a large number of open positions, therefore, need to use it on a hedge account
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
このプロダクトを購入した人は以下も購入しています
Ultimate Bot
Mr James Daniel Coe
4.82 (11)
1つの価格で6つの人気のあるアドバイザー 6。で。1。 さらに多くのものが登場します - あなたが購入する必要がある最後のボット! 高リスク信号 | リンク (IC Markets) 低リスクシグナル | リンク (Pepperstone、英国) 4.8つ星のうち5の売り手評価 信頼と評判は私にとって非常に重要です 私の無料のEA CAD Sniperは、数か月間、MQL5無料セクションで#3 - #5であり、12,500ダウンロードされています 今、私は過去3年間に機能することがわかったすべてのストラトを1つの使いやすいプレミアムEAに組み合わせることに注意を向けています 「AI」の主張はありません 厳格なDD制限/リスク管理 3ヶ月+のライブシグナル、警告なし 売上はライブシグナルに再投資/私は自分のボットを取引します 購入後(または購入前)にPMを送って、マニュアルとグループのリンク (およびボーナス)を入手してください 戦略ごとに何千ドルも支払わないでください アルティメットボットを使用した戦略あたり250ドル未満 200部とレンタルのみ その後、価格は実
The Gold Reaper MT5
Profalgo Limited
4.59 (64)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT4     マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
ライブシグナル 1: https://www.mql5.com/en/signals/2233179 ライブシグナル 2: https://www.mql5.com/en/signals/2242009 Gold Manaは、1年以上の集中的な研究とテストを経て開発されました。このエキスパートアドバイザーは、複数の時間枠におけるボラティリティ測定を活用し、市場参加者の意図を分析し、ローソク足パターンと需給分析の助けを借りて価格変動を予測します。その結果、正確なエントリーが可能となり、金価格の重要なレベルでのブレイクアウトに対して高い反応を示します。Gold Manaは、金融危機、地政学的ニュース、パンデミック、経済変動などの高影響イベントを通じて17年以上の安定した取引実績があります。 Gold Manaは、個々の投資スタイルに応じた実際のブローカーアカウントに適した複数のリスクレベル設定を提供し、FTMOのようなプロップファームに合格するための設定も備えています。また、HFT(高頻度取引)および非HFTプロップファームの資金提供アカウントでも運用可能です。 Gold Manaは
Hercules AI
Aleksandr Chebotaev
4.31 (16)
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
Future Sight MT5
Sang Sariaji Sakti
5 (13)
$999.99 END ON MONDAY, JULY 22, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $1250. FUTURE SIGHT IS EQUIPPED WITH HIGH SECURITY FEATURES AND HAS A UNIQUE CODE. THIS MAY STOP USERS FROM USING PIRATE FILES, IF APPROVED BY AUTHORIZED FUTURE SIGHT USERS, SO PROTECT YOUR MONEY! FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIA
Gold Trade Pro MT5
Profalgo Limited
4.5 (34)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マ
Ai Multi Trend MT5
Mansour Babasafary
4.41 (22)
25% discount, until 2024.07.22 (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter 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 6 main market currency pairs and 4 important time frames An expert who has been trained by artifici
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (274)
ご紹介     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 Empire EA を購入すると、Quantum StarMan、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が100ドルずつ上がります。最終価格 $1
# Neon Trade MT5 私たちの Telegram コミュニティ あなたの注意を紹介する Neon Trade - これは通貨市場でのアルゴリズム取引の分野で独自の革新で、高度な機械学習の方法を使用します。 私たちのアドバイザーは完全に自動化されており、任意のグラフと時間枠に設定した後ですぐに働く準備ができています。原則に従って動作します - グラフに掲げて忘れます。唯一必要なことは、端末の設定で私の API  " https://xmpp.madsysadm.ru "  へのアクセスを許可し、 DYNAMIC モードをオンにすることです。それ以外のことは、アドバイザーが自分で行います。 貿易監視 !!! MetaTrader 4 用バージョン !!! MetaTrader 5 用の無料(ライト)バージョン   設置と操作のマニュアル なぜこのアドバイザーを購入する必要があるのか、 特に触れたいと思います 。無料版がオリジナルとほぼ同じものと思われがちですが、そうではありません。無料版では、デモ機能のみが組み込まれており、すべての設定は自分で選び出す必要があります。それ
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 MT4バージョン: MT4へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUD
Quantum Queen MT5
Bogdan Ion Puscasu
5 (7)
トレーダーの皆さん、こんにちは!私は 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日まで50% 割引 。 次回の価格は999.99ドルになります。 Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum Gold Emperor を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 私はグリッド EA であり、トレー
TrendMaster FX
Chen Jia Qi
4.56 (79)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。 詳細はお問い合わせください 。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EAに不必要なリスクを加えることはあ
Big Forex Players MT5
Marzena Maria Szmit
4.83 (46)
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
シグナルアカウント (バランスリスク0.75%) お知らせ:多くのリクエストにより、レンタルおよび購入価格を25%割引するセールを実施することにしました。この期間中に購入またはレンタルすることで、割引を利用できます。セール期間は1〜2週間続き、その後価格は2400ドルに戻ります。この期間中にマーケットサイクルを購入すると、 Nexus Bitcoin Scalper および Nexus Indices も25%割引で購入でき、自分自身で非常に良い分散ポートフォリオを作成できます。 すべてのEAの購入に対して10%の特別割引を受けるには、PMを通じて私に連絡してください。 MT4バージョンが必要な場合やレンタル/購入が難しい場合は、代替ソリューションについて私に連絡してください。 Nexus コミュニティの公開チャットに参加しましょう mql5市場で最も優れた非マーチンゲール、グリッドまたは平均化EA。 このアルゴリズムは、2020年から3.5年以上にわたりプライベートアカウントでライブ運用され、26,000ピップス以上のリターンを達成し、リスクの安定性に優れています。現在、MT5プラッ
Eternal Engine EAは、複数のインジケーターと戦略を利用する高度なエキスパートアドバイザーで、トレーダーに包括的な自動取引ツールを提供します。多数の取引機会を提供し、スプレッドに対して敏感ではなく、厳格なエントリーポイントを使用して各取引を正確に開始します。この戦略は実際の市場で実証されており、低DDの1年間のリアルタイムシグナルを持っています。初心者でも経験豊富なトレーダーでも、Eternal Engine EAは卓越した取引体験を提供します。 MT4 シグナル: https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile: High risk Medium risk Low risk 特徴: 適切な通貨ペア: GBPUSD, EURUSD, AUDCAD, AUDNZD 読み込み時間枠: 任意 終日取引 カスタマイズ可能なグリッド距離とボリュームマルチプライヤー 同時に取引可能なシンボル数をカスタマイズ可能 取引可能なドローダウン範囲をカスタマイズ可能 リスク管理のための複数の手段 スプレッドに敏感でなく、様
FT Gold Robot MT5
Marzena Maria Szmit
4.53 (57)
Introducing the FT Gold Robot MT5, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with XAUUSD pairs . With its advanced analytical capabilities, FT Gold Robot constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every day (you
MT4バージョン: https://www.mql5.com/en/market/product/104871 HFT MT5チャレンジパフォーマンスモニター(ライブアカウント用ではありません): ブローカー:Fusion Market ログイン:89600 パスワード:Greenman89$ サーバー:FusionMarkets-demo 以前にリリースされたMT4バージョンの700以上の本物の5つ星レビュー: https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews 公共チャンネル: https://www.mql5.com/en/channels/hftpropfirmea MT4バージョン: https://www.mql5.com/en/market/product/104871 主要機能 HFTチャレンジ専用に設計: Prop Firmsチャレンジを低ドローダウンで効率的にクリアするように調整されています。 サポート: setファイルの提供に加え、VPSの設定、MTの設定、EAのダウン
Gold Excel MT5
Gregory Hay
4.84 (19)
へようこそ     GoldExcel EA MT5 バージョン 、その日の通貨ペア XAUUSD (GOLD) で有効な取引。通常のアカウント、スポンサー付きアカウント、およびタスクで動作するように私たちのチームによって設計されました。高頻度取引は使用しないでください。 See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 初期価格は数週間ごとに値上がりします。 ジン・ジュオ   ゴールドペアのみを使用したデイトレード戦略です。金ペアは、日々の変動が大きく、ボラティリティが高く、動きと株式市場の開始値に相関があるため、このタイプの取引に最適です。金は全体的な流動性が優れているため、約定とパフォーマンスは概して優れています。 GoldExcel は 、価格アクションと時間ベースの取引を使用して、長期テストで歴史的に証明されている優れた利点を生み出すシステムの典型的な例です。さらに、当社の実際の先物取引結果は過去のテストデータに直接対応しているため、お客様は将来のシステム開発に自信を
Golden Taipan FX
Michael Prescott Burney
5 (1)
Golden Taipan FX for XAUUSD H1 Chart Overview Golden Taipan FX is a premier trading system meticulously crafted for the XAUUSD H1 chart. This system blends the best strategies from Atomic Gold, Gold Shines, and Goldilocks with a whole new level of advanced WFO functionality providing 300 of the finest gold strategies ever created, ensuring unparalleled trading performance. Key Features Comprehensive Strategy Integration 300 Elite Strategies : Combines the top strategies from Atomic Gold, Gold Sh
Diamond Titan FX
Lo Thi Mai Loan
5 (10)
ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $993 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT4: https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさらなる分析: ht
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for   Scalping   Trading on   Eurusd . This Expert Advisor is based on the latest generation of   algorithm  and is highly customizable to suit your trading needs. If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated   algorithm  that allows it to   identify   and   follow m
ONLY 2 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me - REAL SIGNAL: Default Setting:   https://www.mql5.com/en/signals/2217326 Real operation monitoring as well as my
GoldMind AI
Babak Alamdar
4.25 (4)
バックテストではなく、実際の取引システムを購入してください。   Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 597 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、将来のさまざまなアップデートと驚くべき機能を備えた GoldPulse AI の軽量バージョンとして、金または XAUUSD を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:ゴールドシンボル (XAUUSD) の任意の時間
Bitcoin Robot MT5
Marzena Maria Szmit
4.34 (35)
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
GoldPulse AI MT5
Babak Alamdar
4.24 (33)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3   この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確
NEW WAY Scalper は、複数の通貨ペアを取引できるナイトスキャルパー EA です。ナイトスキャルパーの歴史は非常に古く、2012 年またはそれ以前まで遡ることができます。この戦略は長期的な効果があり、根強い人気があり、多くの支持者がいます。 2 年間にわたる広範で綿密な研究を経て、私のチームはさまざまなナイトスカルプ EA の強みに基づいて New Way Scalper を開発しました。直接通貨ペアの中で最も適しているのは USDCHF、次に GBPUSD、USDCAD です。 、EURGBPなども好調でした。 次の価格: $399。 詳細な ユーザーマニュアル はこちらです。 EA 設定について不明な点がある場合は、ここで議論することもできます:   公開ディスカッション グループに参加してください 。 シグナル1   (2 通貨ペア)   :   https://www.mql5.com/en/signals/2240186 シグナル 2   (5 通貨ペア )   :   https://www.mql5.com/zh/signals/2230876 ここをクリッ
Ai Hybrid Robot MT5
Mansour Babasafary
4.27 (11)
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
Quantum StarMan
Bogdan Ion Puscasu
4.91 (77)
皆さん、こんにちは。自己紹介をさせてください。 私は Quantum StarMan です。Quantum EA ファミリーの最も新鮮な、衝撃的なメンバーです。 私は、最大 6 つの動的ペア ( AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. ) を処理できる完全自動の多通貨 EA です。最高の精度と揺るぎない責任をもって、あなたのトレーディング ゲームを次のレベルに引き上げます。 ここで重要なのは、私はマーチンゲール戦略に依存していないということです。代わりに、最高のパフォーマンスを実現するように設計された洗練されたグリッド システムを利用しています。そして、安心していただけるよう、ドローダウンの合計がアカウントの事前に設定された制限に達した場合には、すべての取引を終了するオプションも提供しています。 しかし、それだけではありません。私はただ話すだけではありません。ライブ信号を起動して実行しているので、私の動作を見ることができます。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってくだ
作者のその他のプロダクト
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! 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 make this index’s open a bit more rangebound, so instead of trading breakouts, The US30 Market Maker uses
フィルタ:
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
354
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
745
- 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
739
開発者からの返信 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
739
開発者からの返信 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.