MQL Universal EA

4.33

Summary of the Expert Advisor

This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can be traded from this single EA. Trading results will depend on the strategy and settings you choose to use.


Input Parameters

  • Stealth Mode
    If true, all TP/SL levels will be hidden from the broker and will not be visible in the trading terminal. If false, orders will be modified and the TP/SL levels will be entered with the broker as usual.
  • Close By Opposite
    If true, an opposite trading signal will automatically close out an order if it is still open. For example, if a buy order is open and a new sell signal is recognized, then the buy trade would automatically close.
  • TakeProfit
    Amount in pips that the TP will be set at for each trade.
  • StopLoss
    Amount in pips that the SL will be set at for each trade.
  • Slippage
    The maximum amount of slippage allowed for opening and closing a trade. If the slippage at the time of execution is higher than this amount then the execution will stop.
  • Max. Spread
    The maximum amount of spread allowed for opening and closing a trade. If the spread is higher than this amount, the order will not be executed. The EA will wait until the spread drops down to allowable levels and try again as long as all indicator conditions are still met.
  • MagicNumber
    This is a typical Magic Number input for the EA. Set a different number of your choice for each chart you have an EA running on. The magic number must be greater or equal to 0 and must be a whole number.
  • Lot Mode
    This is where you should select the type of money management (MM) that you want to use. The available options are : 1=Fixed, 2=Risk, 3=Martingale.
  • Fixed Lot Size
    This input is used if the 'Lot Mode' is set to 1.
  • Risk
    This input is used if the 'Lot Mode' is set to 2. The higher the number then the higher the lots per trade. This type of MM uses account equity and account free margin in its calculations.
  • Max. Martingale Orders
    This input is used if the 'Lot Mode' is set to 3. This input represents the maximum number of times the Martingale multiplier will be applied to the lot size.
  • Martingale Multiplier
    This input is used if the 'Lot Mode' is set to 3. The input represents the multiplier used for the Martingale trades. For example, if the last losing trade's lot size was 2.00 and the multiplier is set to 2 then the new trade's lot size would be 4.00.
  • Trailing Start
    The amount of profit in pips that must be reached before the TS is activated. For example, if set to 10 then this means that once 10 pips in profit is reached, the trailing stop will be started and the SL will be moved 'Trailing Stop' pips behind current market price. Setting this input to 0 does not disable the TS. Setting to 0 would simply mean that the TS is immediately started once a pip in profit is reached.
  • Trailing Stop
    The amount of pips that the SL will trail the market. If set to 0, then the trailing stop will be disabled.
  • Trailing Step
    The amount of pips difference between each TS modification. For example, if set to 1 then the SL might be modified like this: 1.5001, 1.5002, 1.5003, and so on.
  • Break Even Start
    The amount of pips in profit an order must go before the BE is activated. The BE is disabled if this input is 0.
  • Break Even Pips
    The amount of the break even relative to the order's open price. For example, if a buy order opens at 1.5000 and this input is set to 1, then the BE would move the SL to 1.5001 so that 1 pip profit would be locked in.
  • Use Timer
    If true, the trade timer is enabled. If false, the trade timer is disabled.
  • Start Time
    This represents the allowable start time that new trades can start to be opened. Any existing trades are not affected and would still close normally. This input must be in a valid format in order to be used properly. The format should be similar to the default setting. Do not add any strange characters or spaces to the input string. For example, 08.00 and 08 00 are not the same as 08:00. The timer is based on the broker's operating time as seen in the MetaTrader platform. The timer is not based on GMT time or your PC's time. Both hours and minutes can be used in the timer. This input is only used if the 'Use Timer' input is true.
  • End Time
    This represents the allowable end time that new trades can be opened up until. After this time, no new trades can be opened. Existing trades will not be closed out if the current time goes past this set time though. Existing trades would close out as usual. Everything else is similar to the above 'Start Time' input.
  • Indicators Shift
    This input is used for all enabled indicators. It represents the shift that the EA will look at the indicator values. If set to 0, then the EA will consider real-time values. If set to 1, then the EA will look at the last closed bar's values. And so on. Setting this input greater than 0 will make the EA use confirmed indicator values.
  • Reverse Signals
    This input is used for all enabled indicators. It will reverse the signal recognized for each indicator. For example, if the indicator normally is showing a buy signal and this input is true, then the EA would see it as a sell signal instead.
  • MA's Used
    Turns on/off the MA signal. The MA signal is when the faster MA is crossed over the slower MA. For example, if the faster MA is higher than the slower MA then this is a buy signal.
  • MACD Used
    Turns on/off the MACD signal. The MACD signal is when the main MACD histogram bars are crossed over the MACD signal line. For example, if the main histogram bars are above the signal line then it is a buy signal.
  • STOCH Used
    Turns on/off the Stochastic signal. The Stochastic signal is when the main line is crossed over the signal line. For example, if the main line is above the signal line then this is a buy signal.
  • RSI Used
    Turns on/off the RSI signal. The RSI signal is when the RSI value is crossed above or below the 'RSI_High_Level' and the 'RSI_Low_Level'. For example, let's say the 'RSI_Low_Level' is set to 30 and the 'RSI_High_Level' is set to 70. And the RSI is 31.55 and the last cross was a cross upwards of the low line. Then this is a buy signal since the RSI is higher than the low level but lower than the high level and heading upwards.
  • CCI Used
    Turns on/off the CCI signal. The CCI signal is when the CCI value is above or below the 'CCI_High_Level' and the 'CCI_Low_Level'. For example, let's say the 'CCI_Low_Level' is set to -100 and the 'CCI_High_Level' is set to 100 . And the CCI is -65.92 and and the last cross was a cross upwards of the low line. Then it would be a buy signal since the CCI is greater than the low level but lower than the high level and heading upwards.
  • WPR Used
    Turns on/off the WPR signal. The WPR signal is when the WPR value is above or below the 'WPR_High_Level' and the 'WPR_Low_Level'. For example, let's say the 'WPR_Low_Level' is set to -80 and the 'WPR_High_Level' is set to -20. And the WPR is -77.52 and the and the last cross was a cross upwards of the low line. Then it would be a buy signal since the WPR is greater than the low level but lower than the high level and heading upwards.
  • BB Used
    Turns on/off the Bollinger Bands signal. The Bollinger Bands signal is when price moves higher or lower than the upper and lower Bollinger Bands. For example, if price goes below the lower Bollinger Band then this is a buy signal.
  • ENV Used
    Turns on/off the Envelopes signal. The Envelopes signal is when price moves higher or lower than the upper and lower Envelope bands. For example, if price goes below the lower Envelope band then this is a buy signal.
  • AL Used
    Turns on/off the Alligator signal. For a buy signal, the Alligator signal is when the Lips line is higher than the Teeth line while the Teeth line is higher than the Jaws line. And the opposite for a sell signal.
  • OSMA Used
    Turns on/off the OSMA signal. The OSMA signal is when the OSMA value is crossed above or below the 0 line. For example, if the OSMA value is 0.0014 then this is a buy signal. If the value is -0.0014 then this is a sell signal.
  • AO Used
    Turns on/off the Awesome Oscillator signal. An Awesome Oscillator signal is when there is a "saucer" formation. A "saucer" consists of two increasing bar values that are above 0 having a bar with lesser value between them. Therefore, an "inverted saucer" consists of two decreasing bar values below 0 having a bar with larger value between them. A "saucer" formation requires a minimum of 3 closed candles.


Notes

  • When initialized, the EA attempts to download history from other TF's. This is so it can import the correct values since it is an MTF capable EA. It may take a little time for this to happen. If you see this message, just know that it is downloading the data and wait a little time.
  • Each indicator has it's own time frame setting. So the EA has MTF capability.
  • Each indicator has it's own applied prices setting. For example, SMA, EMA, SMMA, and LWMA.
  • Each indicator has it's own calculation method setting. For example, Close, Open, High, Low, Median, Typical, and Weighted.
  • The indicators have a choice of how they will be used:
    • The first is 'Confirmation'. In this mode, the indicator will act as confirmation for the order. For example, let's say the Stochastic is enabled and it is set to 'Confirmation'. Then if the main line is already above the signal line then a buy trade can occur. Or let's say the RSI is enabled and set to confirmation. Then if the RSI is already above the low level then a buy trade can occur.
    • The second choice is 'Trigger'. If the input is set to 'Trigger' then this means that there needs to be a fresh signal for a trade. For example, let's say Stochastic is enabled, if the main line crossed over the signal line now then a trade will occur (granted other signals and conditions are met of course).
  • The EA may or may not trade soon after you start it depending on your settings, TF(s) used, and market conditions. It doesn't mean there is a problem just because it doesn't trade right away! Trades may also be prevented because of common causes such as spread, slippage, lots, and so on. So please make sure to understand all the settings.
  • IMPORTANT: Check out our site using the link in my profile to find other FREE indicators and EAs!


评分 18
clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

推荐产品
EA Permanent FREE
Vladimir Gorbachev
2 (1)
This is a medium-term conservative system. It tracks quote movements and defines entry points. The Expert Advisor is completely automated and features the unique algorithm. This demo version trades USDJPY. Features It does not use Martingale; No grid; No scalping; No excessive parameters; Fixed lot; No complicated settings. Trades are usually opened infrequently. Orders may remain open for a few days for obtaining greater profit. Amount of trades per month is from 5 to 20. Deals are closed by T
FREE
Ord Mantell
Yury Emeliyanov
5 (1)
Suitable currency pairs:   EUR/JPY H1   (there will be sets with settings for other currency pairs in the discussions) Indicators used:   "ATR MA Oscillator", "Entry Time", "Top Bottom Price" and "Previous High Low" Default lot size =   5% Other Products:  https://www.mql5.com/ru/users/yura1994ru/seller#products Test results since 2017 for the EUR/JPY H1 pair Initial balance = 500  $ Net profit = 2,372,808  $ Profitability = 4.07 Profitable trades = 84% Drawdown = 7% Recommendation: use an ac
OsMa TrendSurfer
Augustine Kamatu
This is a free version of the EA  TrendSurfer OsMa  https://www.mql5.com/en/market/product/104264   TrendSurfer OsMa   receives signals from a technical analysis of in-built MetaTrader 4 indicator Oscillator of a Moving Average (OsMA) and then implements   The Quantum Forex Trading System   to generate positive results. Discover: The Quantum Forex Trading System _Mastering the Market with Advanced Algorithms & Multifaceted Strategies_ --- Redefining Forex Trading: In the vast realm of forex, wh
FREE
Euro Gift EurUsd M15
Marek Kupka
3 (5)
Euro Gift (EURUSD M15) I am celebrating my birthday, so i will publish some EAs for FREE. This EA has been developed for EURUSD M15.  Strategy is based on ICHIMOKU indicator and has very little parameters - so its VERY ROBUST. It uses Stop pending orders with   ATR   Stop Loss . At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust these times to your broker time. Preset values are for UTC+2 only!!! For every candle the pending orders are modified to adapt the mar
FREE
DAX Bull
Matthew Lewis Beedle
3.5 (2)
Sometimes there is money to be made in simplicity! The DAX Bull works using a simple moving average both for short and long. It has an advanced order and trailing system which essentially helps in hitting those big wins. This bot is a trend bot and as such expect win rate to be around 40%, expect around 13-20 trades per month. As always, judge more on live signals and your own backtesting! If you have questions just message me on MQL5. My main selling point as a EA creator? Brutal honesty. I s
FREE
Imperium Pattern EA
Botond Ratonyi
5 (2)
Imperium Pattern EA   USE IT ONLY WITH THE SET FILES I POSTED TO THE COMMENT SECTION.  This is the biggest update in the life of the Imperium Pattern EA, it got new features and engine. ---It got the official TheNomadTrader Dynamic engine system alongisde with good risk:reward ratio ---New feature that allows traders to tell the EA after how much time(X value in minutes) the EA can close trades by dynamic exit. This feature boosts the EA perfoemance and it is a key feature in crisis situati
Hourglass
Vladimir Khlystov
4 (1)
Logarithmic Network - cm-hourglass Expert Advisor The Expert Advisor places orders with a decreasing lot and step in the direction of the trend and with an increasing lot and step in the counter-trend direction. It sets Take Profit for every direction to avoid breakeven of the entire series. The farthest order in the direction of the trend is closed with a farthest counter-order so as to get the positive total, thus pulling the entire network to the price without letting it expand. Parameters Lo
Acromaachin
Hong Ling Mu
<LOGIC> EA will place order based on the original logic. This EA should work with take profit and stoploss. Default TP is 50pips and SL is 50pips. If the order was closed with stoploss, EA will stop in that day. Next day, EA will restart and trade again with lot size increasing. Lot size and volume multiple is changeable in the parameters. <Best Pair and TF> EURUSD and GBPUSD TF H1 <Default set> Already optimized TP 50pips SL 50pips Martingale Volume muti X 2 Max martingale 5
FREE
High Point Scalper EA
Ifeanyi Joshua Odinma
High Point Scalper EA  trade is based on Price high and low level to determine the next trend   with martingale  strategy . The EA will find the best entry and exit points  This Expert advisor is mainly for synthetic Trade    , check it out on Jump100 recommended assets  JUMPS100  Recommended Broker..  Deriv Timeframe  H1  Minimum deposit $100 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. you will get  one expert a
Money Up
Adel Haouam
This expert is designed to catch up the last events in an hour time frame and compare it to previous hours and then make decisions, this hedging experts starts  from  0.10 , 0.50 and 1.50 depending on conditions  it moves from one level to the other  This expert have proven his effeciency through currency pairs and metals  as well it is adviced to use it with at least 10 pairs or different trades and the reason to get your investment back  within few days i suggest to start with 500 EUR or USD  
Multi Indicator Bear Version
Vincenzo Tignola
4.5 (2)
ON THIS LINK YOU CAN FIND NEW VERSION  https://www.mql5.com/en/market/product/53022 https://www.mql5.com/en/market/product/53022 /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/-   /-/-/-/-/- /-/-/-/-
FREE
Hatori Flip
Ike Ananda Fata
Candle Flip Martingale (MA-Confirm + DD Guard + Profit-Only Trailing) What it is An MT4 expert advisor that follows the trend, adds positions only on confirmed momentum (“candle flip”), and protects the account with a dual safety layer: maximum drawdown guard and profit-only trailing stop . A dark dashboard shows live KPIs (Balance/Equity, DD gauge, target progress, equity sparkline, active positions). Core Logic Seed Entry (trend + MA confirm) The first trade (“seed”) opens only when the late
Fenix cta
Jose Augusto Povoa Santana
以下是中文翻译: --- EA "FENIX CTA" 非常适合那些寻求高度可配置且自动化的剥头皮交易策略的交易者。该策略能够快速执行交易,并且具备有效的风险管理。 EA "FENIX CTA" 专门推荐用于交易 US30 和 NAS100 指数,并附带现成的设置,具有超过 92% 的高成功率。这使其成为那些希望在这些市场中获得高精度交易的交易者的有效解决方案。 "FENIX CTA" 是为外汇市场设计的高频交易策略,旨在利用短时间内的小幅价格波动获利。它结合了技术指标和风险管理,进行快速的买入和卖出操作,目标是最大化利润并限制损失。以下是该 EA 的主要原则和优势: ### EA "FENIX CTA" 剥头皮交易的原则: 1. **技术指标**:    - **RSI(相对强弱指数)**:EA 使用 RSI 来识别超买(市场可能即将下跌)和超卖(市场可能即将上涨)的条件。这有助于确定市场何时准备反转。    - **MACD(移动平均收敛/背离)**:MACD 用于识别交叉和背离,标志着市场趋势的变化。EA 根据这些信号进行交易,利用市场的动量。 2. **自动化操
EA Fantom
Rahul Kumar Trivedi
1 (1)
EA is based on Parabolic SAR and MACD indicator.  if there are loss EA try to recover loss and fix position by placing another bigger order( factor multipler) after grid gap. if there is profit it waits to optimize profit.    Suitable for Beginners No complex settings Just use EURUSD M5 time frame YOU CAN CONTACT ME FOR OPTIMIZATION Please leave the comment your like or dislike I will be happy to answer all kind of query related to this product... I advise you to please check my ot
FREE
Cristoforo Gold Rush EA
Filippo Morleo
4.62 (13)
Cristoforo Gold Rush: Your Ultimate Trading Ally Welcome, Traders and Investors! Join the Conversation:   Telegram Channel for Cristoforo Gold Rush Step into the world of advanced trading with "Cristoforo Gold Rush," the ultimate trading ally engineered to navigate the complexities of financial markets with unmatched precision. In this comprehensive guide, discover how this state-of-the-art trading tool can elevate your strategies, turning every trade into an opportunity. Now Available ! Don't m
FREE
Hello all How the expert works on the MACD indicator In a way breakthrough level was put in the expert Login to buy or sell With multiplier deals being opened after a number of points All trades are closed together on a 20 pip gain. Parameters: MACD indicator . Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the gre
The art of Forex
Arthur Hatchiguian
5 (2)
The art of Forex is a new complex  Expert Advisor  that continuously trades in both directions. A series of orders will be opened to get the best average price  until the take profit is hit. It is optimal for making profits in an unpredictable market.  A loss coverage system  is integrated to allow the recovery of orders that are too distant from the current price. The best results are on  EUR/USD H1  but you can use it on any  forex pair  and  timeframe .  Live results :  https://myx.gg/mql5 S
FREE
Bossman EA Ver 1.1 Is the Scalping Forex Expert Advisor for MT4 Bossman EA Ver 1.1 Working on Timeframes (M5) Bossman EA Ver 1.1 Best Trigger Setting on Pair EURUSD or USDCHF Bossman EA Ver 1.1 Calculation is based of Envelopes indicator ///////////////////////////////////////////////////////////// (I N D O N E S I A (ID) (Rakyat +62)) Bossman EA Ver 1.1 Adalah Penasihat Ahli Scalping Forex untuk MT4 Bossman EA Ver 1.1 Bekerja pada Jangka Waktu (M5) Bossman EA Ver 1.1 Pengaturan Pemicu Terbaik
I speak in Hungarian. Magyarul beszélek benne. - You can find the indicator by my name. Which is in the picture and the video. On mql5.com.  " Utam MA High Low" - Megkeresheti az indikátort a nevemnél. Ami a képen és a videóban van. Az mql5.com-on.  " Utam MA High Low" Első felvétel. https://www.youtube.com/watch?v=YzmcyO50YdM&amp ;ab_channel=GyulaKlein (Első felvétel.   https://www.youtube.com/watch?v=FfqvT-i9TPk&feature=youtu.be Első felvétel. https://www.youtube.com/watch?v=MapbQrJ0uPU&t=
This trading expert advisors is an clone & upgrade of  "EA Rough Duster ", also trades best on GBPNZD minute 5 timeframe. Maintains a constant account growth and runs best on low spread and commission based accounts. Uses Martingale & perfect hedging to recover unprofitable positions ensuring no loss. Its consistent profit curves,low DrawDowns & risk proves the record for itself in reliability and consistency plus its unique market analysis ensures quick extraction of profits by scalping the mar
Banev EA
Akram Azizi
This Expert uses multiple indicators and special algorithm to choose the entry points and provide the maximum Gain with the minimum Risk . Run the BackTest and check the efficienty of the product. Working Conditions : This EA works on all Pairs on 15M Timeframe. With 1000 $ Balance Input Parameters : Trading Mode : Choose between 3 modes. AutoManagement : The lot will increase with the increasing of the balance. Trading Lot : The Lot is set manually. Take Profit : Set it by points. Spread
Major Currency Momentum
Colin Mundia
2.33 (3)
This EA takes advantage of Momentum in the Major Currencies . If a certain currency has enough momentum, the EA makes trades on the related pairs. The User Inputs of the EA are so straight-forward, they are in form of questions and suggestions. For example, you will see such questions or statements in the input panel: "Should we trade maximum once per day per pair?" "Close order if Break Even not activated after these seconds:" You will specify the required percentage difference between a Bullis
FREE
The Rise of Skywalker :    It is an advanced trading system. This is a fully automatic Expert Advisor, which allows you to presize the trade according to the preferences of the trader.         Is a revolution in the  customization of the trading.   The Rise of Skywalker   is a expert advisor based in  the indicator     The Rise of Sky walker:   ( https://www.mql5.com/es/market/product/44511 ) This system uses only one trade in each operation. Do not use Grip or martingale Low risk system since
Breakout Expert Advisor for   XAUUSD (Gold)   — places ATR-filtered pending Buy/Sell orders based on recent high/low ranges (recommended H1). Short overview: Gold Highest BreakOut is an automated Expert Advisor designed for trading   XAUUSD . It places pending Buy Stop / Sell Stop orders at breakout levels derived from recent High/Low ranges and uses ATR and range filters to reduce false entries. Key points: Strategy: breakout from recent High/Low over configurable period. Filters: ATR-based v
Pound Puppies GBPUSD M30 Everything is already set up for GBPUSD M30 timeframe . Strategy is based on breakout of the HIGHEST channel after some period of consolidation. It uses Stop pending orders with  ATR Stop Loss and FIXED Take Profit .  Strategy uses also   MOVE TO BREAK EVEN and PROFIT TRAILING   functions to lock as much profit as possible. For every candle the pending orders are modified to adapt the market behavior. You need to set only the lotsize depending on the amount of capital in
Fimathe Mt4
Mario Miguel Marques Vara
5 (1)
自动化您的Fimathe MT4策略 - 高效精准交易 描述: Fimathe策略以其盈利性而广泛认可,但也以需要长时间的市场监控而闻名。为了解决这个问题,我们介绍Fimathe MT4,这是一个可以自动执行您的策略的机器人。 工作原理: Fimathe MT4以“半自动”模式运行。您进行分析,机器人根据分析执行交易。 优势: 无需等待几个小时在屏幕前进行交易。 当需要时,机器人会自动应用“零零”技术(保本)。 通过不断监控市场,避免错失交易机会。 在没有情绪干扰的情况下做出交易决策,保持纪律。 确保您的分析得以准确实施。 为何获取此EA: 经过验证的策略:我们的EA包含一个经过开发和测试的赢利策略,旨在利用市场趋势。在各种市场条件下都有验证结果,为交易提供了坚实的方法。 可靠的自动化:通过获取此EA,您可以自动执行您的策略。这意味着您无需花费多少时间在电脑前监控市场。该EA会为您执行所有交易,根据您设定的标准进行交易。 可定制参数: 执行时间框架(Grafico_execucao):选择执行图表以确定蜡烛关闭。 第一条线(Primeira_linha):将第一条线定义为下跌
AutoFib EA 是一款先进的专家顾问,旨在利用斐波那契回撤和扩展水平的力量进行自动交易。 无论您是新手还是经验丰富的交易者,AutoFib EA 都能为您的交易策略提供精准而高效的支持。 Test     The EA Before Risking Real Money.  根据测试调整设置   结果。 有任何问题?请随时   问。 主要特点: 自动交易:     根据斐波那契水平无缝地开立买卖订单,最大限度地减少人工干预。 可定制参数:     调整斐波那契水平、手数大小、止损、获利等以适合您独特的交易风格。 动态市场适应:     实时分析并适应市场趋势以识别高概率交易。 风险管理:     集成的止损和风险控制功能可确保有纪律的交易和资本保全。 为什么选择 AutoFib EA? 斐波那契水平是一种经过验证的技术分析工具,可用于识别潜在的反转和延伸区域。 AutoFib EA 通过自动化整个过程将这一概念提升到一个新的水平,节省您的时间并帮助消除情绪化决策。 无论您交易外汇、指数还是商品,Auto Fib EA 都能提供强大而可靠的解决方案来提升您的交易业绩。
FREE
Pips Hunter EA
Hafis Mohamed Yacine
Profit is just like a capricious lady, that comes and goes, however today, the PROFIT can be BOUGHT! Having installed Forex Pips Hunter just once, you assure yourself of a long-awaited source of income. WHY? Because of some reasons listed below. Forex Pips Hunter...is...   The product that conquered the hearts of some of the world’s best beta-testers.   The product that redefined the definition of Real Success.   Fully automated system that combines some of the best qualities of the modern day s
Profit Trend
Investerce sp.z.o.o.
Profit Trend V-EA   Profit Trend is a multi-functional expert advisor for MetaTrader 4 terminals that allows you to trade using order grids, Trend Doubling, partial closing of losing positions and much more. The expert advisor algorithm allows you to trade both with and under the trend. The trending trade is structured in such a way that each new order is only opened if the previous order has a Stop Loss in the profit zone. Trading against the trend is conducted to close unprofitable positio
Fx Lion Gold Trading
Mr Viwat Kongthon
... *** Signal :  https://www.mql5.com/en/signals/1743955 EA Fx Lion Gold Trading is an Expert Advisor designed specifically for trading Gold (XAUUSD) work process will calculate support and resistance including the highest and lowest price of each candlestick  The EA will calculate pending orders at the highest or lowest price after the support/resistance level. and will close the pending order on the next day if not in use -EA does not martingale  -EA  have Stop Loss and Take Profit to prote
该产品的买家也购买
Vortex Gold MT4
Stanislav Tomilov
5 (29)
Vortex - 您对未来的投资 Vortex Gold EA 专家顾问专门用于在 Metatrader 平台上交易黄金(XAU/USD)。该 EA 使用专有指标和作者的秘密算法构建,采用全面的交易策略,旨在捕捉黄金市场中的盈利走势。其策略的关键组成部分包括 CCI 和抛物线指标等经典指标,这些指标共同作用,准确地发出理想的进入和退出点信号。Vortex Gold EA 的核心是先进的神经网络和机器学习技术。这些算法持续分析历史和实时数据,使 EA 能够更准确地适应和应对不断变化的市场趋势。通过利用深度学习,Vortex Gold EA 可以识别模式,自动调整指标参数,并随着时间的推移不断提高性能。Vortex Gold EA 是专有指标、机器学习和适应性交易算法的强大组合。使用 Vortex Gold EA 为您的未来投资。 售价 675 美元(还剩 2/10),下一个价格 795 美元 https://www.mql5.com/en/signals/2345024 Check out the live results in Profile >>>>>>  Check my pro
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)
介绍     QuantumEmperor EA 是一款突破性的 MQL5 专家顾问,它正在改变您交易著名的 GBPUSD 货币对的方式!由拥有超过13年交易经验的经验丰富的交易者团队开发。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***购买 Quantum Emperor EA,即可免费获得  Quantum StarMan   !*** 私信询问更多详情 已验证信号:   点击此处 MT5版本:  点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单笔交易连续拆分成五笔较小的交易。这意味着每次 EA 执行一笔交易时,它都会自动将其拆分成五个较小的仓位。 量子皇帝EA     量子帝王EA凭借其卓越的亏损交易处理方法,在众多专家顾问中脱颖而出。与
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition 是一款完全自动化的 EA,仅用于交易黄金。专家在 2011-2020 年期间在 XAUUSD 上表现出稳定的结果。没有使用危险的资金管理方法,没有马丁格尔,没有网格或剥头皮。适用于任何经纪商条件。使用多层感知器神经网络 (MLP) 训练的 EA 是一类前馈人工神经网络 (ANN)。术语 MLP 的使用含糊不清,有时松散地指任何前馈 ANN,有时严格指由多层感知器组成的网络(具有阈值激活)。多层感知器有时被通俗地称为“原始”神经网络,尤其是当它们只有一个隐藏层时。MLP 由至少三层节点组成:输入层、隐藏层和输出层。除了输入节点之外,每个节点都是使用非线性激活函数的神经元。MLP 利用一种称为反向传播的监督学习技术进行训练。多层结构和非线性激活使 MLP 与线性感知器区别开来。它可以区分非线性可分的数据。 此价格还剩 2 份,之后价格将上涨至 3000 美元 如何设定及参数说明 (阅读这里) Live results: https://www.mql5.com/en/signals/2313678 More Signals:   Check my pr
Gold Trade Pro
Profalgo Limited
4.61 (23)
推出促銷活動! 僅剩幾本,449 美元! 下一個價格: 599$ 最終售價:999$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 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 加入了黃金交易 EA 俱樂部,但有一個很大的區別:這是一種真正的交易策略。 “真實交易策略”是什麼意思? 您可能已經註意到,市場上幾乎所有黃金 EA 都是簡單的網格/鞅系統,當市場與初始倉位相反時,該系統會添加交易。  它們通常偽裝成“神經網絡/人工智能/機器學習”,但如果您對外彙和 EA 有一點經驗,您可以輕鬆地將
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)
Game Change EA 是一款基于 Game Changer 指标的趋势跟踪交易系统。当出现红点时,它会自动卖出,并持续卖出直至出现黄色 X,这预示着趋势可能结束。买入交易的逻辑相同。当出现蓝点时,EA 开始买入,并在检测到黄色 X 后立即平仓。 这款 EA 适用于任何货币对和任何时间框架,但在 M15 时间框架下,例如 XAUUSD 等强趋势货币对上的表现尤为出色。 即時結果可在此處查看。 購買後立即聯絡我,即可獲得個人獎勵!您可以免費獲得我們的強力支撐和趨勢掃描器指標, 請私訊我 ! 設定和手冊在此處 請注意,我不在 Telegram 上出售我的 EA 或特殊套件,它們僅適用於 MQL5,我的套件檔案僅在我的部落格上提供。請小心詐騙者,不要從其他人那裡購買任何套件! 設定 Open new series – true/false - 真/假 - 新一系列订单的开始 Trade Buy - 允许EA购买。 Trade Sell - 允许EA出售。 Support manual orders – true/false –  允许EA控制手动订单 Use hedge - 允许EA
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 是一款独特的 EA 交易系统,延续了 Aura 系列交易系统。通过利用先进的神经网络和尖端的经典交易策略,Aura Neuron 提供了一种具有出色潜在性能的创新方法。这款 EA 交易系统完全自动化,旨在交易 XAUUSD (GOLD) 等货币对。从 1999 年到 2023 年,它在这些货币对中表现出了一致的稳定性。该系统避免了危险的资金管理技术,例如马丁格尔、网格或剥头皮,使其适用于任何经纪商条件。Aura Neuron 由多层感知器 (MLP) 神经网络驱动,利用它来预测市场趋势和走势。MLP 是一种前馈人工神经网络 (ANN),通常被称为“原始”神经网络,尤其是当它们由单个隐藏层组成时。MLP 包括三个基本层:输入层、隐藏层和输出层。除输入节点外,每个神经元都使用非线性激活函数。该网络使用称为反向传播的监督学习技术进行训练。 MLP 的多层结构和非线性激活使其有别于线性感知器,使其能够识别数据中非线性可分的模式。通过其复杂的 NN 智能,Aura Neuron 能够识别模式并适应不断变化的市场条件,例如汇率或交易者行为的变化。其处理复杂数据的能力使其能够
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
量子之王EA——智能力量,专为每位交易者打造 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 特价上市 实时信号:       点击这里 MT5版本:   点击此处 量子之王频道:       点击这里 ***购买 Quantum King MT4,即可免费获得 Quantum StarMan!*** 详情请私信咨询! 规则   你的交易精准而自律。 量子之王 EA     将结构化网格的优势和自适应马丁格尔策略的智能性融合到一个无缝系统中——专为 M5 上的 AUDCAD 而设计,适合希望实现稳定、可控增长的初学者和专业人士。 量子之王 EA     是一个为澳元/加元货币对在 M5 时间框架上开发的全自动交易系统。 它将网格策略的结构与马丁格尔策略的自适应恢复逻辑相结合,形成了一个能够智能管理所有市场阶段交易的系统。 专为易用性和一致性而设计   量子王
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)
推出促銷: 以當前價格提供的副本數量有限 最終價格:990$ 新:免費獲得 1 個 EA! (2 個交易賬戶) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files 歡迎來到 DayTrade Pro Algo! 經過多年的市場研究和不同策略的編程,我發現了一個具有良好交易系統所需的一切的算法: 它是獨立於經紀人的 它是獨立傳播的 它使用真實可變點差測試在 MT4、MT5、TDS2 和多個經紀商上輕鬆顯示非常穩定的回測 數百種不同的設置都在測試中給出了有利可圖的結果(當然我選擇了最好的!) 非常強大的系統 -> 設置可以互換,因此使用 USDJPY 的設置運行 EURUSD 仍然是有利可圖的。   已經在 13 個貨幣對上運行:EURUSD;GBPUSD;USDJPY;AUDUSD;XAUUSD;GBPJPY;USDCAD;EURJPY;EURNZD;EURAUD;
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
更新 — 2025年12月 Aurum 交易系统于 2024 年 11 月底正式发布。 在这一整年里,它在真实市场环境中稳定运行,没有新闻过滤器,没有额外的防护限制,也没有复杂的交易约束 —— 依然保持了稳定与可靠的表现。 Live Signal 这一年的真实交易充分证明了该交易系统本身的可靠性。 正是在真实数据与实际经验的基础上,我们于 2025 年 12 月发布了本次重大更新: 全面升级高级交易面板,并适配所有屏幕分辨率 新增扩展交易保护系统 新增基于 Forex Factory 的强力新闻过滤系统 新增两个额外过滤器,用于更精准的信号判断 全面优化执行速度与系统稳定性 新增安全的 Recovery 回本功能 图表主题升级为高级风格 关于 Aurum Aurum — 黄金交易高级 EA(XAU/USD) Aurum 是一款专为黄金市场打造的专业级交易 EA,核心目标是稳定性与安全性。系统基于趋势分析,并采用严格的风险控制机制。 本系统不使用任何危险交易方式 —— 不加仓、不网格、不马丁、不激进加仓。 每一笔交易都严格设置止损(Stop Loss),并遵循“一次信号,只开
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)
智能交易系统是一个旨在恢复无利可图头寸的系统。 作者的算法锁定了一个亏损仓位,将其拆分为多个独立的部分,并分别平仓。简单的设置、在回撤的情况下延迟启动、锁定、禁用其他 EA 交易、使用趋势过滤进行平均以及部分关闭亏损头寸都内置在一个工具中。 与仅在整个组中关闭订单的网格策略相比,使用部分关闭损失可以让您以较低的存款负载减少损失,从而确保更安全地处理损失。 如何恢复订单: 1 EA 关闭所选工具的其他窗口以关闭无利可图的 EA(可选)。 2 EA 重置所有已处理订单的止盈和止损水平,并删除具有相应标识符的挂单。 3 EA 关闭所有已处理的盈利订单,以便使用其利润来弥补部分非盈利订单并减少总头寸量(可选)。 4 EA 通过打开锁定订单来锁定亏损头寸。 5 然后,通过打开恢复订单,它开始通过部分关闭不盈利的订单来减少损失。 6 当部分关闭时,算法首先恢复定位最不成功的订单,或者最接近盈利的无利润订单。每个无利可图的订单都分为许多部分,顾问分别关闭每个部分。恢复订单以小量开仓,以免大幅增加入金负担 包含注释、设置和测试说明的完整输入设置列表  ->   这里  MT5 版本 ->   这里
EA Gold Stuff
Vasiliy Strukov
4.7 (1082)
EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减算法的编号顺序-
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA —— 适用于 MT4 的趋势与动量交易专家顾问 MT5:  https://www.mql5.com/en/market/product/163078 重要提示:我们会定期在“评论”区发布更新后的 set 文件。请务必在进行回测和实盘交易时使用最新版本,以确保在当前市场波动环境下获得最佳性能。 Bazooka EA 是一款用于 MetaTrader 4 的全自动交易专家顾问,专为捕捉市场的 方向性行情 而设计,结合了 趋势确认 与 动量过滤 机制。 该 EA 注重受控入场与纪律化出场,避免过度交易及高风险的仓位管理方式。 Bazooka EA 适合偏好结构清晰、基于规则、并具备可配置风险管理的交易者。 策略说明 Bazooka EA 通过以下技术组合分析市场状态: 基于 移动平均线 的趋势方向识别 使用 RSI 进行动量确认 在下单前进行严格的交易条件验证 只有当趋势方向与动量条件同时满足时,EA 才会开仓,从而减少在震荡行情和低概率区域中的交易。 交易管理 EA 提供灵活且透明的仓位管理方式: 固定 止损(Stop Loss) 与 止盈(Take Profit)
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)
Trend Ai EA 旨在与 Trend Ai 指标配合使用,该指标会结合趋势识别、可操作的入场点和反转警报,自行进行市场分析,并自动接收指标的所有信号!该 EA 包含一系列完全可调的外部参数,允许交易者根据自己的选择定制 EA。 一旦出现绿点,EA 就会准备买入交易。一旦出现蓝色箭头确认上涨趋势,EA 就会在下一个 K 线下单买入。如果市场反转,EA 将采用网格和马丁格尔策略管理一系列交易。如果出现相反信号,并且图表上出现红点,EA 将准备卖出;一旦出现红色箭头,EA 就会在下一个 K 线下单卖出,并采用网格和马丁格尔策略管理一系列交易。 交易对和时间范围: 此 EA 适用于所有上市资产、期货、股票、外汇、商品、加密货币或指数。它适用于 xauusd 或主要货币对,例如 eurusd、gbpusd、usdcad、audusd、audcad、nzdcad、nzdusd,在 m15 或更高时间框架(例如 H1)上可获得更高的准确性。 --------------------------------------------------------------------------
Vortex Turbo EA MT4
Stanislav Tomilov
5 (8)
Vortex Turbo——“驾驭风暴——掌控漩涡” Vortex Turbo代表了智能交易的下一个进化阶段——它融合了尖端人工智能架构、自适应市场逻辑和精准的风险控制,是一项独特的创新。Vortex Turbo基于成熟的算法原理,将多种策略整合到一个统一的高速生态系统中,并以全新的预测智能为驱动。Vortex Turbo专为黄金XAUUSD(GOLD)的超短线交易而设计,采用受控马丁格尔和均价网格,同时每个   仓位都受到内置止损的全面保护   ——确保了力量、精准度和安全性之间的完美平衡。 非常重要!购买专家服务后请给我发私信。我会把所有必要的建议和操作指南发给你。 399 美元的价格有效期至 2 月 15 日,之后价格将上涨至 499 美元。(最终价格为 999 美元) 购买   Vortex Turbo   智能交易系统后,您将有机会获得   我的其他任何一款智能交易系统的免费授权   ,该系统可关联到您选择的   三个交易账户    (赠送的智能交易系统将以 .ex 格式的文件直接发送)。  请私信询问具体条件   https://www.mql5.com/en/users
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 - 专业自动交易系统 XGen Scalper 是一款尖端专家顾问,通过将先进算法结构与成熟技术分析相结合,在所有市场中提供稳定可靠的交易结果。该强大交易系统可无缝运行于外汇货币对、黄金白银等贵金属、加密货币及大宗商品指数等多种市场。 先进算法技术 其专利波浪扫描算法通过实时处理市场数据,识别手动交易者可能忽略的高概率交易机会。该系统能持续适应变化的市场环境,在趋势、区间及波动市场中均能高效运作。 全局兼容性 不同于针对特定货币对设计的传统EA,XGen在所有交易品种中均表现卓越。 专业控制面板 通过精美的界面实时监控账户指标、详细交易统计数据及系统状态。集成波浪可视化功能清晰展示系统对市场状况的解读。 企业级风险管理 基于账户余额和风险承受能力的自适应仓位规模 根据市场波动动态调整的跟踪止损 点差过滤机制避免不利交易条件 多时间周期确认实现更高精度交易 精准交易 闪电般快速的订单处理,以最小滑点实现最优价格。兼容所有MT5经纪商和交易类型。智能订单管理自动处理从入场到离场的全流程。 完全可定制 根据您的策略调整头寸规
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
免费试用 EA Budak Ubat 频道 限时特价! 每购买10次后价格将增加10美元! 工作原理 当 EA 激活时,它会根据执行模式参数分析图表。 如果图表上没有现有仓位,EA 将根据参数输入交易。如果趋势是看涨的,它将进入买入交易,如果是看跌的,它将进入卖出交易。如果止损变量大于0,则还会设置距离已打开交易价格一定距离的止损订单。0表示没有止损。 如果图表上存在现有仓位,且最后一个仓位处于亏损状态,EA 将检查当前市场价格与订单之间的距离是否至少为用户设置的最小距离,然后将根据蜡烛图输入交易,仓位大小将使用马丁格尔方法计算,并且将设置离已打开交易价格一定距离的止损订单,如果止损变量大于0。 如果未启用套期保值,EA 一次只会进入一个方向的交易。如果第一个仓位是买入交易,则所有后续的马丁格尔仓位也必须是买入交易。如果第一个仓位是卖出交易,则所有后续的马丁格尔仓位也必须是卖出交易。如果启用套期保值,EA 将进入双向交易。 EA 将修改相同方向的所有仓位的获利点为单一的保本点,再加上用户设置的获利水平。 EA 参数 执行模式: 在每个新 K 线上:当 EA 激活时,它会在每个新的
作者的更多信息
MQL Trendline EA
Martin Eshleman
3 (2)
Summary This EA will trade semi-automatically based on trend lines or horizontal lines that are manually plotted on the chart by the user. It can handle any number of lines per chart and each line can have its own adjustable settings. This EA manages every line separately based on specific user 'keywords' set for each line. Since each line has it's own independent settings, this is why there are very few shared inputs in this EA. Doing it this way allows for a single EA to manage many lines and
FREE
MA RSI Arrows
Martin Eshleman
4 (3)
Summary This indicator is based on the MA applied to the RSI indicator. It draws arrows at the confirmed crosses of the MA over the RSI line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs All inputs a
FREE
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcula
FREE
Summary This indicator is based on RSI and Momentum indicators. It also considers moving averages of these two indicators. The three indicators have adjustable settings. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. The arrows can be used in the EA and the inputs can also be optimiz
FREE
MQL Random EA
Martin Eshleman
3.33 (3)
Summary: This EA places a single trade at a time in a RANDOM direction (buy or sell) and uses a simple TP & SL. A lot multiplier is also optional. Once a trade hits TP/SL, it will place another trade in a random direction. And so on. Since it only ever has 1 trade open at a time, it can be used on any broker. Which means it can be used on US brokers with the FIFO rule. Inputs are few and everything is based in Points too. So it can be used on any chart reliably and easily. You will be amazed how
FREE
MA Momentum Arrows
Martin Eshleman
4.67 (3)
Summary This indicator is based on the MA applied to the Momentum indicator. It draws arrows at the confirmed crosses of the MA over the Momentum line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs Al
FREE
Fibonacci SR Indicator
Martin Eshleman
5 (1)
菲波纳奇支撑阻力指标 本指标创建支撑和阻力线。此指标基于菲波纳奇回撤和扩展级别。它会考虑菲波纳奇级别的多种组合,并在这些基础上绘制支撑/阻力线。此指标使用的顶部和底部由之字折线指标计算而来。如有必要,之字折线也可以在图表上绘制。 本指标考虑许多过去的反转点和菲波纳奇比率级别的组合,而当它看到多条线在相同的价格汇合,那么这将成为指标绘制的支撑/阻力线。未来的市场反转往往会正好出现在这些线附近。这是一个自动指标。所以,旧线将被删除,新线将随着市场的进步而绘制。 设置 Bars_Back - 向后一定数量的柱线用于所有计算。数量较少则较少反转点将被使用,因此,绘制的支撑和阻力线较少。向后更多柱线则有更多反转点将被使用,因此,绘制的支撑和阻力线较多。  Buffer_Space - 这表示每个已计算的菲波纳奇级别所需的汇合之间的最大点数。该数值越高,则确切的汇合必须越少。数字越低,则精确汇合必须更多,因此有较高的可靠性。例如, 让我们设为 10 点, 且指标运行在非分形的 4-位报价经纪商 (同样是 10 点)。此指标看到 3 个 菲波纳奇 回撤级别,分别在 1.4995, 1.5000,
FREE
Auto ZZ SR Indicator This indicator automatically draws trend lines using ZigZag top and bottom points. The more ZigZag tops/bottoms that are used, the greater the number of possible combinations. Therefore, the more possible trend lines can be drawn. And vice versa too. The fewer ZigZag tops/bottoms that are used, the lower the number of possible combinations. And therefore, the fewer the possible trend lines can be drawn. The indicator constantly updates the trend lines on the chart as the mar
FREE
Cycles Predictor
Martin Eshleman
Cycles Predictor Indicator This indicator uses past market cycles to predict future price movements. The indicator scans through past data and considers  combinations  of cycles. When cycles  coincide  at the same future date/time then it is considered a valid future prediction. The predictions are drawn as vertical lines on the right side of the chart in the future. A prediction will often result in type of candle (ex. bull or bear) and/or a reversal point (ex. bottom or top) forming at this ex
Gann Time Clusters
Martin Eshleman
2.5 (2)
Gann Time Clusters Indicator This indicator is based on W. D. Gann's Square of 9 method for the time axis. It uses past market reversal points and applies the mathematical formula for Gann's Square of 9 and then makes projections into the future. A date/time where future projections line up is called a 'time cluster'. These time clusters are drawn as vertical lines on the right side of the chart where the market has not advanced to yet. A time cluster will result in a market reversal point (ex.
筛选:
sakson90
14
sakson90 2026.01.07 16:32 
 

Good afternoon! Martin, please tell me, in the MA calculation method, which numbers correspond to the EMA? Thank you.

[删除] 2025.09.15 02:12 
 

用户没有留下任何评级信息

Amedeo Trubbiani
558
Amedeo Trubbiani 2025.09.01 10:38 
 

free but i'll not use it. tester give no good results

clony237
34
clony237 2025.06.08 05:14 
 

this bot is amazing but i had a problem with the trailing stop loss it seem is not working at all if someone can give me picture of the setting

ThinkMMQL
74
ThinkMMQL 2025.04.14 08:18 
 

Very good, thank you !

Martin Eshleman
11507
来自开发人员的回复 Martin Eshleman 2025.04.26 15:58
Thank you!
Hany Jow
60
Hany Jow 2024.07.14 04:12 
 

Five stars! Very good EA. I use it on real account and it gives a massive profits.

Martin Eshleman
11507
来自开发人员的回复 Martin Eshleman 2024.07.15 00:53
Thank you so much for the review!
AscendCapital
2364
AscendCapital 2024.02.17 17:58 
 

用户没有留下任何评级信息

Martin Eshleman
11507
来自开发人员的回复 Martin Eshleman 2024.02.17 18:42
Thank you for the review!
Jesroy
136
Jesroy 2023.07.07 14:26 
 

HI Maritn, how to set the grid distance between trades for martingale?

Anderson Davies Ferreira
182
Anderson Davies Ferreira 2023.05.14 05:38 
 

Trading Not Allowed For This Chart! Please Reset EA & Try Again! on which charts can it be used?

meta5rimaz
14
meta5rimaz 2023.05.02 15:41 
 

very good

bees7
14
bees7 2023.04.13 02:14 
 

not working

Martin Eshleman
11507
来自开发人员的回复 Martin Eshleman 2023.04.14 00:40
It would be nice to know exactly what you mean isn't working. It simply not trading doesn't mean it's not working. It means the conditions haven't been met which are based on your settings.
Ionel.C
405
Ionel.C 2023.04.11 08:28 
 

Thanks to the author for this very interesting post. Now I have the opportunity to study the action of indicators and their combinations. However, I can't access the martin usage.

MT4trader
89
MT4trader 2023.03.16 13:13 
 

An excellent precise and elaborated tool with clear manual.

Lukasz Mikolajewski
138
Lukasz Mikolajewski 2023.02.27 11:23 
 

A very nice harvester that can be optimized for one and many applications.

janwan
223
janwan 2023.01.29 14:16 
 

Great EA if used with good setup then you have a profitable EA with low drawdown.

Akito kujou
64
Akito kujou 2023.01.22 15:55 
 

用户没有留下任何评级信息

felixchang
474
felixchang 2018.10.30 02:47 
 

I bought this thinking of customizing the trade entry because the EA looks rather flexible.

I encountered problem and pm the developer and for last two weeks with no response. I guess the product was abandoned.

Waste of money.

Tareq Nabulsi
583
Tareq Nabulsi 2017.09.12 09:21 
 

It took me a long time to realise this but this EA is so customisable, that how much profit or loss you make is really something upto the user, unlike the other EAs on the market, speaking from a live account profitable experience of over 50 trades (including 34 live account trades) this week.

回复评论