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.

Prodotti consigliati
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)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
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
Stacking King EA
Dora Nafwa Mwabini
Stacking King EA – Precisione, potenza, semplicità di utilizzo Descrizione: Lo Stacking King EA è un potente strumento di trading che ti permette di aprire istantaneamente più operazioni con un solo clic o di accumulare automaticamente operazioni ogni minuto per un periodo di tempo prestabilito, direttamente sul tuo terminale MT4 attivo. Che tu sia uno scalper, un trend rider o un trader che accumula breakout, questo EA ti offre il pieno controllo con il minimo sforzo. Progettato per trader ver
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
Questa strategia utilizza principalmente l’indicatore   MACD , segue la direzione del trend principale e apre operazioni quando appare un segnale sul   grafico M1 . Adatta per trading su   oro (XAUUSD)   e altre materie prime con trend chiari. Parametri: Attivare long/short:   Attivato Saldo del conto:   1.000$ o 10.000$ Per   1.000$ , si consiglia   1 operazione alla volta . Per   10.000$ , è possibile aumentare il limite a   10 operazioni . Dimensione fissa del lotto:   0,01 Gestione avanzata
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
This Expert advisor (100% Automatic) is able to combine two indicators to create a strategy, this version called "Bear version" (BASIC VERSION)contains 2 indicators: CCI and RSI With a simple personal message you can contact me to ask for your EA  "Bear version"(or SUPERIOR Version)with the indicators you have chosen and with your conditions and once agreed I will put it here on the market ,  or follow the link   at the bottom of the page   that will take you to my Telegram contact. If you can't
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)
Questo EA opera utilizzando i crossover di medie mobili. Offre impostazioni completamente personalizzabili, impostazioni flessibili di gestione della posizione, oltre a molte funzioni utili come sessioni di trading personalizzabili e una modalità martingala e martingala inversa. [ Guida all'installazione | Guida all'aggiornamento | Risoluzione dei problemi | Domande frequenti | Tutti i prodotti ] Facile da usare e supervisionare Impostazioni della media mobile completamente personalizzabili Impl
FREE
Universal Breakout
Sergey Ermolov
4.53 (34)
Impostazioni  |  Versione MT5  |  Indicatore di sessione di trading Universal Box |  FAQ Universal Breakout  questo è un consulente commerciale sulla classica strategia di ripartizione della fascia di prezzo. Può essere configurato per qualsiasi strategia che implichi l'uscita del prezzo dal corridoio dei prezzi, che è specificato da un intervallo di tempo.   Ad esempio: una ripartizione degli estremi delle sessioni di trading asiatiche, europee o Americane, una ripartizione degli estremi giorn
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)
L'advisor opera seguendo il trend. La direzione del trend è determinata dall'indicatore ZigZag . La griglia di Fibonacci è sovrapposta nella direzione del trend. Ad un dato livello di Fibonacci , viene piazzato un ordine limite nella direzione del trend. Per effettuare un ordine sono disponibili i seguenti livelli: 23.6 38.2 50,0 61.8 78.6 Lo stop loss è impostato sul livello Fibo di 100 o specificato dall'utente nelle impostazioni dell'advisor. Il take profit è impostato sul livello Fibo 0
FREE
Gli utenti di questo prodotto hanno anche acquistato
Vortex Gold MT4
Stanislav Tomilov
5 (33)
Vortex - il vostro investimento nel futuro L'expert advisor Vortex Gold EA è stato creato appositamente per il trading sull'oro (XAU/USD) sulla piattaforma Metatrader. Costruito utilizzando indicatori proprietari e algoritmi segreti dell'autore, questo EA impiega una strategia di trading completa progettata per catturare movimenti redditizi nel mercato dell'oro. I componenti chiave della sua strategia includono indicatori classici come il CCI e l'indicatore parabolico, che lavorano insieme per
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
PUNTELLO AZIENDA PRONTO!   (   scarica SETFILE   ) PROMOZIONE LANCIO: Sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Benvenuti al Mietitore d'Oro! Basato sul Goldtrade Pro di grande successo, questo EA è stato progettato per funzionare su più intervalli di tempo contemporaneamente e ha la possibilità di impostare
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA: potenza intelligente, raffinata per ogni trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Prezzo di lancio speciale Segnale in diretta:       CLICCA QUI Versione MT5:   CLICCA QUI Canale Quantum King:       Clicca qui ***Acquista Quantum King MT4 e potresti ottenere Quantum StarMan gratis!*** Chiedi in privato per maggiori dettagli! Regola       il tuo trading con precisione e discipli
Gold Trade Pro
Profalgo Limited
4.61 (23)
Promo lancio! Sono rimaste solo poche copie a 449$! Prossimo prezzo: 599$ Prezzo finale: 999$ Ottieni 1 EA gratis (per 2 account commerciali) -> contattami dopo l'acquisto 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 si unisce al club degli EA che commerciano oro, ma con una grand
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
AW Recovery EA
AW Trading Software Limited
4.35 (84)
L'Expert Advisor è un sistema pensato per recuperare posizioni non redditizie.   L'algoritmo dell'autore blocca una posizione perdente, la divide in molte parti separate e chiude ciascuna di esse separatamente. La facile configurazione, il lancio ritardato in caso di drawdown, il blocco, la disabilitazione di altri Expert Advisor, la media con il filtraggio delle tendenze e la chiusura parziale di una posizione in perdita sono integrati in un unico strumento. È l'uso della chiusura delle perdit
GOLD Scalper PRO
Lachezar Krastev
4.6 (25)
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
Goldbot One MT4
Profalgo Limited
5 (5)
PROMOZIONE DI LANCIO: Ne sono rimaste solo poche copie al prezzo attuale! Prezzo finale: 990$ NOVITÀ: acquista Goldbot One e scegli 1 EA gratis!! (per 2 account commerciali) UNISCITI AL GRUPPO PUBBLICO:   Clicca qui   Offerta Combo Ultimate     ->     clicca qui LIVE SIGNAL Vi presentiamo     Goldbot One   , un robot di trading altamente sofisticato progettato per il mercato dell'oro. Concentrandosi sul breakout trading, Goldbot One sfrutta sia i livelli di supporto che quelli di resistenza p
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
Daytrade Pro Algo
Profalgo Limited
5 (5)
Promozione lancio: Numero limitato di copie disponibili al prezzo corrente Prezzo finale: 990$ NOVITÀ: ottieni 1 EA gratis!   (per 2 account commerciali) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Benvenuto in DayTrade Pro Algo!   Dopo anni di studio dei mercati e programmazione di diverse strategie, ho trovato un algoritmo che ha tutto ciò di cui ha bisogno un buon sistema di trading: È indipendente d
BB Return mt4
Leonid Arkhipov
5 (2)
BB Return — un Expert Advisor (EA) per il trading dell’oro (XAUUSD). Questa idea di trading è stata utilizzata in precedenza da me nel trading manuale . Il cuore della strategia è il ritorno del prezzo all’interno del range delle Bollinger Bands , ma non in modo meccanico né a ogni contatto. Nel mercato dell’oro le bande da sole non sono sufficienti, per questo l’EA utilizza filtri aggiuntivi che eliminano condizioni di mercato deboli o non operative. Le operazioni vengono aperte solo quando la
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
Presentazione       Quantum Emperor EA   , l'innovativo consulente esperto MQL5 che sta trasformando il modo in cui fai trading sulla prestigiosa coppia GBPUSD! Sviluppato da un team di trader esperti con esperienza di trading di oltre 13 anni. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Acquista Quantum Emperor EA e potresti ottenere Quantum StarMan     gratis!*** Chiedi in privato per maggiori dettagli Segn
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
EA Game Changer
Vasiliy Strukov
5 (7)
Game Change EA è un sistema di trading trend following basato sull'indicatore Game Changer. Vende automaticamente ogni volta che si forma un punto rosso e continua nella direzione di vendita fino alla comparsa di una X gialla, che segnala una potenziale fine del trend. La stessa logica si applica alle operazioni di acquisto. Quando appare un punto blu, l'EA inizia ad acquistare e chiuderà il ciclo di acquisto non appena viene rilevata una X gialla. Questo EA è adatto a qualsiasi coppia di valute
Dark Algo
Marco Solito
4.65 (66)
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
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
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
EA Gold Stuff
Vasiliy Strukov
4.7 (1085)
EA Gold Stuff è un Expert Advisor progettato specificamente per il trading di oro. L'operazione si basa sull'apertura degli ordini utilizzando l'indicatore Gold Stuff, quindi l'EA lavora secondo la strategia "Trend Follow", che significa seguire la tendenza. I risultati in tempo reale possono essere visualizzati qui.  Puoi ottenere una copia gratuita del nostro indicatore Strong Support e Trend Scanner, per favore scrivi in ​​privato. M Contattami subito dopo l'acquisto per avere le impostazio
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  
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition è un EA completamente automatizzato progettato per negoziare solo ORO. L'esperto ha mostrato risultati stabili su XAUUSD nel periodo 2011-2020. Non sono stati utilizzati metodi pericolosi di gestione del denaro, nessuna martingala, nessuna griglia o scalping. Adatto a qualsiasi condizione di brokeraggio. EA addestrato con un perceptron multistrato La rete neurale (MLP) è una classe di rete neurale artificiale (ANN) feedforward. Il termine MLP è usato in modo ambiguo, a volte l
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron è un Expert Advisor distintivo che continua la serie di sistemi di trading Aura. Sfruttando reti neurali avanzate e strategie di trading classiche all'avanguardia, Aura Neuron offre un approccio innovativo con eccellenti prestazioni potenziali. Completamente automatizzato, questo Expert Advisor è progettato per negoziare coppie di valute XAUUSD (GOLD). Ha dimostrato una stabilità costante su queste coppie dal 1999 al 2023. Il sistema evita pericolose tecniche di gestione del denaro,
HFT Prop Firm EA
Dilwyn Tng
4.96 (632)
HFT Prop Firm EA, noto anche come Green Man per via del suo logo distintivo, è un Expert Advisor (EA) progettato specificamente per superare le sfide o le valutazioni delle società di trading proprietarie (prop firms) che consentono strategie di trading ad alta frequenza (HFT). Per un periodo limitato: utilità gratuite del valore di $198 quando acquisti HFT Prop Firm EA Versione MT5: https://www.mql5.com/en/market/product/117386 Monitoraggio delle prestazioni della sfida HFT (a partire da $200):
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
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
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 ,      XAUUSD M30 SL3 ,      XAUUSD M30 SL2 For more information, please contact us via private message or in  the mql5 group. THERE   ARE   ONLY  1   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That
Quantum Dark Gold
Nguyen Hang Hai Ha
3.33 (9)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
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
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — Consulente esperto XAUUSD con 2 modalità selezionabili: Classica e Scalping GoldPro è un sistema di trading automatizzato per   XAUUSD (oro)   pensato per i trader che desiderano struttura, chiari controlli del rischio e un EA in grado di funzionare in diversi ritmi di mercato. All'interno di un EA puoi scegliere   come operare   : 1) Modalità classica: logica calma per swing e pullback Un approccio classico incentrato sul comportamento di inversione/reversione alla media (ingres
Prestige 4
M Ardiansyah
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
XG Gold Robot MT4
MQL TOOLS SL
4.3 (37)
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
Altri dall’autore
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
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
Tadanori Tsugaya
Quickly search for matching Moving Averages (MAs) at any point you click on the chart! Features: Easy operation:       Click on any point where you want to find the MA. Instant Results:   Displays matching MAs if found. Sleep function:   Hides buttons when not in use to keep the interface clutter-free. Manual Control:   Manually adjust the MA using the on-screen buttons. Fixed MA:       Once you find an MA, you can pin it there independently of the search. Scan button:       Start the process wi
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. Please try the new, even more convenient version of "MaSonic". Key Features: ZigZag Peak Matching: Automatically identifies and displays the MAs that match the ZigZag peaks. Quick Button Search: Simply press a button to
FREE
MaSonic MT4 日本語バージョン このインジケーターはチャート上の任意のポイントをクリックすると、そのポイントを通る移動平均 (MA) をすばやく検索、表示できます。 特徴: 簡単な操作:   MA を見つけたい任意のポイントをクリックします。 即時結果: 一致する MA が見つかった場合は表示します。 スリープ機能: 使用していないときにボタンを非表示にして、インターフェースをすっきりさせます。 手動制御: 画面上のボタンを使用して MA を手動で調整します。 MA を固定:   MA を発見したら、検索とは関係なくその場所に固定できます。 スキャン ボタン:   1 回のクリックでプロセスを開始します。 今すぐ MA 検索のスピードと使いやすさを体験してください。 注: 検索モード中に、チャートの右側の空のローソク足領域をクリックすると、検索された MA がリセットされます。 検索ボタンをクリックすると、非検索モードにリセットされます。 検索ボタンをクリックするか、設定されたキーを押して、検索モードを無効にします。 検索したMAのみ、左/右ボタンで任意に変更できます。 M
FREE
Filtro:
Nessuna recensione
Rispondi alla recensione