MultiCurrencyCT

Below you will find the explanation of the complete version of MultiCurrencyCTX not yet published.

MultiCurrencyCTX

Strategy Explanation up to version 1.331

MultiCurrencyCTX  is an Expert Advisor based on ADX indicator and on the DXY index of the US dollar which allows to identify the strength of the US dollar and therefore carry out Buy or Sell operations on the currencies correlated to it.

The EA uses the following currencies for its trading activity:

EURUSD - GBPUSD – USDJPY – USDCAD - USDCHF

The correlation of the DXY index with the first two currencies is inverse, ie when the index is positive SELL positions are opened. When the index is negative, BUY positions are opened.

The correlation with the other currencies is direct ie when the index is positive BUY positions are open while when the index is negative SELL positions are open.

The entry signal is made by the ADX indicator. It detects the side of the trade to open.

In addition the EA checks which is the position of DXY_Index.

If the DXY_Index is significantly positive, it means that USD is strong or quite strong and consequently are allowed only entry signals to open a Buy trade for USDJPY or USDCAD or USDCHF or a Sell Trade for GBPUSD or EURUSD.

On the contrary, if DXY_Index is significantly negative it means that the USD is weak or quite weak and consequently are allowed only entry signal to open a Sell trade for USDJPY or USDCAD or USDCHF or a Buy trade for GBPUSD or EURUSD.  

Trades are opened with a Take Profit fixed by the user. In addition, user can set a amount of BreakEven points.

Instead to fix an amount of Stop Loss, the EA, when an open trade goes in loss over a certain amount (Trigger*TriggerMulti), opens one or more trades, using the same criteria to open normal trades.

The trades opened may have an amount of lots equal to the parameter Lots and with the same direction of the trade in loss or an amount of lots equal to the lots of the trade in loss multiplied by the parameter Multi and with the direction reversed.

To activate the opening of continued or reversal trades, as above stated, the parameter LotsChange must be set to true and the parameter Multi must be set with a value > 0 (default value = 2.5).

Operating in this way the EA tries to close all trades together (trade in loss and continued or reversal trades) with a profit equal to the Target value.

 

Once the trade is open, trades are managed and closed by the main following functions:

a)     Trailing Take Profit

b)     BreakEven

c)     CloseAllOrders

Trailing Take Profit  

This function reduces, the Take Profit applied to the order when opened, with the TralingStep value and the TrlMulti value. To use this function TakeProfit must be set with a good value.

BreakEven set the Stop Loss value over the opening price, with the BreakEvenPips just to create a gain and to cover commission fees.

CloseAllOrders

The function closes, all together one or more trades, when the profit of all trades is over or equal to the Target value.

 

How to tune the EA’s input parameters

The profit of each trade may be done by the value of the Target ( Lots * TargetPoints) or be determined by the TrailingProfit or by the BreakEven function. It depends on the values set in each parameter.

So to tune the EA, change smoothly the combined values of these parameters.

One more parameter that the user may change, to improve EA results, is the PlMn_Threshold set by default to 30.

If you increase this value, you reduce open trades. If you decrease the value, you increase open trades but with a lower level of reliability.

With the default settings the EA opens 100/120 trades per year for each pair. To increase the number of trades and, consequently, of earnings, user can set the parameter TradeOneBar to false and set the parameter MaxOpenOrders to 2. 

So doing, the EA opens two trades for each bar. I suggest no more than 2 in MaxOpenOrders to avoid high drawdown or stop out. The value of parameter Multi may be set to 3.

With the parameter SwapCheck user can ask to the EA to open trades with earning swap only. To activate this, SWapCheck must be set to true.

All tests have  done with an account balance of USD 1,000.00 with a leverage account 1:500.

 

No trading Time for News - IntraDay

The EA has three intraday time range that the user can set in order to avoid the opening of trades during the issues of breaking economic news.

The time to set is the GMT time. The EA adds or subtracts to the GMT time the ManualGMT_Offset representing hours in + or in – respect to the Broker time.

So user has to set the GMT_Offset with the sign + to add to GMT time or with the sign – to subtract to GMT time.

For example: the time of the broker ICMarketsSC has 3 hours more respect to GMT time.

 

Main default Settings    vers 1.331

 

PlMn_Theshold, represents the minimum level to be reached by PLusADX or MinusADX to trigger the entry signal.

DailyChgDXY_Target, represents the minimum value to be reached by DXY_Index to trigger the entry signal (default 0).

TradeOneBar, if set to true allows the opening of one trade per bar only.

Lots, represents the amount of lots per each trade to open.

MaxOpenOrders, represents the max quantity of open orders ( default 5).

LotsChnge, if set to true, allows the opening of trades with the same sign of previous trade or reversed trades when an existing trade have a loss over the amount of Target*TargetMulti.

Multi, represents the multiplier used by the EA, when LotsChnge is set to true, to calculate the amount of lots of trades to be opened with the same sign or with reversed sign, to absorb the current loss.

BreakEvenPips, represents the quantity of points added to the opening price by the function BreakEven to set the Stop Loss.

TargetPoints, represents the quantity of points to be multiplied by the amount of Lots parameter to calculate the Target value.

TargetMulti, represents the multiplier of the Target.

SwapCheck , if set to true, EA opens trades with earning swap only.

UseNoTradingHours, if set to true, allows user to set 3 couple of time in order to stop trades opening during the time chosen ahead of economic news.

 

 

 

 


Recommended products
SAAD TrendTracker
Adnan Iqbal
4.06 (35)
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
MACD Trend EA
Lachezar Krastev
4.5 (2)
MACD Trend EA is based on the popular forex indicator MACD (Moving Average Convergence Divergence). It is fully automated trading expert advisor and completely FREE!  As the name suggests, this expert advisor uses a trend-following strategy and uses the MACD indicator to detect the beginning of uptrends and downtrends. MACD Trend EA Top Features - Trend Following Strategy - Money Management - Advanced Exit System + TP and SL  - Trailing Stop System - Broker protection System - Custom Magic Re
FREE
MACD Not So Simple
Leonid Basis
2 (1)
This is an example of how the MetaTrader terminals's Strategy Tester can help to find good input parameters for an old and widely known MACD Sample Expert Advisor, which is available in the Navigator window (tab: Expert Advisors). Input parameters Indicator MACD: fast - fast Period; slow - Slow Period; sign - Signal Period; appPrice - PRICE_CLOSE=0; PRICE_OPEN=1; PRICE_HIGH=2; PRICE_LOW=3; PRICE_MEDIAN=4; PRICE_TYPICAL=5; PRICE_WEIGHTED=6; MACDOpenLevel ; MACDCloseLevel ; Indicator Moving Avera
FREE
Stratos Bora
Michela Russo
4.7 (66)
Stratos Bora is a trading robot  for the trading on forex. Designed to harness the power of the Ichimoku Kinko Hyo indicator, it offers 12 strategies to cater to every trader's style. Whether you're a seasoned trader or just starting out, Stratos Bora provides a seamless trading experience, ensuring you're always at the forefront of market opportunities. Important Information Revealed Leave a review and contact me via mql5 message to receive additional set files ! Do you want a powerful EA? Ch
FREE
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.73 (40)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Trend Analizer Bot
Pavel Predein
4.5 (2)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
EA PROMO EXPIRED 2022.12.12 (12 December 2022)......!!!! .... NEW VERSION WITH 6 INDICATORS SETTING ON OR OFF (MA,RSI,CCI,MACD,STOCHASTIC,PARABOLIC SAR).... Automatic  EA (With 6 indicator setting TRUE or FALSE) Manual trade (Buy,Sell,Trailing stop,Close buy,Close sell,Close profit,Close all) Local copy trading Full Panel indicators (SnR,Fibonacci,Currency strength,trade panel) Push notification,email,STP ALLINONE EA (All strategy in one EA) Hedging (on/off),martingale (on/off),anti martingale
FREE
Toms Dollar Cost Averaging
Thomas Alexander Kevin Anderson
1 (1)
This Expert Advisor implements an RSI Mean Reversion strategy with a moving average filter for trade entries. The EA uses higher timeframe RSI conditions to detect potential buy or sell opportunities, confirmed by a lower timeframe moving average. The strategy includes risk management features like limiting the maximum number of open trades, controlling risk based on ADR, and closing trades when a predefined account profit percentage is reached. It also includes visualization tools such as a bre
FREE
MACD Trend FREE
Vojtech Svobodnik
5 (1)
MACD Trend FREE is Expert Advisor for EURJPY  based on MACD Indicator . You can completely edit settings of MACD Indicator, TakeProfit, StopLoss and TrailingStop. Default paramters are optimized for best results. But you can test other settings for antoher currency pairs or timeframe. MACD Trend FREE  has been tested from year 2003 to 2021 . My test used the real tick data with 99,90% accuracy. Doesn't use Martingale or other dangerous strategies.  Recommendations Symbol:   EURJPY Timeframe:  
FREE
EA SUPER MATAELANG Limited Big Promo For 5 first buyer will get $65 price ==>> next price will Up to $XXXXX This is the Free Version of  EA SUPER MATAELANG PRO It cannot set the Lotsize. By default is 0.001. Plase buy Pro version  Link Pro Version :  https://www.mql5.com/en/market/product/87076 This EA uses some very sophisticated indicators. Can detect trend direction with high accuracy. It also has a safety system to anticipate if the price direction is not in the same direction as the posit
FREE
Swing Climber EurUsd H1
Marco Bortolamasi
5 (1)
EURUSD H1 Simple Martingale that works on daily swing levels, low DD, TP and SL defined on the basis of certain pre-set calculations in the algorithm, executes one trade at a time, weekly trading no overnight on weekends, possibility to establish customized exit times, possibility of customize money management. average return of 7.92% per year with the factory settings of the V1, it is always constantly updated, it is recommended to use it with a GMT +2 server TESTED SINCE 2003  Happy trading
FREE
RSI TrendWave
Alexander Men
5 (1)
RSI TheTrendWave is a  Double RSI with Smart Martingale Strategy for an MQL4 Expert Advisor combines the RSI-based trend identification with a risk management approach to reduce drawdown using a modified Martingale system. Here’s how it works: Double RSI Signals : A buy signal is triggered when the short-term RSI crosses above the long-term RSI and both are below a certain oversold threshold (e.g., 30). A sell signal is generated when the short-term RSI crosses below the long-term RSI and both a
FREE
Green Dragon
Mick Prater
4 (4)
The Green Dragon is a strategy that uses the Ichimoku Kinko Hyo system to place trades. The primary element of the Green Dragon is the use of the Chinkou Span as it crosses price action to place trades. This is a classic strategy of the Ichimoku even though its not as popular as some of the other strategies. The Chinkou Span is normally thought of as a market momentum indicator and used to give a trade set up more conviction when analyzing price movement. I find this description somewhat vague a
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.75 (4)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
CrocoBot EA
Muhammad Ridzwan Bin Abd Razak
4 (2)
This expert advisor is very simple and easy to understand, it is based on the martingale strategy. Recommended Pairs For Default Strategy: - GBPUSD - H1   Expert Advisor Inputs: - Strategy --> You have 4 options: Low Risk, Mid Risk, High Risk, Custom Strategy ( Custom Strategy is based on CrossOver Moving Average  ); - Lot_Win --> Default value: (0.01) - Lot_Start --> Default value: (0.01) - Lot_Multiple --> Default value: (1), switch the value to (2 or above) if you want to use martingle stra
FREE
Eurusd Auto Trading Bot
Gabriel Beaird
4 (2)
Fully Automated And ready just follow the instructions below to see it work right. Enjoy!  MINIMUM ACCOUNT SIZE - $500 RECCOMENDED ACCOUNT SIZE - $1000 For EurUSD Trade On 15M Candle For IG broker  Another broker it works on is OANDA but I run mine on IG Comes ready as is all you need to do is make sure the above is correct and then run it on EUR USD (15M) Goes off of equity in the account I have worked on this EA on and off and now I think it has enough data and backtesting to give to you al
FREE
Astin MT4
Novateq Pty. Ltd
Use Stochastic with oversold and overbought to find trading opportunities. Use RSI to identify strength of trend anf confirm the trend matches the stochastic overbought and oversold. Trade on MACD cross matching the trend identified by Stochastic and RSI. Set stop loss at a recent swing high or swing low. Set take profit as a ratio of stop loss. Exits are on take profit and stop loss only, there is no exit signal.
FREE
CandleCrusherX ScalpingEdition FREE
Christian Opperskalski
4 (1)
CandleCrusherX Scalping EA  analyses the market situation on volume and strong price movement within internal Timeframe. It works on all major forex pairs and Timeframes (M5 or M15 recommend). The EA has integrated dynamic Take Profit, this means, if you reach your defined TP it gives you the chance to follow on the Trend by dynamic TP & SL and extend your profits. Also a News Filter function is integrated, to prevent miss trades on News events. Dynamic Lot calculation integrated On Request we a
FREE
The strategy primarily uses the MACD technical indicator, always following the direction of the major trend, and opens trades when the M1 chart shows a trigger signal. It is suitable for trading the gold XAUUSD chart and can also be applied to other commodities with clear trend performance. Parameter Description Long/Short Switch: Turn on to enable Account Balance: $1,000 or $10,000 For a $1,000 account, it is recommended to trade one order at a time. For a $10,000 account, you can optionally e
FREE
基于波段交易策略,使用低风险的交易策略来最大程度地尽量及时的获取利润. 策略原理 1、进场:点差限制,时间限制,ATR限制,确保波幅不会太大,布林带上轨开空单,布林带下轨开多单。 2、出场:点差限制,点差太大了平不了仓,这个请注意,平台时间0-1点点差会很大。多单在中轨上平台,空单在中轨下平仓。中轨就是布林带用到的那根均线,不知道的,自己了解下布林带的原理. 使用说明 1、适用品种:GBPCAD,GBPAUD,GBPNZD,EURNZD,EURAUD,EURCAD,AUDCAD,AUDCHF等等. 2、适用周期:M5,或者M15. 3、时间设置:参数中设置的是平台时间,须注意GMT的偏离换算........
FREE
CasinoMachine
Christoph Karl Peter Engelhardt
This is a gamble Expert Advisor!! It will open randomly trades on markets which are in your watchlist (left). You select how much you will risk. It uses the  compound interest effect. Example: Starting with $10 1. Trade + $10 -> $20 2. Trade + $20 -> $40 3. Trade + $40 -> $80 4. Trade + $80 -> $160 5. Trade + $160 -> $320 6. Trade + $320 -> $640 .. and so on! If you reach the 17th trade sucessfully, you have over 1 Million Dollar!! (Starting with $10) It risks max. 90% of your money stake, to
FREE
"Forex Super Robot AIB is a free robot that anyone can easily trade with. By simply attaching it to the EURUSD H1 chart, your life will be rosy from today on. This robot was created to fulfill your dreams. Please enjoy. The robot will make multiple entries, with a default of 20 orders. These orders will be closed together. The initial settings are TP=50 and SL=50, so please find the best settings for yourself."
FREE
Multi-Indicator Reversal EA v2.04 Overview An MT4 automated trading system that combines three technical indicators—RSI, Bollinger Bands, and ADX—for a counter-trend strategy. It runs on any timeframe and supports both traditional single-position trading and hedged trading. Specifications Platform: MT4 Recommended Pairs: Major FX pairs (e.g., EUR/USD, GBP/USD, USD/JPY) Timeframes: All timeframes supported (M1–MN1) Strategy Type: Counter-trend Position Management: Selectable Single Posit
FREE
Auto3M Lite MT4
Mr Anucha Maneeyotin
3.8 (5)
AUTO3M Lite MT4 is a fully automatic Expert Advisor for Trend, Hedging Strategy Trade With Bollinger Bands And Stochastic Oscillator Bollinger Bands Are Used Mainly To Follow Trends. Stochastic Main Line And Signal Line Use For Open Pending Order Buy Or Sell The advisor Auto3M Lite MT4 can work on a VPS. Pro version MT4 Pro version MT5 Feature No martingale Hard stop loss and take profit for each position Trailing stop Delete pending order automatic by interval time Use buy stop and sell stop
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
Lemon Cat Scalper Free
Chun Wan Yeung
2 (1)
Lemon Cat Scalper Free Version. The ideal time frame of this EA is M15, however lower timeframes are also suitable.  I mainly used M15 and M5 for backtesting. This EA simply uses previous bars to determine the position for opening orders.  It uses a very special strategy for defending losing positions, and it has passed 10 years backtest for most symbols.  This EA is mostly suitable for EUR/USD, USD/CAD, AUD/USD, NZD/USD, EUR/CAD, EUR/AUD, AUD/CAD, AUD/NZD and NZD/CAD, however other symbols are
FREE
Moving Average Basic Cross mt4
Luis Ruben Rivera Galvez
5 (1)
Unfortunately, MQL5 discontinued its previous version because it looked too similar to a robot I have for sale. If you're looking for that version, rate this one and write to me so I can tell you how to get it. Send me a message so I can send you the setfile This robot operates with a strategy based on moving average crossovers, ideal for identifying trend changes in any financial instrument. When it detects a crossover, it waits for the candle to close to confirm the signal and open a trade,
FREE
This expert advisor implements the original Dennis and Eckhardt trading system, commonly known as The Turtle Trader. It trades exactly like the original turtles did, and can be used by experienced traders to capture trends in up or down markets. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully configurable strategy settings Fully configurable trading settings Works for ECN/Non-ECN brokers and 2-3-4-5 digit symbols Works for CFDs and for
FREE
Succubus
Dmitriy Prigodich
2.5 (4)
Succubus is a universal expert Advisor. Its main advantage is the highest entry accuracy, 90% of transactions and above. The expert Advisor parameters are divided into categories according to the function that the user needs. All functions can be disabled. The expert Advisor is designed to disperse small and medium-sized deposits. Main: TakeProfit - number of points to close a trade with a profit StopLoss - number of points to close a trade with a loss Slippage - Slippage Magic-adviser
FREE
Buyers of this product also purchase
Scalp Unscalp MT4
Connor Michael Woodson
5 (2)
Scalp Unscalp is a short-term bidirectional scalping system that attempts to quickly extract profit from highly accurate entries. Scalp Unscalp live signal coming soon! Current price will be increased. Limited time price 99 USD No grid, no martingale. Every trade is entered on its own Fixed stoploss available, with virtual dynamic trailing stop system Interactive trade panel and precise lot size settings Recommended Chart: EURUSD, GBPUSD, USDCHF, AUDUSD Timeframe: H1 Inputs Lot Size Calculation
Aura Black Edition
Stanislav Tomilov
4.53 (17)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
GbpUsd Robot MT4
MQL TOOLS SL
4.75 (91)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Goldex AI
Mateo Perez Perez
4.74 (19)
Goldex AI: Today's success will be tomorrow's fruits SUPER DISCOUNT FOR LIMITED TIME! LAST 2 COPIES FOR 299 USD BEFORE PRICE WILL INCREASE. Live Signal > IC Markets Real: Goldex AI High risk set Manual and set files: Contact me after purchase to receive the manual and set files. Price: The starting price is $899 and will increase by $199 after every ten sales. Available copies: 2 Goldex AI - Advanced trading robot with neural networks, trend, and price action. Goldex AI is a high-performance tr
The Gold Reaper MT4
Profalgo Limited
4.58 (31)
PROP FIRM READY! ( download  SETFILE ) LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatile
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (169)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Check my profile MT5
XG Gold Robot MT4
MQL TOOLS SL
4.5 (36)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
AW Recovery EA
AW Trading Software Limited
4.39 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Diamond PRO
Fanur Galamov
4.83 (60)
Only 1 copy left for $225  Tomorrow price ---> $299  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 po
EA Gold Stuff
Vasiliy Strukov
4.73 (1051)
EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
Scipio Gold Bot
Stefano Frisetti
BEWARE of SCAM! SCIPIO GOLD BOT is only distributed by MQL5.com. Please note: this is not a commercial BOT, but a professional one. Distribution is limited to 100 copies in total, and the price may increase without notice. Thisi is MT4 versione, Mt5 version is here:  https://www.mql5.com/it/market/product/148820 The differences that make SCIPIO EA unique are: + no variable settings or settings that the TRADER must enter + only opens one trade at a time + always uses close and fixed STOP LOSSES
Capybara
Sergey Kasirenko
5 (27)
Capybara EA is an advanced automated trend following system based on the Hama indicator.  If the market turns bearish and the indicator turns red the EA will sell, if the market turns bullish and the indicator turns blue the EA will buy.  The EA can accurately detect the beginning of uptrends and downtrends and will control open trades in a martingale/grid style until it hits TP.   Recommended pairs:  All major pairs like eurusd; audusd; gbpusd; nzdusd and also minor pairs like audcad; nzdcad;
Vortex Gold MT4
Stanislav Tomilov
5 (4)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. EA will be sold in limited quantities to ensure the rights of all customers who have purchased. - REAL SIGNAL  Default Setting:  https://www.mql5.com/en/signals/2329380 AI Gold Sniper applies the latest GPT-4o model (GPT-4o by OpenAI) in XAU/USD trading designed based on a
Aura Neuron MT4
Stanislav Tomilov
4.56 (9)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
Trend AI EA
Ramil Minniakhmetov
4.9 (20)
Trend Ai EA is designed to work with the Trend Ai indicator which will do its own market analysis by combining trend identification with actionable entry points and reversal alerts and will take over all the signals of the indicator in full auto!  The EA contains a number of external parameters that are fully adjustable and allows the trader to customize the expert according to his choice.  Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Con
Croesus Gold EA MT4
Lin Lin Ma
3.2 (5)
Product Introduction to Croesus Gold EA   Croesus Gold EA is a professional automated trading tool developed specifically for the MetaTrader 4 (MT4) trading platform. It focuses primarily on the XAUUSD (gold) trading instrument and is highly optimized for 5-minute (M5) chart scenarios, aiming to provide traders with efficient and precise automated trading solutions. Given the characteristics of gold’s frequent short-term price fluctuations and fast market rhythm, this EA replaces manual monitor
DS Gold Robot MT4
MQL TOOLS SL
4.43 (7)
Introducing the DS Gold Robot, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, DS Gold is a forex robot meticulously crafted to optimize your trading performance with  XAUUSD pairs . With its advanced analytical capabilities,  DS Gold  Robot   constantly monitors the gold market, identifying key trends , patterns, and price movements with lightning speed. The DS Gold Robot opens positions every day from
Waka Waka EA
Valeriia Mishchenko
4.31 (48)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (17)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Neon Trade MT4
Evgeniy Ilin
5 (1)
The quintessence of a comprehensive approach, whose main goal is long-term and realistic earnings with minimal risks for the trader. The foundation consists of advanced trading concepts combined with machine learning, which effectively enhance each other. Another unique feature is that the system does not require optimization, as this function is delegated to my servers. The system implements conservative and long-term trading with minimal drawdowns and extended position holding. TRY FOR FREE .
Gold Throne MT4
DRT Circle
4.5 (2)
Gold Throne EA – Non-Martingale Grid Trading System for Gold (XAUUSD) The   Gold Throne EA   is a Expert Advisor designed exclusively for   Gold (XAUUSD)   trading. It operates on a structured   grid trading methodology   while avoiding the use of   martingale   money management. Instead of increasing lot sizes exponentially after losses, the EA uses a fixed or incrementally adjustable lot sizing approach, giving traders greater control over exposure and risk. By removing martingale logic, Gold
Dynamic Pips MT4
Thi Thu Ha Hoang
5 (1)
️  Already own Boring Pips EA? You’re eligible for an   additional 30% discount! Contact to learn more about: How to   claim your rebate Trump’s second term has reignited a wave of aggressive trade policies, starting with the return of sweeping tariffs that are rattling global markets Tensions in the Middle East have flared — most recently between Israel and Iran — sending oil prices surging The Russia–Ukraine war continues with no resolution in sight, fueling ongoing geopolitical i
Gold is Cold
Sergey Kasirenko
5 (18)
Gold is Cold EA is based on the author’s personal trend indicator.  The EA will accurately detect the beginning of uptrends with blue arrow and downtrends with red arrow, and will control open trades in a martingale/grid style until it hits TP.     Recommended pairs:  All major pairs like xauusd; eurusd; audusd; gbpusd; nzdusd and also minor pairs like audcad; nzdcad; eurnzd and eurcad on m15 or higher time frames. Settings: Start Hour – Starting hour of EA Start Minute – Starting minute of EA
HFT Prop Firm EA
Dilwyn Tng
4.97 (628)
HFT Prop Firm EA is  also known as Green Man due to its distinctive logo, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. With version 5.8 and above GreenMan  HFT Prop Firm EA is plug and play for for almost true HFT prop firm challenges without setfiles with it newly improved automatic features. For limited period: Free utilities worth $198 when you buy HFT
HFT Fast M1 Gold Scalper V8 EA
Martin Alejandro Bamonte
5 (1)
ULTRA-OPTIMIZED VERSION – MT4 HFT FAST M1 GOLD SCALPER V8.2 , in its MT4 version, is the most powerful, stable, and refined release to date. HFT is a high-frequency scalper that trades exclusively on Gold (XAUUSD) on TF: M1, executing a large number of trades daily. It supports leverage up to 1:500 and operates with very reasonable lot sizes for a true scalping strategy. Because of this, it requires dedicated scalping accounts (RAW or ECN). ICMarkets is the recommended broker, especially its RAW
Aurum Apex Mt4 EA
Martin Alejandro Bamonte
5 (2)
Now you can download the demo version of Aurum Apex from the Comments tab to evaluate its live performance on your own broker! Aurum Apex EA is a robust 100% automated trading tool designed for the MT4 Platform. It performs real-time market analysis, detecting various trading opportunities. Suitable for traders of all levels, Aurum Apex EA offers three risk modes, adjustable via the Risk parameter: Risk = 0.1 (Low Risk): Ideal for new traders who are unfamiliar with gold movements. This setting
EA Black Dragon
Ramil Minniakhmetov
4.76 (556)
EA Black Dragon runs on the trend indicator. The EA opens a deal by indicator color, then there is the opportunity to increase the network of orders or work with stop loss. Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here:  https://www.mql5.com/en/users/mechanic/seller      Inputs Value  ·       
KingCobraFX
Van Hoa Nguyen
5 (3)
KingCobraFX was developed to be a professional scalping EA, a powerful and sophisticated system designed to optimize performance in the currency market. Using advanced strategies, King Cobra Mt4 supports both beginner and professional traders, allowing them to safely face the challenges and seize the opportunities of this dynamic market. KingCobraFX   is system combines adaptive intelligence, price action strategy analysis, automatic trade adjustment and strict risk control. This adaptability ma
Golden Scalper PRO
Felipe Jose Costa Pereira
3.83 (12)
Golden Scalper PRO: Our Technology by Your Side! Manual and configuration files: Contact me after purchase to receive the manual and configuration files. Price: The price increases according to the number of licenses sold. Available copies: 3 Trading gold, one of the most volatile assets in the financial market, requires high precision, thorough analysis, and extremely effective risk management. Golden Scalper PRO was developed precisely to integrate these pillars into a robust and sophisticate
More from author
FRTScalping
Gianfranco Tanzi
1 (1)
This Expert Advisor is our latest trading system and it is designed to work with EURUSD and GBPUSD . This EA produces good results with medium spreads. It opens a market order following the market trend and then it opens  Market Orders with different amount of lots to close all orders or single order in profit with small amounts. To close trades, it uses a cumulated closing function or a closing function for each trade opened. It works with  all time frames, better with lower TF,  and you can us
FREE
This EA opens trades when a trend inversion occurs. Trades are normaly closed one by one. When an open trades must be recoverd, the EA opens reverse trades using the same criteria of standard orders. This is  the free and limited version of the FRT PriceAction Pro.  I suggest to use this EA, first with EURUSD at M1 or D1 , on an ECN account with a good leverage and low spread + commissions (not over 7 USD per lot). If you attach the robot to more than one parity on the same account, remember to
FREE
NearTheMarket
Gianfranco Tanzi
NearTheMarket is a fully automated trading EA  with an excelent predicting criteria to enter into Market. First it opens market orders, buy or sell, with a predefined Take Profit. If after a specified time the trade is still open, the robobot deletes the Take Profit and opens a limited order with a lots amount equal to a multiple of lots of the market order. The mission of the robot is to get the PayOffPrice (average price of the net position) closer to market price. Again, if open orders are on
FREE
Filter:
No reviews
Reply to review