• Overview
  • Reviews
  • Comments (2)

Aggressive Step Trading

//+------------------------------------------------------------------+
//|                                                   RSICascade.mq5 |
//|                                  Copyright 2024, MetaQuotes Ltd. |
//|                                             https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2024, MetaQuotes Ltd."
#property link      "https://www.mql5.com"
#property version   "1.00"
#include <Most_Common_Classes.mqh>



   double lotSize;
   int RSIShift_current = 0; 
   int RSIShift_Previous = 1;

   
   bool enough_money;
   bool enough_valume;
   string message;
   bool IsBuy;
   bool TradeIsOk;
   double StopLoss;
   double TakeProfit;
   double Refference_MA;
   double Current_RSI;
   double Previous_RSI;

   input double RiskPercent=0.01;
   input double R2R=2;
   input double StopLossPoints=400;
   input double MinimumStopLossPoints=100;
   input int RSIPeriod = 7;
   input int RSI_LowerLimit=30;
   input int RSI_HigherLimit=70;
   ST_StopLoss_TakeProfit arr;

void OnTester()
{

}
void OnTick()
  {
     double ask = NormalizeDouble(SymbolInfoDouble(_Symbol, SYMBOL_ASK), _Digits);
     double bid = NormalizeDouble(SymbolInfoDouble(_Symbol, SYMBOL_BID), _Digits); 
     
     Current_RSI=RSICalculator(_Symbol,PERIOD_CURRENT,RSIPeriod,RSIShift_current);
     Previous_RSI=RSICalculator(_Symbol,PERIOD_CURRENT,RSIPeriod,RSIShift_Previous);  
     Refference_MA= MACalculator(_Symbol,PERIOD_D1,30,1,MODE_SMA,PRICE_CLOSE);
     
     
     if(IsNewCanddle(PERIOD_H1))
         {
         TradeIsOk=true;
         
         //if(PositionsTotal() != 0)canddleCount=canddleCount+1;
         
         }  
     
     
        if(Current_RSI>RSI_LowerLimit && Previous_RSI<RSI_LowerLimit && SymbolOpenOrders(Symbol())==0 && TradeIsOk && ask>Refference_MA)
            {
      
               StopLoss=ask-StopLossPoints*Point();
               //lotSize=OptimumLotSize(_Symbol,ask,StopLoss,RiskPercent);
               lotSize=0.01;
               enough_money =CheckMoneyForTrade(Symbol(),lotSize,ORDER_TYPE_BUY);
               enough_valume=CheckVolumeValue(lotSize,message);
               TakeProfit=ask+R2R*StopLossPoints*Point();
               if(enough_money && enough_valume)Trading.Buy(lotSize, NULL, ask,  StopLoss,0, "Logic Order");
               IsBuy=true;
            }
     
        if(Current_RSI<RSI_HigherLimit && Previous_RSI>RSI_HigherLimit && SymbolOpenOrders(Symbol())==0  && TradeIsOk && bid<Refference_MA)
            {
      
               StopLoss=bid+StopLossPoints*Point();
               //lotSize=OptimumLotSize(_Symbol,ask,StopLoss,RiskPercent);
               lotSize=0.01;
               enough_money =CheckMoneyForTrade(Symbol(),lotSize,ORDER_TYPE_SELL);
               enough_valume=CheckVolumeValue(lotSize,message);
               TakeProfit=bid-R2R*StopLossPoints*Point();
              if(enough_money && enough_valume)  Trading.Sell(lotSize, NULL, bid, StopLoss,0, "Logic Order");
               IsBuy=false;
            }  
            
      
           if(TradeIsOk && SymbolOpenOrders(Symbol())>=1)
      {   
        //arr=Cascade_trading(_Symbol,lotSize,IsBuy,ask,bid,TakeProfit,StopLoss,StopLossPoints,MinimumStopLossPoints,R2R,true, SymbolOpenOrders(Symbol()));
        
       
         //TakeProfit=arr.NewTakeProfit;
         //StopLoss=arr.NewStopLoss;

      }
   
  }

Recommended products
DeM Expert
Nikolaos Pantzos
DeM_Expert   is structured based on a specific technical analysis indicator ( DeMarker ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs, one pair per chart. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
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
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.73 (11)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Babel Assistant
Iurii Bazhanov
4.43 (7)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Long Waiting
Aleksandr Davydov
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. Recomm
FREE
Grid Machine MT5
Ivan Grachev
3.98 (42)
EA finds the largest volume in the market and determines the level for entry. After crossing the level towards the breakdown, a market order is opened. The EA builds a two-sided grid of orders, adapting to the market. Each direction of orders works separately and has its own take-profit. Thus, the adviser covers the whole trend, starting from its start, while the adviser perfectly passes the flat market condition, trading both directions. Please see all my products:  https://www.mql5.com/en/user
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.57 (14)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
High Low Open Close
Alexandre Borela
4.98 (43)
If you like this project, leave a 5 star review. This indicator draws the open, high, low and closing prices for the specified period and it can be adjusted for a specific timezone. These are important levels looked by many institutional and professional traders and can be useful for you to know the places where they might be more active. The available periods are: Previous Day. Previous Week. Previous Month. Previous Quarter. Previous year. Or: Current Day. Current Week. Current Month. Current
FREE
SpikeBoom
Kabelo Frans Mampa
A classic buy low & sell high strategy. This Bot is specifically Designed to take advantage of the price movements of US30/Dow Jones on the 1 Hour Chart, as these Indices move based on supply and demand. The interaction between supply and demand in the US30 determines the price of the index. When demand for US30 is high, the price of the US30 will increase. Conversely, when the supply of shares is high and demand is low, the price of t US30  will decrease. Supply and demand analysis is used to i
FREE
QuantumAlert RSI Navigator is a free indicator available for MT4/MT5 platforms, its work is to provide "alerts" when the market is inside "overbought and oversold" regions in the form of "buy or sell" signals. This indicator comes with many customization options mentioned in the parameter section below, user can customise these parameters as needful. Join our MQL5 group , where we share important news and updates. You are also welcome to join our private channel as well, contact me for the priva
FREE
Fibo Trader FREE MT5
Grzegorz Korycki
3 (3)
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
OK here it is!! I must confess I'm a big fan and user of my Bullscalper and Bear scalper... but this ea is really showing amazing results  what does it do: this ea will open positions based on Fibonacci chart that will be magnetize to your on chart the use of time frame has no meaning the Fibonacci stick to the high and low looking back in hours  my suggestion is any thing from a week time to a month  let it work its charm second it will secure positions with an automatic trailing loss Have f
FREE
LT Donchian Channel
Thiago Duarte
4.83 (6)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Brent Trend Bot
Maksim Kononenko
3.67 (3)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Spike Catch Pro
Amani Fungo
4.14 (7)
Spike Catch Pro 22:03 release updates Advanced engine for searching trade entries in all Boom and Crash pairs (300,500 and 1000) Programmed strategies improvements Mx_Spikes (to combine Mxd,Mxc and Mxe), Tx_Spikes,   RegularSpikes,   Litho_System,   Dx_System,   Md_System,   MaCross,   Omx_Entry(OP),  Atx1_Spikes(OP),   Oxc_Retracement (AT),M_PullBack(AT) we have added an arrow on strategy identification, this will help also in the visual manual backtesting of the included strategies and see ho
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
Range Auto TP SL
Dilwyn Tng
4.47 (34)
Range Auto TP SL  is for you, 100% free for now, download it and give me a good review and you are free to use it for lifetime !!!! Range Auto TP SL is a EA to set Stop Loss and Take Profit level based on range using Average True Range (ATR). It works on both manually opened positions via PC MT5 Teriminals or MT5 Mobiles and EA/robots opened position. You can specify magic number for it to work on or it can work on all the positions. Many EA does not good Stop Loss and Take Profit function and
FREE
Super Trend Alert Indicator for MT5 is a powerful tool designed to help traders identify and follow market trends with precision. This indicator uses a proprietary algorithm to analyze price movements and provide clear trend signals, making it suitable for traders across all experience levels. You can find the MT4 version here Key features of the Super Trend Indicator include: Advanced trend analysis with real-time market scanning to detect potential trend directions. Real-time alerts that not
FREE
Cybertrade Keltner Channels
Emanuel Andriato
4.75 (4)
Cybertrade Keltner Channels - MT5 Created by Chester Keltner, this is a volatility indicator used by technical analysis. It is possible to follow the trend of financial asset prices and generate support and resistance patterns. In addition, envelopes are a way of tracking volatility in order to identify opportunities to buy and sell these assets. It works on periods longer than the period visible on the chart. All values ​​are available in the form of buffers to simplify possible automations.
FREE
King Ruay Scalper GOLD Plus EA The King Ruay Scalper GOLD Plus EA is built on a real breakout strategy—No AI, No Grid, No Martingale, No Averaging. It identifies key buy and sell levels and places stop buy/sell orders accordingly. Once an order is executed, the scalper engine takes over to manage the position efficiently. This EA is versatile and works on various pairs, including GOLD and more. The default preset is optimized for GOLD, and you can find additional set files for other pairs below.
Pivot Point Fibo RSJ is an indicator that traces the support and resistance lines of the day using Fibonacci rates. This spectacular indicator creates up to 7 levels of support and resistance through Pivot Point using Fibonacci rates. It is fantastic how the prices respect each level of this support and resistance, where it is possible to perceive possible entry/exit points of an operation. Features Up to 7 levels of support and 7 levels of resistance Set the colors of the levels individually
FREE
Meet SLALOM: Your Trading Companion with Smart Recovery! Hey there, fellow trader! Looking for an EA that not only finds great opportunities but also bounces back when the market doesn't go your way? Please comment review and share your results with the slalom scalper Say hello to SLALOM!  What Makes SLALOM Special: **Spots Opportunities**: SLALOM keeps an eye on the market for you, jumping on new highs and lows when others might miss them **Bounces Back After SL**: When a trade hits stop-lo
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
QuantScalping
Jakub Schwarz
QuantScalping - Precision Scalping for Consistent Profits Join channel here:  https://www.mql5.com/en/channels/quantbreakprop Overview QuantScalp is a cutting-edge scalping trading strategy designed to maximize your trading efficiency and profitability. Built with advanced algorithms and tailored for high-frequency trading, QuantScalp offers a unique approach to the markets, ensuring faster wins and higher win rates. Key Features Optimized Scalping Strategy : Harnesses advanced technical analy
FREE
Midnight Scalper is based on a sound trading principle. It is made to trade during times when the market is at low volatility. From 23:00 to 00:00 is best.  It uses multiple indicators for precise entry and exits with a basic fixed stop loss and take profit as part of its money management strategy.It does not put your funds at high risk with such methods as martingale, grid, averaging positions or no stop loss trading. ECN broker is required with a tight spread and low commission. NOTE : After a
FREE
The   Haven FVG   indicator is a market analysis tool that highlights inefficiency areas (Fair Value Gaps, FVG) on the chart, providing traders with key levels for price analysis and decision-making. Other products ->  HERE Main Features: Customizable color settings: Color for Bullish FVG   (Bullish FVG Color). Color for Bearish FVG   (Bearish FVG Color). Flexible FVG visualization: Maximum number of candles for FVG detection. Additional extension of FVG zones by a specified number of bars. Opt
FREE
Golden Square X
Huynh Tan Linh N
5 (4)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Buyers of this product also purchase
Beatrix Inventor MT5
Azil Al Azizul
4.91 (46)
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which makes the analysis more accurate. The algorithm used in developing this EA is a reliable algorithm both in entry and managing floating minus. This EA is designed to be used on the XAUUSD / GOLD pair
AiQ
William Brandon Autry
4.14 (7)
Introducing AIQ—The Evolution of Autonomous Trading Intelligence I'm proud to present AIQ (Autonomous Intelligence), the next generation of AI-powered trading technology. Building on the foundation that made Mean Machine GPT revolutionary, AIQ introduces a groundbreaking multi-tier API redundancy system with automated fallback protocols, combined with advanced breakout/reversion techniques that capitalize on market inefficiencies with zero slippage execution. AIQ harnesses the power of cutting-
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (386)
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 Wizard or Quantum StarMan or Quantum Gold Emperor for free !*** Ask in private for more details
PrizmaL Gold
Vladimir Lekhovitser
4.91 (23)
Live signal Live signal Blueberry Standard Live signal Blueberry Raw Find out more here:   https://www.mql5.com/en/users/prizmal/seller PrizmaL Gold – Advanced Trading Robot with Proven Championship Performance. PrizmaL is a high-performance trading robot that secured 2nd place in the World Championship of Trading Robots (MetaQuotes Automated Trading Championship 2008). Designed for traders seeking substantial profit potential over short timeframes, PrizmaL employs adaptive take-profit and
Gold Scalping AI MT5
Ho Tuan Thang
4.89 (27)
Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me ONLY 4 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL (Real Signal active for over 6 months): Default Setting:  https://www.mql5.com/en/signals/2276213 Gold Scalping AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold   Scalping   AI
PrizmaL Scalper
Vladimir Lekhovitser
5 (1)
Live signal Find out more here:   https://www.mql5.com/en/users/prizmal/seller PrizmaL Scalper - Intraday Scalping for XAUUSD This trading algorithm is designed for speculative trading in the spot gold market XAUUSD. It employs advanced market microstructure analysis techniques, reacting to price impulses and liquidity in real time. The algorithm is not subject to swaps, making it particularly effective for active intraday trading. Optimized risk management and dynamic adaptation to volatil
Quantum Bitcoin EA
Bogdan Ion Puscasu
5 (45)
Quantum Bitcoin EA : There is no such thing as impossible, it's only a matter of figuring out how to do it! Step into the future of Bitcoin trading with Quantum Bitcoin EA , the latest masterpiece from one of the top MQL5 sellers. Designed for traders who demand performance, precision, and stability, Quantum Bitcoin redefines what's possible in the volatile world of cryptocurrency. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup i
Aura Neuron MT5
Stanislav Tomilov
5 (19)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pairs such as XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as m
Scalping Robot MT5
Marzena Maria Szmit
4.46 (50)
Introducing our advanced Scalping Forex Robot. The scalping algorithm is built to spot high-probability entry and exit points, ensuring that every trade is executed with the highest chance of success within the M1 timeframe . The best pair to use with the Scalping Robot is XAUUSD .This robot is perfect for traders who prefer the scalping method and want to take advantage of rapid price movements without having to manually monitor the charts. It is suitable for both beginners looking for an autom
Mean Machine
William Brandon Autry
5 (36)
Introducing Stage 7.0—A Revolutionary Leap in AI Trading Technology I'm proud to announce my most significant update yet: Stage 7.0. This groundbreaking release introduces AI Position Management, which dynamically modifies Take Profit and Stop Loss levels in real-time, ensuring optimal position management with priority handling across all symbols. Stage 7.0 harnesses the power of cutting-edge AI models, including DeepSeek R1 and OpenAI's O3 mini, delivering enhanced reasoning capabilities acros
Bitcoin Robot MT5
Marzena Maria Szmit
4.64 (97)
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
GbpUsd Robot MT5
Marzena Maria Szmit
4.94 (98)
The GBPUSD Robot MT5 is an advanced automated trading system meticulously designed for the specific dynamics of the   GBP/USD   currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to   identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD.  The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-E
Eternal Engine is an advanced EA that integrates multiple indicators with grid and Martingale strategies. Its core feature is precise entry point control, enabling it to perform exceptionally well even in complex market environments. Eternal Engine EA offers numerous trading opportunities, is not sensitive to spreads, and ensures accurate execution of every trade through strict entry point management. The strategy has been proven in live trading, providing over a year of low-drawdown real-time s
Dax Killer
Pablo Dominguez Sanchez
5 (2)
After 6 Years of Successful Manual Trading, My Strategies Are Now Available as Expert Advisors! Introducing the DAX Killer EA – a trading system built for the DAX Index from years of hands-on experience, extensive testing, and a steadfast commitment to secure, strategic trading. NO GRID, NO MARTINGALE, TIGHT SL EVERY TRADE. ONE TRADE PER DAY .   NO LOT MULTIPLIER.  The price of the EA will increase by $100 with every 10 purchases. ICTRADING LIVE SIGNAL   DAX Killer Public   Chat   Group   IMPOR
Wall Street Killer
Pablo Dominguez Sanchez
4.88 (33)
After 6 Years of Successful Manual Trading, My Strategies Are Now Available as Expert Advisors! Introducing the WallStreetKiller EA – a trading system built for the US30 from years of hands-on experience, extensive testing, and a steadfast commitment to secure, strategic trading. NO GRID, NO MARTINGALE, TIGHT SL EVERY TRADE. ONE TRADE PER DAY .   NO LOT MULTIPLIER.  The price of the EA will increase by $100 with every 10 purchases. ICTRADING LIVE 10K SIGNAL   (You won´t see many other sellers wi
Plaza
Anton Kondratev
5 (2)
PLAZA EA  is a Multi-Currency, Flexible, Fully Automated and Multi-Faceted Open Tool for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale   , Not     AI     , Not     Neural Network , Not Arbitrage . Default Settings for One Сhart   XAUUSD or GOLD H1 PLAZA GUIDE Signals Commission Broker Refund Updates My Blog Only 4 Copy of 10 Left  for 390 $ Next Price 990 $ Each position always has a   Fixed SL+TP   and  Virtual   Deal Profit Tracking . Any Profit Tracki
Quantum Queen MT5
Bogdan Ion Puscasu
4.99 (87)
Hello, traders! I am Quantum Queen, the newest and a very powerful addition to the Quantum Family of Expert Advisors. My specialty? GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. I am here to prove that I am the most advanced Gold trading Expert Advisor ever created. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Live
Revert Edge
Levi Dane Benjamin
5 (2)
Revert Edge is a carefully crafted algorithm built on 7+ years of live trading experience. Its core focus is slow, steady account growth with an emphasis on long-term performance and not unsustainable, quick, short-term gains. The EA is developed to trade multiple currencies such as AUDCAD, AUDUSD, EURCAD, EURGBP, EURUSD, GBPUSD, NZDCAD, NZDJPY, USDJPY and more! It uses a mean reversion strategy and takes advantage of price levels that are sensitive to some sort of reaction which the EA takes ad
AI DeepSeek Dynamics Adaptive Signal Architecture for XAU/USD | H1 AI DeepSeek Dynamics is not just an Expert Advisor. It is a modular cognitive trading system designed for precise and adaptive performance on the XAU/USD (Gold) pair, built to thrive in high-volatility market conditions and meet the strict requirements of prop firm environments. Powered by a neuro-quantum architecture and the integrated DeepSeek recommendation module, this EA continuously analyzes market structure in real time an
AlphaFlow EA MT5
Dolores Martin Munoz
4.27 (11)
Alpha Flow EA: Elevate Your Trading to New Heights Introducing Alpha Flow EA —a state-of-the-art trading advisor designed to transform your trading experience through strategic precision, adaptability, and advanced market analysis. Built with proprietary trading algorithms and deep market insights, Alpha Flow EA delivers exceptional performance across diverse trading environments, helping you stay ahead of market trends. Real Signal XAUUSD:  View Live Signal Real Signal EURUSD:  View Live Signa
Zen Flow 2
Hamza Ashraf
4.33 (15)
LAUNCH PROMO: Final price: 1,700$ Only 2 copies left at $399. Next price will be $499 Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Instruction Blog Link to Channel Welcome to ZenFlow! ZenFlow is an advanced EA designed to adapt to changing market trends with precision and speed. It is optimized to trade the XAUUSD( or GOLD) symbol and should be run on only one chart. This EA uses a sophisticated trend-following strategy combined with a momentum-based indicator that ide
Goldenity AI
Zuzanna Slawinska
2.57 (53)
After years of manually trading gold and watching its every move, I finally decided to transform my proven strategies into an automated solution. I was fortunate enough to meet an exceptional programmer who shared my passion for the markets. What started as casual discussions about trading turned into a partnership that would lead to creating Goldenity - a sophisticated AI-powered system that combines my trading experience with cutting-edge machine learning. We spent the last year pouring our h
Advanced Indices Pro
Lo Thi Mai Loan
5 (6)
Welcome to Advanced Indices EA - a safe, long-term EA with great risk-reward potential. Now, 438 USD for 10 buyers, next price 538 USD.( Only 1 copy left. ) Only 100 copies available on MQL5. LIVE SIGNAL   BACKTEST GUIDE MT4 VERSION: Please message me for more details. Advanced Indices EA is the first EA I’ve designed to trade multiple instruments like US30 (Dow Jones), USTEC (Ndx100, Nas100, Nasdaq). The EA uses a 100% price action strategy from the previous day to find entries for today. Each
Golden Rhythm MT5
Zeeshan Ali
2.4 (10)
Golden Rhythm - Adaptive Trading with Built-in News Protection Only 2/5 copies left at price $250. Offer is available for 24H. Next price will be $300. Golden Rhythm - Master Volatility with Ease Access the expert details here . Please join our channel here . Take advantage of cutting-edge technology with Golden Rhythm! This EA is optimized to adapt to volatile markets, giving traders the tools they need to control risk . Whether you’re just starting out or you're a pro trader looking for advanc
Synthara MT5
Herlina Sari
5 (3)
ONLY 2 COPIES OUT OF 10 LEFT AT $499, NEXT PRICE $699 Synthara MT5 EA is Fully Automated Expert Advisor specifically designed to run on the XAUUSD/GOLD pair.  Hello everyone, I am currently launching the newest and best product from its predecessor. Synthara MT5 EA is more selective and accurate in signal entry and better in managing existing transactions. Synthara MT5 EA analyzes markets based on trends, overbought and oversold zones and price action. Synthara MT5 EA Live Signal with Default Se
EvoTrade EA MT5
Dolores Martin Munoz
5 (12)
EvoTrade: The First Self-Learning Trading System on the Market Allow me to introduce EvoTrade —a unique trading advisor built using cutting-edge technologies in computer vision and data analysis. It is the first self-learning trading system on the market, operating in real-time. EvoTrade analyzes market conditions, adapts strategies, and dynamically adjusts to changes, delivering exceptional precision in any environment. EvoTrade employs advanced neural networks, including Long Short-Term Memory
Big Forex Players MT5
Marzena Maria Szmit
4.76 (91)
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  (positions are sent from our database t
The Infinity EA MT5
Abhimanyu Hans
3.75 (48)
Contact me for discount before purchasing! AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD, XAUUSD and AUDCAD. It focuses on safety, consistent returns, and infinite profitability. Unlike many other EAs, which rely on high-risk strategies such as martingale or grid trading. Infinity EA employs a disciplined, profitable scalping strategy based on neural network embedded over machine learning, data analytics AI based technology provid
SmartChoise
Gabriel Costin Floricel
4.27 (33)
SmartChoise EA: Advanced Neural Network–Powered Trading Solution for XAU/USD (Gold) A cutting-edge, neural network–powered Expert Advisor (EA) designed exclusively for trading XAU/USD (Gold). By processing real-time market data, it adjusts strategies according to current conditions for optimal trade execution and robust risk management. Unlike many EAs that rely on martingale approaches, SmartChoise EA employs adaptive lot sizing and stringent risk controls—suitable for traders of all experience
Gapscalper AI
Ruben Octavio Gonzalez Aviles
3.9 (10)
Gapscalper AI is an advanced AI-powered trading algorithm that intelligently detects Fair Value Gaps (FVG) and combines them with traditional technical analysis to forecast price movements with high precision. At its core, the system leverages a proprietary reinforcement learning model that has been meticulously trained to identify hidden market inefficiencies and exploit them with dynamic trade execution strategies. This cutting-edge approach allows the EA to recognize high-probability setups a
More from author
#property copyright "Copyright 2023, MetaQuotes Ltd." #property link      " https://www.mql5.com " #property version   "1.00" #include <Most_Common_Classes.mqh>    // Define parameters for the moving averages    input int fastMAPeriod = 10;  // Fast MA period (e.g., 10 for scalping)    input int slowMAPeriod = 20;  // Slow MA period (e.g., 20 for scalping)    input ENUM_MA_METHOD maMethod = MODE_SMA;    double lotSize;    int maShift_current = 0;     int maShift_Previous = 1;        bool enou
FREE
This Expert advisor does not do any trade, but it scans the whole symbols in your market watch and scan each shares one by one in different timeframes and at the end it shows you which symbol in which timeframe has a powerful engulfing candle. Furthermore, you can define a MA period and a high and low RSI limit, and it shows you which symbols in which timeframe is going to cross the adjusted moving average, and which symbol in which timeframe is going to cross high or low limit of the RSI.  The
FREE
Important Note: Before using it in a real account test it in your demo account. //+------------------------------------------------------------------+ //|                                             Optimum_Lot_Size.mq5 | //|                                  Copyright 2023, MetaQuotes Ltd. | //|                                              https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Ltd." #property
FREE
Filter:
No reviews
Reply to review