• 미리보기
  • 리뷰 (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) 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
지표가 아닌 Expert Advisor는 지표, 주문 그리드 또는 마틴게일을 사용하지 않습니다. 하루 거래 수는 엄격하게 제한될 수 있으며 한 번에 하나의 주문만 시장에 나올 수 있습니다. 거래는 손절매로 보호되며 실제 또는 가상일 수 있습니다(중개인에게 숨겨짐). 차분한 시장에서 아시아 세션 동안 작동합니다. 미끄럼 방지 및 퍼짐 방지 기능이 내장되어 있습니다. 월요일부터 금요일까지 거래를 이체하지 않으며, 금요일에 거래를 자동으로 마감하는 기능이 있습니다. 이 전략은 가격 패턴을 사용합니다. 이것은 단기 추세의 방향을 결정하는 보편적인 방법입니다. 편리한 자금 관리, 각 N 잔액에 대한 고정 로트가 있습니다. 차트는 거래 통계를 표시하며 설정 및 최적화가 쉽습니다. 기본 작업 시간 프레임은 M5, EURUSD 기호입니다. 다음 쌍이 고문에게 적합합니다: GBPUSD, USDCAD, EURUSD, USDJPY, USDCHF, AUDUSD, NZDUSD ... 옵션:
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는 시장 동향을 활용하기 위해 개발되고 테스트된 수익성 있는 전략을 통합하고 있습니다. 다양한 시장 조건에서 입증
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
... *** 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
이 제품의 구매자들이 또한 구매함
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
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
Indicement MT4
Profalgo Limited
5 (1)
Indicement에 오신 것을 환영합니다! PROP FIRM 준비 완료! ->   여기에서 세트 파일을 다운로드하세요 프로모션 출시: 현재 가격으로는 몇 개밖에 남지 않았습니다! 최종 가격: 990$ NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 최고의 콤보 딜     ->     여기를 클릭하세요 공개 그룹에 가입하세요:   여기를 클릭하세요   LIVE SIGNAL INDICEMENT는   제가 15년 동안 축적한 경험을 바탕으로 지수 시장에 전문적 거래 알고리즘을 개발했습니다. EA는 매우 잘 고안된 알고리즘을 사용하여 최상의 진입 가격을 찾고, 거래 위험을 분산하기 위해 내부적으로 여러 가지 전략을 실행합니다. 모든 거래에는 손절매와 이익실현이 있지만, 거래의 위험을 최소화하고 잠재력을 극대화하기 위해 추적 손절매와 추적 이익실현도 사용합니다. 이 시스템은 매우 인기 있고 검증된 전략, 즉 중요한
Bonnitta EA
Ugochukwu Mobi
3.42 (19)
Bonnitta EA는 보류 포지션 전략(PPS)과 매우 진보된 비밀 거래 알고리즘을 기반으로 합니다. Bonnitta EA의 전략은 비밀 사용자 지정 지표, 추세선, 지원 및 저항 수준(가격 조치) 및 위에서 언급한 가장 중요한 비밀 거래 알고리즘의 조합입니다. 실제 돈으로 3개월 이상 테스트하지 않고 EA를 구입하지 마십시오. 실제 돈으로 BONNITTA EA를 테스트하고 아래 링크에서 결과를 확인하는 데 100주 이상(2년 이상)이 걸렸습니다. BONNITTA EA는 사랑과 권한 부여로 만들어졌습니다. 불법 복제 알고리즘의 가격 및 구현의 이유는 소수의 구매자에게만 해당됩니다. Bonnitta EA는 테스트를 거쳤으며 22년 동안 99,9% 품질의 실제 진드기를 사용하여 실제 시장 조건에 가까운 슬리피지 및 수수료로 스트레스 테스트를 성공적으로 통과했습니다. Expert Advisor에는 완전한 통계 제어를 통해 통계 수집 및 미끄러짐 제어 알고리즘이 포함되어 있습니다
Quantum Emperor MT4
Bogdan Ion Puscasu
4.87 (136)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 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를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 새로운 Live Signal V5:   여기를 클릭하세요 MT5 버전 :  여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1
CoreX G MT4
Arseny Potyekhin
5 (1)
개요 CoreX G EA는 외환 시장의 복잡성을 해결하기 위해 특별히 설계된 고급 거래 시스템입니다. 최첨단 신경망, 정교한 머신 러닝 기술, 통합된 빅데이터 전략을 활용하여 CoreX G는 거래에서 탁월한 정확성과 보안을 제공합니다. 이 전문가 고문(EA)은 기술적 우수성과 프리미엄 고객 지원으로 차별화되며, 사용자가 질문이나 우려 사항에 대해 항상 도움을 받을 수 있도록 합니다. 신호: Live Signal 1 Live Signal 2 Blog: CoreX G EA 이 전략은 매우 독특하기 때문에 라이선스의 수를 제한하여 판매하고 싶습니다. 따라서 판매를 제한하기 위해 가격이 점차 상승할 것입니다. 다음 가격은   690 달러입니다. 브로커 모든 브로커, ECN/제로 스프레드 선호 레버리지 1:20부터 입금 최소 200$     심볼 XAUUSD 타임프레임 H1 빅데이터 통합 및 거래 전략 빅데이터는 CoreX G 전략의 핵심입니다. 이 시스템은 방대한 양의 역사적 및
The Gold Reaper MT4
Profalgo Limited
4.62 (29)
소품 회사 준비 완료!   (   세트파일 다운로드   ) 출시 프로모션: 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
The Law of Jungle
Inrexea Limited
5 (1)
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
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.
Z4scalp
Cence Jk Oizeijoozzisa
5 (4)
-------------------------------------------소개: Z4SCALP--------------------------------------------- Z4SCALP는 마팅게일 없이 설계된 거래당 SL, 매우 작은 SL을 갖춘 고급 거래 로봇입니다. 독점 제공: 제품 하나를 구매하면 다른 하나를 무료로 받으세요! 나머지 세 가지 버전은 무료로 제공됩니다 . ------------------------------------------------------------------------------------------------------------------------------ 테스트 전략을 신뢰하지 않으면 매일 이 계정을 팔로우하세요. --------------------------------------------------------------------- 3개월 이상 작동했습니다. 매일 자세히 살펴보고 모니터링하세요. 계정 번호: 21
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): 브로커: IC Markets 계좌 번호: 66603384 서버: ICmarketsSC-Demo06 비밀번호: Greenman 브로커: 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/3
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
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (2)
수요와 공급의 원칙에 기반한 완전 자동화된 조언자입니다 . 처음으로 우리는 완전히 자동화된 공급 및 수요 조언자를 제공합니다 . 거래가 쉬워졌으며 이제 거래 전략을 완벽하게 제어할 수 있습니다. 편리한 그래픽 제어판을 사용합니다. 15,000줄 이상의 코드가 포함된 매우 높은 품질의 알고리즘 거래 소프트웨어를 얻을 수 있습니다. EA 프로봇 공급 및 수요 가이드 Prop Firms를 거래하는 가장 좋은 방법은 자격을 갖춘 거래자가 되기 위한 모든 단계에 도전합니다. 모든 거래는 자동으로 이루어지고 관리됩니다. 항목을 선택하고 긴장을 풀면서 상금이 커지는 것을 지켜보세요. 패널 입력 매개변수: 거래 방향 선택(매수 또는 매도) 거래하려는 기간을 선택하세요. 서비스하려는 구역 유형 (넓음, 중간, 좁음, 매우 좁음)을 선택하십시오. 세 가지 자금 관리 옵션 중에서 선택하세요 일련의 승리 또는 손실 거래 후에 그만 두는 고문을 선택하십시오 . 위험 또는 ATR을
Diamond Ultimate에 오신 것을 환영합니다!!! BACKTEST GUIDE 출시 프로모션: 현재 가격으로 남은 복사본이 몇 개 없습니다! 최종 가격: 4993.99 달러 Diamond Ultimate 는 다양한 가격 행동에 기반한 알고리즘과 13년의 시장 경험을 결합하여 주문을 실행하고 자본을 관리합니다. 모든 거래에는 명확한 손절매 및 이익 실현 수준이 설정되어 있습니다. EA는 추적 손절매를 사용하여 이익을 확보합니다. EA는 동시에 최대 7개의 거래를 열 수 있지만, 설정에서 더 적은 수로 조정할 수 있습니다. 이 EA가 장기적으로 제 최고의 EA가 될 것이라고 확신하며, 매우 기대하고 있습니다. EA의 특징: - 주로 다우존스 페어(US30, W30, US30Cash, DJ30 등)로 거래합니다. - 2020년부터의 최상의 브로커 데이터를 통해 백테스트되었으며, 매우 강력한 자본 곡선을 보여줍니다. 거래는 명확하게 승패가 구분되며, 모든 손실
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
Gold Trade Pro
Profalgo Limited
4.61 (23)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(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의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시
Way To Stars는 낮은 위험 기회를 활용하기 위해 시장 변동성이 낮은 기간에 거래하도록 특별히 설계된 야간 암표 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 Load timeframe:임의의 시간 그리드도 없고, 마팅게일도 없고,
Daytrade Pro Algo
Profalgo Limited
5 (5)
프로모션 시작: 현재 가격으로 제공되는 제한된 수의 사본 최종 가격: 990$ 신규: 1개를 무료로 받으세요!   (거래 계좌 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 및 여러 브로커에서 쉽게 실제 변수 확산 테스트를 사용하여 매우 안정적인 백 테스트를 보여줍니다. 수백 가지의 다양한 설정이 모두 테스트에서 수익성 있는 결과를 제공합니다(물론 저는 최고의 설정을 선택했습니다!). 매우 강력한 시스템 -> 설정은 상호
EA Gold Stuff
Vasiliy Strukov
4.73 (959)
EA Gold Stuff 는 금 거래를 위해 특별히 고안된 전문가 고문입니다. 작업에 기반의 개방의 주문 금을 사용하여 물건의 표시는,그래서 고문 작품에 따라"트렌드를 따라"전략을 의미,다음과 같은 추세이다. 중요! 구매 후 즉시 저에게 연락하여 지침과 보너스를 받으십시오!  강력한 지원 및 트렌드 스캐너 표시기의 무료 사본을 받으실 수 있습니다. 메시지를 보내주세요. 나!   실시간 결과는 여기에서 볼 수 있습니다 매개 변수 새로운 시리즈 열기-주문의 새로운 시리즈의 온/오프 시작. 시작 로트-시작 로트. 무역 구매-전문가 고문이 구매할 수 있도록하십시오. 무역 판매-전문가 고문이 판매 할 수있게하십시오. 사용하지면서 기능을 사용한 고문이 무역은 모두 구매 및 판매하는 방향,기능 장애인,고문관이 무역에 단 하나의 방향이다. 돈 Manadgement 를 사용-온/오프 자동 로트 계산의 사용. 오토롯. 각 0.01 로트에 대한 자유 마진-각 0.01 로트 단위의
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
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
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
US30 Scalper EA MT4
Lo Thi Mai Loan
5 (6)
출시 프로모션! 현재 가격에서 몇 권만 남았습니다! 다음 가격: 1533 달러 최종 가격: 1993달러 Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EA는 거래 및 코딩 분야에서 높은 경험을 가진 팀에 의해 개발된 차세대 스캘핑 로봇입니다. 미국(US30
TrendMaster FX MT4
Chen Jia Qi
4.88 (16)
Introducing our MT5 EA: Designed with advanced algorithms and utilizing deep learning technology, our Expert Advisor (EA) is crafted to assist you in the intricate world of forex trading. The system analyzes market behaviors and conducts transactions based on specific criteria, empowering you to engage with market trends more effectively. With the backing of nearly a decade of data, the EA employs deep learning to examine past market conditions, aiming to provide enhanced decision-making. Recom
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
Have you ever wondered why most expert advisors are not effective in live trading, despite their perfect backtest performance? The most likely answer is Over-fitting . Many EAs are created to ‘learn’ and adapt perfectly to the available historical data, but they fail to predict the future due to a lack of generalizability in the constructed model. Some developers simply don't know about the existence of over-fitting, or they know but don't have a way to prevent it. Others exploit it as a tool t
AI TradingVision GPX MT4
Yu Mei Cheng
4.64 (14)
Strategy Introduction The EA will find the best entry and exit points based on the data trained by the neural network and the current market trend. It includes multiple loss exit strategies to ensure capital safety. Because the market is full of uncertainties, it is impossible to enter at the most ideal point every time. Our EA uses a unique batch entry method, adding up to 5 entry points. Even occasional misjudgments can quickly recover subsequently. Each order has a fixed stop loss (SL) and t
AW Classic MACD EA
AW Trading Software Limited
3.67 (3)
완전 자동화된 거래 시스템. 신호로 사용되는 고전적인 표시기       MACD   는 진입점을 감지하기 위해 오실레이터와 추세 표시기를 결합합니다. 평균화, 첫 번째 및 마지막 바구니 주문을 마감하는 기능 및 자동 로트 계산 기능을 사용합니다. 고급 대시보드와 세 가지 유형의 알림이 있습니다. Problem solving ->   HERE  / MT5 version ->  HERE   /   Instruction  ->   HERE   이익: 완전 자동화된 거래 시스템 쉬운 설정과 직관적인 패널 인터페이스 캔들당 하나의 주문만 열 수 있는 기능 자동 로트 계산 내장 첫 번째 및 마지막 장바구니 주문을 마감하는 내장 시스템 세 가지 유형의 알림: 푸시, 이메일, 알림 전략: EA는 표시기에서 신호를 수신할 때 위치를 엽니다. - 제로 레벨: "0" 표시의 빠른 선이 아래에서 위로 교차할 때 - 구매 신호, BUY 주문 시작. 위에서 아래로 "0" 표시를 넘을 때 - 매도 신호,
Diamond PRO
Fanur Galamov
5 (19)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
EA Black Dragon
Ramil Minniakhmetov
4.78 (476)
EA Black Dragon은 Black Dragon 표시기에서 작동합니다. Expert Advisor는 지표의 색상으로 거래를 연 다음 주문 네트워크를 구축하거나 손절매로 작업할 수 있습니다. 실제 작업 및 기타 개발 모니터링은 여기에서 찾을 수 있습니다. https://www.mql5.com/en/users/mechanic/seller 여기에서 모든 설정을 찾을 수 있습니다! 권장 사항 통화 쌍 EURUSD GBPUSD  타임 프레임 M15  권장 보증금 1000달러 또는 센트  권장 설정 기본 설정 입력 매개변수  초기 로트 - 초기 로트 로트 승수 - 후속 주문에 대한 로트 승수. Autolot - 자동 로트 계산을 활성화/비활성화합니다. 자동 로트 크기 - 자동 로트가 활성화된 경우 어드바이저가 로트를 사용할 예치금. 거리 - 주문 사이의 거리. 최대 로트 - 어드바이저가 열 수 있는 최대 로트. 이익을 취하십시오 - 이익을 취하십시오. 손절매 - 손절매 포
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
제작자의 제품 더 보기
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
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 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)
Fibonacci SR Indicator This indicator creates support and resistance lines. This indicator is based on Fibonacci Retracement and Extension levels. It will consider many combinations of the Fibonacci levels and draw support/resistance lines based on these. This indicator uses tops and bottoms drawn by the ZigZag indicator in its calculations. The ZigZag can also be drawn on the chart, if necessary. The indicator considers many combinations of past reversal points and Fibonacci ratio levels, 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
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
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
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).