• Overview
  • Reviews
  • Comments (1)

Chart Patterns Builder Premium

The Chart Patterns Builder Premium expert advisor is an extension of the freely available Chart Patterns Builder Basic:
  •         it provides 1 new chart pattern: the rectangle breakout (besides the double top & bottom pattern already provided in the basic edition);
  •         in most configurations, backtesting usually shows more than double (2x) average yearly return rate;
  •         the account growth curve is also smoother, due to approximately double number of trades,  compared to the free version.

In order to ensure a low drawdown and avoid exposure to high risks, this expert advisor features the following:  
  •         usage of automatically placed stop loss orders for all launched trades;
  •         allowing of maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load;
  •         minimization of positions holding time by automatic trade closure at pre-calculated intervals;
  •         avoiding the usage of exotic, highly volatile instruments.

Technical details:

Currently, 2 distinct chart patters strategies are supported:
1. double top or bottom;
2. rectangle pattern breakout.

For selection of best trading patterns signals, a configurable validation mechanism has been implemented, allowing to deploy either fewer (but more reliable) or more (but less reliable) signals.
- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.
By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

This EA does not use dangerous techniques such as grid trading or martingale nor does it require parameter optimization before being used.

Input parameters:

### MAIN SETTINGS
- Enable multi-instrument mode :

Specifies whether multiple instruments should be traded from the same chart (true - default setting) or only the current instrument (false).     
- Used symbols (in multi-instrument mode only) :
List with symbols to be processed, separated by semi-colon (;). Due to differences in various brokers instrument naming, these are not be specified directly, but rather through their corresponding parameter name: instr_eurusd, instr_gbpusd, instr_us30, instr_sp500 (only these 4 are currently supported)
- Symbol for EUR/USD currency pair (instr_eurusd) :    
This would be EURUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. EURUSD-Z)
- Symbol for GBP/USD currency pair (instr_gbpusd) :    
This would be GBPUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. GBPUSD-Z)
- Symbol for Dow Jones stock index (instr_us30) :
The instrument name of the Dow Jones Industrial Average (DJIA) stock index. This is broker-specific, such as: [DJI30], US_30, #US30 etc.
- ... lot multiplier for instr_us30 :
The lot multiplier to be applied for the Dow Jones Industrial Average (DJIA) stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 0.1, the effective lot size will be 0.2). The value for this parameter would be usually set to either 0.1 or 1.0, depending on your broker's instrument configuration.
- Symbol for S&P 500 stock index (instr_sp500) :
The instrument name of the Standard & Poor 500 stock index. This is broker-specific, such as: [SP500], US_500, #USSPX500 etc.
- ... lot multiplier for instr_sp500 :
The lot multiplier to be applied for the  Standard & Poor 500 stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 10.0, the effective lot size will be 20.0). The value for this parameter would be usually set to either 1.0 or 10.0, depending on your broker's instrument configuration.
- Enable multi-timeframe mode :
Specifies whether multiple timeframes should be traded from the same chart (true - default setting) or only the current timeframe (false).
- Used timeframes (in multi-timeframe mode only) :
List with timeframes to be processed, separated by semi-colon (;). It is recommended to keep the default value (H2;H1;M30;M15), although individual specific timeframes may be removed from the list.
- Order filling mode for new trades :
Specifies in which mode the new trade orders will be sent to the MetaTrader terminal. Different brokers might allow different filling modes. Most frequently, the ORDER_FILLING_FOK (Fill Or Kill) and ORDER_FILLING_IOC (Immediate Or Cancel) modes would be used.
- Auto-close trades (after pre-defined expiration time)
Specifies whether launched trades will be closed automatically (true), after fixed periods calculated by the system, or whether they will be allowed to continue until either Stop Loss or Take Profit levels are reached (false). It is recommended to keep the default value (true).    
- Lot size (the expert advisor may apply some small adjustments)
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.    
- Expert advisor magic number :   
Used by this Expert Advisor in order to be able to identify its own trades between others launched by different EAs (or placed manually).

### CHART PATTERNS SIGNALS
- enable double top/bottom:
true/false, enables or disables the double top and bottom pattern in the trading strategy;
- enable rectangles: true/false, enables or disables the rectangles pattern in the trading strategy;
- Signal selectivity (0 .. 100) :
Specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation but for good results the recommendation is over 70. The default value is 85.  

### RISK MANAGEMENT
- Reward-to-risk ratio :
The ratio between potential profit (upto the Take Profit price) and potential loss (to the Stop Loss price) of a trade. This setting determines how far the Take Profit price will be set (since the Stop Loss is automatically calculated by the Expert Advisor). Default value is 2.0.
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:

  •         before running this EA, you should first perform backtesting on your own account, making sure you have a profitable configuration in the long run;
  •         after backtesting, it is highly recommended to run it for at least 2-4 weeks on DEMO before moving it to a REAL account;
  •         please apply a careful money management policy, by adapting (and re-adjusting, if needed) the Lot Size to the funds available in your account.


Recommended settings:

  •         account type: either hedging or netting;
  •         symbol: EUR/USD;
  •         timeframe: M15;
  •         minimum deposit: 1000$ (preferably: at least 2000$);
  •         lot size: 0.10 per above-mentioned minimum amount.


Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.
Recommended products
<<Gold Precise: A Multi-Timeframe and Dynamic Trend Identification Expert Advisor for XAU/USD>> BUY ONE FREE ONE,   contact me for your gift after purchase.  Live Signal:  LINK Join my free channel: https://www.mql5.com/en/channels/elitetradernce Features: Releasing my Secret Strategy 2:  Tested more than 5 months on live signal before release. Win Rate: 97% Coded by certified trader from 2 prop firms. Smart Entry & Exit FIFO Prop Firm Compatible (0.01 lot per $10k balance) No Grid, Martingale
Gold Crazy EA MT5
NGUYEN NGHIEM DUY
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
FibExtender
Syed Oarasul Islam
This Indicator draws Fibonacci Extension levels in two different ways. You can select whether to draw Fibonacci Extension levels based on your favourite ZigZag settings or you can let the indicator to draw Fibonacci Extension  level based on given number of Bars or Candles.  You can also set Mobile and Email notification for your favourite Extension  levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your
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.
Next Gen Velocity XII
Bailey John Wickens
2.33 (3)
Next Gen Velocity XII – Precision. Simplicity. Performance.   Promo Price: $249 until 5 purchases - Currently 4/5 | Next Price: $499 | Final Price: $1,497 Next Gen Velocity XII is the culmination of over two years of rigorous development, combining precision engineering with advanced trading algorithms. This Expert Advisor for MT5 embodies a revolutionary yet simple approach to trading, built on the principle that straightforward strategies often yield the most consistent and profitable results
Seasonal Pattern Trader
Dominik Patrick Doser
Disclaimer : Keep in mind that seasonal patterns are not always reliable. Therefore, thoughtful risk management is crucial to minimize losses.  Seasonal patterns in the financial world are like a well-guarded secret that successful investors use to their advantage. These patterns are recurring price movements that occur during specific periods or around special events. Additionally, there are also intraday patterns that repeat. For example, Uncle Ted from Forex Family suggests examining previou
No Marti No Party MT5
Agus Santoso
5 (1)
MT4 Version :   https://www.mql5.com/en/market/product/90395 MT5 version :  https://www.mql5.com/en/market/product/99545 Introducing the "No Marti No Party" Expert Advisor (EA): the epitome of aggressive trading strategies. This EA is not for the faint-hearted, as it operates on a high-risk, high-reward principle that can either lead to substantial gains or significant losses. The name says it all – Martingale strategy is at the core of this EA. It's designed to aggressively double down on los
Fibonacci Retracement Auto Drawer MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
Fibonacci Retracement Auto Drawer – The Ultimate Tool for Precision Trading! Are you tired of manually drawing Fibonacci retracement levels every time you analyze the market? Fibonacci Retracement Auto Drawer is here to automate the process and enhance your trading accuracy! Key Features: Auto-Detection of Swing Points – No need to manually identify swing highs and lows! The tool scans the market and pinpoints the most significant reversal zones automatically. Precision Fibonacci
Somewhere over the rainbow It is a system that tries to operate the market from the exhaustion of the trend with a correction algorithm that tries to cut losses at the cost of increasing the margin This system makes all the adjustments automatically, analyzing the pair and the market to decide which is the most efficient step to reach your destination. Somewhere over the rainbow is a multiple trade and multi lot system(The maximum batch can be up to 5 times the initial batch distributed in mult
Babel Assistant
Iurii Bazhanov
4.43 (7)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
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 w
Volume Trade Levels
Mahmoud Sabry Mohamed Youssef
The idea behind this indicator is very simple , First it contains 2 mechanisms to place your trades: 1- Enter the Pips you want to duplicate to price levels. 2- Automatically let the indicator specify the largest Buy / Sell Volume Candle and place duplicated levels based on the candle itself. How it works: 1- Enter the Pips you want to duplicate to price levels:    1- once the indicator is loaded you will need first to Specify the number of pips in the indicator Configuration window ,you can g
WinnerMind 4o
Canberk Dogan Denizli
WINNERMIND MT5 — Redefining Trading Excellence Step into the future of trading with WINNERMIND MT5, a groundbreaking trading tool engineered for exceptional performance in both Forex and Stock markets. Developed by a team of seasoned professionals with over 7 years of fund management and algorithmic expertise, this Expert Advisor (EA) integrates cutting-edge proprietary algorithms, deep mathematical foundations, and advanced risk management strategies to deliver unmatched results. Key Features
Easy Indy
Vinutthapon Bumroong
This indicator automatically draws trendlines, Fibonacci levels, support and resistance zones, and identifies BOS (Break of Structure) and CHOCH (Change of Character) patterns on the chart. Just by placing it on the graph, it handles the essential technical analysis tasks for traders, providing a streamlined, effective trading tool this tools is alway make every one easy for trading.
Isabelle Pro EA MT5
Canberk Dogan Denizli
Isabelle PRO - The Ultimate Trading Companion for MetaTrader 5 Overview Isabelle PRO is a state-of-the-art Expert Advisor (EA) for MetaTrader 5, engineered to provide traders with a powerful, automated trading experience. Utilizing advanced algorithms, robust risk management, and adaptive strategies, Isabelle PRO empowers traders to achieve consistent profitability. Its flexibility, precision, and scientific design make it an indispensable tool for professional and retail traders alike. Key Feat
Basic Fire 5
Vitalii Zakharuk
Basic Fire is an innovative and highly efficient automated assistant for traders, designed specifically for trend trading in the Forex market. Forex trading requires significant time, effort, and expertise. With trading bots, traders can automate their strategies, leverage market trends, and avoid spending countless hours on analysis. Basic Fire is your reliable tool for trading highly volatile currency pairs, particularly during periods of intense market activity. What is Basic Fire? Basic Fire
ArcTracer
Syed Oarasul Islam
This Indicator draws Fibonacci Arc levels in two different ways. You can select whether to draw Fibonacci Arc levels based on your favourite ZigZag settings or you can let the indicator to draw Arc levels based on given number of bars or candles.  You can also set Mobile and Email notification for your favourite Arc levels individually. With this indicator you will not have to feel lonely as the it can generate Voice alerts, which will keep you focused on your trading and remove boredom.  Produc
For MT4 : https://www.mql5.com/en/market/product/90950 "Rebate Hunter" Expert Advisor Description: Introducing the "Rebate Hunter" Expert Advisor, a cutting-edge tool meticulously designed for savvy traders seeking maximum returns through strategic hedging and averaging techniques. This sophisticated algorithm operates seamlessly within the MetaTrader platform, executing transactions continuously to capitalize on market fluctuations and generate substantial profits for its users. Key Feature
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
Gold SWmax EA
Sergei Linskii
Gold SWmax EA  - is one of the best   Expert Advisor  for   Meta Trader 5 . The unique algorithm of the adviser analyzes the movement of the asset price, taking into account the factors of technical and mathematical analysis, determines profitable entry and exit points, and uses advanced money management and lot multiplier. The Expert Advisor trades according to a unique algorithm, using mathematical and logarithmic analyzes of the symbol price. Trading on real account: https://www.mql5.com/en/s
EURUSD 1min scalper
Catalin Adelin Iovan
Features An amazing scalper created for EURUSD 1 min time frame. Compared to the 5 min version https://www.mql5.com/en/market/product/54412#!tab=overview , this one is a higher risk/ reward . Just like the 5 min version, this one needed more than 500h of optimization . It was made in mind for IC markets MQL5 platform, an adapted for their data, but I suppose it must works on other brookers as well. I will also publish soon the MT4 version for IC markets as well. Description Strategy is made fro
Hot Zones MT5
Innovicient Limited
This indicator simplifies your entry zones by displaying the areas where you can plan your entry that potentially could give you high risk/reward ratios. Other than picking the most optimal entry points, the Hot Zone indicator can act as your typical support/resistance indicator for pullbacks for all timeframes. You can use this indicator as the only trading indicator or use it with another indicator for reentry purposes.  Besides, when using Hot Zones, the risk/reward ratio should be well abov
ADX Ea Mt5
Biswarup Banerjee
Average Directional Index(ADX) Strategy EA MT5  employs an ADX-based trading strategy to make calculated entry and exit decisions. Alongside this core strategy, it incorporates optional advanced features, including a Moving Average filter on a higher timeframe, grid recovery, hedge, martingale strategies, position sizing based on profit, and day and time filters. These features offer flexibility and adaptability in diverse market conditions. For detailed documentation     General Settings/Input
Smart Candle
Wanchai Phonphromchot
Introduction This EA is designed to survive the testing period of 1 year with low drawdown and high Sharpe ratio. There is something new in the concepts of calculation, but it is easily understood. And here are the best results. On the test period of 1 year (Jan 2023 - Jan 2024), the profit at the end is about 1200% of the initial deposit with a maximum drawdown of 30%, and the Sharpe ratio is greater than 3.5. Note that the 30% drawdown motioned above is the result from the strategy tester, wh
Unlock the power of Fibonacci with our advanced indicator! This tool precisely plots Fibonacci levels based on the previous day's high and low, identifying the next day's key support and resistance levels. Perfect for day trading and swing trading, it has consistently generated weekly profits for me. Elevate your trading strategy and seize profitable opportunities with ease. NOTE: In the Input section make sure the draw labels are set to "True" so you can see each levels.
Srfire Hedge Position
Javier Antonio Gomez Miranda
SRFire Hedge Position - Automated Trading Strategy SRFire Hedge Position is an Expert Advisor (EA) designed to ensure trades always close in profit using a hedging and scaling technique. Here’s how it works: How It Works: Trade Initiation: The EA opens a Buy position within a predefined channel. Simultaneously, it places a Sell Stop order below the channel with double the lot size of the Buy position. If the Buy position hits the Take Profit (TP), the Sell Stop order is canceled, and the proces
Tron MT5
Franck Martin
5 (1)
TRON is the result of several months of development. Featuring an advanced algorithm and a combination of custom indicators, this EA is a blend of profitability, security and simplicity. With its intelligent real-time technology and proven trading strategy for several years now, it offers reliable long-term trading and knows how to adapt to the situations it encounters over time. *** Compatible with Prop Firm ***   (see backtest) Please check your Prop Firm's terms and rules for consistency and
One Milion
Krym ʿYd Ahmd Abrahym
Expert Million Way From $500 to $1 million in 4 years More than one well-studied risk strategy The expert allows from the first $500 Hello Million Dollars Without any fatigue, we are in the era of artificial intelligence Your opportunity is now available for automated trading You can now achieve all your dreams with the strongest market strategy now with the Expert Million Dollars
Buyers of this product also purchase
PrizmaL Gold
Vladimir Lekhovitser
4.92 (12)
Live signal Live signal Blueberry Standard Live signal Blueberry Raw Find out more here:   https://www.mql5.com/en/users/prizmal/seller PrizmaL Gold – Advanced Trading Robot with Proven Championship Performance. PrizmaL is a high-performance trading robot that secured 2nd place in the World Championship of Trading Robots (MetaQuotes Automated Trading Championship 2008). Designed for traders seeking substantial profit potential over short timeframes, PrizmaL employs adaptive take-profit an
Goldenity AI
Zuzanna Slawinska
3.13 (39)
After years of manually trading gold and watching its every move, I finally decided to transform my proven strategies into an automated solution. I was fortunate enough to meet an exceptional programmer who shared my passion for the markets. What started as casual discussions about trading turned into a partnership that would lead to creating Goldenity - a sophisticated AI-powered system that combines my trading experience with cutting-edge machine learning. We spent the last year pouring our h
Gold Scalping AI MT5
Ho Tuan Thang
4.84 (19)
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me ONLY 4 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL (Real Signal active for over 6 months): Default Setting:  https://www.mql5.com/en/signals/2276213 Gold Scalping AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold   Scalping   AI
Beatrix Inventor MT5
Azil Al Azizul
4.9 (10)
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which makes the analysis more accurate. The algorithm used in developing this EA is a reliable algorithm both in entry and managing floating minus. This EA is designed to be used on the XAUUSD / GOLD pair
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (354)
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 Wizard or Quantum StarMan or Quantum Gold Emperor for free !*** Ask in private for more details
Mean Machine
William Brandon Autry
5 (34)
Introducing Stage 7.0—A Revolutionary Leap in AI Trading Technology I'm proud to announce my most significant update yet: Stage 7.0. This groundbreaking release introduces AI Position Management, which dynamically modifies Take Profit and Stop Loss levels in real-time, ensuring optimal position management with priority handling across all symbols. Stage 7.0 harnesses the power of cutting-edge AI models, including DeepSeek R1 and OpenAI's O3 mini, delivering enhanced reasoning capabilities acros
CyNera MT5
Svetlana Pawlowna Grosshans
3.66 (65)
CyNera: Your Trading, Our Technology Signals >400%:   CyNera Signals >500%:   CyNera Turbo Manual & set files: contact me after purchase to receive the manual and set files Price: The price increases based on the number of licenses sold Available copies: 4 Trading gold, one of the most volatile instruments in the market, demands precision, in-depth analysis, and strong risk management. CyNera Expert Advisor seamlessly integrates these elements into a sophisticated system designed for optimal go
Scalping Robot MT5
Marzena Maria Szmit
4.88 (16)
Introducing our advanced Scalping Forex Robot , specifically designed to maximize trading opportunities with 5 popular currency pairs on the M1 timeframe. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the M1 timeframe . This robot is perfect for traders who prefer the scalping method and want to take advantage of rapid price movements without having to manually monitor the charts. It
Bitcoin Robot MT5
Marzena Maria Szmit
4.57 (74)
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
Eternal Engine is an advanced EA that integrates multiple indicators with grid and Martingale strategies. Its core feature is precise entry point control, enabling it to perform exceptionally well even in complex market environments. Eternal Engine EA offers numerous trading opportunities, is not sensitive to spreads, and ensures accurate execution of every trade through strict entry point management. The strategy has been proven in live trading, providing over a year of low-drawdown real-time s
EvoTrade EA MT5
Dolores Martin Munoz
4.5 (8)
EvoTrade: The First Self-Learning Trading System on the Market Allow me to introduce EvoTrade —a unique trading advisor built using cutting-edge technologies in computer vision and data analysis. It is the first self-learning trading system on the market, operating in real-time. EvoTrade analyzes market conditions, adapts strategies, and dynamically adjusts to changes, delivering exceptional precision in any environment. EvoTrade employs advanced neural networks, including Long Short-Term Memory
Revert Edge
Levi Dane Benjamin
5 (1)
Revert Edge is a carefully crafted algorithm built on 7+ years of live trading experience. Its core focus is slow, steady account growth with an emphasis on long-term performance and not unsustainable, quick, short-term gains. The EA is developed to trade multiple currencies such as AUDCAD, AUDCHF, AUDUSD, EURUSD, EURAUD, GBPAUD, USDCAD, USDJPY and more! It uses a mean reversion strategy and takes advantage of price levels that are sensitive to some sort of reaction which the EA takes advantage
GbpUsd Robot MT5
Marzena Maria Szmit
5 (61)
The GBPUSD Robot MT5 is an advanced automated trading system meticulously designed for the specific dynamics of the   GBP/USD   currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to   identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD.  The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-E
Wall Street Killer
Pablo Dominguez Sanchez
5 (19)
After 6 Years of Successful Manual Trading, My Strategies Are Now Available as Expert Advisors! Introducing the WallStreetKiller EA – a trading system built for the US30 from years of hands-on experience, extensive testing, and a steadfast commitment to secure, strategic trading. NO GRID, NO MARTINGALE, TIGHT SL EVERY TRADE. ONE TRADE PER DAY .   NO LOT MULTIPLIER. ICTRADING LIVE 10K SIGNAL   (You won´t see many other sellers with 10K accounts on their EAs). ICTRADING AGGRESSIVE SIGNAL WallStree
SmartChoise
Gabriel Costin Floricel
4.86 (21)
SmartChoise EA is a cutting-edge, neural network–powered Expert Advisor (EA) designed exclusively for trading XAU/USD (Gold). By processing real-time market data, it adjusts strategies according to current conditions for optimal trade execution and robust risk management. Unlike many EAs that rely on martingale approaches, SmartChoise EA employs adaptive lot sizing and stringent risk controls—suitable for traders of all experience levels and varying risk preferences. Neural Network Intelligence
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (32)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (76)
Hello, traders! I am Quantum Queen, the newest and a very powerful addition to the Quantum Family of Expert Advisors. My specialty? GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. I am here to prove that I am the most advanced Gold trading Expert Advisor ever created. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Live
Aura Neuron MT5
Stanislav Tomilov
5 (9)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pairs such as EURUSD and XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques
AlphaWave Ai
Philipp Nechayev
3 (5)
AlphaWave Ai – The Future of Algorithmic AI Trading  AlphaWave Ai  is a groundbreaking AI-powered trading platform that integrates the most advanced technologies, to automate and optimize complex trading strategies. It combines Deep Learning, Natural Language Processing (NLP), and advanced data analysis to enable traders to make data-driven, precise decisions in real-time. Signal: STAGE I Real Manual:  AlphaWave Ai Setup Next Price: 750 USD The platform offers a powerful solution for anyone look
Big Forex Players MT5
Marzena Maria Szmit
4.86 (81)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Top Trader MT5
Aleksei Bordak
5 (2)
Top Trader - your window into the world of professional trading! The Top Trader Gold Trading Expert is a professional-grade Expert Advisor (EA) designed for advanced trading on the gold market, specifically tailored for XAU/USD. This EA leverages sophisticated algorithms to identify high-probability trading opportunities while maintaining a user-friendly interface that even less-experienced traders can navigate with ease. The EA employs a blend of trend-following and counter-trend strategies. I
Horus AI
Nestor Alejandro Chiariello
Hello traders The New Generation Api Scalper is here Horus AI ,   I have designed this tool with real results rigorously, tool based on several of my previous  Strategies , adapting it to the  Forex Market , therefore it is adapted to the  artificial intelligence  of  machine learning , that is, the  AI  will read parameters and then consult them to my strategy, then it will learn so that the entries are of better quality, it also has a node where you can recover positions, another of the innova
The Infinity EA MT5
Abhimanyu Hans
3.85 (46)
Contact me for discount before purchasing! AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD, XAUUSD and AUDCAD. It focuses on safety, consistent returns, and infinite profitability. Unlike many other EAs, which rely on high-risk strategies such as martingale or grid trading. Infinity EA employs a disciplined, profitable scalping strategy based on neural network embedded over machine learning, data analytics AI based technology provid
Gold One
Habib Gholamali Heidari
3.51 (39)
Gold One  MT5 Hello to all gold trading enthusiasts in Forex, Welcome to our robot, where you join the ranks of the top gold traders. With over two decades of precise experience in the Forex market, we proudly introduce the latest generation of trading robots. Features:  Ideal for prop firm challenges. Suitable for all account  sizes, including low capitals. NO   Grid and   NO   martingale 100% Fully automated This robot employs the most recent, cutting-edge, and advanced gold-specific indicat
CyNeron MT5
Svetlana Pawlowna Grosshans
3.86 (14)
CyNeron: Precision Trading Meets AI Innovation Signals :   CyNeron Manual & set files : Contact me after purchase to receive the manual and set files Price : The price increases based on the number of copies sold Available copies : 5 AI-Driven Snapshot Analysis: A Market First CyNeron is the first EA on the market to integrate advanced AI into a revolutionary trading approach by capturing and processing detailed snapshots of market conditions. Utilizing cutting-edge AI-powered neural networks,
AI Golden Jet Fighter GTX MT5
Andrei Nazarets
3.54 (24)
AI Golden Jet Fighter GTX MT5 is a straightforward and efficient Expert Advisor (EA) for gold trading on the Meta Trader 5 platform. Utilizing Neural Networks, this EA is designed for scalping in the gold market (XAU/USD). The main strategy of AI Golden Jet Fighter GTX focuses on identifying small price fluctuations and opening positions to capture profits within short time frames. The EA analyzes market conditions in real-time and automatically executes trades with predefined stop-loss and tak
AITrendBooster MT5
Yu Mei Cheng
4.69 (13)
Overview AITrendBooster is our latest intelligent trading system, designed to utilize trend-following strategies with scaling positions to significantly enhance profitability while effectively reducing drawdowns during unfavorable market conditions. This system incorporates cutting-edge deep learning technology to significantly improve trend recognition accuracy. The core design goal of the system is to maintain break-even performance during range-bound markets while achieving higher profits t
AXIS Neural EA for MT5
Enrique Enguix
5 (8)
Do you want to level up or stay on the bench? NODE Neural EA allowed you to take your first steps in automated trading without complications. But now it's time to get serious. If you've already tried the easy way, it's time to jump to what really works. Introducing AXIS Neural EA , the next step in your journey towards efficient and profitable automated trading. Nobody trades alone here When you acquire AXIS, you're not just getting an expert advisor. You're joining a proven system and a commun
AiiA
Vladimir Lekhovitser
5 (3)
Live signal Find out more here:   https://www.mql5.com/en/users/prizmal/seller This trading robot is designed to execute trades on the AUD/CHF currency pair with precision and reliability. It incorporates robust capital management strategies to optimize returns while minimizing risk. The bot uses predefined stop-loss and take-profit levels to safeguard investments and lock in profits. By leveraging advanced algorithms and market analysis, it ensures disciplined trading and consistent perform
Paradox Flux Trader: A Revolution in Gold Trading (XAU/USD) Imagine a tool that doesn’t just analyze the market but redefines the very approach to trading. Paradox Flux Trader is not just an Expert Advisor—it is a next-generation trading system designed exclusively for trading gold (XAU/USD). It utilizes unique technologies that set it apart from anything else on the market. Limited-Time Offer For a limited time, Paradox Flux Trader is available for just $499. After the promotion ends, the pric
More from author
Ultimate Signal Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Ultimate Signal Builder Basic combines the features of other 3 expert advisors, providing all their trading signals in one single place: 1. the Price Action Builder Basic ; 2. the Bollinger Bands Builder Basic ; 3. the Chart Patterns Builder Basic . The Ultimate Signal Builder Basic expert advisor shares the same characteristics as the 3 underlying experts: usage of stop loss orders, maximum 1 managed open trade, automatic trade closure and configurable validation mechanism. While being ess
FREE
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding tim
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom patter
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization o
FREE
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaining
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic :     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version. While aimed primarily at obtaini
Filter:
No reviews
Reply to review