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

The DAX Morning Scalp

5

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
573
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
689
- 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. :)

おすすめのプロダクト
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
プロのグリッドアドバイザーがRSI(相対力指数)指標に取り組んでいます。不採算注文をオーバーラップさせることにより、アカウントのドローダウンを減らす機能があります。グラフには、利益に関する情報が表示されます。 MT4バージョン https://www.mql5.com/en/market/product/56994 オプション: RSI_PERIOD-相対力指数を計算するための期間。 UP_LEVEL-上限; DN_LEVEL-下限; RSI_TIMEFRAME-計算の時間枠。 START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単位の最小利益。 STOPLOSS、TAKEPR
BB plus RSI
Sergio Tiscar Ortega
The Expert Advisor we present is an automated trading tool designed to operate in the forex market using two widely known and respected technical indicators: Bollinger Bands and the Relative Strength Index (RSI). Bollinger Bands are a technical analysis tool consisting of an upper band, a lower band, and a simple moving average in the middle. These bands help identify volatility and potential trend reversal points in price. RSI is a momentum oscillator that measures the speed and change of price
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! An advisor for automatic trading based on Fibonacci levels with the ability to average orders. Experienced traders can create their own trading strategy, the ability to change the Fibonacci grid settings, change the distance between orders in the grid (averaging), it is possible to check other currency pairs for trading, and most import
Expert Amazo DEMO
Guilherme Geovanini Fraga
EXPERT AMAZO DEMO   é um Expert Advisor projetado especificamente para negociar WIN (mini índice) e WDO (mini dólar) e para ser usado somente em contas DEMO. A operação é baseada na abertura de ordens utilizando alguns indicadores como Sars parabólicos, médias móveis, Bandas de Bollinger, Fibonacci, etc., trabalhando de acordo com 3 modalidades de estratégia, o AMAZO procura prever os movimentos do mercado com operações contra ea favor da tendência.              Entre em nosso Grupo de WhatsA
FREE
Project Indirect Lock is the hybrid algorithm of Arbitrage, Grid and Hedging. Simple way to describe is Lock USD by using GBPUSD and EURUSD. It is almost all time parallel direction. This way, we can reduce a lot of drawdown if we compare to original Grid and Hedging. P.S. Please note that !!EVERY INVESTMENT ALWAYSE HAVE RISK!! !!USE WISELY WITH YOUR OWN RISK!!
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (4)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT5 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT5 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。   Matrix Arrow EA MT5 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取引オプションを使用して100%自動
GRV Grid expert Advisor is a regular grid trader trading in both directions. The peculiarity of this grid is that subsequent orders in the grid are opened not only upon reaching the set step but also on the basis of the signal, which allows not to accumulate a lot of orders that can very quickly drain the entire Deposit. The EA makes a decision based on the signals from THE mA indicator and the trend filter. The EA trades almost non-stop, i.e. there are almost always open orders, so for stable
このエキスパートアドバイザーは、一般にThe Turtle Traderとして知られる、元のDennis and Eckhardtトレーディングシステムを実装しています。元のカメが行ったのとまったく同じように取引され、経験豊富なトレーダーが上昇または下降市場のトレンドを把握するために使用できます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 使いやすく、監督 完全に構成可能な戦略設定 完全に構成可能な取引設定 ECN / Non-ECNブローカーおよび2-3-4-5桁の記号に対応 CFDおよび外国為替商品に対応 この戦略では、メインシステムとフェイルセーフシステムの2つの補完的なシステムを取り引きします。 システム1は20日間のブレークアウトを取引し、10日間のブレークアウトで取引を終了します システム2は55日間のブレークアウトを取引し、20日間のブレークアウトで取引を終了します 戦略の基本原則は次のとおりです。 トレードは最後のシグナルの結果に基づいてフィルタリングされます 取引は、ATR(30)/ 2の間隔で、最大
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for c
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も損失を出す可能性があります)。 -示されているバックテスト(スクリーンショットなど)は、最適なパラメーターを見つけるために高度に最適化されていますが、結果をライブ取
Introducing Neural Bitcoin Impulse - an innovative trading bot created using neural network training technology on voluminous market data sets. The built-in mathematical model of artificial intelligence searches for the potential impulse of each next market bar and uses the resulting patterns of divergence and convergence between the predictive indicators and the price to form high-precision reversal points for opening trading positions. The trading robot is based on the Neural Bar Impulse in
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily r
GridMasterFx   is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx   Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market co
EA Thomas PRO MT5
Vitali Vasilenka
3.23 (13)
EA Thomas Pro は、取引アルゴリズムが改良された EA Thomas アドバイザーの改良版です。 プロバージョン – 危険な取引方法を使用せずに取引できます。 Expert Advisor は以下を使用しません: グリッドなし - マーチンゲールなし - 2 倍化なし - 平均化なし 開始価格は 199 ドルですが、時間の経過とともに価格は上昇します。 20部売れるごとに価格が大幅に上がります。 最終価格は1500ドル。 新しい取引アルゴリズムでは、週に平均 2 ~ 3 回の取引が行われます (このアルゴリズムにより、市場での危険な状況を回避できます)。 アドバイザーを安全に使用できるように、主要な取引アルゴリズムが再設計されました。 Advisor は、金融口座のテストに合格するように適応されています。 アドバイザーは、2020 年の初めから過去 3 年間にわたってトレーニングを受けています (これにより、変化する市場に合わせてアルゴリズムの構造を最適化できます) EURUSD のデフォルト設定 - M5 タイムフレーム 履歴分析は、マーチンゲールと平均化シ
Outside day trading strategy looks for a specific pattern in the price chart of a security. The pattern is characterized by a larger range than the previous day, with the high of the day higher than the previous day's high and the low of the day lower than the previous day's low. Works with many symbols, such as BTCUSD, GBPUSD,USDCAD, oil, gas, and others. PLEASE RATE! Thank you very much! FEATURES: - Real Strategy - Daily Bar Strategy - Exit the trade if the day was profitable - ATR multip
FREE
ThanosAlgotrade is an automatic trading advisor for obtaining stable profits over a long period of time. Does not require manual intervention. Designed to work in the MT5 terminal on "hedge" type accounts , the Adviser needs to be installed on the EURUSD currency pair chart on the M1 time frame and enable auto trading. Monitoring of the adviser's work can be viewed here
Exp TickSniper PRO FULL
Vladislav Andruschenko
4.04 (51)
Exp-TickSniper- 各通貨ペアのパラメーターを自動的に自動選択する高速ティックスカルパー。 取引パラメータを自動的に計算するアドバイザーを夢見ていますか?自動的に最適化および調整されますか? MetaTrader4のシステムのフルバージョン:       MetaTrader4用の TickSniper   スカルパー TickSniper-完全な説明     +デモ+ PDF EAは、ほぼ10年間のEAプログラミングで得られた経験に基づいて開発されました。 EA戦略はどのシンボルでも機能します。 時間枠は関係ありません。 ロボットは、現在の相場、ティックの到着速度、スプレッドサイズ、およびその他の契約仕様パラメーターに基づいています。 システムは、有利なストップロスとテイクプロフィットレベル、平均ポジションの距離、トレーリングストップ距離などを自動的に定義します。 EAは、トレンドに対して追加のオープニングのシステムを適用します(「平均化」)。 その設定は、実際のアカウントでテストするために最適化されています。 Expert Advisorは、絶対にすべての通貨ペ
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than t
Extensiver
Syed Oarasul Islam
Extensiver is designed to trade any markets (Stocks, Forex, Commodities, Futures, Cryptos). The strategies are developed based on various Price Actions that will be observed on different Fibonacci Extension Levels. Product Home Page:  https://www.mql5.com/en/market/product/51242 ADVANTAGES: Works on any market and time frames Multiple Strategies in 4 categories:  Extension, Breakout, Trend Follow, Reversal Trades simultaneously on any number of markets under the same account  Display Fibonac
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
EA Cypress MT5   is an Expert Advisor for the hedge trading on   EURUSD, GBPUSD, USDCAD, EURJPY, EURCAD and other   pair,s which allows you to trade both in fully automatic mode and to accompany orders opened by the user. To do this, the chart provides buttons for switching modes and opening and closing orders. The recommended timeframe is   M5 . It enters the market based on the readings of the   RSI   and   Stochastic   indicators. Works with market   Buy   and   Sell . It is not provided to w
This high quality, high tech EA detects reversions in AUDCAD H4 In longs, you will have a dynamic and complex way of closing trades that gives a very high winrate, while in shorts is simple but still has . Taking in consideration market dynamics. Longs and shorts should be treated always differently. Also longs and shorts have different indicators to get in, while the idea is the same. It is truly a high tech EA. Pros: Precise, high winrate (88% and more), dynamic open and close of trades, mo
This algorithm is based on the grid strategy and performs dynamic position management to make it work on netting accounts. Unlike other robots, this grid system bases its entries on profit over time of the asset instead of using pips. This parameter is the one that corresponds to "Average Distance".  You can trade all 28 major currencies simultaneously.  Parameters: +------------------------------------------------------------------+ :-:-:-:-:-:-:-:EXPERT SETTINGS:-:-:-:-:-:-:-: +--------------
Mango Scalper
Mahmoud M A Alkhatib
Mango Scalper  is a fully automated scalping robot that uses a very Good and Smart breakout strategy, advanced money management and probabilistic analysis. Most effective in the price consolidation stages that occupy the bulk of the market time. Proven itself on real accounts with an excellent risk-to-reward ratio. Does not need forced optimization, which is the main factor of its reliability and guarantee of stable profit in the future. S uitable for both beginners and experienced traders.  
| 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
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (188)
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-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
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
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Explore the Power of ICT-Inspired OrderBlock EA Elevate your trading with our expert advisor, inspired by the pioneering OrderBlock strategy from ICT's YouTube series. This tool is your gateway to advanced market analysis, designed for traders seeking to enhance their strategy with precision and insight. It's a blend of innovation and respect for the trading concepts that have shaped our approach. Settings guide: * TRADE_RISK: This parameter defines how much risk should be taken by each t
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (247)
ご紹介     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 Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が100
Gold Trade Pro MT5
Profalgo Limited
4.81 (31)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありま
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT4バージョン: MT4へ移動 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDC
Aura White Edition is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPUSD,
Brent Oil
Babak Alamdar
5 (3)
「2 人の専門アドバイザー、1 つの価格: あなたの成功を促進します!」ブレント オイル スキャルピング エキスパート + ブレント オイル スインギー エキスパートを 1 つのエキスパート アドバイザーで統合 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $  現在の価格では残りわずかです。次の価格は -->> 1120  $ ブレント石油へようこそ Brent Oil のエキスパート アドバイザーは、正確かつ機敏に、不安定なエネルギー市場をマスターできるように設計された強力な企業です。ブレント石油は単なるシステムではありません。それはあなたの戦略的パートナーであり、市場の動きに適応して勝利を収める戦略を展開するように設計されています。 スキャルピング手法で市場の素早い動きを利用したい場合でも、スイングトレードの慎重なアプローチを好む場合でも、ブレントオイルはあなたをカバーします。その高度なアルゴリズムは市場の傾向を分析し、利益の最大化とリスクの最小化を目的とした取引を実行します。 主な特徴: 高度な戦略の実装:
GoldPulse AI MT5
Babak Alamdar
4.75 (16)
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 745 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Hig
Bitcoin Robot MT5
Marzena Maria Szmit
4.73 (15)
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
CyberVision EA
Eduard Nagayev
4.84 (25)
CyberVision EA is a technology I developed during my undergraduate studies. CyberVision EA is not just an advisor, it is a high-speed computing machine that can generate historical data. CyberVision EA is not just an EA, it is a high-speed computing machine that works with recurrent neural network (RNN) and generative adversarial network (GAN), and my EA also uses data quantization. Live Signal High:  https://www.mql5.com/ru/signals/2221931 Live Signal:  https://www.mql5.com/en/signals/2218278 C
X Code G
Shintaseftiana
4.29 (14)
ONLY 1 COPIES LEFT AT CURRENT PRICE! , NEXT PRICE  1199 USD,    SO COME ON HURRY UP !! Introducing eXecute-Code (X-CODE) EA - the ultimate Expert Advisor that's out of this world!, X-Code G EA base on Algorithm Levels of Trading.  Live Signal M5     |    Live Signal M1   |     Channel     |    MySetfile_1.5 I design X-Code G EA for XAUUSD/GOLD pair Why should you choose and use X-CODE EA in Trading? X-CODE EA will give you a pleasant trading experience because in X-CODE EA reliable algor
Trade Fusion
Tajammul Hussain
4.6 (5)
Live Signal available here:  https://www.mql5.com/en/signals/2223440     (high risk 7.5%) 尊敬するトレーダーの皆様へ 私は、革新的な新しいエキスパートアドバイザーである「Trade Fusion」をご紹介できることを喜んでいます。これは自動取引の世界を変革することになる先進的なソリューションであり、数ヶ月にわたる集中的な研究、開発、厳格なテストの結果です。Trade Fusionは、最先端の技術と最も洗練された取引戦略を組み合わせて、比類のない取引体験を提供するために生まれました。 Trade Fusionの特徴の1つは、28通貨ペアを同時に分析および取引し、同時に非常に低いドローダウンを維持できる能力です。これは、2つの画期的なアプローチによって実現されています:       1. 指標ベースのアプローチ: 8つの異なる指標を組み合わせ、それぞれを複数の状態に分割 ろうそく足ごとに10年間の過去データをスキャン 90%以上の勝率を持つ希少な状況を特定 何百万もの可能性からこれらの貴重な
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT4バージョン: Gold Garden MT4   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 リスク設定: デフォルトは中リスクで、EAにはセキュリティと管理のために複数のリスク設定があります。慎重なユーザーは、
ONLY 2 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2217326 Limited price $199 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 Some Features: - No Martingale, No
Aura Black Edition MT5
Stanislav Tomilov
4.2 (25)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
皆さん、こんにちは。自己紹介をさせてください。 私は Quantum StarMan です。Quantum EA ファミリーの最も新鮮な、衝撃的なメンバーです。 私は、最大 6 つの動的ペア ( AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. ) を処理できる完全自動の多通貨 EA です。最高の精度と揺るぎない責任をもって、あなたのトレーディング ゲームを次のレベルに引き上げます。 ここで重要なのは、私はマーチンゲール戦略に依存していないということです。代わりに、最高のパフォーマンスを実現するように設計された洗練されたグリッド システムを利用しています。そして、安心していただけるよう、ドローダウンの合計がアカウントの事前に設定された制限に達した場合には、すべての取引を終了するオプションも提供しています。 しかし、それだけではありません。私はただ話すだけではありません。ライブ信号を起動して実行しているので、私の動作を見ることができます。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってくだ
Dragon Multi EA MT5
Mansour Babasafary
4.47 (38)
77% discount for the next 10 buyers (original price $3000): 1 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
One Gold MT5
Stanislav Tomilov
4.6 (20)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and and advanced technologies in neural networks, EA is capable of analyzing historical and current
DOW King
Anton Kondratev
5 (2)
ダウキング EA それは   すべてのオープン最適化パラメータと 回復メカニズムを備えた完全に自動でアクセス可能なシステム。 Only 1 Copies of 10 Left  for 345 $ Next Price 799 $  ダウキングガイド 信号 ブローカー手数料払い戻し アップデート 私のブログ Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        US30 M15 各ポジションには必ず   固定SLとTP     そして   バーチャル   取引利益追跡 (VDPT)   。     現在のデフォルト設定は、2020年12月から今日まで、すべてのリアルMT5クォートICM RAWを考慮して最適化されています。 システム   オプションで位置を復元   取引回数を増やすことで翌日にお届けします。 アルゴリズムには   市場ボラティリテ
Oracle MT5
Stanislav Tomilov
5 (9)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
TrendMaster FX
Chen Jia Qi
4.64 (86)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEA
Big Forex Players MT5
Marzena Maria Szmit
4.79 (38)
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 to th
Quantum Wizard MT5
Bogdan Ion Puscasu
4.93 (15)
Quantum Wizard は 、最高のパフォーマンスを実現するように設計された高度なグリッド システムと高度な資金管理を 使用して、S&P500 (US500) を取引するための高度なエキスパート アドバイザーです。 2 年以上開発されており、最新のアップデートは今年リリースされます。ついにインデックス取引でポートフォリオを多様化できるようになりました。 Quantum Wizard のインストールは非常に簡単で、任意の期間にデフォルト設定で US500 にインストールするだけです。 ロンドンとニューヨークの株式市場の時間帯に動作し、同時に取引できる 6 つの戦略が組み込まれています。 Quantum Wizard は非常にアクティブで、1 日に複数回取引できます。 現時点ではS&P500のみを取引していますが、近い将来には他の指数も取引する予定です。 ライブ信号 1:     クリック 量子EAチャンネル:ここをクリック プロモーションの発売価格 1099.99 USD には 45% 割引が含まれます。割引なしの価格は 1999.99 USD
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJ
Gold Excel MT5
Gregory Hay
4.57 (14)
へようこそ     GoldExcel EA MT5 バージョン 、その日の通貨ペア XAUUSD (GOLD) で有効な取引。通常のアカウント、スポンサー付きアカウント、およびタスクで動作するように私たちのチームによって設計されました。高頻度取引は使用しないでください。 See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 初期価格は数週間ごとに値上がりします。 Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:  https://www.mql5.com/en/signals/2133189 Live ICMarkets Test account Medium Risk :  https://www.mql5.com/en/signals/2133192 ジン・ジュオ   ゴールドペアのみを使用したデイトレード戦略です。金ペアは、日々の変動が大きく、ボ
ローンチプロモーション:50%OFF! 残りわずかなコピー、$693で販売中! 次回価格:$993 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のさらなる分析: https://www.mql5.com/en/blogs/post/756912 実際の取引とバックテスト
Scalper Deriv
Antonio Simon Del Vecchio
5 (10)
Scalper Derivを紹介します:スキャルピング体験を向上させます。 1つのEAを無料で入手(2つの取引アカウント用)-> 購入後に連絡してください。 セットファイルやその他   こちら スキャルピングに情熱を見出し、資本を最大限に活用したいトレーダーですか?$20、$200、$2000、$20000、または$200000の残高がある場合でも、私たちにはあなたにぴったりの解決策があります! Scalper Deriv をご紹介します、トレーディング戦略を向上させ、投資規模に関係なく市場の機会を利用するために設計されたExpert Advisor (EA)です。 主な特徴 革新的な体験 :EAsに関する長年の経験と知識から生まれたScalper Derivは、金融市場におけるスキャルピング戦略の頂点を表しています。 さまざまな資本に適応 :Scalper Derivはすべての人にアクセス可能です。利用するための最低資本は$20ですが、EAは任意のアカウントサイズに自動的に調整します。$20、$200、$2000、$20000、または$200000であろうと、S
Boring Pips MT5
Thi Thu Ha Hoang
4.62 (21)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
Quantum Trade EA MT5
Bogdan Ion Puscasu
4.79 (139)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル:   ここをクリックしてください MT4バージョン:       ここをクリック 量子EAチャネル:       ここをクリック わずか 5 99.99 ドル のプロモーション価格!価格は間もなく 699.99 ドルに値上がりし、その後 10
Darwin Swing MT5
Guillaume Duportal
4.92 (38)
ダーウィン・スイング 発売価格999ドル、将来価格1490ドル DESCRIPTIONS : -- このEAは、私のFXトレードの哲学を反映しています。 時間をかけてやるんだ! (FXはレースではない): https://www.mql5.com/en/blogs/post/745790 -- 過去のパフォーマンスを見るには、以下のシグナルへのリンクが必要です。 ライブとデモのシグナル: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION(説明)。 Darwin Evolutionの大成功を受け、同時に使用できるDarwin Swingを紹介します。 このExpertは、手動取引に限りなく近い形で設計されています。 長期的な視点で作られたExpertであり、高速スキャルパーでもなく、夜間スキャルパーでもない。 基本戦略はスイングトレードで、支持線と抵抗線を利用してポジションを建てる。 このシステムの革新性は、バーチャルポジションを組み込んでいることです。このEAは、各
AI NeuroX EA
Denis Kurnev
4.5 (14)
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
作者のその他のプロダクト
The US30 Market Maker
Lasse Najbjerg Jensen
4.8 (5)
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 limit orders and stop-limit orders to trade the opening range. Both take-profit and stop-loss is based on current volatility, and the EA does NOT use martingale, grid systems, hedging or other types of risky money management tactics! I have traded
フィルタ:
Adam Brett Atkinson
573
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
689
- 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
691
開発者からの返信 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
691
開発者からの返信 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.