• 概述
  • 评论 (14)
  • 评论 (148)
  • 新特性

MQL Universal EA

4.56

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!


评论 14
primesurgical zia
38
primesurgical zia 2023.11.04 19:15 
 

i found it excellent- ziarehman790@gmail.com

Jesroy
126
Jesroy 2023.07.07 14:26 
 

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

meta5rimaz
14
meta5rimaz 2023.05.02 15:41 
 

very good

推荐产品
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
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
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
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
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 si
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
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
Phoenix MT4
Volodymyr Hrybachov
非指標 EA 交易,不使用指標、訂單網格或鞅。每天的交易數量可以受到嚴格限制,一次只能在市場上1個訂單。交易受止損保護,它可以是真實的或虛擬的(對經紀人隱藏)。在亞洲時段運作,市場平靜。具有防止滑點和點差擴大的內置保護。週一至週五不轉倉,具有周五自動平倉功能。 該策略使用價格模式 - 這是確定短期趨勢方向的通用方法。有方便的資金管理,每N個餘額固定手數。圖表顯示交易統計,易於設置和優化。 默認工作時間範圍是 M5,EURUSD 符號。以下貨幣對適合顧問:GBPUSD、USDCAD、EURUSD、USDJPY、USDCHF、AUDUSD、NZDUSD ... 選項: START_HOUR, START_MINUTES - 交易開始的小時和分鐘; STOP_HOUR, STOP_MINUTES - 交易結束的小時和分鐘; TIMEFRAME_ATR - 計算平均波動率的時間範圍; PERIOD_ATR - 平均波動率計算週期; RATIO - 信號的百分比; COUNT_CALC_BARS - 形態中的柱數; TRADE_BARS 信號的柱數; VOLATILITY_SI
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 positi
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
Stock Indexes EA MT4
Marzena Maria Szmit
5 (1)
Stock Indexes EA is a sophisticated trading robot meticulously engineered to capitalize on the dynamics of the US30 . This expert advisor employs advanced algorithms and technical indicators to analyze market trends, identify potential entry and exit points, and execute trades with precision. A news filter has also been added to the robot, which prevents it from opening a position during important economic news , minimizing the risk. In robot, you can also specify the days and hours when the EA
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
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
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.
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
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 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
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):将第一条线
Created for signal providers, as well as for participation in various forex contests(and not only), can independently open an unlimited number of orders on the indicators WPR (Williams Percent Range)  A series of experts: Lucky Star RSI and MACD, Lucky Star WPR, Lucky Star RSI, Lucky Star MA, Lucky Star SO, Lucky Star MACD, Lucky Star MA and SO, Lucky Star MA and MACD , Lucky Star SO and MACD   the probability of winning real money in management or bonuses to real accounts ( read more on this in
FREE
Revolutionize Your Forex Trading with TrendSurfer Turnpoint! Are you ready to take your forex trading to the next level? Introducing TrendSurfer Turnpoint—an advanced automated trading system driven by the MetaTrader 4 indicator, Envelopes. Let's explore why TrendSurfer Turnpoint is the ultimate solution for traders seeking success in the dynamic forex market: Harness the Power of Envelopes: Envelopes are a versatile technical indicator that consists of two moving averages, one above and on
Turbo pivot levels
Ugur Oezcan
4.5 (2)
This Expert Advisor is based on pivot points. Users can choose entry level and direct themselves. Expert use martingale strategy to recover unsuccessful trades. When going into drawdown it starts its slipping mode in which it always tries to keep the whole set of trades on a steady course level. In hedging mode, all take profits will be deleted and the basket will try to close at breakeven price. EA can also be used as normal with Stop loss. Please test before using with Stop loss. The EA can tr
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
IT Macd Crossover EA
Quentin Gilbert Roger Dacheville
Discover IT MACD Crossover, your ultimate ally for maximizing your profits in the foreign exchange market. Our Expert Advisor (EA) leverages the powerful MACD technical indicator to execute trades automatically with unparalleled precision. Key Features: - MACD Crossover Strategy: IT MACD Crossover is based on the proven strategy of MACD crossover to identify trading opportunities. Crossings between fast and slow exponential moving averages (EMA) trigger buy or sell signals, suitable for all
FREE
CM = "DMF_AI_EA_ROBOT"; Strategy = 1   ElapsedSECONDS = 7 MaxDailyProfit = 3500 MaxDailyLoss = - 1500 MaxMonthlyProfit= 10000 LS= 1.3 CSL= 1.3   ESL= 1.3   PF= 50   STP= 50 CPF= 50 TND= 50 Lot= 15   BLS= 15   CLS= 15   TradingBetween = 16 : 30 - 23 : 30 Risk_Triger=+ 010 Mg = 2001   MAX Range Allowed = 100000   Bars For Range =     1 ️️  backtesting parameters provided Above; for ftmo broker only, account size 100K, Pair USTECHCASH100 Timeframe= H1 or H4. for other brokers and pairs contact s
该产品的买家也购买
Bonnitta EA
Ugochukwu Mobi
3.42 (19)
Bonnitta EA 基于挂单策略 (PPS) 和非常先进的秘密交易算法。 Bonnitta EA 的策略是秘密自定义指标、趋势线、支撑和阻力位(价格行动)和上述最重要的秘密交易算法的组合。 不要在没有超过 3 个月的任何真实货币测试的情况下购买 EA,我花了超过 100 周(超过 2 年)在真实货币上测试 BONNITTA EA 并在下面的链接中查看结果。 BONNITTA EA 由爱和力量组成。 仅适用于少数买家,这是盗版算法的价格和实施的原因。 Bonnitta EA 在 22 年的时间内使用质量为 99.9% 的真实报价成功通过了压力测试,滑点和佣金接近真实市场条件。 Expert Advisor包含统计采集和滑点控制的算法,具有完整的统计控制; 此信息用于保护您免受经纪人的欺骗。 Bonnitta EA 在下订单之前控制经纪人执行的质量,它还成功地通过了历史数据和不同数据馈送的蒙特卡罗模拟方面的严格标准。 结果 策略测试器的 Expert Advisor 结果:初始存款为 1000 美元的 Bonnitta EA 在 2020 年 1 月 1 日至 202
AI Gen XII MT4
Denis Kurnev
5 (15)
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
Indicement MT4
Profalgo Limited
5 (1)
歡迎來到指數! 道具準備就緒! -> 在這裡 下載設定文件 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 終極組合優惠   ->   點擊此處 加入公共團體: 點擊此處   LIVE SIGNAL INDICEMENT 將我 15 年在創建專業交易演算法方面的經驗帶入指數市場。 EA 使用經過深思熟慮的演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   我很高興地說,在多年的 EA 開發過程中,我已經完善了這個策略 該 EA 專為 US500、US30 和 NAS100 指數交易而開發。 這些市場特別適合這種類型的策略交易。 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對所有 3 個指數進行了壓力測試,使用不同經紀商的多個價格回饋
Gold Scalper Trading
Ho Tuan Thang
4.78 (9)
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. Gold Scalper Trading is an EA that uses a complex trading methodology that includes cross-market analysis to find scalpable entry points with XAUUSD, one of the market's wildest running pairs. EA uses stop loss for all orders, only 1 order and does not use any dangerous trading methods: No grid, no martingale,... Gold Scalper Trading is one of the EAs I have used. using and trading with fund management account
CoreX G MT4
Arseny Potyekhin
5 (1)
概述 CoreX G EA 是一种专为应对外汇市场复杂性而设计的先进交易系统。通过利用尖端的神经网络、复杂的机器学习技术和集成的大数据策略,CoreX G 在交易中提供了卓越的准确性和安全性。这个专家顾问(EA)因其技术卓越性和优质的客户支持而脱颖而出,确保用户在遇到任何问题或疑虑时都能得到帮助。 信号:   Live Signal 1 Live Signal 2 Blog: CoreX G EA 由于该策略非常独特,我只想出售有限数量的许可证。因此,价格将稳步上涨以限制销售。 下一个价格是  690 USD 。 经纪商 任何经纪商,优选 ECN / ZERO 点差 杠杆 从 1 : 20 起 存款 最低 200 美元     符号 XAUUSD 时间框架 H1 大数据集成与交易策略 大数据是 CoreX G 策略的基石。它处理大量的历史和实时市场数据,以做出明智的交易决策。大数据的使用使系统能够更有效地识别外汇市场中的模式和趋势,从而做出更准确的预测并提高交易机会。通过将机器学习与大数据结合,EA 动态适应市场变化,不断整合新数据并优化其模型。 使用的神经网络 卷积神经
Z4scalp
Cence Jk Oizeijoozzisa
5 (4)
-------------------------------------------------------介绍:Z4SCALP------------------------------------------- Z4SCALP 是一种先进的交易机器人,每笔交易都有一个 SL,SL 非常小,设计时没有使用马丁格尔。 独家优惠:购买一款产品, 免费获得另一款 !其他三个版本均可免费使用 ---------------------------------------------------------------------------------------------------------------- 如果您不信任测试策略,请每天关注此帐户 ------------------------------------------------------------------------------------ 它已经工作了三个多月,每天仔细查看,监控, 帐号:21756797 密码:A12345678 服务器:ICMarketsSC-Demo02 --------
Quantum Emperor MT4
Bogdan Ion Puscasu
4.87 (136)
介绍     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 或 Quantum Queen 或 Quantum Gold Emperor !*** 私信询问更多详情 新版直播信号 V5:   点击此处 MT5版本:  点击这里 量子 EA 通道:       点击这里 每购买 10 件,价格将增加 50 美元。最终价格为 1999 美元 量子皇帝EA     采用独特的策略,将单个交易连续拆分为六个较小的交易。这意味着 EA 每次执行交易时,都会自动将其分为 6 个较小的头寸。 量
The Gold Reaper MT4
Profalgo Limited
4.62 (29)
道具準備就緒! ( 下載SETFILE ) 推出促銷活動: 目前價格只剩幾本! 最終價格:990$ 免費取得 1 個 EA(適用於 2 個交易帳號)-> 購買後聯絡我 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 歡迎來到黃金收割者! 該 EA 以非常成功的 Goldtrade Pro 為基礎,設計為同時在多個時間框架上運行,並且可以選擇將交易頻率從非常保守到極端波動設定。 EA 使用多種確認演算法來找到最佳入場價格,並在內部運行多種策略來分散交易風險。 所有交易都有停損和止盈,但也使用追蹤停損和追蹤停盈來最小化風險並最大化每筆交易的潛力。 該系統建立在非常流行且經過驗證的策略之上:交易突破重要的支撐位和阻力位。   黃金非常適合這種策略,因為它是一種波動性很大的貨幣對。 系統根據您的帳戶規模和最大允許提款設定自動調整交易頻率和手數! 回測顯示出非常穩定的成長曲線,回撤非常可控且恢復很快。  該 EA 已針對黃金的最長可用期限進行了壓力測試,為不同經紀商使用了
The Law of Jungle
Inrexea Limited
5 (2)
Please do not   pm   me if you are asking for:  Discount ( Price will go back to original price 3800 in the future ) Backtesting result ( We don't trust mislead informations ) (LOJ IS NOT A HFT Strategy, Will not be violated by Prop firm rules) We don't rely on backtest results. The backtesting environment can't access our database to retrieve historical data. We aim to provide clarity to EA traders and not mislead them. The best approach is to monitor our signals. If you're wondering how to ve
HFT Prop Firm EA
Dilwyn Tng
4.97 (661)
HFT Prop Firm EA 也被称为 Green Man,因为其独特的标志,是专为克服允许高频交易 (HFT) 策略的专有交易公司 (prop firms) 的挑战或评估而设计的专家顾问 (EA)。 限时优惠:购买 HFT Prop Firm EA 免费赠送价值 $198 的工具 MT5 版本: https://www.mql5.com/en/market/product/117386 通过 HFT 挑战表现监控(起价 $200): 1) 经纪商:IC Markets 账号 66603384 服务器:ICmarketsSC-Demo06 密码:Greenman 2) 经纪商:IC Markets 账号 21718043 服务器:ICmarketsSC-Demo02 密码:Greenman 结果 1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 结果 2: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4648.gif 超过 600
Diamond Titan FX MT4
Lo Thi Mai Loan
5 (8)
推广活动 目前只剩下3次销售以当前价格购买。 下一个价格: $1233 免费获取 Nasdaq Algo EA -> 购买后请联系我 Live signal - 1:    https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Live signal - 2:  https://www.mql5.com/en/signals/2242066?source=Site+Profile+Seller#!tab=account Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page 通过 Prop Challenge 的交易历史: https://www.mql5.com/en/blogs/post/757093 常见
欢迎来到 Diamond Ultimate!!! BACKTEST GUIDE 启动促销: 当前价格仅剩少量副本! 最终价格:4993.99美元 Diamond Ultimate   结合了基于各种价格行为的算法和 13 年的市场经验,以执行订单和管理资本。 所有交易都有明确的止损和止盈水平。EA 使用追踪止损来锁定利润。 EA 一次最多可以开启 7 个交易,但可以在设置中调整为更少的数量。 我非常兴奋地说,这肯定会成为我长期使用的最佳EA。 EA 功能: - 主要在道琼斯指数对(US30、W30、US30Cash、DJ30 等)上交易。 - 从2020年起使用最佳经纪商数据进行回测,显示出非常强劲的权益曲线。交易清晰地显示出盈利和亏损。每次亏损的连续出现都能迅速恢复。 - 支持0、1或2位数点差的经纪商。 - 不使用如马丁格尔或网格等高风险策略。 - 不使用过远的止损来操控胜率,避免因仅1-2笔亏损交易而爆仓。 - 不使用虚假的AI或虚假的机器学习。 EA 提供清晰的实时账户信号。 下载设置文件 MT5 版本 设置: - 货币对:US30、DJ3
XG Gold Robot MT4
Marzena Maria Szmit
4.48 (25)
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
AI NoX EA MT4
Denis Kurnev
5 (1)
AI NoX EA is an innovative Forex expert advisor that combines advanced neural networks technologies with high-volume trading and   Matrix factorisation .The advisor uses complex algorithms to decompose large sets of market data, uncovering hidden patterns and correlations between various financial instruments. Details about Advisor Development Configuring the Advisor Real Time Signal XAUUSD:  https://www.mql5.com/en/signals/2254092 Real Time Signal USDJPY:  https://www.mql5.com/en/signals/225409
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 有一點經驗,您可
Way To Stars是一款夜间头皮EA,专门设计在市场波动性较低的时间段进行交易来利用低波动性,以此降低风险。这款夜间头皮EA专注于利用小的价格变动进行频繁交易,通过积少成多的方式积累利润。本EA采用严格的止损措施来限制每笔交易的潜在亏损,确保了风险管理的有效性。Way To Stars 是一个真实且诚实的交易系统,它不依赖于号称的神经网络、人工智能、ChatGPT或完美的直线回测结果。 MT5版本     用户手册     signal :  https://www.mql5.com/en/signals/2220466      Medium-low Risk 下一个价格: $ 699 setfile of Medium-low Risk setfile of High Risk 本EA的特点: 适合货币对:GBPUSD 加载时间框架:任意 无网格,无马丁,一次交易 将订单分散为多笔订单,降低风险,提高成功率 通过最大持仓时间和最大浮亏比例来管理风险 自动调整交易时间,考虑时区和夏令时变化 小资金账户适用 适用于低点差高流动性平台,如IC Markets 关于MT4版本的特别
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;EURAU
Gold Quantum AI
Ho Tuan Thang
5 (2)
ONLY 3 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. (*) IMPORTANT NOTE: To be able to back test the EA or install the EA correctly to be able to trade normally. You will need to allow EA access to the GPT API in addition to installing other news-related websites. For details, please contact me to receive specific installation instructions. Gold Quantum AI is an EA that I have used for a long time, specializing in the fund accounts I manage for clients. The EA is
EA Gold Stuff
Vasiliy Strukov
4.73 (959)
EA Gold Stuff是专为黄金交易设计的专家顾问。 该工作基于使用Gold Stuff指标打开订单,因此顾问根据"趋势跟随"策略工作,这意味着跟随趋势。 重要! 购买后立即与我联系,以获得说明和奖金! 您可以免费收到我们的强力支持和趋势扫描指标的副本,请私信。大部头书! 实时结果可以在这里查看 参数 打开新系列-打开/关闭新系列订单的开始。 起始地段-起始地段。 交易买入-允许Ea交易买入。 交易卖出-允许智能交易系统卖出。 使用对冲-当功能启用时,顾问将交易买入和卖出方向,当功能禁用时,顾问将只交易一个方向。 使用货币Manadgement-开/关使用自动手数计算。 自动旋转 每0.01手的可用保证金-每0.01手单位开仓的可用保证金金额。 Lot miltiplier-以下订单的手数乘法系数。 TP-止盈,以点为单位。 SL-止损,以点为单位从第一个订单。 跟踪开始-跟踪止损的激活。 Trail Step-追踪止损激活时与价格的距离。 DD减少算法是一种减少回撤的算法,其中具有利润的最后一个订单被关闭,系列的第一个订单处于亏损状态。 DD缩减
Sup 9 Martingale
Inrexea Limited
5 (1)
The S9M Trading Robot – a cutting-edge, fully automated 2nd generation InrexEA DB system by OpenEA. This innovative solution learns from XAUUSD market trends and incorporates the best aspects of the retired Ea YOLO Diamond Hands. Structure of InrexEA Database: Clients > InrexEA DB > OpenAI > InrexEA DB analysis > Clients  InrexEA DB is a cutting-edge database solution primarily built using the powerful Python programming language. It goes beyond the limitations of MQL4 and MQL5 codes to provide
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (2)
基于 供需 原则的 全自动 EA。第一个提供完全自动化的 供需 EA 。 现在 交易 变得轻松 ,完全控制您的交易策略 通过用户友好的图形交易面板。 您将获得包含超过 15,000 行代码的超高质量 算法交易 软件。 供应需求 EA ProBot 手册 交易“Prop Firms Challenges”和通过所有阶段成为合格交易员的最佳方式。 所有交易均自动进行和管理。只需 选择您的输入 ,然后坐下来,观察您的利润增长。 面板输入参数: 选择 交易方向 (买入或卖出) 选择您想要进行交易的 时间范围 选择您想要交易 的区域类型 (宽、中、窄、超窄) 选择 3 种资金管理 选项 选择 EA 在 盈利 或 亏损 交易 次数后停止 选择 基于风险 或 基于 ATR 的 TP 和 SL 比率 选择 看涨通道 或 看跌通道 内的交易区域 选择 上限 和 下限 范围 如果您只想在一天中的特定时段进行交易,请选择 时间范围 多种 追踪止损 和 盈亏平衡 功能可供选择 您最多可以查看三个更高时间范围的区域。因此,如果您处于 30 分钟时间范围内,则可以激活 1 小时、
Hercules AI MT4
Aleksandr Chebotaev
2 (1)
Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
TrendMaster FX MT4
Chen Jia Qi
4.88 (16)
采用先进的算法并利用深度学习技术,我们的专家顾问(EA)是为了帮助您在复杂的外汇交易世界中导航而精心设计的。该系统分析市场行为,并根据特定标准进行交易,使您能更有效地参与市场趋势。凭借近十年的数据支持,EA利用深度学习来检查过去的市场条件,旨在提供更高级的决策支持。 Live signal :   TrendMaster FX The MT5 version : TrendMaster FX MT5 目前有EA试用活动,购买后联系我们可获得“Gold Garden”或“AI TradingVision GPX”的使用权限。如需了解详情,请联系我们。 推荐使用的货币对: 英镑/美元(GBPUSD) 美元/加元(USDCAD) 欧元/美元(EURUSD) 风险设置: 对于激进的交易者,最大风险设置为0.15。 对于更保守的交易者,特别是资本较大的人,建议将其设置在0.05以下,0.03定义为低风险。可以先从0.01开始熟悉操作 购买后: 可以给我们发私信以获取用户手册和注意事项。或者自行参考推荐的用户手册:   点击查看手册 购买后建议阅读常见问题解答(FAQ):" 点击这里查看 "
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
你是否曾 经想过为什么大多数专家顾问在实盘交易中并不有效,尽管它们在回测中表现完美? 最有可能的答案是 过拟合。许多专家顾问被创建为对现有的历史数据进行 “ 学 习 ” 和完美适 应,但由于构建模型的泛化能力不足,它们无法预测未来。 一些开 发者可能根本不知道过拟合的存在,或者他们知道但没有办法防止它。其他人则将其作为美化回测结果的工具,他们添加了数十个输入参数,而不考虑统计学意义,使交易策略过度依赖历史数据,并试图说服他人他们的专家顾问未来能够实现类似的表现。 如果你 对这个迷人的主题感兴趣,并想更深入地了解过拟合,请参考我的这些文章: Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading Strategy (Part 2): A Guide to Building Optimization Processes 有几种方法可以避免在 仅仅依赖读取过去数据的专家顾问上亏钱。而最简单的方法是,在没有至少 5
AI TradingVision GPX MT4
Yu Mei Cheng
4.64 (14)
注意事项 EA 最多包含 6 个入场点,每次交易的手数为下单手数乘以 6,因此请注意不要使用过大的手数。 默认的手数计算方式不是资金百分比。我们的默认计算方式不受杠杆影响,能更精确地控制风险。 建议使用 1000 美元以上的资金以提高风险抗性。 同时使用多个货币对会有风险叠加的可能,请注意。 此为MT5版本。MT5版本能更好的模拟市场环境。建议使用。如需MT4版本,我们会在稍后一段时间发布。 请注意,交易涉及风险,理解并有效管理这些风险非常重要。 真实资金信号: 点击查看 实时信号: 点击查看 目前我们有一项黄金EA赠送活动,购买后请联系我们获取。该活动为限时活动。 运行推荐 推荐货币对:   GBPUSD,   USDCAD , AUDUSD 时间周期:M15 运行资金:建议 1000 美元以上 账户类型:无特殊要求,低点差效果更好 杠杆:无特殊要求 参数功能说明: 使用手册。 购买后建议阅读常见问题解答(FAQ):" 点击这里查看 " 关于销售: 我们目前也在使用此EA,并且不断努力改进它。当它变得足够优秀时,我们可能会停止销售它。然而,已经购买的客户无需担心。根据平
AW Classic MACD EA
AW Trading Software Limited
3.67 (3)
全自动交易系统。经典指标用作信号     MACD 结合趋势指标和振荡器来检测入场点。它使用平均,关闭篮子的第一个和最后一个订单的功能以及自动手数计算功能。它有一个高级信息面板和三种类型的通知。 Problem solving ->   HERE  / MT5 version ->  HERE   /   Instruction  ->   HERE   优点: 全自动交易系统 易于设置和直观的面板界面 每支蜡烛只能开一个订单 内置自动手数计算 用于关闭篮子的第一个和最后一个订单的内置系统 三种类型的通知:推送、电子邮件、警报 战略: EA 在收到来自指标的信号时开仓:     - 零水平:当从底部向上穿过标记“0”的快速线时 - 买入信号,打开买入订单。当从上到下穿过标记“0”时 - 卖出信号,打开卖出订单。 - 交叉线:当快线自下而上穿过慢线时 - 买入信号,开启买入订单。当快线从上到下穿过慢线时 - 卖出信号,打开卖出订单。 笔记!     指标的图形元素不会显示在“EA 交易”中! 输入变量: MAIN SETTINGS Size of the first order - 
GRain EA MT4
Roman Erokhin
4.5 (6)
Good afternoon. My name is Roman, I am the creator of Gold Rain EA. I have been preparing for its realization for a long time, went through a lot of tests and now I finished the product and went on sale with a live good signal. My motto is to use only live signals, I do not release products without history or lack of real accounts. Now you have the opportunity to try Gold Rain EA in your hands. I will help every client to customize and install EA, from beginner to pro. Tired of complicated EA mo
EA Black Dragon
Ramil Minniakhmetov
4.78 (476)
EA Black Dragon 适用于 Black Dragon 指标。智能交易系统根据指标的颜色打开交易,然后可以建立订单网络或使用止损。 可以在此处找到对实际工作以及我的其他发展的监控: https://www.mql5.com/en/users/mechanic/seller 您可以在这里找到所有设置!建议 货币对 EURUSD GBPUSD  时间范围 M15  建议存款 1000 美元或美分  推荐设置 默认设置 输入参数  初始手数 - 初始手数; 手数乘数 - 后续订单的手数乘数; Autolot - 启用/禁用自动手数计算; Autolot size - 启用自动手数时顾问将使用手数的存款金额; 距离 - 订单之间的距离; 最大限度。 Lot - 顾问可以打开的最大手数; 止盈 - 止盈; 止损 - 止损点数; Trail Start - 激活追踪止损点的利润; Trail Distance - 追踪止损将出现在价格的多少距离处; 最大点差 - 开仓和平仓的最大点差; Star Hour - 顾问的开始时间; End Hour - 顾问的结束时间; E
这个EA曾是我们内部使用的优质EA,经过适应性改良后推出给大家。 它利用了时区的稳定规律,几乎每天都有订单,且胜率极高,特别适合资金不多的客户。使用MT5的"基于真实点数的每个点"模式进行回测,得到的结果与实盘交易非常相似,无任何修正,且长期表现稳定,这是一套成熟的策略。 然而,任何事物都有两面性。该EA的策略特点需要ECN   RAW     账户或低点差支持。如果您的回测效果不理想,且无法更换为支持ECN   RAW     账户或低点差的经纪商,请不要购买。 展示的截图使用IC Markets进行了优化。优化时间为2024年1月1日至2024年9月12日,其余时间为向前回测的表现。 由于EA的高频交易,延长回测周期将显著增加复利收益。短期交易利润需要较大的手数才能明显,但这显然增加了风险,同时也需要高杠杆。我们建议慢慢来。信号主要用于展示性能。过高的手数比例是危险的。 在我们对实时交易信号的初期测试中,我们同时使用了三个不同的货币对,导致最大保证金负荷和回撤过高。9月5日之后,我们切换到了使用1.0版的默认参数,固定手数为0.2手,仅交易GBPUSD货币对。 实时交易参考信号:
EA Top G
Mohamed Hassan
5 (10)
Current price of $50 for 7  more copies! Next price is: $85 Live Signal : Click here  -- Don't buy a fake backtest, get a real strategy on a real signal!  After purchase, If you genuinely like this robot, you can receive EA Interceptor for Free ! Contact me for more information regarding this BONUS ! EA TOP G  is a multi-currency expert advisor  based on trend following . It uses a hedge system with a very good risk management. It's an ideal candidate for CENT accounts and big balances. It
作者的更多信息
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.
MQL Trendline EA
Martin Eshleman
1 (1)
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
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
Fibonacci SR Indicator
Martin Eshleman
3 (2)
菲波纳奇支撑阻力指标 本指标创建支撑和阻力线。此指标基于菲波纳奇回撤和扩展级别。它会考虑菲波纳奇级别的多种组合,并在这些基础上绘制支撑/阻力线。此指标使用的顶部和底部由之字折线指标计算而来。如有必要,之字折线也可以在图表上绘制。 本指标考虑许多过去的反转点和菲波纳奇比率级别的组合,而当它看到多条线在相同的价格汇合,那么这将成为指标绘制的支撑/阻力线。未来的市场反转往往会正好出现在这些线附近。这是一个自动指标。所以,旧线将被删除,新线将随着市场的进步而绘制。 设置 Bars_Back - 向后一定数量的柱线用于所有计算。数量较少则较少反转点将被使用,因此,绘制的支撑和阻力线较少。向后更多柱线则有更多反转点将被使用,因此,绘制的支撑和阻力线较多。  Buffer_Space - 这表示每个已计算的菲波纳奇级别所需的汇合之间的最大点数。该数值越高,则确切的汇合必须越少。数字越低,则精确汇合必须更多,因此有较高的可靠性。例如, 让我们设为 10 点, 且指标运行在非分形的 4-位报价经纪商 (同样是 10 点)。此指标看到 3 个 菲波纳奇 回撤级别,分别在 1.4995, 1.5000,
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
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 calcul
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
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 ma
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 A
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
筛选:
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
8787
来自开发人员的回复 Martin Eshleman 2024.07.15 00:53
Thank you so much for the review!
agrushev777
2328
agrushev777 2024.02.17 17:58 
 

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

Martin Eshleman
8787
来自开发人员的回复 Martin Eshleman 2024.02.17 18:42
Thank you for the review!
primesurgical zia
38
primesurgical zia 2023.11.04 19:15 
 

i found it excellent- ziarehman790@gmail.com

Jesroy
126
Jesroy 2023.07.07 14:26 
 

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

AndersonDF1227
62
AndersonDF1227 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
8787
来自开发人员的回复 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
390
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
88
MT4trader 2023.03.16 13:13 
 

An excellent precise and elaborated tool with clear manual.

larcz
24
larcz 2023.02.27 11:23 
 

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

janwan
207
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
552
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.

回复评论
版本 1.900 2024.02.16
- The time filter has been improved. There are now 3 user inputs related to the time filter: Use_Timer, Start_Time, and Stop_Time.

- Added a milli-seconds timer which makes the EA react faster than before.

- The 'trading not being allowed' message no longer applies in back testing mode. This was causing problems with back testing before. So the checking for trading being allowed or not is only done in live testing.

- The downloading of chart history has been made faster so there is no longer many seconds of wait time. In most cases, the process should only last several seconds. Also, added a "please wait" message to let the user know to be patient while the downloading is in process.

- Other misc. improvements to increase speed.

版本 1.841 2020.03.25
Compiled with newest MetaEditor build.
版本 1.84 2016.12.13
- For RSI, CCI, and WPR in confirm mode, the EA will check for the last cross of the low/high level. For example, if the CCI had crossed above the lower level a few candles ago and is still below the high level, only a buy order can be placed. And if the CCI had crossed below the high level and is still above the low level, a sell order can be placed.

- The EA also has fool-proof checks so settings are not used incorrectly. If incorrect settings are used, the user will be notified so that changes can be made.

- The Deviation for the Bollinger Bands now accepts a fractional number.

- The EA will attempt to download history for other time frames during initialization.

- There has been misc. speed improvements.
版本 1.80 2016.11.18
1) Changed input names to be better readable and understood.
2) Included drop-down indicator prices for more convenience.
3) Misc. speed increases
4) In confirm mode for RSI, WPR, and CCI, the values cannot be past the opposite overbought/oversold levels anymore.
5) Added max. spread input.
6) An inactive timer can now close orders by opposite signal without opening a new order.
版本 1.71 2015.12.03
- The MTF feature has been fixed. So now if you choose to use an indicator from a time frame other than the chart's time frame, it will work correctly.

- There is a new drop-down input for each indicator. There will be 2 choices.

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', if the main line is already above the signal line 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).