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. 

Produtos recomendados
PZ Goldfinch Scalper EA
PZ TRADING SLU
2.69 (42)
Esta é a iteração mais recente do meu famoso scalper, Goldfinch EA, publicado pela primeira vez há quase uma década. Ele amplia o mercado em expansões súbitas de volatilidade que ocorrem em curtos períodos de tempo: assume e tenta capitalizar a inércia no movimento dos preços após uma súbita aceleração dos preços. Esta nova versão foi simplificada para permitir que o profissional use o recurso de otimização do testador facilmente para encontrar os melhores parâmetros de negociação. [ Guia de ins
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 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 risk management tools. Uses Bollinger, MACD, RSI, MFI, A/
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.7 (67)
!! POR FAVOR, ATUALIZE PARA A ÚLTIMA VERSÃO 2.05 PARA UM DESEMPENHO AINDA MAIS RÁPIDO!! SMART FUNDED HFT ACABOU DE PASSAR NO DESAFIO DE 100K DA KORTANA FX NA ABERTURA DO MERCADO EM 29.01.2024, APESAR DA BAIXA VOLATILIDADE POR FAVOR, VERIFIQUE A SEÇÃO DE CAPTURAS DE TELA, COLOQUEI A PROVA LÁ IMPORTANTE NÃO PERCA O DESCONTO EXCLUSIVO DE 40% DA KORTANA FX PARA PAGAMENTOS EM CRIPTOMOEDAS ATÉ 29.01.2024.  Liberte o seu potencial de trading com o Smart Funded HFT EA!   SEM NECESSIDADE DE VPS / SEM ARQ
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
MT4BTCPro
Stephanos Massouras
MT4BTCPro — Expert Advisor de Cruzamento de EMA Grátis por alguns dias. A partir de 1º de novembro, o preço será US$ 30 e aumentará US$ 30 a cada 5 compras. Preço final US$ 499 Ativos recomendados: BTCUSD — gráfico de 30 minutos O MT5BTCPro automatiza um simples seguidor de tendência usando o cruzamento de EMA rápida/lenta no período atual do gráfico. Dimensiona o risco por trade (valor fixo em US$ ou % do saldo), posiciona um stop baseado em volatilidade e gerencia as saídas por reversão de reg
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
Os compradores deste produto também adquirem
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
PROP FIRM PRONTO!   (   baixar SETFILE   ) PROMOÇÃO DE LANÇAMENTO: Restam apenas algumas cópias pelo preço atual! Preço final: 990$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Bem-vindo ao Ceifador de Ouro! Baseado no muito bem-sucedido Goldtrade Pro, este EA foi projetado para funcionar em vários períodos de tempo ao mesmo tempo e tem a opção de definir a frequên
Vortex Gold MT4
Stanislav Tomilov
5 (30)
Vortex - o seu investimento no futuro O Consultor Especialista Vortex Gold EA foi criado especificamente para negociar ouro (XAU/USD) na plataforma Metatrader. Construído com indicadores proprietários e algoritmos secretos do autor, este EA emprega uma estratégia de negociação abrangente concebida para captar movimentos lucrativos no mercado do ouro. Os principais componentes de sua estratégia incluem indicadores clássicos como CCI e Indicador Parabólico, que trabalham juntos para sinalizar com
Gold Trade Pro
Profalgo Limited
4.61 (23)
Promoção de lançamento! Restam apenas algumas cópias por 449$! Próximo preço: 599$ Preço final: 999$ Ganhe 1 EA gratuitamente (para 2 contas comerciais) -> entre em contato comigo após a compra Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro junta-se ao clube dos EAs de negociação de
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
Quantum King EA — Poder Inteligente, Refinado para Cada Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Preço especial de lançamento Sinal ao vivo:       CLIQUE AQUI Versão MT5:   CLIQUE AQUI Canal Quantum King:       Clique aqui ***Compre Quantum King MT4 e ganhe Quantum StarMan grátis!*** Pergunte no privado para mais detalhes! Regra       Suas negociações com precisão e disciplina. Quantum King EA
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
Apresentando       Quantum Emperor EA   , o consultor especialista inovador em MQL5 que está transformando a maneira como você negocia o prestigiado par GBPUSD! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Compre Quantum Emperor EA e você poderá obter Quantum StarMan  de graça!*** Peça mais detalhes em particular Si
GOLD Scalper PRO
Lachezar Krastev
4.6 (25)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) 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! Live Results:   https://w
Goldbot One MT4
Profalgo Limited
5 (5)
PROMOÇÃO DE LANÇAMENTO: Restam apenas algumas cópias pelo preço atual! Preço final: 990$ NOVO: Compre Goldbot One e escolha 1 EA grátis!! (para 2 contas de negociação) JUNTE-SE AO GRUPO PÚBLICO:   Clique aqui   Oferta de combinação definitiva     ->     clique aqui LIVE SIGNAL Apresentando     o Goldbot One   , um robô de negociação altamente sofisticado projetado para o mercado de ouro. Com foco em negociações de rompimento, o Goldbot One aproveita os níveis de suporte e resistência para ide
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron é um Expert Advisor distinto que continua a série Aura de sistemas de negociação. Ao alavancar Redes Neurais avançadas e estratégias de negociação clássicas de ponta, Aura Neuron oferece uma abordagem inovadora com excelente desempenho potencial. Totalmente automatizado, este Expert Advisor foi projetado para negociar pares de moedas como XAUUSD (GOLD). Ele demonstrou estabilidade consistente entre esses pares de 1999 a 2023. O sistema evita técnicas perigosas de gerenciamento de din
XIRO Robot MT4
MQL TOOLS SL
5 (3)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and str
Daytrade Pro Algo
Profalgo Limited
5 (5)
Promoção de lançamento: Número limitado de cópias disponíveis no preço atual Preço final: 990$ NOVO: ganhe 1 EA grátis!   (para 2 contas comerciais) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files Bem-vindo ao DayTrade Pro Algo!   Depois de anos estudando os mercados e programando diferentes estratégias, encontrei um algoritmo que tem tudo o que um bom sistema de negociação precisa: É corretor independente
AW Scalping Dynamics EA
AW Trading Software Limited
4.67 (12)
Robô de negociação avançado totalmente automático que funciona com base em reversões de tendências. Se necessário, é possível utilizar uma estratégia de grade. 3 tipos de notificações integrados e bloqueio de posição quando a carga máxima do carrinho é atingida. As configurações padrão são recomendadas para EURUSD no período de tempo M15. Características e benefícios: Capacidade de trabalhar em duas direções ao mesmo tempo Capacidade integrada de trabalhar pontualmente em vários estágios Usa um
BB Return mt4
Leonid Arkhipov
5 (2)
BB Return — um Expert Advisor (EA) para negociação de ouro (XAUUSD). Esta ideia de trading foi utilizada por mim anteriormente na operação manual . A base da estratégia é o retorno do preço à faixa das Bollinger Bands , porém não de forma mecânica nem a cada toque. Para o mercado do ouro, as bandas sozinhas não são suficientes, por isso o EA utiliza filtros adicionais que eliminam condições fracas ou não operáveis. As operações são abertas apenas quando a lógica de retorno está realmente justifi
EA Game Changer
Vasiliy Strukov
5 (7)
O Game Change EA é um sistema de negociação de acompanhamento de tendências baseado no indicador Game Changer. Vende automaticamente sempre que se forma um ponto vermelho e continua na direção de venda até que apareça um X amarelo, o que sinaliza um possível fim da tendência. A mesma lógica se aplica às negociações de compra. Quando aparece um ponto azul, o EA começa a comprar e fechará o ciclo de compra assim que for detetado um X amarelo. Este EA é adequado para qualquer par de moedas e qualqu
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
AW Recovery EA
AW Trading Software Limited
4.35 (84)
O Expert Advisor é um sistema projetado para recuperar posições não rentáveis.   O algoritmo do autor bloqueia uma posição perdedora, divide-a em muitas partes separadas e fecha cada uma delas separadamente. Configuração fácil, lançamento atrasado em caso de rebaixamento, bloqueio, desativação de outros Expert Advisors, média com filtragem de tendência e fechamento parcial de uma posição perdedora são incorporados em uma ferramenta. É o uso de fechamento de perdas em peças que permite reduzir p
FlipDamonHFT
Allistair Kabelo Mandow
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in privat
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition é um EA totalmente automatizado projetado para negociar apenas OURO. O especialista mostrou resultados estáveis ​​no XAUUSD no período de 2011-2020. Nenhum método perigoso de gerenciamento de dinheiro usado, sem martingale, sem grade ou scalp. Adequado para quaisquer condições de corretor. EA treinado com um perceptron multicamadas A Rede Neural (MLP) é uma classe de rede neural artificial (ANN) de feedforward. O termo MLP é usado de forma ambígua, às vezes vagamente para qual
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
Quantum Dark Gold
Nguyen Hang Hai Ha
3.33 (9)
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
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 Stuff
Vasiliy Strukov
4.7 (1084)
EA Gold Stuff é um EA projetado especificamente para o comércio de ouro. O trabalho é baseado na abertura de ordens no indicador Gold Stuff, portanto, o consultor trabalha na estratégia "Trend Follow", o que significa seguir a tendência. Importante! Entre em contato comigo imediatamente após a compra para obter instruções e bônus! Você pode obter uma cópia gratuita do nosso indicador Strong Support e Trend Scanner, envie uma mensagem privada. a mim! Os resultados em tempo real podem ser vist
HFT Prop Firm EA
Dilwyn Tng
4.96 (632)
HFT Prop Firm EA, también conocido como Green Man debido a su distintivo logotipo, es un Asesor Experto (EA) diseñado específicamente para superar desafíos o evaluaciones de empresas comerciales propietarias (prop firms) que permiten estrategias de comercio de alta frecuencia (HFT). Por tiempo limitado: utilidades gratuitas por valor de $198 cuando compras HFT Prop Firm EA Versión para MT5: https://www.mql5.com/en/market/product/117386 Monitor de Rendimiento del Desafío HFT (a partir de $200): B
Mon Scalper MT4
Xuan Bach Nguyen
Mon Scalper - Dual-Trendline Breakout Scalping Expert Mon Scalper is a specialized Expert Advisor designed exclusively for gold (XAUUSD) trading. It utilizes a unique dual-trendline strategy to identify strong trends and breakout points, executing trades automatically based on market conditions. Join My MQL5 Channel for the Latest Updates! Real-Time Signal :  https://www.mql5.com/en/signals/2361936 Pricing : Launch Price : $199 Incremental Price Increase : The price will increase by $100 after
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper: Nossa Tecnologia ao seu lado! Manual e arquivos de configuração: entre em contato comigo após a compra para receber o manual e os arquivos de configuração Preço: O preço aumenta de acordo com o número de licenças vendidas Cópias disponíveis: 5 Negociar ouro, um dos ativos mais voláteis do mercado financeiro, exige alta precisão, análise criteriosa e um gerenciamento de risco extremamente eficaz. O Javier Gold Scalper  foi desenvolvido exatamente para integrar esses pilares
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  2   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.46 (50)
WINTER SALE — FINAL DAYS! 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! Live Results: https://www.m
Trend AI EA
Ramil Minniakhmetov
4.22 (54)
O EA Trend Ai foi projetado para funcionar com o indicador Trend Ai, que realizará sua própria análise de mercado combinando a identificação de tendências com pontos de entrada acionáveis e alertas de reversão, assumindo todos os sinais do indicador de forma totalmente automática! O EA contém diversos parâmetros externos totalmente ajustáveis e permite que o trader personalize o especialista de acordo com sua escolha. Assim que o ponto verde aparecer, o EA se preparará para uma operação de com
Vortex Turbo EA MT4
Stanislav Tomilov
5 (9)
Vortex Turbo — “Negocie a tempestade — controle o vórtice” O Vortex Turbo representa o próximo estágio evolutivo na negociação inteligente — um desenvolvimento único que combina arquitetura de IA de ponta, lógica de mercado adaptativa e controle de risco preciso. Construído sobre princípios algorítmicos comprovados, ele integra múltiplas estratégias em um ecossistema unificado de alta velocidade, impulsionado por um novo nível de inteligência preditiva. Projetado como um especialista em scalpin
XG Gold Robot MT4
MQL TOOLS SL
4.3 (37)
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
Mais do autor
Nadaraya Watson Envelop Alert
Biswarup Banerjee
4.67 (3)
Eleve sua estratégia de trading com o   Nadaraya Watson Envelope Alert MT5 , um indicador de ponta que utiliza regressão de kernel não paramétrica para fornecer análise de tendências suave e adaptativa. Inspirado no estimador Nadaraya-Watson, esta ferramenta aplica suavização de kernel gaussiano aos dados de preços, criando envelopes dinâmicos que se adaptam à volatilidade do mercado sem o atraso excessivo das médias móveis tradicionais. Amplamente aclamado em plataformas como TradingView e elog
Super Trend Alert
Biswarup Banerjee
5 (2)
Domine as tendências do mercado com o SuperTrend Alert MT5, um indicador poderoso projetado para fornecer sinais precisos de acompanhamento de tendências para trading de forex, ações, criptomoedas e commodities. Aclamado em comunidades de trading como Forex Factory e Reddit’s r/Forex, e elogiado em discussões no Investopedia e TradingView por sua robusta detecção de tendências, este indicador é uma ferramenta essencial para traders que buscam entradas e saídas confiáveis. Usuários relatam até 90
FREE
Grid Trade Manager MT5
Biswarup Banerjee
4 (2)
Otimize sua estratégia de grid trading com o Grid Trade Manager MT5, um EA utilitário gratuito versátil projetado para automatizar a colocação e gestão de ordens grid, inspirado na abordagem de grid trading testada pelo tempo popularizada nos 2000 por comunidades forex por sua capacidade de profiter de oscilações de mercado em condições ranging. Adotado por milhares de traders em plataformas como MQL5 e Forex Factory por seus controles de risco robustos e customização, esta ferramenta excels em
FREE
Eleve sua estratégia de trading com o   Brilliant Reversal Indicator MT5 , um indicador de ponta que utiliza regressão de kernel não paramétrica para fornecer análise de tendências suave e adaptativa. Inspirado no estimador Nadaraya-Watson, esta ferramenta aplica suavização de kernel gaussiano aos dados de preços, criando envelopes dinâmicos que se adaptam à volatilidade do mercado sem o atraso excessivo das médias móveis tradicionais. Amplamente aclamado em plataformas como TradingView e elogia
Apresentando Local Trade Copier Pro MT5, a ferramenta definitiva para traders que buscam copiar negociações de forma eficiente entre diferentes contas MT5. Esta poderosa ferramenta é projetada para traders que desejam automatizar sua estratégia de negociação e melhorar seu desempenho aproveitando várias contas de forma integrada. Experimente os benefícios da cópia de negociações em tempo real com mínima demora, garantindo que você nunca perca uma oportunidade lucrativa. Seja gerenciando várias c
Hedge Trade Manager MT5
Biswarup Banerjee
5 (2)
Aprimore sua estratégia de hedge com o Hedge Trade Manager MT5, um sofisticado Assessor Especialista (EA) projetado para automatizar operações de hedge para contrarrestar movimentos adversos de preço, baseado em técnicas de hedge popularizadas na década de 2010 por corretoras de forex que permitiam posições opostas para garantir lucros ou limitar perdas durante tendências incertas. Muito valorizado no MQL5 e em fóruns de trading como Forex Factory e Reddit’s r/Forex por suas configurações flexí
FREE
Moving Average Strategy EA MT5 é uma ferramenta de trading automatizada sofisticada projetada para MetaTrader 5, que utiliza cruzamentos de médias móveis para capturar reversões de tendência e pontos de entrada potenciais. Este consultor especialista oferece aos traders uma solução versátil com configurações personalizáveis, garantindo execução precisa das negociações e gerenciamento robusto de riscos. Extensivamente testado, proporciona métodos de entrada eficientes, regras de saída flexíveis e
Eleve sua estratégia de trading com o   Nadaraya Watson Envelope Alert MT4 , um indicador de ponta que utiliza regressão de kernel não paramétrica para fornecer análise de tendências suave e adaptativa. Inspirado no estimador Nadaraya-Watson, esta ferramenta aplica suavização de kernel gaussiano aos dados de preços, criando envelopes dinâmicos que se adaptam à volatilidade do mercado sem o atraso excessivo das médias móveis tradicionais. Amplamente aclamado em plataformas como TradingView e elog
Melhore o seu trading de ação de preço com o indicador Higher Highs and Lows MT4, uma ferramenta robusta que utiliza análise fractal para identificar pontos de swing chave e padrões que definem tendências como Higher Highs (HH), Lower Highs (LH), Lower Lows (LL) e Higher Lows (HL) para insights claros sobre a direção do mercado. Baseado em princípios fundamentais de ação de preço enraizados na Teoria de Dow do início do século XX e popularizados no trading moderno por especialistas como Al Brook
FREE
MT4 Local Trade Copier Pro
Biswarup Banerjee
3.82 (11)
Apresentando Local Trade Copier Pro MT4, a ferramenta definitiva para traders que buscam copiar operações de forma eficiente entre diferentes contas MT4. Esta poderosa ferramenta é projetada para traders que desejam automatizar sua estratégia de negociação e aprimorar seu desempenho aproveitando várias contas de forma integrada. Experimente os benefícios da cópia de operações em tempo real com mínima demora, garantindo que você nunca perca uma oportunidade lucrativa. Seja gerenciando várias cont
Domine as tendências do mercado com o SuperTrend Alert MT4, um indicador poderoso projetado para fornecer sinais precisos de acompanhamento de tendências para trading de forex, ações, criptomoedas e commodities. Aclamado em comunidades de trading como Forex Factory e Reddit’s r/Forex, e elogiado em discussões no Investopedia e TradingView por sua robusta detecção de tendências, este indicador é uma ferramenta essencial para traders que buscam entradas e saídas confiáveis. Usuários relatam até 90
FREE
Close Manager MT5
Biswarup Banerjee
5 (1)
Otimize seu processo de fechamento de operações com o Close Manager MT5, um poderoso Assessor Especialista (EA) projetado para automatizar as saídas de operações abertas manualmente ou por outros EAs no MetaTrader 5, oferecendo aos traders controle preciso sobre as estratégias de saída. Amplamente elogiado no MQL5, Forex Factory e Reddit’s r/Forex por seus critérios de fechamento versáteis e personalizáveis, este EA é um favorito entre scalpers, day traders e swing traders em mercados voláteis c
FREE
Otimize a gestão das suas operações com o Trailing Stop and Breakeven Manager MT5, um robusto Assessor Especialista (EA) projetado para automatizar ajustes de stop-loss em operações abertas manualmente ou por outros EAs, garantindo proteção de lucros e gestão de riscos. Elogiado em comunidades de trading como Forex Factory e Reddit’s r/Forex, e destacado em discussões no Investopedia e fóruns da MQL5 por sua precisão na gestão de trailing stops e níveis de breakeven, este EA é um favorito entre
FREE
Potencie suas capacidades de detecção de tendências com o Consecutive Candle Indicator MT5, uma ferramenta dinâmica projetada para identificar sequências de velas altistas ou baixistas, oferecendo alertas oportunos para confirmações de tendência e possíveis reversões nos mercados de forex, ações, criptomoedas e commodities. Aclamado em comunidades de trading como Forex Factory e Reddit’s r/Forex, além de elogiado em discussões no Investopedia e TradingView por sua capacidade de simplificar a aná
FREE
Optimiza tu análisis de trading con el Day and Week Separator MT4, una herramienta intuitiva diseñada para trazar líneas separadoras diarias y semanales personalizables, perfecta para traders que enfrentan diferencias de zonas horarias con sus brokers. Muy apreciada en comunidades de trading como Forex Factory y Reddit’s r/Forex por su simplicidad y eficacia, este indicador aborda el desafío común de alinear los marcos temporales de los gráficos con horarios locales o específicos del mercado, co
FREE
Aprimore a gestão de riscos de sua carteira com o Account Trailing Stop Manager MT5, um poderoso Assessor Especialista (EA) projetado para rastrear e seguir automaticamente o lucro total da sua conta ou de operações com um número mágico específico no MetaTrader 5, fechando todas as operações quando o lucro atual cai abaixo do último pico de lucro. Elogiado no MQL5, Forex Factory e Reddit’s r/Forex por seu mecanismo dinâmico de bloqueio de lucros, este EA é um favorito entre scalpers, day traders
FREE
Nadaraya Watson Envelope Strategy EA MT4 é um consultor especialista para uma única moeda projetado para traders que se concentram em reversões de tendência usando o indicador Nadaraya-Watson Envelope. Ao identificar reversões de preço nas faixas do envelope, o EA oferece uma estratégia de trading robusta, porém direta, para mercados específicos. Extensivamente testado, ele proporciona métodos de entrada precisos, regras de saída flexíveis e gerenciamento de risco avançado, consumindo recursos m
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
RSI strategy EA MT5
Biswarup Banerjee
4.5 (2)
RSI Strategy EA MT5 é uma ferramenta de trading automatizada avançada projetada para MetaTrader 5, que utiliza o indicador de Índice de Força Relativa (RSI) para automatizar entradas e saídas de negociações com base em condições de sobrecompra e sobrevenda. O EA suporta configurações de trading reverso dentro dessas zonas, oferecendo uma abordagem versátil para a gestão de negociações. Extensivamente testado, proporciona métodos de entrada precisos, regras de saída flexíveis e consumo mínimo de
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
Eleve sua estratégia de trading com o   Keltner Channel Indicator MT5 , uma ferramenta clássica de volatilidade inspirada na inovação de Chester Keltner dos anos 60, combinando médias móveis exponenciais com o alcance verdadeiro médio (ATR) para criar bandas de preço dinâmicas. Celebrado em círculos de trading desde seu ressurgimento na era digital, este indicador ganhou popularidade em plataformas como TradingView e MQL5 por sua confiabilidade em detectar rupturas e reversões de tendência, freq
Bollinger Band Strategy EA MT5 é uma ferramenta de trading automatizada projetada para capturar oportunidades com base nas condições de reversão das Bandas de Bollinger. Executa operações de compra ao detectar uma reversão de alta perto da banda inferior (quando a vela anterior fecha abaixo da banda inferior e a vela atual fecha acima, passando de uma vela vermelha para uma verde) e operações de venda para uma reversão de baixa perto da banda superior (cenário oposto). Extensivamente testado, o
ADX Strategy EA MT5
Biswarup Banerjee
ADX Strategy EA MT5 é uma ferramenta de trading automatizada avançada projetada para MetaTrader 5, que utiliza o indicador de Índice Direcional Médio (ADX) para automatizar entradas e saídas de negociações com base na força e direção da tendência. O EA identifica tendências fortes e executa negociações com precisão, oferecendo uma solução robusta para estratégias de acompanhamento de tendências. Extensivamente testado, proporciona métodos de entrada precisos, regras de saída flexíveis e consumo
Ultimate Trade Panel MT5 é um poderoso Consultor Especialista para MetaTrader 5 projetado para otimizar as atividades de trading e aumentar a eficiência dos traders na plataforma MQL5. Esta ferramenta simplifica as tarefas diárias de trading com funcionalidades amigáveis, funcionando como um companheiro confiável para gerenciar negociações sem depender de lógica de trading específica. Desenvolvido para traders que buscam uma vantagem competitiva, oferece ferramentas de automação e gestão de risc
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
Simplifique sua negociação com o STM Trade Panel MT4, um Assessor Especialista (EA) fácil de usar projetado para agilizar a execução e gestão de operações no MetaTrader 4, oferecendo colocação de ordens com um clique e fechamento automático de operações com base em limites de lucro e perda personalizáveis. Muito valorizado no MQL5, Forex Factory e Reddit’s r/Forex por sua interface intuitiva e controle eficiente de operações, este EA é uma ferramenta essencial para scalpers, day traders e swing
FREE
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
Risk Management Panel is unique to tool calculate your risk quickly and place trades based on your account money. There are two options for the user  Account Equity Account Balance Tools like these is specially useful when you have to take a quickly decision about your trade but dont have the time to calculate the risk. It works with magic number. So the advantage is a trade placed by this panel could be manipulated by the other expert advisors as well
FREE
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
Fique à frente do impulso do mercado com o Pip Movement Alert MT4, um indicador versátil de múltiplas moedas projetado para rastrear e alertar traders sobre movimentos precisos em pips em vários símbolos, ideal para trading de forex, ações, criptomoedas e commodities. Elogiado em comunidades de trading como Forex Factory e Reddit’s r/Forex, e destacado em discussões no Investopedia e TradingView por sua capacidade de detectar mudanças repentinas no mercado, este indicador é indispensável para tr
FREE
Filtro:
Sem comentários
Responder ao comentário