• Overview
  • Reviews (1)
  • Comments (2)
  • What's new

RSI OverBought OverSold EA MT5

5

RSI Trader Expert Advisor for MetaTrader 5

Introduction:

Welcome to the RSI Trader EA, an advanced tool designed exclusively for MetaTrader 5. This expert advisor streamlines trading activities by harnessing the power of the Relative Strength Index (RSI) indicator, automating trade entries and exits based on overbought and oversold conditions. The EA also facilitates reverse trading setups within these zones, offering a versatile approach to managing trades.

You can find MT4 version here

For detailed documentation Overall Settings/Input Guide | Backtest and Set files

High Level Overview of Features

Category Setting Description
GENERAL SETTINGS Lot Size Initial volume for the first trade; subsequent features don't alter it.
Stoploss in Pips Initial stop loss; adjustable by EA features.
Take Profit in Pips Initial take profit; modifiable by EA features.
Trade Comment Specifies trade comments for source identification.
Capture Logs Enables troubleshooting logs.
Enable Magic Number Controls EA behaviour based on a unique identifier.
Magic Number Unique EA identifier for conditional checks.
Trade On New Bar Places trades at the start of the candle.
No New Entry If Trade Exists Determines new entry conditions with or without an active trade.
Number Of Orders Controls executed trades upon entry signals.
Trade Direction Specifies buy, sell, or both signals.
Risk Reward Ratio Sets take profit based on stop loss and a specified ratio.
Next Open Trade After X Seconds Introduces a time gap between multiple entry signals.
Check for Opposite Close Closes previous trend signal before placing a new one.
Delete Pending Order at Distance Auto-removes pending orders at a specified distance.
Delete Pending Order After X Seconds Auto-deletes untriggered pending orders.
Delete Pending Order After N Bars Auto-removes untriggered pending orders after specified candles.
Profit Amount Closes trade at a set profit amount or set take profit.
Loss Amount Closes trade at a set loss amount or set stop loss.
Profit Percent Closes trade at a set percent profit of account equity or set take profit.
Loss Percent Closes trade at a set percent loss of account equity or set stop loss.
Close After N Candle Closes trade after a specified number of candles from opening.
BREAKEVEN SETTINGS Enable Breakeven Boolean input to enable (true) or disable (false) breakeven functionality.
Breakeven Activation Numeric input setting the distance in pips from entry for breakeven activation.
Breakeven Extra Pips Numeric input defining extra pips beyond activation for setting stop-loss, covering costs and slippage.
TRAILING STOP SETTINGS Use Trailing Stop Boolean input to enable (true) or disable (false) trailing stop functionality.
Activate Numeric input setting distance in pips from entry for triggering trailing stop activation.
Trail Price By Numeric input defining trailing stop distance behind the current market price.
Increment By Numeric input specifying the increment by which trailing stop distance increases with favourable market movement.
MARTINGALE SETTINGS Enable/Disable Martingale Boolean input to enable (true) or disable (false) Martingale strategy.
Multiplier Numeric input determining the size multiplier for subsequent trades if Martingale is enabled.
Multiply After N Repeat Integer input setting the number of consecutive losing trades before applying the Martingale multiplier.
Max Step Integer input defining the maximum number of Martingale steps to limit consecutive increasing trade sizes.
Adjust Take Profit Boolean input to adjust (true) or not adjust (false) take profit based on Martingale steps.
GRID SETTINGS Enable/Disable Grid Boolean input to enable (true) or disable (false) GRID strategy.
Step Distance Integer input for the distance in pips between each grid level.
Lot Increase Mode Enumeration input for lot size increase mode: GRID_MULTIPLY or GRID_INCREMENT.
Execution Mode Numeration input for execution mode: GRID_MARKET (market orders) or GRID_PENDING (pending orders).
Increase Factor Numeric input for the factor by which lot size is increased for each new grid level.
Distance Multiplier Numeric input for the multiplier applied to the grid distance for each new grid level.
Increase After N Repeat Integer input for the number of repeats before applying the grid increase factor.
Max Grid Step Integer input for the maximum number of grid steps before resetting to the initial lot size.
Grid Activation Mode Enumeration input for when the grid should be activated: GRID_ON_LOSS or GRID_ON_PROFIT.
SL and TP Mode Enumeration input for stop-loss and take-profit mode: FIXED AMOUNT, EQUITY PERCENT, or COST_AVERAGE.
Grid Fixed Stoploss Sets a fixed stop-loss for combined loss of all trades when SL and TP mode is FIXED AMOUNT.
Grid Fixed Takeprofit Sets a fixed take-profit for combined profit of all trades when SL and TP mode is FIXED AMOUNT.
Grid Equity Pct Stoploss Sets an equity percentage stop-loss for combined loss of all trades when SL and TP mode is EQUITY PERCENT.
Grid Equity Pct Takeprofit Sets an equity percentage take-profit for combined profit of all trades when SL and TP mode is EQUITY PERCENT.
AVERAGE_MODE Enumeration input for averaging orders mode: Sum (Price x Lot)/Sum(Lots) or Sum(Price)/ Sum(Orders).
AVG STOPLOSS Sets stop-loss based on the average price of all trades when SL and TP mode is COST_AVERAGE.
AVG TAKEPROFIT Sets take-profit based on the average price of all trades when SL and TP mode is COST_AVERAGE.
RISK SETTINGS Enable Risk to Lot Boolean input for enabling (true) or disabling (false) Risk to Lot functionality.
Risk Percent Numeric input defining the risk percentage per trade based on the account balance.
Risk Pips Per MicroLot / Stoploss Numeric input determining the risk in pips per micro lot or stop-loss. It aligns with the STOPLOSS pips input for virtual stop-loss calculation.
POSITION SIZING SETTINGS Enable Position Sizing Boolean input for enabling (true) or disabling (false) Position Sizing functionality.
Increase Lot Numeric input defining the additional lot size for each trade when Position Sizing is enabled.
Increase Lot on Account Balance Numeric input specifying the account balance value triggering lot size adjustment. When the balance reaches or exceeds this value, the lot size is adjusted accordingly.
ALERT SETTINGS Allow Alert Boolean input allowing (true) or disallowing (false) the EA to trigger alerts on new entry.
Allow Notification Boolean input enabling (true) or disabling (false) the EA to send notifications (e.g., push notifications on mobile devices) on new entry.
Allow Email Boolean input permitting (true) or restricting (false) the EA to send email notifications on new entry.
TRADE TIME SETTINGS Use Trading Times Boolean input for determining if the EA should follow specified trading times (true) or trade 24/7 (false).
Enable Asian Session Boolean input to enable (true) or disable (false) trading during the Asian session.
Start Time Asian and End Time Asian String inputs specifying the start and end times of the Asian session in broker time.
Enable European Session Boolean input to enable (true) or disable (false) trading during the European session.
Start Time European and End Time European String inputs specifying the start and end times of the European session in broker time.
Enable American Session Boolean input to enable (true) or disable (false) trading during the American session.
Start Time American and End Time American String inputs specifying the start and end times of the American session in broker time.
Enable Other Session Boolean input to enable (true) or disable (false) trading during another specified session.
Start Time and End Time String inputs specifying the start and end times of the specified session in broker time.
TRADING DAY SETTINGS Monday Trade, Tuesday Trade, Wednesday Trade, Thursday Trade, Friday Trade Boolean inputs allowing (true) or disallowing (false) trading on each respective day of the week (Monday through Friday).
Saturday Trade and Sunday Trade Boolean inputs allowing (true) or disallowing (false) trading on Saturday and Sunday, respectively.
SAFEGUARD SETTINGS Slippage Maximum allowed slippage in pips for trade execution.
Maximum Open Trades Maximum number of open trades allowed; set to 0 to disable.
Maximum Long Trades and Maximum Short Trades Maximum number of long and short trades allowed; set to 0 to disable.
Maximum Pending Orders Maximum number of pending orders allowed; set to 0 to disable.
Maximum Long Pending Orders and Maximum Short Pending Orders Maximum number of long and short pending orders allowed; set to 0 to disable.
Max Drawdown Percent Maximum acceptable drawdown as a percentage of the account balance; set to 0 to disable.
Max Drawdown Amount Maximum acceptable drawdown as an absolute amount; set to 0 to disable.
Maximum Trades Per Day Maximum number of trades allowed per day; set to 0 to disable.
Maximum Losing Per Trade Maximum number of losing trades allowed per day; set to 0 to disable.
Daily Stop Maximum acceptable drawdown for a single trading day; closes all positions and halts trading if exceeded.
Daily Target Target profit to achieve within a single trading day; closes all positions and stops trading if reached.
Weekly Stop Maximum acceptable drawdown for a trading week; closes all positions and ceases trading if exceeded.
Weekly Target Target profit to achieve within a trading week; closes all positions and stops trading if reached.
Monthly Stop Maximum acceptable drawdown for a trading month; closes all positions and ceases trading if exceeded.
Monthly Target Target profit to achieve within a trading month; closes all positions and stops trading if reached.
DISPLAY SETTINGS Panel Width Pct Width of the panel as a percentage of the dashboard window.
Panel Height Pct Height of the panel as a percentage of the dashboard window.
Text Size Pct Size of text within the panel as a percentage; influences readability and presentation.
Title Colour Colour of the title text within the panel for visual distinction.
Label Colour Colour of labels or descriptive text within the panel for differentiation.
Value Colour Colour of numerical values or data within the panel for clarity and emphasis.

Usage Recommendations:

Prior to live deployment, comprehensive testing in a demo account is strongly advised. This enables thorough assessment of the EA's performance, ensuring alignment with your trading strategy and risk tolerance levels.


Reviews 1
kinao
181
kinao 2024.01.08 02:19 
 

Unlike other expensive RSI EAs with limited features, this EA stands out by offering a wide range of functionalities at a reasonable price. Its settings align with my preferences, making it easy to use. The developer is highly responsive and user-friendly. The backtesting results are very promising, and I will begin live trading this week. I'll share updates on its performance later.

Recommended products
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than t
LL Grid EA MT5
Leopoldo Licari
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
This is based on the double moving average cross and arrow mark under the preparation of custom indicators EA. When the blue arrow appears, make a long order. When the red arrow appears, short the order. When the pink line crosses the green line upward, the pink line is above, the green line is below, the golden fork appears, and the blue arrow appears. When the pink line crosses the green line downward, the pink line is below and the green line is above. There is a dead fork and a red
Indicator Arrow II EA
Nikolai Starkovskii
I present to your attention a reliable advisor that generates clear, transparent signals coming from the arrow indicator "Indicator Arrows II" ( https://www.mql5.com/ru/code/12465 ). Download this indicator from Codebase and install it in the Indicators folder. Optimal time frame H1. I equipped the advisor with: protective stops (SL/TP), the possibility of multi-currency testing, trading from one chart (specify the list of currencies in the settings), trailing stop and trading time, closi
FREE
The EA strategy : it is provided wirh built-in indicator based on Japanese Candles arrangements in order to determine the signals and has different inputs for Short and Long positions in order to improve its precision; You should purchase this EA because : it has been tested for a long time;  its indicator was deeply improved and optimized; the program is bugs free;  it is safe because its efficience is about 70% of assertiveness;  it is provided with Trailing Stop Loss technology; it has bad t
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
Gilles news trading EA
Gilles Roger E Rousseaux
Discover the pinnacle of trading strategies, meticulously crafted by a trader with over a decade of market expertise . Our strategy specializes in trading based on news events , offering an average of five trade signals daily . By analyzing the sentiment of news—whether positive or negative—we align our trades to capture market momentum accurately. For those interested in real-time performance and risk assessment, we provide comprehensive account monitoring. View Real Account Performance on
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (187)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type 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 General Recommendations The minimum deposit is $100, use an ECN account with the minimum spread,  default sett
Super Bollinger EA
Renato Takahashi
Super Bollinger EA is an exclusive expert advisor that uses Bollinger Bands as indicator. It´s possible to configure the EA to trade as a low frequency or high frequency one - Scalping expert advisor. A Stochastic Oscillator filter is implemented to have some specific trades on Bollinger Bands. Takeprofit and Stoploss are calculated according to Bollinger Bands width or even with fixed TP and SL ( in points ). A trail and trade out system can also be configured and optimized. A number of orders
TugOfWar MT5
Erwin Rustandi
2.5 (2)
Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of t
FREE
Price Action Trender
Blessing Takura Chirewa
This robot is based on an MACD strategy for trending markets. The description of the strategy can be found on the attached youtube video. The video explains the strategy and shows a basic backtest and optimisation on a few symbols. It is advised to carry out a a backetst and optimisation of your own before using the robot. The video can be found at >> https://www.youtube.com/watch?v=wU_XCM_kV0Y&nbsp ;
GMMA Trade X MT5 is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1, MovingAverageMAShift1, MovingAverageShift1, CandlestickShift1, MovingAveragePeriod2, MovingAverageMAShift2, MovingAverageShift2, CandlestickShift2, MovingAveragePeriod3, MovingAverageMAShift3, MovingAverageShift3, CandlestickShift3, MovingAveragePeriod4, MovingAverageMAShift4, MovingAverageShift4, CandlestickShift4, MovingAveragePeriod5, MovingAverageMAShift5, MovingAverageShift5, CandlestickShift5, MovingAver
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
ExtremeX
Noelle Chua Mei Ping
This algorithm thrives on extreme conditions of volatility.  It will evaluate the condition prior to market close, enter a position and exit when market swings to extreme levels in your favour.  The algorithm does not deploy any technical indicators, just simple mathematical calculations.  This works very well on non directional markets especially FOREX in the short term which are very choppy.  You can test out on other asset classes as well.  20 year backtest done to validate the rule.
Universal MT5 MA
Vladimir Gribachev
Trading robot on the Moving Average indicator This is a simplified version of the trading robot , it uses only one entry strategy (the extended version has more than 10 strategies) Expert Benefits: Scalping, Martingale, grid trading. You can set up trading with only one order or a grid of orders. A highly customizable grid of orders with a dynamic, fixed or multiplier step and trading lot will allow you to adapt the Expert Advisor to almost any trading instrument. Drawdown Recove
GridMasterFx   is an innovative tool for automated forex trading, which is based on a combination of a grid strategy and a unique trend calculation algorithm using the Moving Average indicator. This strategy allows the Expert Advisor to open and close positions on time, use the analysis of the current trend and instantly respond to market changes. GridMasterFx   Expert Advisor is an excellent choice for successful automation of your forex trading process. It easily adapts to various market co
PipFinite EA Breakout EDGE MT5
Karlo Wilson Vendiola
5 (2)
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible
Pullback ATR
Sergio Tiscar Ortega
Introducing our innovative Expert Advisor (EA) designed to capitalize on pullback opportunities in the forex market, with the support of the Average True Range (ATR) indicator. This strategy focuses on identifying moments when the price temporarily retraces within a dominant trend, offering potential entry points with controlled risk. The ATR is a volatility indicator that measures the amplitude of price movements over a given period of time. By integrating the ATR into our EA, we can assess the
TropangFX v1 MT5
Jordanilo Sarili
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  Recommendations: Timeframe:   H1   (Any Timeframe) Supported currency pairs:   EURUSD , EURCHF,   USDCAD, AUDCAD, EURAUD and many more... MT4 Version :   Here! L
Intraday News
Thomas Bradley Butler
Get ready to revolutionize your trading experience with Intraday News expert advisor for MT5 platform! This cutting-edge tool is specially designed for news trading, allowing you to capitalize on high-impact events like the Non-Farm Payrolls (NFP) report. You'll never miss a beat in the forex and stock markets. Customize your trading strategy with adjustable inputs for lots, trading times, price movements, and martingale multipliers. Say goodbye to missed opportunities and hello to profitable tr
O Tota Premium aplicado ao mini índice no período gráfico de 1 hora é um EA (Expert Advisor) que possui 4 estratégias de operações embutidas. As duas primeiras são de reversão , a terceira de tendência e a opção premium concilia todas essas estratégias visando buscar operações constantes e com uma ótima assertividade nesse período gráfico. Esse EA não trabalha especificamente com uma tendência de mercado, ou seja, ele pode realizar operações tanto em tendências quanto em consolidações, sendo ide
Golden Harvest MT5
Miss Preeyanut Budsarakham
Golden Harvest MT5 automated trading system is a trading system for trading gold. by default of the variables for gold trading by using the function of Indicator Bollinger Bands Indicator, ATR, std, Ma200 using the martingale trading method. Coupled with the use of the neural network, the main body of finding good trading positions is mainly using bb based on twenty years of backtesting. Get satisfactory trading results, safe in trading gold, at 15 minutes intervals, users can immediately trade
The Seven Candles is an Expert Advisor that implements a strategy originally described on the book Short Term Trading Strategies That Work by Larry Connors and Cesar Alvarez. Developed to trade stock indexes (SP500, Down Jones, NASDAQ, BOVESPA, Nikkei, etc.), this strategy seeks for trading opportunities based on where the close price is in relation with Simple Moving Average indicator. However, in order to be triggered, a pattern between candles also must occur. The original strategy seeks long
MAO Trade X MT5 is an EA based on Moving Average Oscillator. Moving Average Oscillator parameters such as FastEMA, SlowEMA, MACDSMA, BuyShift, BuyValue, SellShift and SellValue can be adjusted. MAO Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through MAO Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
The Inside Bar e one is a reversal/continuation candle formation, and is one of the most traded candle patterns. Robot F1 allows you to configure different trading strategies, Day Trade or swing trade, based on the Inside Bar as a starting point.  This pattern only requires two candles to perform. Robot F1 uses this extremely efficient pattern to identify trading opportunities. To make operations more effective, it has indicators that can be configured according to your strategy. Among th
1. Торговая стратегия Что делает советник: Советник следит за некотоными индикаторами и при определенном условии (или условиях) помещать торговый запрос (на продажу или покупку) в зависимости от условий. Стратегия: Используем индикатор Moving Average (скользящие средние) с периодом 8 (вы можете выбрать любой период, но в данной стратегии мы будем использовать период 8). Советник покупает, если 8-периодная скользящая средняя (далее для удобства будем называть ее MA-8) возрастает и текущая цена з
FREE
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.67 (43)
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
MACD Trading MT5
Matthieu Jean Baptiste Wambergue
Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol modes (market monitoring,
Buyers of this product also purchase
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
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 volati
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (242)
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 Trade EA or Quantum Gold Emperor for free !*** Ask in private for more details
Aura White Edition MT5
Stanislav Tomilov
5 (30)
Aura White Edition is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPUSD,
Gold Trade Pro MT5
Profalgo Limited
4.8 (30)
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 Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File 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 strategy. What do I mean with "real trading strategy"?  As you probab
X Code G
Shintaseftiana
4.17 (12)
ONLY 1 COPIES LEFT AT CURRENT PRICE! , NEXT PRICE  1199 USD,    SO COME ON HURRY UP !! Introducing eXecute-Code (X-CODE) EA - the ultimate Expert Advisor that's out of this world!, X-Code G EA base on Algorithm Levels of Trading.  Live Signal M5     |    Live Signal M1   |     Channel     |    MySetfile_1.5 I design X-Code G EA for XAUUSD/GOLD pair Why should you choose and use X-CODE EA in Trading? X-CODE EA will give you a pleasant trading experience because in X-CODE EA reliable algor
AI TradingVision GPX
Yu Mei Cheng
4.84 (50)
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
Dragon Multi EA MT5
Mansour Babasafary
4.5 (38)
77% discount for the next 10 buyers (original price $3000): 4 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
Brent Oil
Babak Alamdar
5 (1)
“Two Expert Advisors, One Price: Fueling Your Success!”  Brent Oil Scalping Expert + Brent Oil Swingy Expert in one Expert Advisor This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ At the current price, there are only 2 copies left, the next price is -->> 745 $ Welcome to the Brent Oil Brent Oil expert advisor is a powerhouse, engineered to master the volatile energy markets with precision and agility. Brent Oil is not just a system;
Gold Garden MT5
Chen Jia Qi
5 (6)
Deep learning is reshaping gold trading, with intelligent assistants tending to trading gardens like skilled gardeners. The "Gold Garden" EA employs deep learning intelligent technology and 20 years of data training to significantly enhance strategy performance. With it, trading becomes more effortless and intelligent. Let's join hands to usher in the intelligent era and transform trading into a blissful garden. This will be your exclusive Gold Garden Steward. The MT4 version: Gold Garden MT4
Bitcoin Robot MT5
Marzena Maria Szmit
5 (4)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
Gold Trading Algo MT5
Ho Tuan Thang
5 (30)
ONLY 2 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. Limited price $199 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
Quantum Wizard MT5
Bogdan Ion Puscasu
5 (14)
Quantum Wizard is an advanced Expert Advisor for trading the S&P500 (US500), using an sophisticated grid system and advanced money management that's designed for peak performance . It has been in development for more than 2 years, with the latest update coming this year. You can now finally diversify your portfolio with indices trading. Quantum Wizard is very simple to install, it just needs to be installed on US500 with the default settings, on any timeframe. Live signal :   CLICK Quantum
One Gold MT5
Stanislav Tomilov
4.56 (18)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and and advanced technologies in neural networks, EA is capable of analyzing historical and current
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
Hello everyone, let me introduce myself: I am Quantum StarMan, the electrifying, freshest member of the Quantum EAs family. I'm a fully automated, multicurrency EA with the power to handle up to 6 dynamic pairs: AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, and USDCAD . With the utmost precision and unwavering responsibility, I'll take your trading game to the next level. Here's the kicker: I don't rely on Martingale strategies. Instead, I utilize a sophisticated grid system that's designed for
CyberVision EA
Eduard Nagayev
4.57 (23)
CyberVision EA is a technology I developed during my undergraduate studies. CyberVision EA is not just an advisor, it is a high-speed computing machine that can generate historical data. CyberVision EA is not just an EA, it is a high-speed computing machine that works with recurrent neural network (RNN) and generative adversarial network (GAN), and my EA also uses data quantization. Live Signal High:  https://www.mql5.com/ru/signals/2221931 Live Signal:  https://www.mql5.com/en/signals/2218278 C
Aura Black Edition MT5
Stanislav Tomilov
4.17 (24)
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
Oracle MT5
Stanislav Tomilov
5 (7)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Welcome to   GoldEnergy EA , an effective trader for the XAUUSD pair (GOLD). Developed by our team to work in normal accounts, funded prop accounts and prop challenges! Does not use HFT! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller ***Early Release PRICE*** Live $1K Account over 30% Per month Average :  https://www.mql5.com/en/signals/2212389 GoldEnergy  system uses the chart of both the 1 minute and 5 minute timeframe on MT5. Backtest are found in comments sec
GoldPulse AI MT5
Babak Alamdar
4.71 (14)
Buy not a backtest, but a real trading system:   Live Signal 1     Live Signal 2 This price is temporary for the duration of the promotion and will be raised shortly Final Price: 5000 $ There are only a few copies left at the current price, the next price is -->> 500 $ Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! This is the first smartest robot that trades gold or XAU with full pairs like XAUUSD, XAUEUR, XAUGBP, XAUAUD, XAUJPY, XAUCHF, XAUSGD, and XAUCNH! I check the news every si
TrendMaster FX
Chen Jia Qi
4.63 (84)
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
SSX Titan TT
Artem Minchuk
3.28 (47)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
AI NeuroX EA
Denis Kurnev
4.5 (14)
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Gold Excel MT5
Gregory Hay
4.57 (14)
Welcome to   GoldExcel EA , an effective trader for the XAUUSD pair (GOLD). Developed by our team to work in normal accounts, funded prop accounts and prop challenges! Does not use HFT! See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller **V3.0 Update Read Blog :  https://www.mql5.com/en/blogs/post/756411 Live $1K Start Now $15K (Risk Setup 5 -3 -15) :  https://www.mql5.com/en/signals/2133201 Live ICMarkets Account    (Risk Setup 5 -3 -15)   :  https://www.mql5.com/e
Daytrade Pro Algo MT5
Profalgo Limited
4.5 (10)
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 independent
Quantum Trade EA MT5
Bogdan Ion Puscasu
4.79 (138)
Introducing   Quantum Trade 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, Quantum Trade   EA is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quan
Darwin Swing MT5
Guillaume Duportal
4.92 (38)
Darwin SWING Launch price 999 USD , future price 1490 USD DESCRIPTIONS: -- To understand how it works, come read the blog (This EA reflects my philosophy of forex trading...If you like the way I look at it, then you will like my EA. Take the time to do it! (Forex is not a race): https://www.mql5.com/en/blogs/post/745790 -- To see the past performance here are the links of the signals Live and demo signals: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION: After t
DOW King
Anton Kondratev
5 (1)
DOW KING EA  I t is a   Fully Automatic Accessible Index (US30) System  with Open Optimization Parameters and a  Recovery Mechanism. Only 3 Copies of 10 Left  for 345 $ Next Price 799 $  DOW King  GUIDE Signals Commission Broker Refund Updates My Blog Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network. Default Settings for One chart    US30 M15 Each position always has a   Fixed SL & TP    and Virtual   Deal Profit Tracking (VDPT) .    The Current Default Settings
Scalper Deriv
Antonio Simon Del Vecchio
5 (9)
Introducing Scalper Deriv: Elevating Your Scalping Experience. GREAT OFFER FOR A LIMITED TIME Now $350, previously $400. Act now! Get 1 EA free (for 2 trading accounts) -> contact me after purchase. Setfiles and more   here Are you one of those traders who find their passion in scalping and want to make the most of your capital? Whether you have a balance of $20, $200, $2000, $20000, or even $200000 in your account, we have the perfect solution for you! Introducing Scalper Deriv , the Exper
Forex GOLD Investor MT5
Lachezar Krastev
4.88 (49)
SHOCK DEAL --> JUST RELEASED UPDATE + DISCOUNT + BONUS EA Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to get the most successful results. You do not need to do any optimizations if you use the default settings
Dark Algo MT5
Marco Solito
5 (40)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for   Scalping   Trading on   Eurusd . This Expert Advisor is based on the latest generation of   algorithm  and is highly customizable to suit your trading needs. If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated   algorithm  that allows it to   identify   and   follow m
More from author
The Nadaraya Watson Envelope is a technical indicator available in the MetaTrader 4 (MT4) platform. It uses a non-parametric method to estimate the underlying trend of a financial asset based on its past price movements. The envelope is created by calculating a weighted average of the asset's past prices, with more recent prices being given greater weight. This produces a smooth curve that represents the estimated trend of the asset. The envelope is then drawn around this curve, with upper and l
MT4 Local Trade Copier Pro
Biswarup Banerjee
3.77 (13)
About The Product This is an mt4 expert advisor which will let the end user to copy trades from a source mt4 account to N different mt4/mt5 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. you can find the MT5 version   here . You can try the free trial demo
The Nadaraya Watson Envelop indicator for MT5 is a popular tool used by traders to identify trends and potential buy/sell signals. The indicator is based on a non-parametric regression model that uses kernel smoothing to estimate the underlying trend of the market. The resulting envelopes are then plotted around the trend line, providing traders with an indication of where prices are likely to fluctuate. One of the key features of this indicator is its ability to send alerts, emails, and notific
Telegram Signal Sender
Biswarup Banerjee
5 (1)
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Features:  Highly customizable panel for calculating stop loss and take profit values  User-friendly interface for easy setup of forex signals Ability to se
Product Name: Grid Trade Manager MT5 Description: The Grid Trade Manager EA for MetaTrader 5 is meticulously crafted to oversee trades employing a grid trading strategy. It strategically places a sequence of pending buy and sell orders at predefined intervals, forming a grid pattern. This EA vigilantly monitors market fluctuations, dynamically adjusting the grid to optimize potential profits. Additionally, it incorporates robust risk management features to control grid size and curtail potential
FREE
Product Name: Trailing Stop and Breakeven Management EA Description: This EA (Expert Advisor) is designed to set trailing stops and breakeven levels for trades based on input parameters and a magic number in MT5. It can be used to manage trades placed manually or by any other EA. The EA allows customization of various settings to suit your trading strategy. General Settings: Enable Magic Number (ENABLE_MAGIC_NUMBER): Enable to use a magic number for trades. Set to false for manual trades. Magic
FREE
Product Name: Hedge Trade Manager MT5 Description: The "Hedge Trade Manager" EA for MetaTrader 5 is a sophisticated solution designed to adeptly manage trades through a hedge trading strategy. With a range of configurable settings, this EA provides comprehensive control over hedge trades. The documentation below outlines the various inputs and parameters to assist you in customizing the EA to suit your trading preferences. Overall Settings/Input Guide Name Setting Description General Settings Ma
FREE
GG TrendBar
Biswarup Banerjee
GG TrendBar Indicator - Your Multitimeframe ADX Trading Solution Experience the power of multi-timeframe trading with the "GG TrendBar MT5 Indicator." This versatile tool, built upon the ADX indicator, offers precise insights by considering multiple timeframes, ensuring you make well-informed trading decisions. Basic Details : Indicator Type : GG TrendBar Indicator (Multi-Timeframe ADX) Key Metrics : Real-time ADX analysis across multiple timeframes. Customization : Enable or disable specific ti
Brilliant Reversal Indicator for MetaTrader 5 - Your Ultimate Alert-Driven Trading Solution Unlock unparalleled trading success with the "Brilliant Reversal Indicator" tailored for MetaTrader 5. This powerful tool has been meticulously designed to empower traders by identifying critical reversal opportunities with lightning-fast alerts. Key Features: Precise Reversal Detection: The Brilliant Reversal Indicator for MT5 specializes in pinpointing potential trend reversals, providing you with a str
Close Manager MT5
Biswarup Banerjee
Close Manager EA for MetaTrader 5 Introduction: Welcome to the Close Manager EA, an essential tool designed exclusively for MetaTrader 5. This expert advisor has been meticulously crafted to streamline and enhance the trade closure process. Whether trades are initiated manually or by other EAs, this tool offers a diverse range of customizable criteria, empowering traders with enhanced control over their trade exits. You can find the MT4 version here Key Features: Logs Capture (SHOW_LOGS): Enable
FREE
The MT4 indicator that we are describing is designed to provide traders with an alert, notification, and email when Fibonacci levels are crossed. The Fibonacci levels are calculated based on the zigzag indicator, which helps to identify potential trend reversals in the market. When the indicator detects that a price has crossed a Fibonacci level, it will trigger an alert and send a notification to the trader's MT4 mobile app. Additionally, the indicator can be configured to send an email to the
FREE
About The Product This is an MT5 expert advisor which will let the end user to copy trades from a source mt5 account to N different mt5/mt4 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. You can try the free trial demo on the link below. Complete User Gu
Balanced Martingale
Biswarup Banerjee
This is very simple strategy based on martingale and reverse martingale strategy. When Ea keeps on winning it multiplies with winning multiplier ,when it has a loosing streak it multiplies with loosing multiplier. Whenever cycle goes from winning to loosing or vice versa the lot size will be reset to default one. This will keep the risk minimized as we are using it for both side. Also when we are in loosing streak we keep on changing the order type from its previous example for example if we hav
Inventory Retracement Trade it is designed based on one of the most popular tradingview indicator.  This is mostly combined with other popurlar trend indicator to confirm the strength of the movement. Definition Inventory Retracement Trade is quickly becoming one of the most popular ways to identify where short-term counter trend institutional inventory has subsided and when it’s time to re-enter into a trade’s original trend direction.
Super Trend Indicator for MetaTrader 5 - Elevate Your Trading Precision Experience the future of trading with the "Super Trend Indicator" designed for MetaTrader 5. This versatile tool is your key to precise market analysis, providing insights into potential trend directions that enhance your trading decisions. Basic Details : Indicator Type : Super Trend Indicator for MetaTrader 5 Key Metrics : Real-time analysis of market trends using a proprietary algorithm. Customization : Fully customizable
Introducing the Ultimate Trade Panel MT5 - Your All-in-One Trade Manager for MQL5 Trading Are you a trader looking to streamline your trading activities and gain a competitive edge in the market? Look no further! The Ultimate Trade Panel MT5 is here to revolutionize your trading experience on the MQL5 platform. With a plethora of unique and time-saving features, this expert advisor is designed to be your reliable companion for day-to-day trading activities. Key Features: Indicator Manager: Say g
Volume Oscilator is a popular indicator available in trading view which is very popular among traders Definition The Volume Oscillator is an indicator made up of two Moving Averages (MA) surrounding volume, one being fast and the other slow. The slow volume MA value is then subtracted from the value of the fastlow Moving Average. The Volume Oscillator measures volume by analyzing the relationship between the two Moving Averages mentioned. When combined with other indicators it provides a very st
FREE
Account Trailing Stop Manager MT5 Description: The "Account Trailing Stop Manager MT5" EA is designed to automatically calculate and remember the profit of the entire account or specific magic number, and trail it like a trailing stop loss. When the current profit becomes lower than the last saved profit, it will close all trades. This EA provides a convenient way to manage trailing stops for your account. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Featu
FREE
Angle Of Price
Biswarup Banerjee
1 (1)
Angle of Price It is a trend following indicator. The idea behind this indicator is very simple. it calculates the angle of certain price type with its N candle back price type. When the price is moving toward upward direction positive angle histograms will be created and vice versa for downward direction. There are couple of price type supported in this indicator. Which is as follows Close Open High Low Median Typical Weighted When combined with other indicators it could be used as a very power
FREE
Risk Management Panel is unique to tool calculate your risk quickly and place trades based on your account money. There are two options for the user  Account Equity Account Balance Tools like these is specially useful when you have to take a quickly decision about your trade but dont have the time to calculate the risk. It works with magic number. So the advantage is a trade placed by this panel could be manipulated by the other expert advisors as well
FREE
Angle of Moving Averages This indicator is very simple yet powerful concept which constantly calculate the slope of the current bar moving average with respect to the N bar before moving average value. This no only give a good entry and exit signal but also it shows traders the strength of the signal. It shows positive green histogram when market is moving toward upward direction and red histograms for downtrend. When large histograms found means market has  very strong trend. Inputs Available
Description This Expert Advisor mainly works on range breakout on a particular timeframe. The logic behind the this pretty simple. When a range is formed in any time frame (e.g. the range should be less than 20 pips and there must be atleast 30 candle in that range), this ea will wait for the range to be broken out on any direction. If the range is broken on the upper side it will enter into the buy position and hedge the lower ragne with sell position(Could be martingale multiplied lots). If
Confluence Indicator is unique indicator which collects differnt popular indicators and analyzes their data. It decides an overall trend with its strength. It is not only helpful for identifying the the current picture of the market but also helps traders to stay away from non trending market. It maximize the chance of winning by giving an aggregate picuture of markets best reliable technical indicator settings There are total 7 types of signal which this indicator provides. Each candle will sho
STM Trade Panel
Biswarup Banerjee
Simple trade manager panel is a very usefull utility which gives the trader a flexibility to place orders and close them by profit and loss amount . It also helps in trailing the profit with amount.  It works seamlessly on mt4 terminal. It has features to close specific order type or close all trades Features in nutshell Stoploss ,Takeprofit and Lot size control Book Profit based on amount Cut Loss based on amount Trail Profit after some time Close specific order Type Close all orders
Hercules is a trend indicator which is a very powerfull tool to enter into the position at right time. it also indicates the the rangebound areas very easyly. Its visual representation is same like supertrend . But it is more advanced then super trend . If you combine the entry signal of multiple time frame it would give 98% accuracy in most of the symbols. Additional Features Notification  Alerts Email Arrow for buy and sell signals Easyly accesible buffers for EA development
This is  a combination of utility and trend scalping EA. User can utilize features of many ea within this single ea. you can say it can be configured in such a way that it will act as a different ea based on each setup. There could many permutations combinations of the available indicaotrs , based on which buy and sell signals could be generated. If anyone wants to use it just for alert then also it can be done. It supports all currency pairs and all time frames. List of Indicators Avaialble Rsi
Rich Dad Scalper EA
Biswarup Banerjee
Description Rich dad is scalping bot which works based on multiple trend following indicators settings which is used by many professional traders. It works on the principle of trade accumulation and profit banking system.Once Ea gets the singal for buy and sells it keep on accumulating them bases on some risk calculation. Once the stoploss or profit hits based on risk calculation it will bank profit or cut the losses. It uses the the martingale principle but it is upto the trade if he want to us
Double top and bottom indicator is a pattern scanning indicator which scans the tops and bottoms using zig zag pattern. When it find price bouncing back from the same point twice after a long trend then it generate arrow signals whenever the last resistance points is broken for double bottom and last support price broken for double top. Unlike other top bottom scanner it does not give only 1 signal. it alerts user when ever the last support /resistance is broker from double top/bottom pattern un
Fill The Gap Grid
Biswarup Banerjee
This is a pure grid strategy which completely works on pricelevel. So the idea behind this simple algo is when it starts it places 6 orders.  Buy- Current price Sell- Current price BuyStop-  Current price+ Some Pip Configurable distance Sell Limit -   Current price+ Some Pip Configurable distance BuyLimit-    Current price- Some Pip Configurable distance SellStop -     Current price- Some Pip Configurable distance When any order hits its take profit it fill the gap with pending order. and Wh
Known as the SSL , the Semaphore Signal Level channel chart alert is   an indicator that combines moving averages to provide you with a clear visual signal of price movement dynamics . In short, it's designed to show you when a price trend is forming. This indicator is nothing but two 10-period simple moving averages with one applied to the high of the price and the other applied to the low of the price, therefore forming an envelope that follows the market price. The idea is to trade based on t
Filter:
kinao
181
kinao 2024.01.08 02:19 
 

Unlike other expensive RSI EAs with limited features, this EA stands out by offering a wide range of functionalities at a reasonable price. Its settings align with my preferences, making it easy to use. The developer is highly responsive and user-friendly. The backtesting results are very promising, and I will begin live trading this week. I'll share updates on its performance later.

Reply to review
Version 4.0 2024.02.17
new performance improvement changes
Version 3.0 2024.01.19
dashboard bug fixed
Version 2.0 2024.01.07
only long and short issue fixed
added new input Next open trade after x second [0: disable]