• Overview
  • Reviews
  • Comments (4)
  • What's new

RedeeCash Multime XMA

About:

Crossing Moving Averages on Multiple Timeframes.

While a traditional trend strategy would be to choose one time frame like the Daily to estimate trend, this expert advisor will open a trade in the direction of the trend when ALL timeframes from 5M to Monthly, show the same trend.

      SINGLE_CURRENCY = true, permits operations on a single currency, when disabled (FALSE), will trade the currencies selected in the market watch window on metatrader.

      CONCURRENT_ORDERS=0, restricts the number of multiple orders from being opened concurrently.

      PIPS=100, the profit PIPS

      WAIT_TIME=1000, time in milliseconds, which specify the delay between expert advisor operations.

      DODDFRANK_COMPLAINCE = false, if trading on a US-based account, you will need to enable FIFO to prevent receiving FIFO violations?

      LOTS=-1, When the LOTs parameter is less than zero (or negative), the lot size is calculated using the internal algorithm based on 0.01 lots per every $100 USD of account equity (not balance). If the Account Currency is NOT USD, then the Account Equity is converted to USD for calculation (v1.30)

      MAX_AUTOLOTS_TRADE=2, the maximum trades that will use the AUTO LOTS algorithm with LOTS=-1

      MAX_BROKER_LOTS=100, the maximum lots your broker permits, as MarketInfo(Symbol(),MODE_MAXLOTS) may return a value larger than your broker will permit.

when LOTS=0, will fail the trade (like testing on a live account without risking funds, trade results saved in the log files),

When LOTS > 0 will override the algorithm without an error checking and send the lots in the order trade.

The lot size is calculated based on 0.01 lots per every $100 of account equity (not balance).

       SENTIMENT=0|1|2, method to obtain market/symbol sentiment (0=MYFXBOOK,1=OANDA ORDERBOOK,2=OANDA POSITIONBOOK), OANDA sentiment is the average of the buckets long and short count.

       USE_GITPAGES=false, when set to true will use the static files available at github.com/pingleware/pingleware.github.io (updated each hour after the start of the next trading session NY, London, Sydney and Tokyo)

       MYFXBOOK_SESSION="", is the session variable return from [email]&password=[password], which is used to invoke a WebRequest method to [session]. You must add the URL  to the Tools|Options\Expert Advisrs|Allow WebRequest to listed URL. LEAVE EMPTY TO IGNORE SENTIMENT ANALYSIS.

       OANDA_HOSTNAME="", the host name for either live or practice OANDA V2.0 API

       OANDA_TOKEN="", the API token for either live or practice.

       MAX_SENTIMENT_PERCENTAGE=75, this up to the maximum short and long percentage that will permit a short or long trade. If the long|short percentage is this value or higher the long|short trade will NOT be sent. See the attached Youtube video that explains sentiment trading.

       SYMBOL_SUFFIX="", MyFxBook uses six character symbols, you broker may add a suffix to the symbol. In order to match the global variables of the sentiment analysis long and short percentages, a suffix may be needed?

IMPORTANT

BEFORE YOU ATTACH THIS EXPERT ADVISOR TO A CHART, you must select the currencies pairs that you want to trade in the Market Watch, because this EA is architecture to use the metatrader SymbolsTotals and SymbolsName functions to obtain a list of tradeable currency pairs, so you only need to attach this EA to a single chart and trade multiple currency pairs. YOU DO NOT NEED TO ATTACH THIS EA TO EACH CHART OF THE DESIRED TRADEABLE CURRENCY PAIR.

RISK WARNING:

DRAWDOWN COULD EXCEED 50% OF BALANCE. 

LIVE EXAMPLE:

The following public signal at https://www.mql5.com/en/signals/1623053 and https://www.mql5.com/en/signals/1697630 uses the production version of the RedeeCash Multime XMA expert advisor. A hypothetical example (DEMO ACCOUNT) when account reaches $1,000,000 balance at https://www.mql5.com/en/signals/1749330.  A live example of a signal which took a loss and built back up the account without any additional deposits, https://www.mql5.com/en/signals/1614372, and took another loss on 11/11/2022 when the CPI was lower than expected.

RECOMMENDATION(S):

Set the CONCURRENT_ORDERS parameter to 0 (zero), which will only permit one trade open at a time when the AUTO LOTS feature is ENABLED (LOTS=-1) to prevent early margin calls that would deplete profits


Recommended products
Grid HLevel
Sergey Ermolov
4.52 (29)
MT5 version |  Valable ZigZag Indicator   |   FAQ The Grid HLevel Expert Advisor is perfect for those traders who want to make a stable profit in the Forex market every month. The Expert Advisor works  according to the averaging strategy and I suggest you to use it correctly. To use it "correctly" means to open trades with averaging in the reversal point of the market and trade only in the direction of a global trend. As for the direction of the main trend, I suggest to determine it by the indi
FREE
MASi Three Screens
Aleksey Terentev
5 (3)
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms
FREE
Candle GAP
Thushara Dissanayake
4.33 (3)
The Candle GAP indicator is an essential tool for traders utilizing Gap Trading Strategies as it automatically identifies candle gaps for each day of the week. A gap refers to a price level difference between the close and open of two consecutive days. This indicator recognizes four types of gap patterns: Common, Breakaway, Continuation, and Exhaustion. By incorporating this indicator into any chart, traders can validate their signals and enhance their trading decisions. One of the key features
FREE
Trend Analizer Bot
Pavel Predein
3.33 (3)
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 dangerou
FREE
PZ Heiken Ashi EA
PZ TRADING SLU
4.42 (12)
This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols T
FREE
Double Fibonacci
Fabio Mazzotta
5 (2)
Fibonacci will be designed by default based on the monthly candle but you can simultaneously view Fibonacci on a weekly candle or you can choose your two favorite timeframes. When you run this script, an input prompt will appear and the following input parameters can be configured: Input Parameters: Name Example Default Timeframe1 Monthly 43200 Timeframe2 Weekly 10080 TF1status 1 on 1 TF2status 0 off 0 candleID you can choose which candle to apply 1 Prefix1 It's is the prefix of the first object
FREE
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale
FREE
Welcome! This is the RSI GridMaster Mini, the freely available compact version of the popular RSI GridMaster. This robot operates based on the RSI indicator with a grid strategy, allowing for continuous trading in response to market movements. The Mini version comes with a fixed lot size of 0.01 and trades exclusively on the hourly time frame. In this version, the number of settings has been minimized to simplify and streamline the trading process. You can find the full version by clicking here
FREE
Proftrader Free
Alexander Nikolaev
3.25 (4)
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
MTF Heiken Ashi MA is a multiple timeframe Heiken Ashi & Moving Average indicator. Fully customizable for advanced & unique Heiken Ashi & Moving Average calculations. Key Features Modified appearance and appeal from the traditional using only H eiken Ashi MA bodies. MTF Higher or lower timeframes available making this it great for trends and scalping. There are many settings that can be non-repaint for signals at a new bar and at bar 0. Inputs Timeframe  = PERIOD_CURRENT - timeframe of Movin
FREE
Royal GER30
Hossein Davarynejad
5 (3)
Royal Ger30  This Expert Working On High Time Farm H1 , H4  the Expert can Analyze The Daily and weekly Trend of the Market and  Open Trade on H1 or H4  Trade have Not SL but have Recovery Lot size  Minim Deposit  1k  Fix Lot 0.01 For EightCap Broker because you can Trade with 0.01 on Stocks    Best Time = H1 Make sure to  Add Set File  Symbol GER30,GER Cash , DE40, DE30  on Eightcap  Broker  No need Set File  this Expert Have Auto Set File 
FREE
EMACrossRenko
Hong Ling Mu
1 (1)
<LOGIC> The EMA RENKO EA should run in Renko chart to show the best performance. The EA will entry based on 2 EMA line cross. (it is changeable in parameter.) As a result of FT , the best box size for XAUUSD (GOLD) is BOX 60 to 100.  Renko box size should be larger than spread value. Normally 3 times of spread. Please decide your box size with yourself. The EA will place addtional order as Grid if the trend move  to xxx pips from the last order. You can turn on/off in the parameter. T
GoldRushPro
Yuri Congia
4.5 (18)
GoldRushProEX: The Ultimate Trading Companion Welcome, Traders and Investors! Embark on an unparalleled trading journey with "GoldRushProEX" – your ultimate trading companion designed to navigate the complexities of the financial markets with precision and efficiency. In this comprehensive guide, we unveil the intricate workings of this cutting-edge trading tool, meticulously crafted to elevate your trading strategy to new heights. now on the market for FREE worldwide: Don't forget to visit m
FREE
Bollinger Scalper EA
Robots4Forex Ltd
4 (6)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
LT Gzeta EA MT4
Eko Baskoro
5 (1)
LT Gzeta EA MT4 is an expert advisor that works based on simple support resistance, chart pattern and ATR calculations. This EA is a free version of Zeta EA MT4 because the main strategy is same. Using this EA, pair AUDUSD in time frame H4 is the best performance. If you want to get much better result, high recommended to use Zeta EA MT4, because it has better function and better performance. Zeta EA MT4 has good performance at all pairs, period H1 since 2017, january until 2023, december ht
FREE
MACD Trader FREE
Konstantin Nikitin
3.25 (4)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
Easy Candles
Alexander Nikolaev
3.25 (4)
This is a simple and free Expert Advisor that trades candlesticks. It compares several nearest bars and their volumes, and opens a trade based on that data. Unlike the professional version , it analyzes only 1 timeframe. The recommended timeframes for this EA are H1, H4, D1, it works with any currency pairs. The parameters always need to be optimized before trading, as well as after some period of trading. Input Parameters Lots - lot size (if Lots=0, then the lot will be calculated based on th
FREE
Long Waiting MT4
Aleksandr Davydov
5 (1)
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recom
FREE
CCI and ATR Trader
Evgeniia Terekhova
3 (2)
Советник работает на двух индикаторах 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 пересекает уровень -1
FREE
ReverseGear
Haruki Teranaka
As for the advanced trading functions of "ReverseGear EA", the "Step Up" and "Step Down" functions particularly stand out. These features automatically place additional orders in response to market price trends and are powerful tools for traders to proactively extract profits from market fluctuations. Step up function This feature automatically executes additional buy orders as the price increases. We aim to maximize profits by increasing our positions step by step, especially when the trend
FREE
SAW1cFree
Victor Shovnikov
1.5 (2)
SAW1c_Free  SAW1c Free is a free scalper for GBPUSD. It differs from the paid version in a limited lot and a fixed Auto_Risk parameter. Working period M15. !!! On 4-digit quotes, the performance was not tested !!! Input parameters: MagicNumber - identifier of orders; Max_Spread - Maximum spread when opening trades; Slippage - Maximum slippage; Stop_Loss - Stop loss size in points.
FREE
Utility for know all informations and settings of terminal where the utility is loaded. The informations that you can know are for example: - The path of folder where the terminal start - The path of   folder where the terminal store the indicators, experts advisors etc - The path of   common folder - The permission to use DLL, to automated trading etc - The permission to send email, FTP or notifications to smartphone and many other informations
FREE
Algorithmic FREE
Vladimir Gorbachev
3.92 (12)
Medium-term trading system that tries to profit during the price rollbacks after significant movements. The system automatically determines the current trading range, the price rollback levels. This is a demonstration version of the Algorithmic EA, which is optimized over the year 2016 for trading the EURUSD currency pair. It is possible to trade in manual mode using a simple on-screen panel or in fully automatic mode. Amount of trades per month is from 5 to 18 in automatic mode. The recommended
FREE
ScalperPlus
Yuriy Kuzmin
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The EA is based on third-party trend indicators, the EA has TP, SL and averaging. The entry is made on the signal of a trend indicator. By default, the currency pair is GBPUSD, EURUSD, H1 (other currency pairs are possible, and a different time interval), the recommended deposit with current settings is from $1000. You may be interested
FREE
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on. Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential! There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color, fon
FREE
Free Spike Finder MT4
Pier Gaetano Novara
3 (3)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilt
FREE
Chaos Trader Lite
John Davis
2.33 (3)
Chaos Trader Lite attempts to use aspects of chaos theory to place trades in the marketplace. This Expert Advisor, in particular, draws upon theories made by Bill Williams. Every version of MetaTrader contains the Bill Williams indicators. I wondered why was he deemed so important as to have his own set of indicators added to MetaTrader with name attribution. Conducting research I found that Bill Williams wrote a book using chaos theory to trade the markets. The Bill Williams indicators are usef
FREE
PZ Bollinger Bands EA
PZ TRADING SLU
4.5 (6)
This EA trades using the Bollinger Bands indicator. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Fully customizable indicator settings Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA/FIFO Compliant
FREE
Introductory Pricing for one month Brute force trader is specially designed to find the best entry point and exit point with the regular tested and proven indicators. The EA will automatically analyse the market and will follow trends with the right entry exit points. Since the timeframe it is using is 30 minutes, the chances that you are stuck into a long trade is very low. Thought it does not use stoploss but it has t
FREE
Buyers of this product also purchase
The Gold Reaper MT4
Profalgo Limited
4.72 (32)
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 volatil
AI Gen XII MT4
Denis Kurnev
5 (10)
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
Adapt EA
Alexander Kozachuk
5 (5)
Backtests for the last 24 years (Since 2000) High Profitability Adaptive algo for different states of the Market Compatible with any broker Proven drawdown control system Pairs: USDCAD, EURUSD, AUDUSD, EURGBP, USDJPY Download Standard backtests (EveryTick) : Click Here Download 99% TickData backtest (Ducascopy): Click Here Live account : Click Here Live account (Aggressive) : Click Here About the development: We are a professional team of traders specializing in the development of Forex
HFT Prop Firm EA
Dilwyn Tng
4.97 (670)
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. For limited period: Free utilities worth $198 when you buy HFT Prop Firm EA MT5 version:  https://www.mql5.com/en/market/product/117386 Passing HFT Challenge Performance Monitor (starting at $200): Broker: IC Markets Account Number
Way To Stars is a night scalping EA specifically designed to trade during periods of low market volatility to capitalize on low-risk opportunities. This night scalping EA focuses on capturing small price movements for frequent trading, thereby accumulating profits over time. It employs strict stop-loss measures to limit potential losses per trade, ensuring effective risk management. Way To Stars is a genuine and honest trading system that does not rely on purported neural networks, artificial in
AI TradingVision GPX MT4
Yu Mei Cheng
4.94 (16)
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
Gold Trade Pro
Profalgo Limited
4.63 (24)
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 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 joins the club of Gold trading EA's, but with one big difference: this is a real trading strat
GRain EA MT4
Roman Erokhin
4.63 (8)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.86 (133)
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, Quantum Queen and Quantum Gold Emperor for free !*** Ask in private for more detai
Diamond Titan FX MT4
Lo Thi Mai Loan
5 (4)
Launch promo Only 2 sales left to buy at the current price. Next price: $1233 Free  get US30 Scalper EA or Quantum Algo EA -> contact me after purchase Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Customer live signal:  https://www.mql5.com/en/signals/2242066?source=Site+Signals+My  ( This is the client's live account to ensure the transparency of the EA ) Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  http
Z4scalp
Cence Jk Oizeijoozzisa
5 (2)
Be sure you will not forget this name again  ******   Z4 ******* If you have any questions, be sure to ask me before buying so that I can guide you only 5 copy -After completion, the price will increase to 2600dollars A script has been prepared for you after 3 years of review and analysis. To date, it has not been put up for sale anywhere. And it does not use the past of the market. There is no cheating. To understand better, you can contact me. We did not put any million dollar chart for you.
EA Gold Stuff
Vasiliy Strukov
4.74 (1027)
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   SETTINGS Open new series - on / o
FXMachine
Alexander Kozachuk
4.67 (15)
Statistics on a real account since 2020 Backtest for the last 13 years Low drawdown strategy Multi-currency algorithm Compatible with any broker Proven drawdown control system Trading on a real account since 2020 : Click Here Trading on USDCAD, EURGBP, GBPUSD, EURUSD: Click Here Trading on EURGBP: Click Here Trading on GBPUSD: Click Here Full backtests of the FXMachine EA are available for download here: Click Here About us: The development and support of FXMachine and our other robots
TrendMaster FX MT4
Chen Jia Qi
4.89 (18)
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
The Expert Advisor works on the basis of wave-like changes in price movements. The dynamic regression channel allows you to accurately predict the price movement in the short term. The Expert Advisor uses the indicator in its trading: https://www.mql5.com/en/market/product/64252 Trading instruments (TF 5m): GBPUSD, EURUSD, USDJPY. The Expert Advisor has been successfully tested with 99% quality quotes, floating spread and random ping since 2003. Optimization of the advisor is not requir
Big Forex Players MT4
Marzena Maria Szmit
4.71 (28)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
CyBRG RX Mt4
Arseny Potyekhin
Introducing CyBRG RX: The Next-Generation Trading Assistant Step into the future of trading with CyBRG RX, your cutting-edge trading companion designed to elevate your trading experience. Harnessing the power of advanced neural networks, CyBRG RX is engineered to analyze and adapt to ever-changing market conditions with unparalleled precision. Signals:   low risk   Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price will steadily inc
FT Gold Robot MT4
Marzena Maria Szmit
4.53 (36)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
AW Recovery EA
AW Trading Software Limited
4.34 (74)
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
Magnat
Alexander Buseinus
A professional Expert Advisor designed for trading any instrument of the Metatrader 4 platform. Work Features: A large number of input parameters, with a wide range of settings, allow you to work on all instruments with any broker trading conditions. Depending on trading conditions, it can work with direct market positions or dynamic pending orders. When switching the corresponding input parameter, the Expert Advisor always opens only one trading position at a time, or it can open many posit
BitBull EA MT4
Arseny Potyekhin
Dear Traders, I am very pleased to introduce our latest project to you. EA BitBull . Real cryptocurrency trading has now become a reality! Signals: Live Signal 1 Live Signal 2 Because this strategy is so unique, I only want to sell a limited number of licenses. Therefore, the price will steadily increase to limit sales. Next price is   690 USD . With the help of our esteemed partners from all over the world, we have succeeded in developing an innovative crypto strategy. This strategy seam
Network AI
Vasiliy Strukov
4.84 (167)
The Network EA is an advanced system that uses the power of artificial intelligence and neural networks to analyze macroeconomic data released during the news and make trading decisions based on them. The Expert Advisor uses the news to exit trading positions and therefore cannot be tested in the strategy tester. Please remember to change the “WorkMode” settings to “mode_Real” for the EA to work. The Expert Advisor will connect to news web sites and therefore you have to tick the “Allow WebReque
Live Signal-1 :   Click here MT5 Version :   Click Here Get Quantum Algo EA for free (for 2 trade accounts) -> contact me after purchase Welcome to Nasdaq Algo Trading This EA (Expert Advisor) is created and designed by a team with over 13 years of programming and trading experience. The EA focuses on developing a system that can deliver long-term and stable profits. It employs risk-free strategies, avoiding Martingale, Grid, and Hedging methods, as well as strategies using excessively long
# Neon Trade MT4 Our Telegram community Introducing Neon Trade – a unique innovation in the field of algorithmic currency market trading that uses advanced machine learning methods. Our advisor is fully autonomous and ready for use after installation on any chart and timeframe. It operates on the principle of "set it on the chart and forget it." The only thing that needs to be done is to allow access to my API " https://xmpp.madsysadm.ru " in the terminal settings and switch to   DYNAMIC   mode
Candle EA MT4
Mansour Babasafary
4.43 (49)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit an
Gold Trading Algo
Ho Tuan Thang
3.53 (15)
ONLY 3 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $399. Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
Diamond PRO
Fanur Galamov
4.83 (18)
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
Quantum Algo Trading MT4
Lo Thi Mai Loan
5 (8)
Only 2 copiers left at this price, the next price is $1533 Check out the live results here: $50K Personal signal:   [Click Here] Small Personal signal: [Click Here] Prop firm live signal:   [Click Here] MT5 version here:   [Click Here] Welcome to   Quantum Algo Trading MT4 EA . This EA is designed to be more than just a mechanical system; it will be your companion on your trading journey throughout your life. The EA utilizes a breakout system with an algorithm optimized by someone with ov
Daytrade Pro Algo
Profalgo Limited
5 (6)
Launch Promo: Limited number of copies available at current price Final price: 990$ NEW: get 1 EA for free! (for 2 trade accounts) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Welcome to DayTrade Pro Algo!  After years of studying the markets and programming different strategies, I have found an algorithm that has everything a good trading system needs: It is broker independent It is spread independ
EA Black Dragon
Ramil Minniakhmetov
4.78 (507)
EA Black Dragon runs on the Black Dragon 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. 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  ·          Open new series – True/False – EA will open another series of orders (enable/d
More from author
RedeeCash AROON
Patrick Odonnell Ingle
Version History Date Version Changes 07/08/2022 1.00 Initial Release Description The Aroon indicator is a technical indicator   that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and
FREE
DATE VERSION DESCRIPTION OF CHANGES 1.00 2022-09-06 Initial release The RedeeCash Triangular Arbitrage Opportunities shows the available currency triads and each currency trade position setup as a global variable, in the fomat of AAA/BBB, CCC/AAA, CCC/BBB: AAA/BBB -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/AAA   -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/BBB -1|0|1 where the value is the trade direction of either OP_BUY or OP_SELL. If the trade direction indicates -1, then no trade should occur for that
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
Version History : Date Version Changes 6/20/2022 1.00 Initial release 6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes  Description : RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts. When attaching
FREE
RedeeCash Interest
Patrick Odonnell Ingle
About : THIS EXPERT ADVISOR (EA) IS FOR ACCOUNTS WHICH PAY OVERNIGHT INTEREST LIKE THE US-BASED OANDA ACCOUNT. TO MAXIMIZE EARNINGS, CHOOSE A COMMISSION-FREE, FIX SPREAD ACCOUNT. IF YOUR BROKER DOES NOT PAY OVERNIGHT INTEREST, THEN DO NOT USE THIS EA ON YOUR ACCOUNT! This Expert Advisor (EA) is like a high-yield savings account ( EXCEPT YOUR ACCOUNT IS NOT FDIC-INSURED ) because a trade will occur on currency pairs that pay(earn) overnight interest (when SWAPRATE_LONG and SWAPRATE_SHORT are pos
FREE
RedeeCash WilliamsX50
Patrick Odonnell Ingle
About : Based on the strategy identified at https://tradingstrategyguides.com/williams-percent-range-strategy/ but automated to support multiple currencies from a single expert advisor instance. Also uses the SMA slow and fast crosses to determine the trend direction. The basis for the external strategy is to open a BUY trade when Williams %R crosses the -50 on an uptrend and open a SELL trade on the down trend. You have control over the trend period and Williams %R range from the midpoint throu
FREE
RedeeCash TimeZones
Patrick Odonnell Ingle
DATE VERSION DESCRIPTION OF CHANGES  2022-08-31 1.00 Initial release.  2022-09-01  1.01 (on the Indicator dialog, but is v1.1 on MQL5.COM) Fixed New York active time  2022-09-03 1.02   (on the Indicator dialog, but is v1.2 on MQL5.COM)   Fixed Sydney active on Saturday  This indicator will show the active and inactive trading sessions as well as set global variables as whether the trading session is active (1) or inactive (0). Using the iCustom library function, you can invoke this indicator fr
FREE
RedeeCash Rate of Change
Patrick Odonnell Ingle
Rate of Change Base on the formula, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 to plot the rate of change of a currency pair price action over a lookback period, and provides two global variables, SYMBOL_ROC and SYMBOL_ROC_LOOKBACK, which represent the latest Rate of Change value and the Rate of Change at the previous lookback period. Invoking the indicator using the iCustom function, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (),5 , 0 ,0); and then retrieving t
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
DATE VERSION DESCRIPTION OF CHANGES 2011-09-11 Manual Algorithm first created as manual equation 2011-09-16  WEB API Web API launched on 4xlots.com 2022-09-02  1.00  standalone library released  RedeeCash 4XLOTS library is a localized risk management library based on the 4xlots.com WEB API algorithm. This risk management algorithm is not dependent on currency as the quick lot size equation of,       lots = AccountEquity / 10000 which is for every $100 of account equity will have 0.01 lot. The R
Filter:
No reviews
Reply to review
Version 1.40 2023.05.25
Added RSI>=70 for BUY & RSI<=30 for SELL
Version 1.38 2022.10.24
Added sentiment data from GITPAGES located at https://github.com/pingleware/pingleware.github.io; Added MAX_BROKER_LOTS parameter because MarketInfo(Symbol(),MODE_MAXLOTS) returns a value greater than broker allows.
Version 1.37 2022.09.28
Added OANDA OrderBook and PositionBook WebRequest to obtain local sentiment. NOT ALL CURRENCY PAIRS ARE SUPPORTED.
Version 1.36 2022.09.26
Add sentiment analysis from myfxbook.com
Version 1.35 2022.09.18
Added ChartID to Chart showing ACTIVE when the Expert Advisor is processing
Version 1.34 2022.09.18
Added WAIT_TIME with a global variable as a SEMAPHORE to prevent multiple expert advisors from opening more than desired concurrent orders.
Version 1.33 2022.09.06
Fixed checking for CONCURRENT_ORDERS
Version 1.32 2022.09.05
Fixed DODDFRANK_COMPLIANCE by blocking open trades from creating a subsequent trade
Version 1.31 2022.09.03
When LOTS=0, will not perform an OrderSend instead output to log; Added MAX_AUTOLOT_TRADES parameter
Version 1.30 2022.09.01
Added LOTS and PIPS parameter; Fixed US FIFO rules; Renamed FIFO to DODDFRANK_COMPLIANCE, only applicable for US-based accounts; Convert non-USD Account Currency to USD when using Auto lots feature (LOTS=-1)