Stoch Grid Pro EA

Strategy Description 

Modes of Operation:

  1. Automatic Mode (EnableSemiAutoMode = false):
    In this mode, the EA operates completely on its own. It uses its built-in trading strategy to determine entry points, opens the first order, and then manages it by handling the grid, locking, and position closure without trader intervention.

  2. Semi-Automatic Mode (EnableSemiAutoMode = true):
    In this mode, you have full control over market entry, and the EA handles all the routine work of position management. This mode is ideal for traders who prefer to conduct their own market analysis and decide when to open the first trade. To enter a trade, simply press the "BUY" or "SELL" button on the information panel.
    Once a button is pressed, Stoch Grid Pro EA immediately "catches" the opened order and begins automatic management: building a grid in case of adverse price movement, activating the locking system, and applying all configured exit rules. 

Core Trading Logic (Post-Entry):

  • Entry Signal (Automatic Mode Only): The initial trade is opened when a pullback signal from the Stochastic oscillator aligns with a confirmation signal from the Higher Timeframe (HTF) trend filter.

  • Grid Management (Averaging): If a position moves into a loss, the advisor builds a grid of orders at a specified GridStepPips, averaging the price. The lot size can be multiplied using GridLotMultiplier.

  • Advanced Recovery System (Locking): After reaching the maximum number of grid orders (MaxGridOrdersBeforeLocking), the EA opens a hedge (locking) order to stop further loss. It then works to close positions in "pairs" (the oldest grid order + the lock order) or closes the entire series of trades upon reaching a total breakeven point.

Flexibility and Control:

  • Comprehensive Risk Management: Your capital is protected by multiple layers of security. The ultimate safety net is the Equity Stop Loss, which closes all positions if the floating drawdown exceeds a specified percentage of your balance or a fixed amount in your account currency.

  • Precision Filters: In automatic mode and when trading with buttons, you can use the Time Filter and Spread Filter to avoid trading in unfavorable conditions.

Key Features:

  • Two modes of operation: Fully Automatic and Semi-Automatic (via Buttons only).

  • Robust automatic entry signal (Stochastic + HTF MA Trend Filter).

  • Flexible grid system with a configurable lot multiplier.

  • Advanced Locking (Hedging) mechanism for drawdown control.

  • Multiple exit strategies: grid Take Profit, Pair Closure, and Total Breakeven.

  • Equity Stop Loss (% or fixed amount) as a critical safety feature.

  • Time and Spread filters for professional trading.

  • A stylish and informative on-chart panel with control buttons.

Disclaimer: This Expert Advisor uses grid and Martingale/locking elements, which are high-risk strategies. Past performance is not indicative of future results. We strongly recommend testing the EA on a demo account with various settings to fully understand its behavior and risk profile before using it on a live account. Start with the minimum possible risk settings. The user assumes full responsibility for using this software.


Settings Description 

Lot Management

  • UseAutoLot (Use Auto Lot Calculation?): If true, the EA automatically calculates the initial lot. If false, FixedLot is used.

  • FixedLot (Fixed Lot Size): The initial lot size if autolot is disabled.

  • BaseDeposit (Base Deposit for Auto Lot): The deposit amount upon which BaseLot is calculated.

  • BaseLot (Lot size for Base Deposit): The lot size used for every unit of BaseDeposit.

  • MaxAllowedLot (Max Allowed Lot): The upper limit for the lot size of any order.

General Trading

  • TakeProfitPips (Grid Take Profit in Pips): The target profit in pips for the grid of orders (before lock activation).

  • Slippage (Slippage in Pips): The maximum allowed price deviation.

  • MagicNumber (EA Magic Number): A unique identifier for all orders opened by the EA (in both automatic mode and via buttons). It helps the EA distinguish its trades from others.

  • EnableSemiAutoMode (Enable Semi-Automatic Mode?):

    • false (Automatic Mode): The EA trades completely on its own based on its internal signals.

    • true (Semi-Automatic Mode): The EA disables its automatic trading logic and activates the on-chart buttons for manual entry. After a button is pressed, the EA will manage the opened position.


WTF Signal: Stochastic Oscillator (Automatic Mode Only)

This group of settings is only used if EnableSemiAutoMode = false.

  • Stoch_KPeriod / DPeriod / Slowing: Parameters of the Stochastic Oscillator.

  • Stoch_Method: Averaging method for the Stochastic.

  • Stoch_PriceField: Price field for the calculation.

  • Stoch_OverboughtLevel / OversoldLevel: Overbought and oversold levels.

HTF Filter: Moving Averages (Automatic Mode Only)

This group of settings is only used if EnableSemiAutoMode = false.

  • HTF_Timeframe: The timeframe for the trend filter.

  • HTF_FastMAPeriod / SlowMAPeriod: Periods for the fast and slow MAs.

  • HTF_MA_Method: Averaging method for the MAs.

  • HTF_Applied_Price: Price type for the MA calculation.

Grid Strategy

  • GridStepPips (Grid Step in Pips): The distance in pips to open the next order.

  • MaxGridOrdersBeforeLocking (Max Grid Orders Before Locking): The number of grid orders before switching to locking mode.

  • GridLotMultiplier (Lot Multiplier): The coefficient for lot calculation. >1=Martingale, =1=Same Lot, =0=Initial Lot.

Locking Strategy Settings

  • UseLockingStrategy (Enable Locking Strategy?): Enables locking mode after reaching MaxGridOrdersBeforeLocking.

  • LockOrderMagicNumber (Magic Number for Lock Orders): A unique identifier for locking orders. Must be different from MagicNumber.

  • PairCloseProfit (Profit to close PAIR): The target profit in account currency to close a pair (oldest order + lock order).

  • UseTotalBreakevenExit (Enable Total Breakeven Exit?): Enables monitoring of the total P/L of all positions for a simultaneous closure.

  • TotalBreakevenTargetProfit (Target for Total Breakeven): The target total profit to close all positions.

Trailing Stop Settings (Disabled when Lock is Active)

  • UseTrailingStop (Use Trailing Stop?): Enables the trailing stop for the grid before lock activation.

  • TrailingStartPips (Trailing Start in Pips): The profit in pips to activate the trailing stop.

  • TrailingStopPips (Trailing Distance in Pips): The distance to place the stop loss.

Risk Management

  • UseEquityStopLoss (Use Equity Stop Loss?): Enables the emergency closure of positions upon critical drawdown.

  • EquityStopLossPercent (Equity Stop Loss %): Stop loss as a percentage of the account balance. Has priority over the amount.

  • EquityStopLossAmount (Equity Stop Loss Amount): Stop loss as a fixed amount of floating loss in account currency.

  • UseMaxSpreadFilter (Use Max Spread Filter?): Prohibits opening the first order (in auto mode and via buttons) if the spread is too high.

  • MaxAllowedSpreadPips (Max Allowed Spread in Pips): The maximum allowed spread for opening the first trade.

Trading Time Filter (For Initial Orders)

  • UseTradingTimeFilter (Use Trading Time Filter?): Allows opening the first order (in auto mode and via buttons) only within the specified time range.

  • StartTradingHour / Minute: The start time for trading, based on your broker's server time.

  • EndTradingHour / Minute: The end time for trading, based on your broker's server time.

Information Panel Settings

  • ShowInfoPanel (Show Info Panel?): Displays the information panel on the chart.

  • Panel_Corner: The chart corner for the panel.

  • Panel_X_Offset / Y_Offset: The panel's offset from the corner.

  • Panel_Font_Size / Name: The font size and name.

  • Panel_BG_Color: The background color of the panel.

Manual Trade Buttons

  • ShowManualTradeButtons (Show Manual Trade Buttons?): Displays the "BUY" and "SELL" buttons. Note: The buttons will only be functional if EnableSemiAutoMode is set to true.

  • ButtonBuy_Text / ButtonSell_Text: Text on the buttons.

  • Button_Width / Height: Width and height of the buttons.

  • Button_X_Offset / Y_Offset_Buy / Y_Offset_Sell: Position of the buttons.

  • ButtonBuy_Color_BG / Text: Background and text color for the "BUY" button.

  • ButtonSell_Color_BG / Text: Background and text color for the "SELL" button


Prodotti consigliati
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
Expert Smart Trend MT4
Ruslan Pishun
2.5 (2)
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Real monitoring:  https://www.mql5.com/en/signal
PipFinite EA Breakout EDGE
Karlo Wilson Vendiola
5 (5)
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 acros
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated b
Reversepro Smartsma ea mt4
AL MOOSAWI ABDULLAH JAFFER BAQER
ReversePro SmartSMA EA – A Fully Customizable Moving Average Strategy ReversePro SmartSMA EA is an advanced yet fully customizable trading tool designed for traders who prefer to fine-tune their strategies. This Expert Advisor (EA) is not pre-optimized, allowing you the flexibility to adjust its settings to fit your trading style, risk management preferences, and market conditions. How It Works This EA is based on the well-known Simple Moving Average (SMA) crossover strategy, enhanced with addi
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Bear vs Bull EA MT4
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; -  Recommendations Before using on real money, test the adviser with minimal risk on a cent trad
JBSar EA Robot
Jordanilo Sarili
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with ma
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
Diamond Black
Fanur Galamov
5 (2)
Diamond Black  is a professional expert advisor for automatic market trading. The EA implements my long-term observations of the market behavior in the evening. A thorough analysis of the behavior of the low-volatility market allowed me to implement a stable reliable system for profitable and long-term trading. EA algorithm uses the advantages of pending limit orders and strict control of trading risk. Expert advisor uses automatic lot calculation, and also allows you to use a fixed trading lo
Night Rocker EA
Sergey Sobakin
1 (1)
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
Expert Grid rsi Pro
Mykhailo Zakervashevych
General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
Gold Crasher
Hong Ling Mu
<Logic> EA will entry when the price breaks average candle stick price. EA will make Grid order with Hedge logic. When grid order is placed , EA check the trend and if trend is BUY, then place buy order. If trend is sell, then place sell order. This is to reduce a big draw down. <Input parameter> Slippage(pips) Max position Baselot size take profit stoploss Risk (MM) Grid order settings. Moving average period and Time frame N of bars for average line calculation <BEST PAIR and Time frame> XAUU
Baby Shark
Tran Quang Trung
5 (1)
This is a price action trading robot, the EA will stick to the medium term trend and price to deliver trades. Orders are always protected by the user set stop loss points. With the capital management system, it will help that EA operates in accordance with its purpose. Telegram : https://t.me/trungtqIT Timeframe is H1. Minimum account balance: $100. Attention is Important: EA only test live on demo or real accounts. Backtest results are just random and inaccurate. Features: Every trade is prote
Boster
Langtha Prosanta Daudung
The  Boster  is a fully automated EA design for trading EURUSD pair. It is design to trade along the trend and also trade during reversal. It uses adaptive grid strategy. In adaptive grid strategy the distance between the trade is not fixed, the entry of next trade is base on most favourable market condition to close the trade in profit. So the risk associated with normal  grid/Martingale  strategy is considerably reduced by adopting adaptive grid distance strategy.  Back tested for 10 years (20
Impuls Pro MT4
Sergey Batudayev
5 (2)
La strategia di EA si basa sullo Swing trading , con entrate dopo forti impulsi calcolate dall'indicatore iPump. Come accennato in precedenza, l'EA ha la capacità di aprire operazioni manuali con supporto automatico. - per un trend ribassista ↓ entriamo in un trade dopo un rialzo correttivo del prezzo, l'asset cade nella zona di ipercomprato, vendiamo lungo il trend. - per un trend rialzista ↑, entriamo in un'operazione dopo un calo correttivo del prezzo, l'asset cade nella zona di ipervenduto,
SuperTrend
Evgeniy Zhdan
2.5 (2)
The Supertrend Expert Advisor The Supertrend Expert Advisor with averaging elements. It has been developed during three months until I finally got good results. It is not a scalper. The minimum balance to start trading - 100 $. Is automatically adjusted to the 4 and 5-digit prices. Has an efficient risk management system. The lot and limit on the maximum lot is automatically calculated based on the settings specified in the EA. As a result, you have a complete automated trading system. Download
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with s
Ilanis
Mikhail Sergeev
4.74 (27)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
EA Bollinger Bands
Zafar Iqbal Sheraslam
The EA (Expert Advisor) Distance of Bollinger Bands is a trading strategy or algorithm used in financial markets, particularly in Forex trading. Bollinger Bands are a technical analysis tool that consists of a middle band (usually a simple moving average) and two outer bands (standard deviations of the middle band). The EA Distance of Bollinger Bands strategy focuses on measuring the distance between the price and the Bollinger Bands to make trading decisions. Here's how the EA Distance of Bolli
Smart win mcp expert
PAVEL KARAKULOV
5 (1)
Multi-currency expert advisor based on the strategy of breaking through levels and trading on the trend. You can you it for scalp with little take profits. Martingale and averaging are NOT used! Use a demo account to check the expert's performance! It is necessary to conduct tests of each pair before making a decision to use it in the expert! Does not work correctly in the tester! Usd demo acc to test it. Main strategy settings: Easy and Hard . For the Hard method you must use stricter mon
Smart Funded Hft
Barbaros Bulent Kortarla
4.76 (66)
Smart Funded EA è un consulente esperto progettato per superare le sfide HFT delle società prop che ne consentono l'uso. Quali società prop HFT posso utilizzare? È stato testato su quasi tutte le sfide HFT delle società prop con una percentuale di successo del 100%, come Kortana Fx, Nova Funding, Fast Forex Funds, Infinity Forex Funds, Quantec Trading Capital, Next Step Funded, Msolutionff, Genesis Forex Funds, The Talented Traders, Only Funds, Tradicave e tutte le altre sfide MT4 consentite da
Doctor
Andrey Kolmogorov
This is a universal adviser working in several directions. The first and main thing is assistance in various situations that arise during trading. The second is scalping or positional trading according to the trend, open orders, at the same time, insured with support orders using the model of a quantum set of algorithms. Main Advantages Work in several directions; Increase in account balance during drawdown; Maintenance of already open orders; Building a grid lock; Scalping and/or trend trading
MACD Trading
Matthieu Jean Baptiste Wambergue
Get the MT5 version here ! Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol m
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Universal MT4 MACD
Volodymyr Hrybachov
Robot commerciale sull'indicatore MACD Questa è una versione semplificata del robot di trading, utilizza solo una strategia di ingresso (la versione avanzata ha più di 10 strategie) Vantaggi per gli esperti: Scalping, Martingala, grid trading. Puoi impostare il trading con un solo ordine o una griglia di ordini. Una griglia di ordini altamente personalizzabile con un passaggio dinamico, fisso o moltiplicatore e un lotto di trading ti consentirà di adattare l'Expert Advisor a quasi tutti gli
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Gli utenti di questo prodotto hanno anche acquistato
Vortex Gold MT4
Stanislav Tomilov
5 (29)
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
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)
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
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
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
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
EA Game Changer
Vasiliy Strukov
5 (6)
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
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
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,
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
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
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
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
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
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
Vortex Turbo EA MT4
Stanislav Tomilov
5 (8)
Vortex Turbo — “Scambia la tempesta, controlla il Vortice” Vortex Turbo rappresenta la prossima fase evolutiva del trading intelligente: uno sviluppo unico che unisce un'architettura di intelligenza artificiale all'avanguardia, una logica di mercato adattiva e un controllo preciso del rischio. Basato su comprovati principi algoritmici, integra molteplici strategie in un ecosistema unificato ad alta velocità, alimentato da un nuovo livello di intelligenza predittiva. Progettato come esperto di s
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
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
EA Gold Stuff
Vasiliy Strukov
4.7 (1082)
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
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
AGGIORNAMENTO — DICEMBRE 2025 Alla fine di novembre 2024, l’Expert Advisor Aurum è stato ufficialmente messo in vendita. Da allora ha operato in condizioni reali di mercato — senza filtro news, senza protezioni aggiuntive e senza limitazioni complesse — mantenendo una stabilità costante. Live Signal Un anno completo di trading reale ha dimostrato chiaramente l’affidabilità del sistema di trading. E solo dopo questa esperienza, basandoci su dati reali e statistiche concrete, abbiamo rilasciato
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)
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
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Expert Advisor di Trend e Momentum per MT4 MT5:  https://www.mql5.com/en/market/product/163078 Importante:   Pubblichiamo regolarmente file .set aggiornati nella sezione   Commenti . Assicuratevi di utilizzare la versione più recente per i vostri backtest e per il trading reale, al fine di garantire prestazioni ottimali con l'attuale volatilità del mercato. Bazooka EA è un Expert Advisor completamente automatizzato per MetaTrader 4 , progettato per operare sui movimenti direzionali
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)
L'EA Trend Ai è progettato per funzionare con l'indicatore Trend Ai, che eseguirà la propria analisi di mercato combinando l'identificazione del trend con punti di ingresso e avvisi di inversione attivabili, e acquisirà tutti i segnali dell'indicatore in modo completamente automatico! L'EA contiene una serie di parametri esterni completamente regolabili che consentono al trader di personalizzare l'expert in base alle proprie preferenze. Non appena appare il punto verde, l'EA si preparerà per u
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 di trading automatico professionale XGen Scalper è un Expert Advisor all'avanguardia che combina un'analisi tecnica comprovata con una struttura algoritmica avanzata per offrire risultati coerenti su tutti i mercati. Questo potente sistema di trading funziona senza problemi su coppie forex, metalli preziosi come oro e argento, criptovalute e indici delle materie prime. Tecnologia algoritmica avanzata L'algoritmo di scansione delle onde brevettato elabora i dati di
Gold King AI MT4
Rodrigo Arana Garcia
5 (1)
Sono rimaste solo 1/5 copie a questo prezzo ---> Prezzo successivo 250$ // Versione MT5 Gold King AI è stato creato utilizzando TensorTrade, un framework Python open source progettato specificamente per costruire, addestrare, valutare e implementare algoritmi di trading robusti utilizzando l'apprendimento rinforzato. L'algoritmo opera durante la sessione di trading di New York. Dopo aver analizzato il mercato per un paio d'ore per identificare le aree di interesse, inserisce ordini in sospeso c
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Come funziona Quando l'EA è attivo, analizzerà il grafico in base al parametro Modalità di esecuzione. Se non ci sono posizioni esistenti sul grafico, l'EA aprirà un trade in base al parametro. Se il trend è rialzista, aprirà un trade di acquisto, mentre se è ribassista, aprirà un trade di vendita. Imposterà anche un ordine di stop loss a una certa distanza dal prezzo di apertura del trade se la variabile stop loss è maggiore di 0. 0 significa nessun stop loss. Se ci sono posizioni esistenti s
Altri dall’autore
Cerberus EA
Gennady Filimonov
Cerberus EA is a fully automated grid advisor based on signals from the Bollinger Bands and RSI indicators. Its key feature is a multi-level risk management system designed to protect the deposit in aggressive market conditions. **Strategy Logic** Entry Signal: Searches for reversal points using Bollinger Bands and RSI. Averaging: When the price moves against a position, a grid of orders is opened with a specified step (GridStep). Lot Increase: Each subsequent order in the grid can have an incr
Visual Trend
Gennady Filimonov
Visual Trend   is a simple and effective tool that helps you quickly assess the market situation and find trend-based entry points. It eliminates the need to use multiple indicators at once by combining all the essentials in one place. Key Features: Background Coloring:   The chart background automatically changes color based on the trend direction (blue for uptrend, pink for downtrend). Clear Signals:   Trend-following entry points are marked with arrows. Signal Candle Highlight:   The candle o
Filtro:
Nessuna recensione
Rispondi alla recensione