Hedge Range Breakout

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 it hits the take profit amount then ea will close the trade if not and it again open a hedge trade, then the  hedge range will be placed on higher range. It will keep on placing the trades till it meet the overall profit amount mentioned in the input

For detailed documentation Overall Settings/Input Guide 

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.
Hedge Settings Indicates the start of the hedge settings section.
Enable Hedge Enables or disables the hedge; currently set to true.

Hedge Distance Specifies the hedge distance as 10.
Hedge Lot Increase Mode Determines how the lot size is increased in the hedge; currently set to MULTIPLY (1).

Hedge Increase Factor Sets the increase factor for the hedge as 2.

Max Hedge Step Sets the maximum hedge step as 9999.

Hedge Execution Mode Specifies the execution mode for the hedge; currently set to PENDING (2).

Hedge SL/TP Mode Specifies the stop loss and take profit mode for the hedge; currently set to FIXED_AMOUNT (1).
Hedge Fixed Stop Loss Sets the fixed stop loss for the hedge; currently set to 0 (disabled).

Hedge Fixed Take Profit Sets the fixed take profit for the hedge as 2.

Hedge Equity % Stop Loss Sets the equity percentage stop loss for the hedge as 10.

Hedge Equity % Take Profit Sets the equity percentage take profit for the hedge as 2.
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 deploying in live markets, thorough testing in a demo account is strongly advised. This ensures a comprehensive evaluation of the EA's performance, its alignment with your trading strategy, and an assessment of risk tolerance levels.


Note: This strategy uses the dangerous martingale principle. If you dont want to use that. You should keep the martingale multiplier as 1. 

Recommended products
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.73 (41)
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
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Trend Analizer Bot
Pavel Predein
4.67 (3)
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
The MelBar HedgeScalper FinTech RoboTrader MAXIMUM LOTSIZE : 100 Lots (US$10,000,000) per TRADE/POSITION FULLY TRIED, TESTED, PROVEN & VERIFIED ON A REAL LIVE TRADING ACCOUNT! TRY OUT THE DEMO! The Experienced Trader & Global Money Manager Version. 89% Trade Winning Percentage. 32.679% Profit Gain or ROI in 2 Trading Days. Profit Factor 3.59 Average Trade Length 1h 22m. The MelBar HedgeScalper FinTech RoboTrader is easy to use. Has the Advantage of Retiring Unnecessary "Debt" Positi
GMMA Trade X is an EA based on GMMA. GMMA parameters such as MovingAveragePeriod1-24, MovingAverageMAShift1-24, MovingAverageShift1-24 and CandlestickShift1-24 can be adjusted. GMMA Trade X 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 GMMA Trade X. Good luck. = == == Inquiries = == == E-Mail:support@btntechfx.com
Breakout Monster Mini
Abdulfattah Yahya Mohammed Alhazmi
5 (3)
It is a very profitable EA, to trade trends breakout, and manage trades, takeprofit, stoploss, move to breakeven, and trailing stop. I work with this EA, and the reversal/pullback version since 2014.  This is a demo   version of the full   Breakout Monster EA . It works on Real and Demo accounts. Demo version restrictions: Money Management is disabled. Lot size is restricted to 0.01 lots only (Or the minimum allowed by broker). Numerical, SL and TP set to 100 pips. They cannot be modified in
FREE
Jet Punch
Didit Haryadi Saputra
Jet Punch is another best expert advisor for MT4,  can help you make money while you sleep by automatically entering and exiting trades. It trades by opening trades every day and closing them at the right time to ensure you always earn a profit. The software is very simple and can be used by both beginner and experienced traders.  Jet Punch was tested and has successfully passed the stress test with slippage and commission approximate to the real market condition. Recommendations: Currency pair:
CodEx 4
Anton Gorin
2.5 (4)
Operation of the CodEx 4 Expert Advisor is based on patterns composed of consecutive candles. Positions are closed when opposite signals appear. Sequences of candles are encoded into an integer according to the following rule. The code number must be converted to binary form and the highest bit must be discarded. The resulting sequence of bits encodes a continuous sequence of candles, where 1 is a bullish candle, 0 is a bearish candle. The higher bits encode the earlier candles. For example: 19[
FREE
Forest
Vadim Podoprigora
Forest is a Trend Expert Advisor based on the analysis of a unique mathematical model of trend lines, which allows you to determine the trend movement. The Expert Advisor is most suitable for the currency pair "USDCHF" on period "H1". The EA can work on any type of accounts, and with any brokers. The EA uses mathematical analysis to open trades and applies loss control to open trades. At its core, the EA does not use any risky systems with the increase in the volume or increase in the number of
RRS Impulse Plus
Rajeev Ranjan Sharma
RRS Impulse Plus EA is an advanced version of RRS Impulse EA . This upgraded version provides more flexibility with several new options. The EA scalps using the Relative Strength Index (RSI), Stochastic Oscillator, Moving Average (MA), and Bollinger Bands indicators to identify trend and counter-trend opportunities. As a multi-pair EA , it scans multiple currency pairs for signals. This EA includes various features such as Trailing, Risk Management, Money Management, Restriction Mode, and more.
FREE
Skull Per
Che Jeib Che Said
4 (1)
Skull Per https://www.mql5.com/en/users/earobotkk/seller#products This is a fully functional Expert Advisor. It is intended for trading major currency pairs with small spread. It uses scalping technique for quick profit and easy to use with simple input parameters. Input Max Spread:  maximum spread allowable for trading. Magic No: unique expert number. Lot: size of lot. Lot Multiplier: size of subsequent lot by multiplication. Take Profit: take profit in pips. Stop Loss: stop loss in pips. Trail
FREE
Gyroscopes
Nadiya Mirosh
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
Vizzion
Joel Protusada
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks on
Algorithmic FREE
Vladimir Gorbachev
5 (4)
Medium-term trading system that tries to profit during the price rollbacks after significant movements. The system automatically determines the current trading range, the price rollback levels. This is a demonstration version of the Algorithmic EA, which is optimized over the year 2016 for trading the EURUSD currency pair. It is possible to trade in manual mode using a simple on-screen panel or in fully automatic mode. Amount of trades per month is from 5 to 18 in automatic mode. The recommended
FREE
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Precision Scalper Pro
Stephen Robert Powell
Precision Scalper Pro  MT4  | Free for the next 30 days |  Ends 02/27/2026  Precision Scalper Pro is a cutting-edge trading algorithm designed to streamline trading with pinpoint accuracy and efficiency. No Fancy buttons and displays, just straight-up trading with the best logic and profit in mind. It does the work so you don't have to! Minimum Equity requirements to start with the ability to adjust your risk management settings. You have settings to customize your trading,  Contains robust ris
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Smart Funded Hft
Barbaros Bulent Kortarla
4.82 (65)
Smart Funded EA is an expert advisor designed to pass the HFT challenges of prop firms that allow its use. You can check my blog post about HFT Prop firms before buying a challenge. Do I need to back-test? You do not need to backtest, and demo servers that you backtest will not give the real results since HFT prop firms servers and symbols are specially designed friendly with HFT bots. Samart Funded HFT has a hundred percent success rate so do not waste your time back testing. You can test the
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
PipFinite EA Breakout EDGE
Karlo Wilson Vendiola
5 (5)
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 acros
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (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 perhapse most popular) Inn
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
Free Spike Finder MT4
Pier Gaetano Novara
3 (2)
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
Macd Pro I
Steve Zoeger
MACD Pro I EA https://youtu.be/2wCzTFIGNp4 =============== This Robot is fully automated and has been created for everyone. The Robot works also on cent accounts. The Ea is based on the MACD Indicator and 3 more and has been kept simple. ========================================= Maybe better to go for small profit, set it on higher time frames then you can use it for more pairs at the same time. =========================================== => works on all Time Frames but i would recommend the
How the EA works (simple explanation) Trades on   M5   timeframe Uses   H1 timeframe   to analyze global market context Analyzes   2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on   trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol:   EURUSD Timeframe:   M5 Trading
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Golden Suite
Dmitriq Evgenoeviz Ko
Golden Suite is positioned as an innovative trading advisor that combines proven trading strategies. Its goal is to provide traders with a reliable system of market analysis, forecasting and recommendations based on deep data analysis. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller Key features of the Golden Suite: MARKET SETTINGS auto-selection of indicators risk % of deposit trailing stop news filter multi-timeframe depending on the market si
Expert Grid rsi Pro
Mykhailo Zakervashevych
General Description Grid RSI Pro v3.1 is an advanced trading Expert Advisor for MetaTrader 4 that uses a grid strategy with RSI indicator filtering. The EA automatically opens orders at specified levels, creating a grid of orders to capture market fluctuations. Version 3.1 includes enhanced risk management features and improved signal filtering systems. Key Features 1. Trading Strategies RSI Strategy : Position opening when RSI reaches overbought (80) or oversold (20) levels Fixed Points : Posit
VR Black Box
Vladimir Pastushak
3.67 (3)
VR Black Box is a modern automatic trading expert developed by an experienced trader programmer. A powerful trading tool built on a proven trend-following market movement strategy. This robot has gone through a long path of development and improvement, regularly updating and adapting to changing market conditions. Over years of operation on real trading accounts, it has proven itself as a reliable assistant for both beginners and experienced traders. Set files, demo versions of the product, inst
Buyers of this product also purchase
Big Forex Players MT4
MQL TOOLS SL
4.72 (43)
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
Vortex Gold MT4
Stanislav Tomilov
5 (28)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
Aura Neuron MT4
Stanislav Tomilov
4.58 (12)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Golden Mirage mt4
Michela Russo
5 (5)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Vortex Turbo EA MT4
Stanislav Tomilov
5 (6)
Vortex Turbo — “Trade the storm — control the Vortex” Vortex Turbo represents the next evolutionary stage in intelligent trading — a unique development that merges cutting-edge AI architecture, adaptive market logic, and precise risk control. Built upon proven algorithmic principles, it integrates multiple strategies into a unified high-speed ecosystem powered by a new level of predictive intelligence. Designed as a scalping expert for gold XAUUSD(GOLD), Vortex Turbo employs a controlled martin
EA Game Changer
Vasiliy Strukov
5 (6)
Game Change EA is a trend following trading system powered based on the Game Changer indicator. It automatically sells whenever a red dot forms and continues in the sell direction until a yellow X appears, which signals a potential end of the trend.  The same logic applies for buy trades.  When a blue dot appears the EA begins buying and it will close out the buy cycle as soon as a yellow X is detected. This EA is suitable for any currency pair and any time frame, however it performs exceptiona
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (171)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT5 Versi
The Infinity EA MT4
Abhimanyu Hans
3.77 (31)
Contact me for discount before purchasing! AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD and XAUUSD. 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 provided by lat
EA Gold Stuff
Vasiliy Strukov
4.71 (1080)
EA Gold Stuff is an Expert Advisor designed specifically for trading gold. The operation is based on opening orders using the Gold Stuff indicator, thus the EA works according to the "Trend Follow" strategy, which means following the trend. Real-time results can be viewed  here . Contact me immediately after the purchase to get personal bonus!  You can get a free copy of our Strong Support and Trend Scanner indicator, please pm. me! Settings  and manual   here  Please note that I do not sell my
AW Recovery EA
AW Trading Software Limited
4.35 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Trend & Momentum Expert Advisor for MT4 MT5:  https://www.mql5.com/en/market/product/163078 Important:   We regularly release updated set files in the   Comments   area. Please ensure you are using the most recent version for your backtests and live trading to ensure optimal performance with current market volatility. Bazooka EA is a fully automated Expert Advisor for MetaTrader 4 , designed to trade directional market moves using trend confirmation and momentum filtering . The EA f
AW Swing Trading EA
AW Trading Software Limited
5 (1)
An advanced tool for swing trading on corrective price movements. It works on trend rollbacks in the direction of its continuation, the size of the required correction is determined by the current volatility of the instrument or manually by the trader. After detecting a correction along the current trend, the EA waits for a signal to complete the correction and continue the trend, after which it opens a position. Instructions on how the advisor works ->  HERE  / MT5 version ->  HERE Benefits: B
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a major update was release
Greedy Golden MT4
Mihails Babuskins
4.8 (5)
Recommended:  it's better to  use in accounts with lower swap or swap-free accounts. SEE AND COMPARE WITH OTHER EA's , Real monitoring signals link on my profile. Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for
Trend AI EA
Ramil Minniakhmetov
4.33 (51)
Trend Ai EA is designed to work with the Trend Ai indicator which will do its own market analysis by combining trend identification with actionable entry points and reversal alerts and will take over all the signals of the indicator in full auto!  The EA contains a number of external parameters that are fully adjustable and allows the trader to customize the expert according to his choice.  Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Con
Exorcist Projects
Ivan Simonika
3 (1)
Exorcist Bot   is a multi-currency, multi-functional advisor that works on any time frame and in any market conditions. - The robot’s operation is based on an averaging system with a non-geometric progression of constructing a trading grid. - Built-in protection systems: special filters, spread control, internal trading time limitation. - Construction of a trading network taking into account important internal levels. - Ability to customize the aggressiveness of trading. - Working with pending
The Market Reversal EA is powered by the indicator of the same name ( available here ) and trades based on market structure shifts. The EA will by default take a trade every time a market reversal alert is sent by the indicator and will trade those alerts based on the conditions and filters you set in the EA settings. It draws support rectangles as price moves in it's current trend direction and trades when price reverses sharply and signals a market structure shift or a re-test of the reversal.
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper: Our Technology by Your Side! Manual and configuration files: contact me after purchase to receive the manual and configuration files Price: The price increases according to the number of licenses sold Available copies: 5 Trading gold, one of the most volatile assets in the financial market, requires high precision, thorough analysis, and extremely effective risk management. The Javier Gold Scalper was developed specifically to integrate these pillars into a robust and sophi
Aura Black Edition
Stanislav Tomilov
4.6 (20)
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
Real monitoring :  XAUUSD__BTCUSD__ M30__SL3 Real monitoring :  XAUUSD M30 SL2 For more information, please contact us via private message or in   the mql5 group. THERE   ARE   ONLY  5   OUT   OF   10   COPIES   LEFT   AT   A   PRICE   OF  450   USD ! AFTER   THAT , THE   PRICE   WILL   BE   INCREASED   TO  649   USD . Imagine that you have an experienced trader who monitors the market every day, waits for the price to break through an important level, and instantly opens a deal. That's exactl
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — LIMITED TIME! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex GOLD Investor is o
Level Up FOREX ea MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing   FOREX   . It adapts to price movements and market fluctuations to detect potential trading opportunities. Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patterns in  FOREX  price data. The system continuously processes historical and live   FOREX  price feeds to identify potential entry and exit points
Quantum Dark Gold
Nguyen Hang Hai Ha
3.13 (8)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
CyNera MT4
Svetlana Pawlowna Grosshans
2.71 (14)
CyNera: Your Trading, Our Technology Manual & set files: contact me after purchase to receive the manual and set files Price: The price increases based on the number of licenses sold Available copies: 4 Trading gold, one of the most volatile instruments in the market, demands precision, in-depth analysis, and strong risk management. CyNera Expert Advisor seamlessly integrates these elements into a sophisticated system designed for optimal gold trading. CyNera’s advanced strategies and technolog
XAU Flux MT4
Burak Baltaci
XAU FLUX - Professional Gold Scalping Expert Advisor >>>User Guide <<< XAU FLUX is a professional trading robot designed for fast and disciplined trading in the gold market. It is developed for traders aiming to achieve consistent profits from small daily price movements. Key Features: XAU FLUX uses an advanced scalping system that operates on the M1 & M5 timeframe to evaluate micro opportunities in the market. The EA continuously analyzes market conditions to identify suitable entry points and
Position Trader EA
LEE SAMSON
4.64 (11)
Turn any trading strategy into a position trading strategy or trade the proven RSI & ADR based position trading strategies, including automated drawdown control system for positions that move against you. This EA is an evolution and a simplification of the MRA EA that has been used for position trading strategies taught on the Market Structure Trader website for many years. See my profile for a link to the website, free position trading course and other products. The EA will automatically scale
Jesko
Cence Jk Oizeijoozzisa
5 (2)
esko EA –  Low-Risk Trading System Jesko is a special Expert Advisor built on a proven strategy that has been tested and optimized for years. It has been live-tested on real accounts and has consistently shown profitable and low-risk performance . Now we decided to make it available to the public. Signal live    Four months of a live account The MetaTrader 5 version is available here . ----------------------------------------- MT5 LoginMT5 23982567 ————— PasswordMT5  Aa123123! ————— Server  Ulti
More from author
Super Trend Alert
Biswarup Banerjee
5 (2)
Master market trends with the SuperTrend Alert MT5, a powerful indicator designed to deliver precise trend-following signals for forex, stocks, crypto, and commodities trading. Celebrated in trading communities like Forex Factory and Reddit’s r/Forex, and praised in discussions on Investopedia and TradingView for its robust trend detection, this indicator is a go-to tool for traders seeking reliable entries and exits. Users report up to 90% accuracy in identifying trend directions when combinin
FREE
Moving Average Strategy EA MT5 is a sophisticated automated trading tool designed for MetaTrader 5, leveraging moving average crossovers to capture trend reversals and potential entry points. This expert advisor offers traders a versatile solution with customizable settings, ensuring precise trade execution and robust risk management. Extensively back-tested, it provides efficient entry methods, flexible exit rules, and minimal system resource consumption for seamless trading. The system includ
Grid Trade Manager MT5
Biswarup Banerjee
4 (2)
Optimize your grid trading strategy with the Grid Trade Manager MT5, a versatile free utility EA designed to automate the placement and management of grid orders, drawing from the time-tested grid trading approach popularized in the 2000s by forex communities for its ability to profit from market oscillations in ranging conditions. Embraced by thousands of traders on platforms like MQL5 and Forex Factory for its robust risk controls and customization, this tool excels in volatile assets like fo
FREE
Hedge Trade Manager MT5
Biswarup Banerjee
5 (2)
Enhance your hedging strategy with the Hedge Trade Manager MT5, a sophisticated Expert Advisor (EA) tailored for automating hedge trades to counter adverse price moves, rooted in hedging techniques popularized in the 2010s by forex brokers allowing opposite positions to lock in profits or limit losses during uncertain trends. Highly regarded on MQL5 and trading forums like Forex Factory and Reddit’s r/Forex for its flexible configurations and robust risk safeguards, this EA is favored by scalpe
FREE
Nadaraya Watson Envelope Strategy EA MT4 is a single-currency expert advisor designed for traders focusing on trend reversals using the Nadaraya-Watson Envelope indicator. By identifying price reversals at the envelope's bands, the EA delivers a robust yet straightforward trading strategy tailored for specific markets. Extensively back-tested, it provides precise entry methods, flexible exit rules, and advanced risk management, consuming minimal system resources for efficient trade execution. T
MT5 Local Trade Copier Pro
Biswarup Banerjee
2 (1)
MT5 Local Trade Copier Pro is a MetaTrader 5 Expert Advisor designed to copy trades from a source MT5 account to multiple MT5 or MT4 accounts on the same PC. This utility is ideal for replicating trades across client accounts or portfolios with customizable parameters, including lot sizes, stop-loss/take-profit, and reverse copying options. It streamlines trade management without executing trades based on market logic, offering flexible synchronization for diverse trading needs. Note : Download
ADX Strategy EA MT5
Biswarup Banerjee
ADX Strategy EA MT5 is an advanced automated trading tool designed for MetaTrader 5, leveraging the Average Directional Index (ADX) indicator to automate trade entries and exits based on trend strength and direction. The EA identifies strong trends and executes trades with precision, offering a robust solution for trend-following strategies. Extensively back-tested, it provides precise entry methods, flexible exit rules, and minimal system resource consumption for efficient trading. The system
Elevate your trading strategy with the Nadaraya Watson Envelope Alert MT4 , a cutting-edge indicator leveraging non-parametric kernel regression to deliver smooth, adaptive trend analysis. Inspired by the Nadaraya-Watson estimator, this tool applies Gaussian kernel smoothing to price data, creating dynamic envelopes that adapt to market volatility without the excessive lag of traditional moving averages. Widely acclaimed on platforms like TradingView and praised by traders worldwide for its prec
Enhance your price action trading with the Higher Highs and Lows MT4 indicator, a robust tool that leverages fractal analysis to pinpoint key swing points and identify trend-defining patterns like Higher Highs (HH), Lower Highs (LH), Lower Lows (LL), and Higher Lows (HL) for clear insights into market direction. Drawing from foundational price action principles rooted in Dow Theory from the early 1900s and popularized in modern trading by experts like Al Brooks in his "Trading Price Action" seri
FREE
Optimize your trade management with the Trailing Stop and Breakeven Manager MT5, a robust Expert Advisor (EA) designed to automate stop-loss adjustments for manual or EA-placed trades, ensuring profit protection and risk management. Praised in trading communities like Forex Factory and Reddit’s r/Forex, and highlighted in discussions on Investopedia and MQL5 forums for its precision in managing trailing stops and breakeven levels, this EA is a favorite among traders seeking to secure gains effi
FREE
MT4 Local Trade Copier Pro
Biswarup Banerjee
3.58 (12)
MT4 Local Trade Copier Pro is a MetaTrader 4 Expert Advisor designed to copy trades from a source MT4 or MT5 account to multiple MT4 or MT5 accounts on the same PC. This utility is ideal for replicating trades across client accounts or portfolios with customizable parameters, including lot sizes, stop-loss/take-profit, and reverse copying options. It streamlines trade management without executing trades based on market logic, offering flexible synchronization for diverse trading needs. Note : D
Elevate your trading precision with the Brilliant Reversal Indicator MT5 , a sophisticated tool engineered to detect potential trend reversals by analyzing historical price patterns and bar formations. Drawing from advanced reversal detection algorithms, this indicator stands out in the forex community for its non-repainting nature, ensuring signals remain consistent even after bar closures. Popularized through platforms like MQL5, IndicatorsPot, and trading forums since its introduction, the Br
SuperTrend Alert
Biswarup Banerjee
Master market trends with the SuperTrend Alert MT4, a powerful indicator designed to deliver precise trend-following signals for forex, stocks, crypto, and commodities trading. Celebrated in trading communities like Forex Factory and Reddit’s r/Forex, and praised in discussions on Investopedia and TradingView for its robust trend detection, this indicator is a go-to tool for traders seeking reliable entries and exits. Users report up to 90% accuracy in identifying trend directions when combinin
FREE
Boost your trend-spotting capabilities with the Consecutive Candle Indicator MT5, a dynamic tool designed to identify streaks of bullish or bearish candles, delivering timely alerts for trend confirmations and potential reversals in forex, stocks, crypto, and commodities markets. Celebrated in trading communities like Forex Factory and Reddit’s r/Forex, as well as praised in discussions on Investopedia and TradingView for its ability to simplify momentum analysis, this indicator is a favorite a
FREE
Streamline your trading analysis with the Day and Week Separator MT4, an intuitive tool designed to plot customizable daily and weekly separator lines, perfect for traders navigating broker time zone differences. Widely appreciated in trading communities like Forex Factory and Reddit’s r/Forex for its simplicity and effectiveness, this indicator addresses the common challenge of aligning chart timeframes with local or market-specific times, as highlighted in discussions on platforms like Invest
FREE
Close Manager MT5
Biswarup Banerjee
5 (1)
Streamline your trade closure process with the Close Manager MT5, a powerful Expert Advisor (EA) designed to automate trade exits for manual or EA-placed trades on MetaTrader 5, offering traders precise control over exit strategies. Widely praised on MQL5, Forex Factory, and Reddit’s r/Forex for its versatile and customizable closure criteria, this EA is a favorite among scalpers, day traders, and swing traders in volatile markets like forex, indices, and cryptocurrencies. Users report a 30-50%
FREE
Nadaraya Watson Envelop Alert
Biswarup Banerjee
4.67 (3)
Elevate your trading strategy with the Nadaraya Watson Envelope Alert MT5 , a cutting-edge indicator leveraging non-parametric kernel regression to deliver smooth, adaptive trend analysis. Inspired by the Nadaraya-Watson estimator, this tool applies Gaussian kernel smoothing to price data, creating dynamic envelopes that adapt to market volatility without the excessive lag of traditional moving averages. Widely acclaimed on platforms like TradingView and praised by traders worldwide for its prec
Enhance your portfolio risk management with the Account Trailing Stop Manager MT5, a powerful Expert Advisor (EA) designed to automatically track and trail the total profit of your account or specific magic number trades on MetaTrader 5, closing all trades when the current profit falls below the last peak profit. Praised on MQL5, Forex Factory, and Reddit’s r/Forex for its dynamic profit-locking mechanism, this EA is a favorite among scalpers, day traders, and swing traders in volatile markets
FREE
RSI DIVERENCE INDICATOR RSI divergence is very powerful pattern which is often used to detect a strong trend reversal. it also indicates the weakening of strong signal. So some traders  want to use it as the exit criteria. This indicator works in all timeframe and send notification, alert or email to the user. It also show the Higher Highs and Lower Low Pattern with its corresponding RSI divergency. This indicator can be used in Expert Advisors as it has accessible buffers List of Inputs ______
FREE
RSI strategy EA MT5
Biswarup Banerjee
4.5 (2)
RSI Strategy EA MT5 is an advanced automated trading tool designed for MetaTrader 5, leveraging the Relative Strength Index (RSI) indicator to automate trade entries and exits based on overbought and oversold conditions. The EA supports reverse trading setups within these zones, offering a versatile approach to trade management. Extensively back-tested, it provides precise entry methods, flexible exit rules, and minimal system resource consumption for efficient trading. The system includes day/
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
FREE
Elevate your trading strategy with the Keltner Channel Indicator MT5 , a timeless volatility tool inspired by Chester Keltner's 1960s innovation, combining Exponential Moving Averages with Average True Range for dynamic price bands. Celebrated in trading circles since its revival in the digital age, this indicator has surged in popularity on platforms like TradingView and MQL5 for its reliability in spotting breakouts and trend reversals, often preferred over Bollinger Bands for its smoother, A
Bollinger Band Strategy EA MT5 is an automated trading tool designed to capture opportunities based on Bollinger Bands' reversal conditions. It executes buy trades upon detecting a bullish reversal near the lower band (when the previous candle closes below the lower band and the current candle closes above it, transitioning from red to green) and sell trades for a bearish reversal near the upper band (the opposite scenario). Extensively back-tested, the EA offers precise entry methods, flexible
Ultimate Trade Panel MT5
Biswarup Banerjee
5 (2)
Ultimate Trade Panel MT5 is a powerful MetaTrader 5 Expert Advisor designed to streamline trading activities and enhance efficiency for traders on the MQL5 platform. This utility simplifies day-to-day trading tasks with user-friendly features, serving as a reliable companion for managing trades without relying on specific trading logic. Tailored for traders seeking a competitive edge, it offers automation and risk management tools to optimize your trading experience. Note : Download and test th
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
Fibonacci Levels Alert
Biswarup Banerjee
5 (1)
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
Enhance your trend-following strategy with   UCS_RH_IRB (Rob Hoffman Inventory Retracement Bar) MT5 , a precision indicator identifying candles retracing   45% or more   against the prevailing trend—highlighting points   where institutional counter-trend activity typically subsides and the dominant move resumes. Based on Rob Hoffman’s well-known IRB methodology, this indicator offers clear visual confirmations for trend continuation setups after pullbacks, suitable for forex, indices, commoditi
STM Trade Panel
Biswarup Banerjee
Simplify your trading with the STM Trade Panel MT4, a user-friendly Expert Advisor (EA) designed to streamline trade execution and management on MetaTrader 4, offering one-click order placement and automated trade closure based on customizable profit and loss thresholds. Highly regarded on MQL5, Forex Factory, and Reddit’s r/Forex for its intuitive interface and efficient trade control, this EA is a go-to tool for scalpers, day traders, and swing traders in volatile markets like forex, indices,
FREE
Stay ahead of market momentum with the Pip Movement Alert MT4, a versatile multicurrency indicator designed to track and alert traders on precise pip movements across multiple symbols, ideal for forex, stocks, crypto, and commodities trading. Praised in trading communities like Forex Factory and Reddit’s r/Forex, and highlighted in discussions on Investopedia and TradingView for its ability to detect sudden market shifts, this indicator is a must-have for traders seeking to capitalize on rapid
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
Filter:
No reviews
Reply to review