• Overview
  • Reviews (4)
  • Comments (16)
  • What's new

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!


Reviews 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. :)

Recommended products
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
Hamster Grid MT5
Vladimir Gribachev
A professional grid advisor works according to RSI (   Relative Strength Index   ) indicators.           and   has the function of reducing the drawdown on the account by overlapping unprofitable orders.       The chart displays information about the profit. MT4 version https://www.mql5.com/en/market/product/56994 OPTIONS: RSI_PERIOD - period for calculating the relative strength index; UP_LEVEL - upper bound; DN_LEVEL - lower bound; RSI_TIMEFRAME - timeframe for calculation; START_LOT - initi
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
EA Progress
Yuriy Kuzmin
5 (1)
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)
Matrix Arrow EA MT5  is a unique expert advisor that can trade the  Matrix Arrow Indicator's MT5   signals with a trade panel on the chart, manually or 100% automatically.  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Average Moving Average Convergence Divergence (MACD)
GRV Grid MT5
Roman Gergert
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
PZ Turtle Trading EA MT5
PZ TRADING SLU
2 (4)
This expert advisor implements the original Dennis and Eckhardt trading system, commonly known as The Turtle Trader. It trades exactly like the original turtles did, and can be used by experienced traders to capture trends in up or down markets. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully configurable strategy settings Fully configurable trading settings Works for ECN/Non-ECN brokers and 2-3-4-5 digit symbols Works for CFDs and for
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 FIVE EA is based on this article: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp TRADING CONDITIONS - Look for currency pair trading below the X-period EMA and MACD to be in negative territory. - Wait for price to cross above the X-period EMA, then make sure that MACD is either in the process of crossing from negative to positive or has crossed into positive territory within five bars. - Go long X pips above the X-period EMA. - Sell X of the position
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
Sugianto
5 (1)
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 is an improved version of the EA Thomas advisor, which has received an improved trading algorithm. Pro version – allows you to trade without dangerous trading methods. The Expert Advisor Does Not Use: No Grid - No Martingale - No Doubling - No Averaging Starting price is $199, the price will increase over time. For every 20 copies sold, the price will increase significantly. Final price $1500. The new trading algorithm makes transactions on average 2-3 transactions per week (t
Outside Day Reversal EA
Munkh Od Jargalsaikhan
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
Irina Manikeeva
1 (1)
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 -  high-speed tick scalper with auto-selection of parameters for each currency pair automatically. Do you dream of an adviser who will automatically calculate trading parameters? Automatically optimized and tuned? The full version of the system for MetaTrader 4:   TickSniper  scalper  for MetaTrader 4 TickSniper - Full Description   + DEMO + PDF The EA has been developed based on experience gained in almost 10 years of EA programming. The EA strategy works with any SYMBOLS. Th
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
High Tech EA Audcad
German Mazzaferro
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 (190)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendations The minimum deposit is $100, use an ECN account with the minimum spread,  default sett
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
Buyers of this product also purchase
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
PROP FIRM READY! ( download SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volati
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (247)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan, Quantum Trade EA or Quantum Gold Emperor for free !*** Ask in private for more details
Gold Trade Pro MT5
Profalgo Limited
4.81 (31)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase 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 Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strategy. What do I mean with "real trading strategy"?  As you probab
AI TradingVision GPX
Yu Mei Cheng
4.82 (51)
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
Aura White Edition MT5
Stanislav Tomilov
4.97 (32)
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,
GoldPulse AI MT5
Babak Alamdar
4.75 (16)
Buy not a backtest, but a real trading system:   Live Signal 1     Live Signal 2 This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ There are only a few copies left at the current price, the next price is  -->> 745 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! This is the first smartest robot that trades gold or XAU with full pairs like XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD, and XAUCNH! I check the news every s
Brent Oil
Babak Alamdar
5 (3)
“Two Expert Advisors, One Price: Fueling Your Success!”  Brent Oil Scalping Expert + Brent Oil Swingy Expert in one Expert Advisor This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ There are only a few copies left at the current price, the next price is -->> 1120 $ Welcome to the Brent Oil Brent Oil expert advisor is a powerhouse, engineered to master the volatile energy markets with precision and agility. Brent Oil is not just a syst
CyberVision EA
Eduard Nagayev
3.97 (29)
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
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
Gold Garden MT5
Chen Jia Qi
5 (6)
Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT4 version: Gold Garden MT4
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
Bitcoin Robot MT5
Marzena Maria Szmit
4.71 (14)
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
Trade Fusion
Tajammul Hussain
4 (5)
Live Signal available here:  https://www.mql5.com/en/signals/2223440  (high risk 7.5%) Dear Traders, I am thrilled to present to you our revolutionary new expert advisor, "Trade Fusion" - a cutting-edge solution that is poised to transform the realm of automated trading. Trade Fusion is the result of months of intensive research, development, and rigorous testing, combining state-of-the-art technology with the most sophisticated trading strategies to deliver an unparalleled trading experience.
Gold Trading Algo MT5
Ho Tuan Thang
4.9 (50)
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/2206758 5k Fixed Lot:  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 late
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
TrendMaster FX
Chen Jia Qi
4.64 (86)
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
Hello everyone, let me introduce myself: I am Quantum StarMan, the electrifying, freshest member of the Quantum EAs family. I'm a fully automated, multicurrency EA with the power to handle up to 6 dynamic pairs: AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, and USDCAD . With the utmost precision and unwavering responsibility, I'll take your trading game to the next level. Here's the kicker: I don't rely on Martingale strategies. Instead, I utilize a sophisticated grid system that's designed for
Quantum Wizard MT5
Bogdan Ion Puscasu
4.94 (16)
Quantum Wizard is an advanced Expert Advisor for trading the S&P500 (US500), using an sophisticated grid system and advanced money management that's designed for peak performance . It has been in development for more than 2 years, with the latest update coming this year. You can now finally diversify your portfolio with indices trading. Quantum Wizard is very simple to install, it just needs to be installed on US500 with the default settings, on any timeframe. Live signal :   CLICK Quantum
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
Gold Excel MT5
Gregory Hay
4.6 (15)
Welcome to   GoldExcel EA , an effective trader for the XAUUSD pair (GOLD). Developed by our team to work in normal accounts, funded prop accounts and prop challenges! Does not use HFT! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller Trading PERFORMANCE Accounts (over 6+ months verified live trading) on 2 brokers Live $1K Start Now $18.5K (Risk Setup 5 -3 -15) :  https://www.mql5.com/en/signals/2133201 Live ICMarkets Account    (Risk Setup 5 -3 -15)   :  https://
Hercules AI
Aleksandr Chebotaev
5 (4)
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
DOW King
Anton Kondratev
5 (2)
DOW KING EA  I t is a   Fully Automatic Accessible Index (US30) System  with Open Optimization Parameters and a  Recovery Mechanism.  Only 1 Copies of 10 Left  for 345 $ Next Price 799 $   DOW King  GUIDE Signals Commission Broker Refund Updates My Blog Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network. Default Settings for One chart    US30 M15 Each position always has a   Fixed SL & TP    and Virtual   Deal Profit Tracking (VDPT) .    The Current Default Settin
Diamond Titan FX
Lo Thi Mai Loan
5 (3)
Launch promo: SALE 50% OFF! Only a few copies left at $693! Next price: $993 Get 1 EA for free (for 2 trade accounts) -> contact me after purchase 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 Passed Prop Challenge Trade History:  https://www.mql5.com/en/blogs/post/757093 FAQ:  https
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
Boring Pips MT5
Thi Thu Ha Hoang
4.65 (23)
Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is   Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool
Scalper Deriv
Antonio Simon Del Vecchio
5 (10)
Introducing Scalper Deriv: Elevating Your Scalping Experience. Get 1 EA free (for 2 trading accounts) -> contact me after purchase. Setfiles and more   here Are you one of those traders who find their passion in scalping and want to make the most of your capital? Whether you have a balance of $20, $200, $2000, $20000, or even $200000 in your account, we have the perfect solution for you! Introducing Scalper Deriv , the Expert Advisor (EA) designed to enhance your trading strategy and capitali
Quantum Algo Trading MT5
Lo Thi Mai Loan
5 (1)
The current price is the promotional price and will soon increase. The final price for the product is: $5566. There are only a few copies left at the current price, the next price is $566. Check out the live results here: Personal live signal: [Click Here] Prop live signal: [Click Here] MT4 version here: [Click Here] Welcome to Quantum Algo Trading MT5 EA. This EA is designed to be more than just a mechanical system; it will be your companion on your trading journey throughout your life. Th
Way To Stars is a night scalping EA specifically designed to trade during periods of low market volatility to capitalize on low-risk opportunities. This night scalping EA focuses on capturing small price movements for frequent trading, thereby accumulating profits over time. It employs strict stop-loss measures to limit potential losses per trade, ensuring effective risk management. Way To Stars is a genuine and honest trading system that does not rely on purported neural networks, artificial i
SSX Titan TT
Artem Minchuk
3.14 (50)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Quantum Trade EA MT5
Bogdan Ion Puscasu
4.79 (140)
Introducing   Quantum Trade EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years, Quantum Trade   EA is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quan
More from author
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
Filter:
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
692
Reply from developer 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 
 

User didn't leave any comment to the rating

Lasse Najbjerg Jensen
692
Reply from developer Lasse Najbjerg Jensen 2023.08.02 01:57
Thank you for the review and the positive feedback! :)
Reply to review
Version 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.
Version 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.
Version 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.
Version 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.
Version 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.
Version 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.
Version 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)
Version 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.
Version 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.
Version 1.4 2023.08.03
Added input for order comment to easily filter EA trades between others
Version 1.3 2023.08.01
Changed a bit of coding to make the EA work the same way on all brokers.
Version 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.
Version 1.1 2023.07.19
Updated EA property section to include a brief description of the EA.