MA Semi Automated EA

"The settings are intricate, but make sure to take full advantage of them."

MA Touch and Cross Trade Focused Semi-Automated EA

This EA is specialized in MA touch and cross trades, with two MA exit conditions, one of which can also be used as a trailing stop!

The usage is entirely up to you!

I’ve never seen an MA trade EA with so many adjustable settings!

MA Entry and Mass MA Exit for Open Positions

Not only can this EA handle MA entry, but it can also be used for mass MA exits on open positions! You can select the timeframes for entry and exit, so it’s fine to set it on any chart timeframe!

For example, enter with a 1-hour MA touch and exit with a 4-hour MA touch, etc.

Entry and Exit Triggers

  • The EA can trigger entry when the set MA touches or crosses.

  • For exit, you can also specify the MA touch or cross condition.

Entry Only or Use for Mass MA Exit

  • You can configure the EA to either execute entries or use it to close all positions using the specified MA conditions.

Original Logic Settings for Entry

You can create original strategies, such as:

  • Entry after confirmation of reversal following a touch or cross.

  • Combination of two MA touches or crosses as the entry condition.

Flexible Timeframe Settings for Entry and Execution

You can choose the timeframe for MA judgment and for execution:

  • For example, if you're targeting an MA touch reversal on a 1-hour timeframe, the candlesticks will be larger. The reversal point may be far from the MA. To get a more pinpoint entry, set the execution timeframe to something smaller, such as 15 minutes. This way, the EA will react quicker to smaller price movements, and you can make faster judgments for cross confirmations.

Many Parameters for Customization

While the number of parameters has increased, you can now fine-tune touch, cross, and reversal confirmation conditions, allowing for precise and flexible control. It’s recommended to check the actual behavior in demo trading or the Strategy Tester to ensure everything works as expected.

Please Use It in the Experts Folder

Since this is an automated EA, please place it in the Experts folder for use.


----------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------

EA Operation Time

  • After setting, the EA will stop and be deleted after the specified time has passed. EA will stop making trades, but any open positions (including stop loss and take profit) will remain.

  • This function does not work in the Strategy Tester and has no restrictions.

Entry

  • Specifies the entry type (Long, Short, No Entry).

  • If "No Entry" is selected, the EA will close all positions for the specified currency pair using MA exit rules.

  • MA exit and EA stop-close will be enabled. If parameters are changed, a new EA operation will be triggered, and new entries may be made even if there are open positions, so be cautious when changing MA for exit.

Entry Condition

  • Touch or Cross Confirmation.

Reverse Confirmation

  • For reversal based on touch, the open price of the specified candlestick at the touch point will be saved. If the current price surpasses that price in the entry direction, the reversal will be confirmed, and the entry will occur. If the direction is not a reversal, the touch will immediately trigger the entry. For cross confirmation, the open price of the candlestick after the cross will be saved, and reversal judgment will be based on that.

Reverse Recognition (0=Touch, Cross confirmed open price of the candlestick)

  • Settings for the candlestick for reversal judgment.

Follow Deeper Movements for Reversal Target (Valid for both Touch and Cross)

  • Updates the open price for MA touch (Cross) reversal recognition as the price moves.

Early Touch

  • Sometimes reversal occurs before the target MA. This parameter allows for touch judgment a few pips before the target MA.

More Certain Cross Confirmation Entry Judgment

  • When the candlestick closes and crosses the MA, a cross is confirmed. The entry occurs if the current price surpasses the high or low of the crossed candlestick in the entry direction.

Entry Condition Validity Period

  • For touch reversal confirmation and more certain cross confirmation, this parameter specifies the number of candlesticks for which the condition is valid. If reversal or cross confirmation does not occur within this period, the touch or cross condition is reset or the EA stops.

Post-Entry Exit Prohibition Period

  • Prevents immediate exit after entry when the MA for both entry and exit are the same.

  • If there are open positions, the latest entry time is considered.

  • 0=Disabled, 1=Exit prohibited for the entry candlestick only, 2=Exit prohibited for the next candlestick after entry, and so on.

If Entry Cannot Be Made Within the Entry Condition Validity Period

  • true = EA ends (no exit or further actions).

  • false = Resets parameters and waits for the next condition. Be cautious as unintended entries may occur in this case.

Entry MA Timeframe

  • Timeframe for MA used for entry judgment.

Entry MA Period

  • Period for the MA used for entry judgment.

Entry MA Timeframe (for Touch, Cross, Reversal)

  • Timeframe used for entry decision based on Touch, Cross, or Reversal.

Timeframe to Execute Entry

  • The timeframe where the entry decision will be made. The validity period for entry conditions and the exit prohibition period are judged based on this timeframe.

Lot Size

  • The lot size for each trade.

Stop Loss in Pips

  • The stop loss value in pips.

Take Profit in Pips

  • The take profit value in pips.

Slippage

  • Slippage in points.

Use MA Exit

  • Whether to use MA-based exit logic.

Exit Condition

  • Select between Touch or Cross for the exit condition.

Exit MA Timeframe

  • Timeframe for MA used for exit judgment.

Exit MA Period

  • Period for the MA used for exit judgment.

Timeframe to Execute Exit

  • The timeframe where the exit decision will be made.

Use Trigger MA

  • Whether to use Trigger MA. Trigger MA allows for a two-step setup, such as entering after touching MA84 and crossing MA21.

Trigger Condition

  • Choose between Touch or Cross for the Trigger condition.

Trigger MA Entry Restriction

  • Even if Trigger MA is not used, this option remains active.

  • Over: Entry only if the price is above the Trigger MA.

  • Under: Entry only if the price is below the Trigger MA.

Trigger MA Timeframe

  • Timeframe for Trigger MA used for entry restrictions.

Trigger MA Period

  • Period for Trigger MA used for entry restrictions.

Timeframe to Execute Trigger

  • Timeframe for executing the trigger decision.

MA Touch to Stop EA

  • EA can stop when MA touch occurs. You can use two different MA lines for exit settings.

Close Positions on MA Touch to Stop EA

  • Whether to close positions when EA stops due to MA touch. If false, positions will remain.

MA Timeframe for EA Stop and Close

  • Timeframe for MA used for stopping and closing the EA.

MA Period for EA Stop and Close

  • Period for MA used for stopping and closing the EA.

Entry MA ↑↓

  • Offset value for Entry MA relative to the actual MA value.

Trigger MA ↑↓

  • Offset value for Trigger MA relative to the actual MA value.

Exit MA ↑↓

  • Offset value for Exit MA relative to the actual MA value.

MA Touch to Stop EA ↑↓

  • Offset value for MA Touch Stop relative to the actual MA value.

Use Entry Mail Notification

  • Whether to use email notification for entries.

Additional Notes

  • The EA executes one trade from entry to exit.

  • Only Simple Moving Averages (SMA) are used.

  • 1 pip = 10 points.

  • Do not use negative values for parameters excluding offsets.

  • Changing the timeframe or currency pair will delete the EA.

  • Changing parameters such as MA after entry will restart the EA, so be cautious when adjusting settings.

  • If there are open positions, all will be closed when the exit conditions are met.

  • The EA should be placed in the Experts folder and used via the MT4 Navigator under Expert Advisors.

Warnings

  • Due to the large number of parameters, it's recommended to test the EA on a demo account before using it on a live account. The EA’s performance is not guaranteed on all environments.

  • The EA has not been tested for all currency pairs.

  • There may be issues when combining with other indicators.

  • The EA may not execute trades during fast market movements, such as during news releases, depending on the broker. Gaps may not be handled properly.

  • Moving averages change based on future price movements. Even if not touching the MA now, a touch may happen later.

  • No warranty is provided for any losses incurred through using this EA.

  • I'm not responsible for any losses incurred due to malfunctions or issues with this free EA program. Please use it at your own risk.

  • Depending on your environment, it may not function properly or may experience issues, but please note that support will generally not be provided.

Produtos recomendados
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.69 (42)
Esta é a iteração mais recente do meu famoso scalper, Goldfinch EA, publicado pela primeira vez há quase uma década. Ele amplia o mercado em expansões súbitas de volatilidade que ocorrem em curtos períodos de tempo: assume e tenta capitalizar a inércia no movimento dos preços após uma súbita aceleração dos preços. Esta nova versão foi simplificada para permitir que o profissional use o recurso de otimização do testador facilmente para encontrar os melhores parâmetros de negociação. [ Guia de ins
FREE
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
PZ Bollinger Bands EA
PZ TRADING SLU
4.75 (4)
This EA trades using the Bollinger Bands indicator. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully customizable indicator settings Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA/FIFO Compliant
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether GannFlow – Scalper Market v2 (MT4) [Subtitle: Gann Fan Logic | Trend Pullback | Margin Guard Protection] Introduction Aether GannFlow is a lightweight M5/M15 scalping system that bridges the gap between classical momentum trading and geometric market analysis. It combines a robust EMA Trend + RSI Pullback engine with the unique directional filter of the Gann Fan . Designed for stability on MT4, it features a "Margin-Guard" proce
FREE
Harvest FX
Sayan Vandenhout
4.56 (9)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
PZ Heiken Ashi EA
PZ TRADING SLU
4.8 (10)
This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols T
FREE
A estratégia utiliza principalmente o indicador técnico   MACD , seguindo sempre a direção da tendência principal e abrindo negociações quando há um sinal no gráfico   M1 . É adequada para negociar   ouro (XAUUSD)   e outros ativos com tendências bem definidas. Parâmetros: Ativar compras/vendas:   Ligar Saldo da conta:   $1,000 ou $10,000 Para contas de   $1,000 , recomenda-se   1 negociação por vez . Para contas de   $10,000 , pode-se aumentar o limite para   10 negociações . Tamanho fixo do l
FREE
Trend Analizer Bot
Pavel Predein
4.67 (3)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Morning Luck
Pavel Predein
4.8 (5)
Automatic trading system based on the morning Flat indicator, puts pending orders on the borders of the night channel .All trades have a fixed stop loss and take profit .The traded pair GBPUSD H1, can be used on other instruments after optimization. The EA contains a switchable flat indicator . The robot's operating time in the input parameters corresponds to (+2GMT). when switching to daylight saving time,you need to adjust the time manually. * Use default settings  * Does not use dangerous
FREE
EA With Recovery
Che Jeib Che Said
4.5 (2)
The Expert Advisor was developed to grow user account balance persistently. To achieve this, it has two modes, normal and recovery mode. The parameters for the two modes can be changed to suit user strategy. There are also auto trade button, buy button and sell button. Auto trade button can be turned ON and OFF. Buy and sell buttons is for user to manually intervene a trade. HOW IT WORKS. The Expert will trade automatically according to the input parameters. It trades in Normal mode when there
FREE
Bollinger Scalper EA
Robots4Forex Ltd
4.22 (9)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $20000 acc
FREE
Root Diamond EA
Yevheniy Kopanitskyy
Full automatic trading platform incorporating the best settings of BinaryMiner and Root-Diamond Built-in configurations. 1. Automatic calculation of abyom from the deposit. 2.Opening only one position from the settlement level in Long or Short 3.Security for going to No Loss in cases of Contra trend 4 binary indicators filter the market and identify a nearby wave in the market movement. All incorporating configurations guarantee long-term income // --------- Configurable parameters -----
FREE
Vik Standart
Ivan Kopchuk
4.33 (6)
Features: 1. Your constructor strategies. 2. Large selection of standard indicators. 3. Exact market entry according to your strategy. 4. Slip filter. 5. Support for four and five characters. 6. Trend trading. 7. Trading in flat. 8. Minimum deposit. 9. Aggressive or quiet trade. 10. Limit the lot. 11. Position tracking. 12. Restoring balance after loss. Input parameters    Lot - fixed lot size.    StopLot - lot restriction.    UseVxod - enable / disable login pattern.    UseStop -
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
The Waiter mt4 FREE
Massimiliano Pirola
4 (2)
What is  The Waiter ? It is an automated system to always be ready to catch the big movements of the market How does it work? Set the mode (stop or limit) Set the pending orders distance Set Take Profit / Stop Loss Wait for the big candle settings: entry : 0.OFF  (the expert advisor won't operate. only for chart info purposes.) 1.New candle, new STOP orders  (each new candle two stop orders are placed. If they are not activated by the end of the candle, they will be cancelled) 2.New candle, ne
FREE
Long Waiting MT4
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomme
FREE
Este Expert Advisor (100% Automático) é capaz de combinar dois indicadores para criar uma estratégia, esta versão chamada "Versão Bear" (VERSÃO BÁSICA) contém 2 indicadores: CCI e RSI Com uma simples mensagem pessoal pode contactar-me para pedir a sua "versão Bear" EA (ou Versão SUPERIOR) com os indicadores que escolheu e com as suas condições e uma vez acordado colocarei aqui no mercado, ou siga o link em no final da página que o levará ao meu contato no Telegram. Se você não consegue encont
FREE
Greed Advisor
Vertex Investments LLC
4.75 (12)
Free version of Greed Advisor PRO . This is a flexible grid Expert Advisor, created specifically for greedy traders. Operation principle: set the desired daily profit, and the robot will attempt to achieve this result by any means possible. It uses the dangerous martingale principle to cope with drawdowns, because making the order chain profitable is the main purpose of the robot. Do not forget about the risks of martingale. In general, the EA is intended for those who understand why they need i
FREE
Rsi Macd EA
Alexander Chertnik
4.25 (4)
Rsi Macd Expert Advisor uses combined signal from 2 indicators (Rsi / Macd). Minimum trading account 500. best pairs: GBPCAD / EURUSD / CADJPY / USDCHF / GBPUSD / GBPJPY / USDJPY best timeframe: 1H Setting can be define by the user: rsi levels / rsi period / macd period / risk / there are no stop loss or take profit and the expert closes orders by the indicator signal. developed, tested and optimized   on "   VantageMarkets   " platform. Recommended broker > Vantage
FREE
PZ MA Crossover EA
PZ TRADING SLU
3.88 (25)
Este EA negocia usando Crossovers de Médias Móveis. Ele oferece configurações totalmente personalizáveis, configurações flexíveis de gerenciamento de posição, além de muitos recursos úteis, como sessões de negociação personalizáveis e um modo de martingale e martingale inverso. [ Guia de instalação | Guia de atualização | Solução de problemas | Perguntas frequentes | Todos os produtos ] Fácil de usar e supervisionar Configurações de média móvel totalmente personalizáveis Ele implementa dois comp
FREE
SAAD TrendTracker
Adnan Iqbal
4.03 (34)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
ZigZag Fibo EA
Andrey Tatarinov
4.29 (7)
O consultor negocia com a tendência. A direção da tendência é determinada pelo indicador ZigZag . A grade de Fibonacci está sobreposta na direção da tendência. Em um determinado nível de Fibonacci , uma ordem limite é colocada na direção da tendência. Os seguintes níveis estão disponíveis para fazer um pedido: 23.6 38.2 50.0 61.8 78.6 O stop loss é definido para o nível Fibo de 100 ou especificado pelo usuário nas configurações do consultor. O Take Profit é definido para o nível Fibo 0 ou es
FREE
PZ Bollinger Trend EA MT4
PZ TRADING SLU
4.5 (4)
This expert advisor trades using the Bollinger Trend Indicator, and implements many other useful features for the exigent trader, like customizable trading sessions and days, several trading behaviors and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Customizable trading direction Customizable indicator settings Customizable break-even, SL, TP and trailing-stop Built-in money management Works for ECN/Non-ECN brokers Work
FREE
Deep Scalper Japan
Takashi Oya
4 (2)
This Expert Advisor (EA) is a specialized High-Frequency Trading (HFT) scalping system designed specifically for the German DAX index (DE40). Operating under a "Sniper Mode" philosophy, the algorithm prioritizes quality over quantity, utilizing a strict filtering mechanism to engage the market only during high-probability volatility bursts. Core Strategy & Logic: The EA operates primarily during the 10:00 (server time) trading hour, aiming to capture strong directional momentum. Instead of ente
FREE
Os compradores deste produto também adquirem
Vortex Gold MT4
Stanislav Tomilov
5 (29)
Vortex - o seu investimento no futuro O Consultor Especialista Vortex Gold EA foi criado especificamente para negociar ouro (XAU/USD) na plataforma Metatrader. Construído com indicadores proprietários e algoritmos secretos do autor, este EA emprega uma estratégia de negociação abrangente concebida para captar movimentos lucrativos no mercado do ouro. Os principais componentes de sua estratégia incluem indicadores clássicos como CCI e Indicador Parabólico, que trabalham juntos para sinalizar com
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter Quantum StarMan  de graça!*** Peça mais detalhes em particular Si
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition é um EA totalmente automatizado projetado para negociar apenas OURO. O especialista mostrou resultados estáveis ​​no XAUUSD no período de 2011-2020. Nenhum método perigoso de gerenciamento de dinheiro usado, sem martingale, sem grade ou scalp. Adequado para quaisquer condições de corretor. EA treinado com um perceptron multicamadas A Rede Neural (MLP) é uma classe de rede neural artificial (ANN) de feedforward. O termo MLP é usado de forma ambígua, às vezes vagamente para qual
Gold Trade Pro
Profalgo Limited
4.61 (23)
Promoção de lançamento! Restam apenas algumas cópias por 449$! Próximo preço: 599$ Preço final: 999$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro junta-se ao clube dos EAs de negociação de
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
Bitcoin Robot MT4
MQL TOOLS SL
4.64 (66)
The Bitcoin Robot  MT4 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 sa
EA Game Changer
Vasiliy Strukov
5 (6)
O Game Change EA é um sistema de negociação de acompanhamento de tendências baseado no indicador Game Changer. Vende automaticamente sempre que se forma um ponto vermelho e continua na direção de venda até que apareça um X amarelo, o que sinaliza um possível fim da tendência. A mesma lógica se aplica às negociações de compra. Quando aparece um ponto azul, o EA começa a comprar e fechará o ciclo de compra assim que for detetado um X amarelo. Este EA é adequado para qualquer par de moedas e qualqu
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron é um Expert Advisor distinto que continua a série Aura de sistemas de negociação. Ao alavancar Redes Neurais avançadas e estratégias de negociação clássicas de ponta, Aura Neuron oferece uma abordagem inovadora com excelente desempenho potencial. Totalmente automatizado, este Expert Advisor foi projetado para negociar pares de moedas como XAUUSD (GOLD). Ele demonstrou estabilidade consistente entre esses pares de 1999 a 2023. O sistema evita técnicas perigosas de gerenciamento de din
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — Poder Inteligente, Refinado para Cada Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Preço especial de lançamento Sinal ao vivo:       CLIQUE AQUI Versão MT5:   CLIQUE AQUI Canal Quantum King:       Clique aqui ***Compre Quantum King MT4 e ganhe Quantum StarMan grátis!*** Pergunte no privado para mais detalhes! Regra       Suas negociações com precisão e disciplina. Quantum King EA
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
XIRO Robot MT4
MQL TOOLS SL
5 (3)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
Daytrade Pro Algo
Profalgo Limited
5 (5)
Promoção de lançamento: Número limitado de cópias disponíveis no preço atual Preço final: 990$ NOVO: ganhe 1 EA grátis!   (para 2 contas comerciais) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Bem-vindo ao DayTrade Pro Algo!   Depois de anos estudando os mercados e programando diferentes estratégias, encontrei um algoritmo que tem tudo o que um bom sistema de negociação precisa: É corretor independente
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
ATUALIZAÇÃO — DEZEMBRO DE 2025 No final de novembro de 2024, o robô Aurum foi lançado para venda. Durante todo esse período, ele operou em condições reais de mercado sem filtro de notícias, sem proteções adicionais e sem restrições complexas — mantendo-se estável e confiável. Live Signal Esse ano inteiro de operações reais demonstrou claramente a solidez do sistema de trading. Somente após isso, com base na experiência real e nas estatísticas, em dezembro de 2025 lançamos uma grande atualizaç
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
AW Recovery EA
AW Trading Software Limited
4.35 (84)
O Expert Advisor é um sistema projetado para recuperar posições não rentáveis.   O algoritmo do autor bloqueia uma posição perdedora, divide-a em muitas partes separadas e fecha cada uma delas separadamente. Configuração fácil, lançamento atrasado em caso de rebaixamento, bloqueio, desativação de outros Expert Advisors, média com filtragem de tendência e fechamento parcial de uma posição perdedora são incorporados em uma ferramenta. É o uso de fechamento de perdas em peças que permite reduzir p
EA Gold Stuff
Vasiliy Strukov
4.7 (1082)
EA Gold Stuff é um EA projetado especificamente para o comércio de ouro. O trabalho é baseado na abertura de ordens no indicador Gold Stuff, portanto, o consultor trabalha na estratégia "Trend Follow", o que significa seguir a tendência. Importante! Entre em contato comigo imediatamente após a compra para obter instruções e bônus! Você pode obter uma cópia gratuita do nosso indicador Strong Support e Trend Scanner, envie uma mensagem privada. a mim! Os resultados em tempo real podem ser vist
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Expert Advisor de Tendência e Momentum para MT4 MT5:  https://www.mql5.com/en/market/product/163078 Importante:   Publicamos regularmente arquivos .set atualizados na seção de   Comentários . Certifique-se de usar a versão mais recente em seus backtests e operações reais para garantir o desempenho ideal diante da atual volatilidade do mercado. Bazooka EA é um Expert Advisor totalmente automatizado para MetaTrader 4 , desenvolvido para operar movimentos direcionais do mercado por mei
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Trend AI EA
Ramil Minniakhmetov
4.28 (53)
O EA Trend Ai foi projetado para funcionar com o indicador Trend Ai, que realizará sua própria análise de mercado combinando a identificação de tendências com pontos de entrada acionáveis e alertas de reversão, assumindo todos os sinais do indicador de forma totalmente automática! O EA contém diversos parâmetros externos totalmente ajustáveis e permite que o trader personalize o especialista de acordo com sua escolha. Assim que o ponto verde aparecer, o EA se preparará para uma operação de com
Vortex Turbo EA MT4
Stanislav Tomilov
5 (8)
Vortex Turbo — “Negocie a tempestade — controle o vórtice” O Vortex Turbo representa o próximo estágio evolutivo na negociação inteligente — um desenvolvimento único que combina arquitetura de IA de ponta, lógica de mercado adaptativa e controle de risco preciso. Construído sobre princípios algorítmicos comprovados, ele integra múltiplas estratégias em um ecossistema unificado de alta velocidade, impulsionado por um novo nível de inteligência preditiva. Projetado como um especialista em scalpin
Quant Blade MT4
Andrey Barinov
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - Sistema de Negociação Automática Profissional O XGen Scalper é um Consultor Especialista de última geração que combina uma estrutura algorítmica avançada com análise técnica comprovada para oferecer resultados consistentes em todos os mercados. Este poderoso sistema de negociação funciona perfeitamente com pares de moedas, metais preciosos como ouro e prata, criptomoedas e índices de commodities. Tecnologia Algorítmica Avançada O algoritmo de varredura de ondas patenteado
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Baixar Versão de Teste Como Funciona Quando o EA está ativo, ele analisará o gráfico com base no parâmetro de Modo de Execução. Se não houver posições existentes no gráfico, o EA entrará em uma negociação com base no parâmetro. Se a tendência for de alta, ele entrará em uma negociação de compra, e se for de baixa, entrará em uma negociação de venda. Além disso, ele definirá uma ordem de stop loss a uma certa distância do preço de abertura da negociação, se a variável de stop loss for maior que
Mais do autor
In addition to the MA of the set period, the MAs of the two higher timeframes with the same period are displayed on the chart simultaneously (though in a simulated way). No matter which timeframe you switch to, it will display the MA for that timeframe as well as the MAs for the two higher timeframes. Additionally, it will show the 200 MA as well! To display the MA for the higher timeframes on the current chart, you need to set the MA calculated using the Moving Average indicator. If you try to
FREE
MaSonic MT4
Tadanori Tsugaya
Quickly search for matching Moving Averages (MAs) at any point you click on the chart! By instantly displaying the MAs that pass through any selected point, it’s excellent for identifying trend peaks and supporting better trading decisions. Features: Simple Operation: Click on any point where you want to find the MA. Instant Results: Displays matching MAs if found. Sleep Function: Hide buttons when not in use for a cleaner interface. Manual Control: Adjust MAs manually with on-screen buttons. Fi
FREE
This EA is dedicated to exit-only operations. You can choose between two types of exit conditions: one based on two MA evaluations, and another based on ZigZag trend reversal detection. One option confirms the MA condition with a candle close at the crossover, using a selectable execution timeframe. The MA timeframe and the candlestick timeframe used for evaluation can be set separately. Two types of trend reversal detection are available: one based on Dow Theory and the other based on the most
FREE
MaSonic MT4 日本語バージョン このインジケーターはチャート上の任意のポイントをクリックすると、そのポイントを通る移動平均 (MA) をすばやく検索、表示できます。 特徴: 簡単な操作:   MA を見つけたい任意のポイントをクリックします。 即時結果: 一致する MA が見つかった場合は表示します。 スリープ機能: 使用していないときにボタンを非表示にして、インターフェースをすっきりさせます。 手動制御: 画面上のボタンを使用して MA を手動で調整します。 MA を固定:   MA を発見したら、検索とは関係なくその場所に固定できます。 スキャン ボタン:   1 回のクリックでプロセスを開始します。 今すぐ MA 検索のスピードと使いやすさを体験してください。 ---------パラメータ設定---------- MA設定: 移動平均線の種類 MA最小値 MA最大値 マニュアルモードのMA初期値 MAが表示されていない場合に適用されます。 MAの色 MAのスタイル MAの太さ 表示したMAを固定表示、それを消去するキー 検索した MA の固定表示を切り替えるキー。
FREE
MaSonar MT4
Tadanori Tsugaya
MaSonar is a powerful indicator designed to automatically detect and display the relevant Moving Averages (MA) that align with the peaks of a ZigZag. It quickly searches for the most suitable MA at each ZigZag peak, helping you analyze the market trend and its momentum with ease. Key Features: ZigZag Peak Matching: Automatically identifies and displays the MAs that match the ZigZag peaks. Quick Button Search: Simply press a button to search for the matching MA from the most recent peaks. Adjusta
FREE
Filtro:
Sem comentários
Responder ao comentário