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

Constructor MT5

3.75
Martingale.  ConstructorMT5 consists of 4 separate Expert Advisors:
  1. bar trading
  2. Trading with iEnvelopes and iSAR indicators
  3. Trading with the iMA indicator
  4. Trading with the iIchimoku indicator
The strategies are independent of each other. In each, you can separately choose:
  • Lot calculation ( 7 options )
  • Closing positions (5 main options and additional ones)
  • Up to 10 any currency pairs
  • and other advanced options
Input data is optimized on five-digit quotes  :
Information for beginners (answer to a frequently asked question):
The "file.set" contains the values of the input parameters. To install them in the adviser's menu, select "load" and select the desired "file.set". You can see the visual description "here".

          Important when testing:

          •     If the symbol names of your broker's currency pairs contain suffixes or prefixes (for example #.EURUSD.ch ) , then it is necessary to register them completely in the input data.
          •     To save time and resources, it is recommended to select the simulation mode "1_minute_OHLC".
          •     After selecting the appropriate setting option, check the results in the "_Every_tick" mode.
          Important when trading:

                  When installing the adviser on different charts on the same account, keep in mind that each next "_Magic_" must be 4 more or less than the existing ones.

          Advisor options:
          • EA-1, EA-2, EA-3, EA-4 : Enable (disable) trading strategy
          • Total_Bars_to_Open : The minimum number of consecutive bullish or bearish bars to open a position
          • Size_Bars_to_Open : Minimum total volume of bars to open a position
          • Use_when_opening_iSAR : Don't buy if iSAR < Bid_. Prohibition to sell if iSAR > Bid_
          • Step_when_opening : Consider step (Step_Size) when opening positions
          • Step_Size : Minimum distance (in points) between open positions
          • Step_increase_ratio : Step reduction ratio (Step_Size). If Step_increase_ratio = 1 : Step_Size = constant
          • Open_only_1_position : Open only one position in each direction
          • Lot_selection : Selection of trade volume calculation (lot):
          1. Lot_Const : Constant Lot = Min_Lot *Exponent_EA
          2. Lot_from_TP : Lot required to close positions in profit at TP_for_Lot distance from the last order price
          3. Lot_from_Step : Lot depends on the distance of the current price from the price of the first order ( +1 Step_Change_Lot = + Min_Lot )
          4. Lot_Alg : Each lot is increased by Min_Lot
          5. Lot_Geom : Each lot is increased by Lot_Exponent_Geom times
          6. Lot_Fibo : Each lot increases in the Fibonacci sequence
          • TP_for_Lot : Required number of points (from the price of the last order) to close positions in profit. (if Lot_from_TP = true)
          • Step_Change_Lot : The number of pips needed to increase the lot by MinLot. (if Lot_from_Step = true)
          • Lot_Exponent_Geom : Lot exponent. (if Lot_Geom = true)
          • Closing_Positions_ : Select conditions for closing positions :
          1. Close_by_TakeProfit_ : Close positions by Take_Profit ( TakeProfit_ ) from the last order
          2. Close_by_SumLots : Closing positions with total profit >= amount of lots multiplied by coefficient(SumLots * SumLots_Exponent)
          3. Close_by_Profit : Closing positions with total profit >= Profit_for_Closing
          4. Close_by_iMA : Close positions when two iMA indicators cross
          5. Close_by_iSAR : Close positions when the price crosses the iSAR indicator
          • TakeProfit_ : TakeProfit_ to close positions. (if Close_by_TakeProfit= true)
          • SumLots_Exponent : The coefficient of the sum of lots (for one direction) for closing positions. (If Close_by_SumLots = true)
          • Profit_From_Close : Total profit (for one direction) to close positions. (If Close_by_Profit = true)
          • Close_by_Minus_Profit : Close positions by negative profit( Minus_Profit_From_Close).
          • Minus_Profit_From_Close : Negative profit to close positions. (if Close_by_Minus_Profit = true)
          • Close_by_Minus_EA : Close all EA positions by negative profit of the entire trading strategy (Minus_Profit_From_Close).
          • Minus_Profit_EA : Negative profit of the whole trading strategy. (if Close_by_Minus_EA = true)
          • Close_by_Stop_Loss: closing positions by Stop_Loss (StopLoss_) from the last order
          • StopLoss : stop_loss for closing positions. (if Close_by_Stop_Loss = true)
          • Close_by_iSAR_add: Close positions when the price crosses the iSAR indicator if profit > 0.
          • TP_Close_by_Level : Close positions when TakeProfit is equal to the difference between the first and last order opening prices * TP_Exponent
          • Lot_from_TP_by_Level: Lot is calculated taking into account dynamic TakeProfit (TP_Close_by_Level = true)
          • LotFromHistSL: Lot is calculated taking into account the last minuses in the history (if Close_by_StopLoss = true and Open_Only_1_position = true)
          • Exponent_EA: All trading strategy inputs are multiplied by Exponent_EA.
          • step_iSAR : Price change step - acceleration factor (iSAR).
          • maximal_iSAR : Maximum stride (iSAR)
          • Ma_period : averaging period
          • Ma_shift : horizontal shift of the indicator
          • ma_period_Env : (iEnvelopes) period to calculate the midline
          • ma_shift_Env : (iEnvelopes) indicator horizontal shift
          • Deviation : (iEnvelopes) the deviation of the boundaries from the midline
          • Auto_Lot : automatic increase in the lot of the first order in the session to the level of Min_Lot*MathFloor( Balance/Balance_For_Add)
          • Balance_For_Add : 0.01 lot increase every Balance_For_Add $
          Some parameters are visualized at the end of blog.




          Reviews 4
          Michael 888
          298
          Michael 888 2022.11.24 14:34 
           

          Very good EA from excellent developer.Constructor is robust with huge potential

          vik95rad
          35
          vik95rad 2022.05.17 10:56 
           

          I have wanted such an adviser for a long time

          ZERO9898
          1786
          ZERO9898 2023.03.18 11:02 
           

          Potential multi pairs EA, need more times to find the combo setting.

          Recommended products
          Welcome! This is the RSI GridMaster Mini, the freely available compact version of the popular RSI GridMaster. This robot operates based on the RSI indicator with a grid strategy, allowing for continuous trading in response to market movements. The Mini version comes with a fixed lot size of 0.01 and trades exclusively on the hourly time frame. In this version, the number of settings has been minimized to simplify and streamline the trading process. You can find the full version by clicking here
          FREE
          Big Mac B
          STANTON ROUX
          3.5 (6)
          The Big Mac B MQL5 expert advisor is a based off a Bollinger breakout strategy. The MACD indicator is used to confirm either a buy or sell trend. The MFI indicator to act as a trading range to ensure that the buy or sell is not activated when the price is in an overbought or oversold condition. Trades will only be entered if the current price is within the trading range of the MFI indicator. Default settings are for the USDJPY on the 5 minute time-frame. To work with the news server, you must
          FREE
          Expert Alligator
          MetaQuotes Ltd.
          3.62 (13)
          The strategy is based on the Alligator technical indicator, described by Bill Williams in "Trading Chaos". The system is based on three moving averages (Lips, Teeth and Jaw lines), and oscillators, calculated using the difference between them. The trading signals are generated after crossover of the Alligator lines, depending on trend, determined by order of these lines. In the case of upward trend the Lips line (with minimal period) is the highest, the next is the Teeth line, and the lowest i
          FREE
          Use this expert advisor whose strategy is essentially based on Bollinger bands as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL RSI mt5 If you want to get a configuration file to improve your experience, leave a comment on this robot, then contact me by di
          FREE
          MAO Trade X MT5 is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as FastEMA, SlowEMA, MACDSMA, BuyShift, BuyValue, SellShift and SellValue can be adjusted. MAO Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MAO Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
          1. Торговая стратегия Что делает советник: Советник следит за некотоными индикаторами и при определенном условии (или условиях) помещать торговый запрос (на продажу или покупку) в зависимости от условий. Стратегия: Используем индикатор Moving Average (скользящие средние) с периодом 8 (вы можете выбрать любой период, но в данной стратегии мы будем использовать период 8). Советник покупает, если 8-периодная скользящая средняя (далее для удобства будем называть ее MA-8) возрастает и текущая цена з
          FREE
          HydraAlchemist
          Haruki Teranaka
          Introducing HydraAlchemist, an innovative automated trading tool. This cutting-edge Expert Advisor (EA) skillfully combines multiple technical indicators to pinpoint promising trading opportunities in financial markets. We aim to maximize profits by scrutinizing signals obtained from indicators such as MACD, stochastic, and RSI using our own logic and accurately grasping market trends and turning points. The real strength of 'HydraAlchemist' is that it is based on real trading strategies. While
          FREE
          Astin
          Novateq Pty. Ltd
          Use Stochastic with oversold and overbought to find trading opportunities. Use RSI to identify strength of trend anf confirm the trend matches the stochastic overbought and oversold. Trade on MACD cross matching the trend identified by Stochastic and RSI. Set stop loss at a recent swing high or swing low. Set take profit as a ratio of stop loss. Exits are on take profit and stop loss only, there is no exit signal.
          FREE
          A big thank you for your interest in our product.    MustForex Bollinger Bands V1 Premium   Expert advisor Its follows a determined Swing strategy. It trades by following and analysing Bollinger Bands indicator to determine entry and exit point. Profits can be locked by the adjustable trailing stop/Break Even inputs. Every trade protected with dynamic auto stop loss   and dynamic auto take profit   to protect your account. Since the strategy works with quick swing trade profits it is highly s
          FREE
          ABC Order Block
          BILLY ARANDUQUE ABCEDE
          Signal : https://www.mql5.com/en/signals/1925481 Signal : https://www.mql5.com/en/signals/1925156 What Are Order Blocks Forex? Order blocks in trading refer to a situation where central banks or large financial institutions accumulate large quantities of a particular asset through one big order. They are supply or demand zones in which big players can find the comfort of placing large buy and sell orders and completing a big, very big transaction . But, banks and financial institutions cannot
          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
          SaTo EA
          Mr Nattapon Chanchanakan
          SaTo EA simple for free.  1. Double MA indicator for Entry signal 2. RSI for trend filter (Uptrend: RSI value greater than RSI level, Downtrend: RSI value less than RSI level ) 3. MACD for trend filter  (Uptrend:   MACD greater than signal , Downtrend:   MACD less signal ) Buy signal : Fast MA greater than Slow MA, RSI value greater than RSI level, MACD greater than signal Sell signal : Fast MA less than Slow MA, RSI value less than RSI level, MACD less signal
          FREE
          This EA has been developed, tested and traded live on GBPUSD M30 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  OPEN DAILY  BREAKOUT .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS and TAKE PROFIT.  To catch more profits there is also   TRAILING PROFIT   function provided. EA has been backtested on more than 18-year long tick data with 99% qu
          Complex Chaos EA
          Robots4Forex Ltd
          The Complex Chaos EA is an automated system that uses a pair of exponential moving averages to detect the market direction and opens trades on candle open. If the market moves against a trade it will at a set distance open another trade in the same direction to move the take profit of the group of open positions closer to the current price and make the group of trades winners overall once the price reverses. If a change in direction is detected then all trades are closed and it starts trading in
          FREE
          PD Trading Robot
          Denis Povtorenko
          Полное описание робота  здесь . Трейдинг на Д1. Индикаторы и скрипты, на которых реализован робот: Reversal patterns Angry Alligator Price Channel & Bollinger Bands Script open order Universal Oscillator Логика работы торгового робота: Торговый робот ведет торговлю по разворотным паттернам и по трендовым индикаторам пробоя. 1. Логика работы для разворотных сигналов: Торговля осуществляется с помощью паттернов Pin Bar, Harami и Engulfing.  Дополнительным фильтром для анализа является техн
          RSIBand Pro EA MT5
          Miss Supatcha Pigulkaw
          4 (4)
          RSIBand Pro EA   is a hybrid strategy that has been tested and optimized using 100% History Quality from 2012 to 2023. Its main signal is based on Bollinger Bands, with RSI as a confirming signal to identify trends. Supported currency pairs:  AUDCAD Recommended timeframe:  M15 MT4 Version:  Click Here Backtest Modelling quality: 100% History Quality Spread: Variable Time Period: 2012 – 2023.10 Symbol: AUDCAD Timeframe: M15 Dynamic lot: Dynamically sets the lot size based on the current b
          FREE
          Buy Sell Bands MT5
          Yuriy Kuzmin
          3 (2)
          After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! Expert Advisor for manual and automatic trading on the trend lines of the indicator       Bollinger Bands. The Expert Advisor draws trend lines from the middle band for a specified number of candles. Important!!! - you need to test the adviser in visual mode. You may be interested in my other products: https://www.mql5.com/ru/users/vy
          FREE
          How it works? This EA trades with Stochastic Signal line  Cross over low and high levels. Only allows one open trade at a time on the currency you have attached this EA. if Reverse Logic is FALSE  will open BUY if Stocha Signal Line Cross below Low Level  will open SELL if Stocha Signal Line Cross Above High Level if Reverse Logic is TRUE  will open SELL if Stocha Signal Line Cross below Low Level  will open BUY if Stocha Signal Line Cross Above High Level Key difference with my other EA " Maste
          https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube These EAs trade macd divergence only if there is a parabolic sar change at the same time. Sell bearish macd divergence & parabolic sar crosses above price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a % percentage of
          FREE
          Dr Trade Pro
          Julia Lopez
          5 (1)
          Introducing Dr Trade Pro, a meticulously designed EA crafted for intelligent and consistent trading. Our expert advisor relies on precision, utilizing trend recognition and accurate market analysis to execute trades seamlessly. Dr Trade Pro is equipped with a strategic backup plan for each trade, emphasizing profitability while minimizing potential losses. What sets Dr Trade Pro apart is its adaptability to diverse market conditions, making it resilient to news and market volatility – a crucial
          PipFinite EA Breakout EDGE MT5
          Karlo Wilson Vendiola
          5 (2)
          The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible
          Bonnitta EA MT5
          Ugochukwu Mobi
          3.11 (18)
          Bonnitta EA  is based on Pending Position strategy ( PPS ) and a very advanced secretive trading algorithm. The strategy of  Bonnitta EA  is a combination of a secretive custom indicator, Trendlines, Support & Resistance levels ( Price Action ) and most important secretive trading algorithm mentioned above. DON'T BUY AN EA WITHOUT ANY REAL MONEY TEST OF MORE THAN 3 MONTHS, IT TOOK ME MORE THAN 100 WEEKS(MORE THAN 2 YEARS) TO TEST BONNITTA EA ON REAL MONEY AND SEE THE RESULT ON THE LINK BELOW. B
          Hamster Scalping mt5
          Ramil Minniakhmetov
          4.71 (184)
          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
          MA Crossover ADX
          MetaQuotes Ltd.
          3.65 (17)
          The strategy is based on price crossover with Moving Average indicator, confirmed by ADX indicator. The trade signals: Buy: closing price of the last completed bar is higher than moving average, the moving average increases at the current and last completed bars. Sell: closing price of the last completed bar is lower than moving average, the moving average decreases at the current and last completed bars. To filter the false signal, it checks the trend power (ADX>ADXmin) and trend direction usin
          FREE
          This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
          Auto3M MT5
          Mr Anucha Maneeyotin
          3 (2)
          AUTO3M MT5 is a fully automatic Expert Advisor for Trend, Hedging, News filter Strategy Trade Base On Bollinger Bands And Stochastic Oscillator Bollinger Bands Are Used Mainly To Follow Trends. Stochastic Main Line And Signal Line Use For Open Pending Order Buy Or Sell Fibonacci Are Use Target Profit,  support and resistance level price The advisor  Auto3M Pro MT5  can work on a VPS. MT4 version :  Auto3M Pro MT4 Features No martingale Hard stop loss and take profit for each position Flexible s
          Supports and Macd
          Massimo Boncompagni
          5 (2)
          Embark on an exploration of an unparalleled strategy: "Support and MACD." Meticulously designed for USD/CHF on a one-hour timeframe, this intelligent strategy harnesses the power of robust support levels and the unwavering reliability of MACD indicators. While the number of trades executed might be limited, each trade executed is nothing short of exceptional in its impact and potential. Free until the next update. For any information, contact me.
          FREE
          Ichimoku Trade X MT5 is an EA based on Ichimoku Kinko Hyo. Ichimoku Kinko Hyo parameters such as Tenkansen, Kijunsen, SenkouSpan, BuyShift1, BuyShift2, SellShift1, and SellShift2 can be adjusted. Ichimoku Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Ichimoku Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
          PZ MA Crossover EA MT5
          PZ TRADING SLU
          3.92 (37)
          This EA trades using Moving Averages Crossovers. It offers fully customizable settings, flexible position management settings, plus many useful features like customizable trading sessions and a martingale and inverse martingale mode.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully customizable moving average settings It implements two different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN b
          FREE
          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
          Buyers of this product also purchase
          The Gold Reaper MT5
          Profalgo Limited
          4.8 (41)
          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 (240)
          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
          Aura White Edition MT5
          Stanislav Tomilov
          5 (29)
          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,
          Gold Trade Pro MT5
          Profalgo Limited
          4.8 (30)
          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
          X Code G
          Shintaseftiana
          4.17 (12)
          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.3 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
          CyberVision EA
          Eduard Nagayev
          4.14 (22)
          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:  https://www.mql5.com/en/signals/2218278 CyberVision EA Operation Description The price of the EA is
          Dragon Multi EA MT5
          Mansour Babasafary
          4.47 (36)
          78% 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
          AI TradingVision GPX
          Yu Mei Cheng
          4.84 (49)
          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
          Gold Trading Algo MT5
          Ho Tuan Thang
          5 (30)
          ONLY 2 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. Limited price $199 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
          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.65 (17)
          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
          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
          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
          Oracle MT5
          Stanislav Tomilov
          5 (6)
          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
          Aura Black Edition MT5
          Stanislav Tomilov
          4.3 (23)
          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
          Brent Oil
          Babak Alamdar
          5 (1)
          “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 $ At the current price, there are only 2 copies left, the next price is -->> 745 $ 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 system;
          Bitcoin Robot MT5
          Marzena Maria Szmit
          5 (4)
          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. We'
          Quantum Wizard MT5
          Bogdan Ion Puscasu
          5 (14)
          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
          TrendMaster FX
          Chen Jia Qi
          4.63 (84)
          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
          SSX Titan TT
          Artem Minchuk
          3.36 (45)
          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
          GoldPulse AI MT5
          Babak Alamdar
          4.67 (12)
          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 -->> 500 $ 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 si
          Gold Excel MT5
          Gregory Hay
          4.57 (14)
          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 **V3.0 Update Read Blog :  https://www.mql5.com/en/blogs/post/756411 Live $1K Start Now $15K (Risk Setup 5 -3 -15) :  https://www.mql5.com/en/signals/2133201 Live ICMarkets Account    (Risk Setup 5 -3 -15)   :  https://www.mql5.com/e
          Quantum Trade EA MT5
          Bogdan Ion Puscasu
          4.82 (137)
          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
          Daytrade Pro Algo MT5
          Profalgo Limited
          4.5 (10)
          Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP: Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independent
          DaVinci Code EA
          Shintaseftiana
          3.4 (5)
          The price of this EA will be increased steadily, to limit the number of users trading with this system. The Current price is 2 copies left of 5 provided , next price 999 usd,    so come on hurry up Introducing DaVinci Code EA - the ultimate Expert Advisor that's out of this world! This cutting-edge EA operates on a super advanced system with Market Structure and OrderBlock, all set to skyrocket your trading success. Live Signal     |     Channel    |    Setfile Although DaVinci Code EA can ru
          AI NeuroX EA
          Denis Kurnev
          4.53 (15)
          AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
          Forex GOLD Investor MT5
          Lachezar Krastev
          4.88 (49)
          SHOCK DEAL --> JUST RELEASED UPDATE + DISCOUNT + BONUS EA Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to get the most successful results. You do not need to do any optimizations if you use the default settings
          Darwin Swing MT5
          Guillaume Duportal
          4.92 (38)
          Darwin SWING Launch price 999 USD , future price 1490 USD DESCRIPTIONS: -- To understand how it works, come read the blog (This EA reflects my philosophy of forex trading...If you like the way I look at it, then you will like my EA. Take the time to do it! (Forex is not a race): https://www.mql5.com/en/blogs/post/745790 -- To see the past performance here are the links of the signals Live and demo signals: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION: After t
          The Last Of It
          Tajammul Hussain
          4.56 (9)
          The Last Of It: Unleash the Ultimate Forex Trading Powerhouse Prepare to be amazed by the sheer force of "The Last Of It," the crowning jewel in my elite collection of expert advisors. This masterfully crafted EA stands as a testament to cutting-edge trading technology, delivering unparalleled performance across the forex landscape. With "The Last Of It" at the helm of your trading arsenal, you'll harness the full potential of a meticulously engineered strategy that seamlessly navigates the intr
          Nasdaq Quants NAS100
          Teresa Maria Pimenta
          Nasdaq Quant NAS100  We accept copyright proposals if you want to own Ea Expert Nasdaq is a Dynamic and Optimized Scalper Trading System Designed to Profit Safely Complete system with risk management based on neural networks optimization and smart lot increase system based on balance profit is suitable for beginners and traders experienced. Use Mobile Pending Orders And Take Advantage Of Market Pullbacks So You Can Offer A Shorter And Safer Stop You Can Cover Your Winnings Use Default Sett
          More from author
          CyberSpace MT5
          Aliaksandr Chupryna
          5 (2)
          The "CyberSpace" advisor is focused on long-term trading of the GBPUSD currency pair. Limitation and reduction of losses occurs not only with the help of StopLoss, but also with the help of partial closing of a losing position due to a closed profitable one. The advisor has the ability to enter different sets of parameters, which allows you to use several different strategies at the same time. The default input data is received at the local time of the broker server GMT+2. If your broker's
          InterSym MT5
          Aliaksandr Chupryna
          4.5 (2)
          The "InterSym MT5" advisor trades any symbols presented by the broker in the "Market Watch" provided that the symbol has no restrictions on trading. Allows you to trade and test up to 15 symbols (with different settings for each symbol) simultaneously. The influence of the spread is not critical, which allows you to trade on accounts with a high spread (cent accounts). The calculation algorithm is based on the dynamics of price movement and is not tied to fixed points, which allows it to be
          Oberon iSAR MT5
          Aliaksandr Chupryna
          5 (4)
          Martingale.   "Oberon iSAR MT5" consists of 15 separate blocks (mini Expert Advisors), which sum up the profit and distribute the drawdown over time. Peculiarities: Individual input data for each character. Symbols can be repeated (even 15 identical ones will trade separately from each other). On one trading account, you can install several "Oberon iSAR MT5" with different settings (observe the condition: Magic[i+1]>Magic[i]+15). Installed on any one chart. If the power of your software is lo
          Hypercon Pro MT5
          Aliaksandr Chupryna
          "Hypercon Pro MT5" is a multi-currency Expert Advisor based on classic trading strategies. Market entry points are determined automatically, taking into account the characteristics of volatility and the current dynamics of the traded currency pair. To reduce risks, it is recommended to use cent accounts. Signals. Input data: 1. OPENING A POSITION "Period" : The timeframe of the chart determines the intensity of opening positions. The shorter the period, the more aggressive the trade. "Choosing_
          Constructor MT4
          Aliaksandr Chupryna
          5 (3)
          Martingale.   ConstructorMT4 consists of 4 separate Expert Advisors: Bar Trading Trading with iEnvelopes and iSAR indicators Trading with the iMA indicator Trading with the iIchimoku indicator The strategies are independent of each other. In each, you can separately choose: Lot calculation ( 7 options ) Closing positions (5 main options and additional ones) Up to 10 any currency pairs and other advanced options ConstructorMT4 is a good opportunity to test different variants of trading strategie
          FREE
          Parabolicum MT5
          Aliaksandr Chupryna
          4.67 (3)
          Martingale.   Parabolicum is a multi-currency Expert Advisor. It is possible to test 10 currency pairs at the same time. Working symbols: EURUSD, GBPUSD, USDCAD, EURCAD, CADCHF, USDCHF, AUDCAD, AUDCHF, EURCHF, EURGBP Time frame H1 Minimum deposit: $1000 (minimum lot 0.01) Minimum recommended deposit: $10000 Recommended lot step 0.01 Hedging account type Important when testing:  To save time and resources, it is recommended to select the "1 minute OHLC" simulation mode.  After selecting the appr
          FREE
          Parabolicum MT4
          Aliaksandr Chupryna
          4.75 (4)
          Martingale.   Parabolicum is a multi-currency Expert Advisor.  Tested on 9 currency pairs both separately and simultaneously Multicurrency test results (Broker: "Roboforex"): version of "ParabolicumMT5"   Working symbols: EURUSD, GBPUSD, USDCAD, EURCAD, CADCHF, USDCHF, AUDCAD, AUDCHF, EURCHF Time frame H1 Minimum deposit: $1000 (minimum lot 0.01) Recommended lot step 0.01 Hedging account type Expert Features: Sensitive to "Spread". When testing, check "Spread" in the tester (it is much higher
          FREE
          Fobos iSAR
          Aliaksandr Chupryna
          5 (1)
          Martingale. "Fobos iSAR" consists of 15 separate blocks (mini Expert Advisors), which summarize the profit and distribute the drawdown over time. Peculiarities: Individual input data for each character. Symbols can be repeated (even 15 identical ones will trade separately from each other). On one trading account, you can install several "Fobos iSAR" with different settings (observing the condition: Magic[i+1]>Magic[i]+15). Installed on any one chart. Hedging account type. For brokers with 4-d
          CyberSpace MT4
          Aliaksandr Chupryna
          The "CyberSpace" advisor is focused on long-term trading of the GBPUSD currency pair. Limitation and reduction of losses occurs not only with the help of StopLoss, but also with the help of partial closing of a losing position due to a closed profitable one. The advisor has the ability to enter different sets of parameters, which allows you to use several different strategies at the same time. The default input data is received at the local time of the broker server GMT+2. If your broker's
          Constructor Simple MT5
          Aliaksandr Chupryna
          5 (5)
          Martingale.   The "Constructor Simple MT5" Expert Advisor consists of 5 separate Expert Advisors that work simultaneously and independently of each other: Bar trading. Trading with iEnvelopes indicators. Trading with the iMA indicator. Trading with the iIchimoku indicator. Trading with the iSAR indicator. The "Constructor Simple MT5" Expert Advisor is a simplified version of the "Constructor MT5" Expert Advisor. The number of input parameters is reduced to a minimum, which facilitates both the
          Constructor Simple MT4
          Aliaksandr Chupryna
          Martingale.   The "Constructor Simple MT4" Expert Advisor consists of 5 separate Expert Advisors that work simultaneously and independently of each other: Bar trading. Trading with iEnvelopes indicators. Trading with the iMA indicator. Trading with the iIchimoku indicator. Trading with the iSAR indicator. The "Constructor Simple MT4" Expert Advisor is a simplified version of the " Constructor MT4 " Expert Advisor. The number of input parameters is reduced to a minimum, which facilitates both th
          Oberon Bars MT5
          Aliaksandr Chupryna
          3.67 (3)
          Martingale.   "Oberon Bars MT5" consists of 15 separate blocks (mini EA) that sum up the profit and distribute the drawdown over time.  Peculiarities: Individual input data for each character. Symbols can be repeated (even 15 identical ones will trade separately from each other). Several "Oberon_Bars_MT5" with different settings can be installed on one trading account (observing the condition: Magic[i+1]>Magic[i]+15). Installed on any one chart. If the power of your software is low, then test
          Oberon iMA
          Aliaksandr Chupryna
          5 (1)
          Martingale.   "Oberon iMA"   consists of 15 separate blocks (mini Expert Advisors), which sum up the profit and distribute the drawdown over time. Peculiarities: Individual input data for each character. Symbols can be repeated (even 15 identical ones will trade separately from each other). On one trading account, you can install several "Oberon iMA" with different settings (observe the condition: Magic[i+1]>Magic[i]+15). Installed on any one chart. If the power of your software is low, then
          Filter:
          ZERO9898
          1786
          ZERO9898 2023.03.18 11:02 
           

          Potential multi pairs EA, need more times to find the combo setting.

          Aliaksandr Chupryna
          5370
          Reply from developer Aliaksandr Chupryna 2023.03.18 11:13
          Thank you for your feedback
          Michael 888
          298
          Michael 888 2022.11.24 14:34 
           

          Very good EA from excellent developer.Constructor is robust with huge potential

          Aliaksandr Chupryna
          5370
          Reply from developer Aliaksandr Chupryna 2023.03.18 11:13
          Thank you for your feedback
          PADE
          423
          PADE 2022.09.11 23:54 
           

          Bloody account destroyer. Opens high lot trades at night time when spread is 300

          Aliaksandr Chupryna
          5370
          Reply from developer Aliaksandr Chupryna 2022.09.18 00:01
          Most likely, you have entered the settings for very aggressive trading, and perhaps even incorrect ones. I think so, because there is a public signal in my profile that does not sag at the moment!
          vik95rad
          35
          vik95rad 2022.05.17 10:56 
           

          I have wanted such an adviser for a long time

          Aliaksandr Chupryna
          5370
          Reply from developer Aliaksandr Chupryna 2022.05.23 19:18
          thanks for the comment
          Reply to review
          Version 2.3 2023.05.31
          Added parameter "Comment"
          Version 2.2 2022.10.31
          Minor changes have been made to the lot calculation algorithm. When updating the EA version, it is recommended to check your strategy in the tester to correct the "BalanceForAdd" parameter (maybe it needs to be increased a little).
          Version 2.1 2022.08.22
          Calculation processes have been optimized, which significantly reduced the speed of testing and optimization. Fixed discrepancies in test results for different symbols. The work of the adviser has become more stable. For those who already use the Expert Advisor, before updating the previous version, it is recommended to check their trading strategies on the new version (discrepancies are possible). It is advisable (if there are no open positions) to replace the previous "file.set" with a new one (in the description).
          Version 1.6 2022.06.04
          corrections in the information panel
          Version 1.5 2022.05.30
          corrections in the information panel
          Version 1.4 2022.05.27
          Added "Deviation" parameter for the Envelopes indicator.
          Version 1.3 2022.05.24
          Added parameter "Close_iSAR_iMA_Only_Plyus". Application options will be published soon.
          Version 1.2 2022.05.22
          правка входных данных
          Version 1.1 2022.05.20
          Added all timeframes to input parameters