EvolutionaryTrader

5
The provided code is an example of an Expert Advisor (EA) written in MQL5, a programming language used for creating algorithmic trading systems in MetaTrader 5. Here is a breakdown of the code:

The code begins with various input parameters and settings defined using the input keyword. These parameters allow customization of the EA's behavior, such as entry lots, stop loss, take profit, and indicator parameters.

Several constant values and variables are declared, including session time settings, position-related variables, bar-related variables, and indicator handlers.

The OnInit() function is called during the EA's initialization. It sets up various variables and indicators required for the EA's operation.

The OnTick() function is executed on every tick received by the EA. It checks if a new bar has formed and calls the OnBar() function accordingly.

The OnBar() function is responsible for managing the EA's logic on each new bar. It updates the position, checks for session close conditions, manages position closure, trailing stop, and determines entry signals for opening new positions.

The UpdatePosition() function retrieves information about the current open position, such as position type, ticket, lots, stop loss, and take profit.

The InitIndicators() function initializes the required indicators for the EA. In this example, it adds two indicators: RSI and Standard Deviation.

The GetEntrySignal() function calculates the entry signal based on the defined indicators and their respective parameters. It determines whether to open a buy, sell, or no position (OP_FLAT).

The ManageClose() function checks if the conditions for closing an open position are met. In this case, it checks for a specific condition related to the Standard Deviation indicator.

The OpenPosition() function opens a new position based on the provided command (buy or sell). It calculates the stop loss and take profit prices based on the input parameters and calls the ManageOrderSend() function to execute the trade.

The ClosePosition() function closes the currently open position by executing an opposite trade.

The ManageOrderSend() function handles the order sending process. It attempts to send the order multiple times and waits for a certain duration between retries. It checks if the trade context is free, performs order checks, and sends the order using the OrderSend() function. It also handles the case when the order filling mode needs to be changed.

The remaining functions ModifyPosition(), CheckOrder(), GetStopLossPrice(), GetTakeProfitPrice(), GetTrailingStopPrice(), and ManageTrailingStop() are responsible for modifying positions, checking orders, calculating stop loss/take profit prices, and managing the trailing stop functionality.

The code also includes the OnDeinit() function, which is called when the EA is removed or reloaded from the chart. It cleans up any indicators added to the chart by deleting them.

Preferred: USDCAD H1

Preferred brokers: Octafx incorporated.


Comentários 1
Konrad Mieszkowski
913
Konrad Mieszkowski 2023.07.17 22:53 
 

I have been using EA for 2 weeks and it gives quite a lot of income. It's coming along well. Will post an update in a few weeks.

Profitable EA

From July 15 to August 1 account grow up 29.92%

7 trades 100% win.

Produtos recomendados
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.48 (46)
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
Gold one hour
Shi Xuan Liang
1 (1)
Any EA can't guarantee our eternal and stable profit, but it is a manifestation of trading ideas. The quality of the back test data is an intuitive affirmation of the EA. If an EA backtest result fails, we will not believe that it can make money for us on the firm offer. On the contrary, EA, which produced a beautiful asset curve in the process of backtesting, is worthy of our belief that she can meet the challenge of updating.  GOLD ONE HOUR is specially made for gold varieties to run in one h
HydraAlchemist
Haruki Teranaka
This Expert Advisor examines signals from indicators such as MACD, Stochastic, and RSI to identify market trends and turning points. It incorporates multiple strategies and works seamlessly together. The Advisor analyzes the market situation in real time and automatically executes trades at predefined stop loss and take profit levels. HydraAlchemist is also easy to use. The intuitive and easy-to-understand setup screen allows you to execute trading strategies with few parameters. When trading Go
FREE
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
PZ MA Crossover EA MT5
PZ TRADING SLU
4.17 (42)
Este EA negocia usando Crossovers de Médias Móveis. Ele oferece configurações totalmente personalizáveis, configurações flexíveis de gerenciamento de posição, além de muitos recursos úteis, como sessões de negociação personalizáveis e um modo de martingale e martingale inverso. [ Guia de instalação | Guia de atualização | Solução de problemas | Perguntas frequentes | Todos os produtos ] Fácil de usar e supervisionar Configurações de média móvel totalmente personalizáveis Ele implementa dois comp
FREE
BB plus RSI
Sergio Tiscar Ortega
4 (3)
The Expert Advisor we present is an automated trading tool designed to operate in the forex market using two widely known and respected technical indicators: Bollinger Bands and the Relative Strength Index (RSI). Bollinger Bands are a technical analysis tool consisting of an upper band, a lower band, and a simple moving average in the middle. These bands help identify volatility and potential trend reversal points in price. RSI is a momentum oscillator that measures the speed and change of price
FREE
Grid Scalper MA MT5 EA
Allan Munene Mutiiria
4.29 (34)
Grid Scalper MA MT5 EA Step into the fast lane of forex trading with Grid Scalper MA MT5 EA , a powerhouse expert advisor crafted for MetaTrader 5 that turns market volatility into your playground. This isn’t your average EA—it’s a precision scalping machine driven by a dynamic grid trading strategy, blending razor-sharp Moving Average crossover signals with a robust set of customizable features. Whether you’re a scalper hunting quick pips or a strategist riding market waves, this EA delivers t
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.69 (16)
A ideia do sistema é a identificação de padrões de reversão utilizando o cálculo de candles compostos. Os padrões de reversão são semelhantes aos padrões "Martelo" e o " Homem Enforcado " da análise candlestick Japonesa, porém ele usa candles compostos em vez de uma única barra e não precisa do pequeno corpo numa composição para confirmar a reversão. Os parâmetros de entrada: Range - número máximo de barras, utilizada no cálculo de composição dos candles compostos . Minimum - tamanho mínimo dos
FREE
ATH Library
Giacomo Ghinelli
This is the first EA built using the free and open source library AlgoTradingHub that i develop and mantain. The library aims to simplify and streamline the development of Expert Advisors (EAs) for MetaTrader 5 (MT5) using the MQL5 programming language. By providing reusable components, developers can quickly create highly customized and maintainable trading strategies, reducing the complexity of building EAs from scratch. It can be found on my GitHub profile at: GiacomoGhi/AlgoTradingHub
FREE
O   Expert Advisor (EA) Dual MACD & Stochastic   é um sistema de negociação automatizado que utiliza   dois indicadores MACD (Média Móvel de Convergência/Divergência)   junto com o   Oscilador Estocástico   para identificar oportunidades de negociação com alta precisão. Combinando a confirmação de tendência do MACD e a análise de momentum do Estocástico, este EA oferece pontos de entrada e saída bem definidos. Principais recursos: •   Estratégia de MACD duplo   – Utiliza dois MACDs com configu
FREE
GridWeaverFX
Watcharapon Sangkaew
Introducing GridWeaverFX  - A Grid/Martingale EA for XAUUSD | Free Download! Hello, fellow traders of the MQL5 community! I am excited to share an Expert Advisor (EA) that I have developed and refined, and I'm making it available for everyone to use and build upon. It's called GridWeaverFX , and most importantly, it is completely FREE! This EA was designed to manage volatile market conditions using a well-known strategy, but with enhanced and clear safety features. It is particularly suited fo
FREE
Gold Reversal X1
Phinnustda Warrarungruengskul
Gold Reversal X1: The Smart Trend Reversal EA for XAUUSD Gold Reversal X1 is an expert advisor designed to trade XAUUSD (Gold) on the H1 timeframe , specifically targeting major trend reversal points. This EA is built for traders who appreciate a strategic approach with a lower frequency of trades, averaging around 5 orders per month. LIMITED-TIME OFFER: GET 1 FREE EA!  Purchase any of our EAs and receive another one of your choice completely free! Here's how to claim your gift: Buy any EA   f
FREE
O MA Cross Bot para MetaTrader 5 é um Expert Advisor gratuito, criado com fins exclusivamente educativos e demonstrativos. O objetivo é oferecer a quem está a começar no trading algorítmico uma ferramenta simples e prática, capaz de mostrar de forma clara como funciona uma das estratégias mais populares dos mercados financeiros: o cruzamento de médias móveis. O EA acompanha a evolução do preço e reage quando duas médias móveis se cruzam, abrindo automaticamente ordens de compra ou venda conforme
FREE
PZ CCI Trader EA MT5
PZ TRADING SLU
3.25 (8)
This EA trades using the CCI Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NF
FREE
Outro
Manuel Gonzales
5 (2)
" Outro " is an expert in automated " multi-symbol " trading that requires the trader to test on the pair of his choice and modify the entries according to his convenience. This Expert Advisor has been designed with non-optimized inputs, and   uses a Martingale system   for risk management. It is very important to read the   blog   post before you start. Enter to the private group .  Outro   uses two main indicators,   Relative Strength Index and Stochastic Oscillator , for input decision making
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
5 (2)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Descrição do Expert Advisor: Candle Cross DCR Candle Cross DCR é um Expert Advisor totalmente automatizado para MetaTrader 5 que gera sinais de negociação precisos quando uma vela cruza uma média móvel exponencial (EMA) — um sinal clássico e poderoso de reversão ou continuação de tendência. Opcionalmente, o sinal pode ser confirmado com o uso do filtro DCR, composto por três indicadores técnicos: DeMarker, CCI e RSI. Este EA é altamente configurável e adequado tanto para estratégias de scalping
FREE
CapitalGrid
Mr Nisit Noijeam
Code Components and Functionality: Basic Information #property : Used to define the EA properties like copyright, link, version, and description. input : Parameters that users can customize in the EA, such as enabling/disabling buy/sell orders, price levels, take profit points, lot sizes, etc. Main Functions OnInit() : Executes when the EA is initialized. It creates a label on the chart and draws red lines at specified price levels (Red Line). OnDeinit(const int reason) : Executes when the EA is
FREE
Golden Square X
Huynh Tan Linh N
4.5 (8)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
FxS RSI EA
Churchill Sipho Mashinini
5 (3)
Free RSI Multi-Strategy EA for MT5 Overview This free MQL5 Expert Advisor (EA) is designed to trade automatically using six powerful RSI-based strategies. Whether you prefer trend-following, breakout trading, scalping, or counter-trend strategies, this EA provides flexibility and adaptability to different market conditions. Features & Strategies The EA includes six RSI trading strategies: RSI Overbought & Oversold – Classic reversal strategy based on extreme RSI levels. RSI Divergence – Id
FREE
LoneWolf Mt5
Dmitriy Prigodich
4.5 (6)
Советник основанный на сигналах индикатора  Relative Strength Index (RSI)  и Stochastic  в зоне перекупленности - продаем, в перепроданности - покупаем. Я рекомендую использовать этот советник только на VPS.  Добавляйтесь в друзья, присылайте свои интересные стратегии. Возможно после обсуждения всех нюансов напишу советника бесплатно . Параметры:                                                                    "_Slippage"    - Проскальзывание;           "_   Magic"    -  Идентификатор ордера; 
FREE
ForceBB Expert
Nikolaos Pantzos
ForceBB_Expert   is structured based on two specifics technical analysis indicators ( Bollinger Bands and  Force Index ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
FREE SafeGuard Trader EA  - Professional Trend Following Strategy Created by EA Trading Academy team using Expert Advisor Studio , this free trading robot implements a professional trend-following strategy with built-in safety features to protect your account. You can find a detailed documentation about the properties and inputs on our knowledge base . Key Strategy Features: Combines ADX and Bulls Power indicators for precise entry signals Advanced exit strategy based on price action analys
FREE
IndexFlow
Francisco Eugenio Martoni M De Andrada
IndexFlow é uma versão demo que simula as funcionalidades do MiniFullIndexTrader, um robô automatizado projetado para negociação nos índices da B3, incluindo WIN@, WINQ25, WINFUT e WIN$. Esta edição gratuita permite explorar suas capacidades apenas em contas demo, com validade de 30 dias a partir do primeiro uso. Ideal para testar o desempenho automatizado nos mercados da B3, oferece uma visão inicial das operações do robô. Esta é uma simulação com recursos restritos, e a negociação em conta rea
FREE
TradeSilent AI
James Johnstone Jardine
TradeSilent AI – Modular Autotrader with AI Relay & Market Safety TradeSilent AI is a next-generation trading system that combines artificial intelligence, modular safety layers, and dynamic risk management to deliver powerful autonomous trading on MetaTrader 5. Designed for both retail traders and prop firm challenges, it balances precision, performance, and protection. Key Features AI Signal Relay with Local Fallback Uses an external AI relay (ChatGPT-compatible) to make trade decisions b
FREE
MT5 VolatilityScalperEA
Nikolaos Pantzos
4.1 (21)
This expert is a pure volatility scalper working with market orders orders. Expert not use any indicator, only use prices action and volatility of price to generate signals. Using an algorithm to calculate the speed of price to generate the signals. There are three conditions for it to work: Tight spread  Fast execution Stop level = 0 Please during the tests of this EA do not simultaneously use another EA in the same terminal because it affects the modification speed. Try expert on demo accoun
FREE
DeM Expert
Nikolaos Pantzos
DeM_Expert   is structured based on a specific technical analysis indicator ( DeMarker ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs, one pair per chart. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Expert Alligator
MetaQuotes Ltd.
3.17 (6)
A estratégia baseia-se no indicador técnico Alligator, descrita por Bill Williams em "Trading Chaos". O sistema é baseado em três médias móveis (linhas dos Lábios, Dentes e Mandíbula) e osciladores calculados usando a diferença entre eles. Os sinais de negociação são gerados após o cruzamento das linhas do Alligator, dependendo datendência e determinado pela ordem destas linhas. No caso da tendência ascendente, a linha dos Lábios (com período mínimo) está mais alta, a próxima é a linha de dent
FREE
Os compradores deste produto também adquirem
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (263)
Olá, traders! Eu sou a Quantum Queen, a mais nova e poderosa adição à família Quantum de Expert Advisors. Minha especialidade? OURO. Sim, eu negocio o par XAUUSD com precisão e confiança, trazendo a vocês oportunidades de negociação incomparáveis no brilhante mercado do ouro. Estou aqui para provar que sou a Expert Advisor em negociação de ouro mais avançada já criada. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Axonshift EA MT5
Maxim Kurochkin
5 (11)
AxonShift — Sistema Algorítmico com Lógica de Execução Adaptativa AxonShift é um algoritmo de negociação autônomo projetado e otimizado exclusivamente para operar o par XAUUSD no período gráfico H1. Sua arquitetura é baseada em uma estrutura modular que interpreta o comportamento do mercado por meio da combinação de dinâmicas de curto prazo com impulsos de tendência intermediária. O sistema evita exposição excessiva a ruídos do mercado e não utiliza abordagens de alta frequência, concentrando-se
Argos Fury
Aleksandar Prutkin
5 (3)
Pela primeira vez nesta plataforma | Um EA que entende o mercado Pela primeira vez nesta plataforma, um Expert Advisor utiliza todo o poder do Deep Seek. Combinado com a estratégia Dynamic Reversal Zoning, é criado um sistema que não apenas detecta os movimentos do mercado — mas os entende. Sinal ao Vivo __________ Configuração Timeframe: H1 Alavancagem: mín. 1:30 Depósito: mín. $200 Símbolo: XAUUSD Corretora: qualquer Essa combinação do Deep Seek com a estratégia de reversão é algo novo — e
Quantum Baron
Bogdan Ion Puscasu
5 (26)
Barão Quântico EA Há uma razão para o petróleo ser chamado de ouro negro — e agora, com o Quantum Baron EA, você pode explorá-lo com precisão e confiança incomparáveis. Projetado para dominar o mundo de alta octanagem do XTIUSD (petróleo bruto) no gráfico M30, o Quantum Baron é sua arma definitiva para subir de nível e negociar com precisão de elite. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Com desconto  
ARIA Connector EA
Martin Alejandro Bamonte
4.92 (13)
Aria Connector EA (112 IAs pagas e gratuitas + Sistema de Votação + Audit API) Muitos EAs no mercado afirmam usar “IA” ou “redes neurais”, mas na prática apenas executam lógica básica ou dependem de scripts não confiáveis. O Aria Connector EA foi criado com uma missão clara e transparente: conectar diretamente sua plataforma MetaTrader 5 a modelos reais de inteligência artificial, sem intermediários nem camadas falsas. Desde sua primeira versão, o Aria ofereceu uma conexão direta e verificável
Quantum Emperor MT5
Bogdan Ion Puscasu
4.87 (471)
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 Queen e Quantum StarMan  de graça!*** Peça mais detalhes
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.95 (119)
Quantum Bitcoin EA   : Não existe nada impossível, é só uma questão de descobrir como fazer! Entre no futuro do trading   de Bitcoin   com   Quantum Bitcoin EA   , a mais recente obra-prima de um dos principais vendedores de MQL5. Projetado para traders que exigem desempenho, precisão e estabilidade, Quantum Bitcoin redefine o que é possível no mundo volátil da criptomoeda. IMPORTANTE!   Após a compra, envie-me uma mensagem privada para receber o manual de instalação e as instruções de config
The Gold Reaper MT5
Profalgo Limited
4.4 (83)
PROP FIRM PRONTO!   (   baixar SETFILE   ) WARNING : 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ência de negoci
Scalp Unscalp
Connor Michael Woodson
4.33 (9)
Scalp Unscalp é um sistema de scalping bidirecional de curto prazo que tenta extrair lucros rapidamente com entradas altamente precisas. Sinal ao vivo do Scalp Unscalp em breve! O preço atual será aumentado. Preço por tempo limitado 199 USD Sem grid, sem martingale. Cada operação é realizada de forma independente Stop loss fixo disponível, com sistema virtual de trailing stop dinâmico Painel de negociação interativo e configurações precisas de tamanho de lote Recomendado Gráfico: EURUSD, GBPUSD
MultiWay EA
PAVEL UDOVICHENKO
5 (12)
O MultiWay EA é um sistema de trading automatizado inteligente e eficiente, baseado em uma poderosa estratégia de reversão à média. Graças à ampla diversificação em nove pares de moedas correlacionados (e até alguns tipicamente “tendenciais”) — AUDNZD, NZDCAD, AUDCAD, USDCAD, EURUSD, GBPUSD, EURCAD, EURGBP e GBPCAD — ele captura movimentos de preço de volta à média após fortes impulsos direcionais. Após a compra, envie uma mensagem privada para receber as instruções completas de configuração. S
Burning Grid
Magma Software Solutions UG
4.56 (27)
Burning Grid EA MT5 – Multi-Pair Grid Power with Adaptive Risk Trade up to 35 forex pairs simultaneously with intelligent strategy selection, flexible risk profiles, and dynamic drawdown control. Manual: https://magma-software.solutions/burning-grid/bgmanual-en.html Latest Setfiles : https://www.mql5.com/en/blogs/post/764010 Community : https://www.mql5.com/en/messages/0151274c579fdb01 Blog Posts:   https://www.mql5.com/en/users/mqlcharmant77/blog My Expert Advisors: https://www.mql5.com/en/us
Mad Turtle
Gennady Sergienko
5 (13)
Símbolo XAUUSD Período de tempo H1-M15 (qualquer) Tipo Inteligência Artificial Suporte a operações de ordem única SIM Depósito mínimo 50 USD (ou equivalente em outra moeda) Compatível com QUALQUER corretora SIM (suporta corretoras de 2 ou 3 dígitos. Qualquer moeda de conta. Qualquer nome de símbolo. Qualquer horário GMT.) Executar sem configuração prévia SIM Se você tem interesse em inteligência artificial no trading, inscreva-se no meu canal. Eu pesquiso os avanços mais recentes em aprendizad
Big Forex Players MT5
MQL TOOLS SL
4.74 (115)
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
Swing Master EA
Ihor Otkydach
4.77 (66)
Apresento pra você um EA pesado, criado em cima do meu sistema manual de trading — o Algo Pumping . Dei um upgrade monstro nessa estratégia, adicionei várias melhorias, filtros e tecnologia de ponta, e agora estou lançando esse bot que: Opera usando o algoritmo avançado Algo Pumping Swing Trading, Sempre coloca Stop Loss para proteger seu capital, Serve tanto para "Prop Firm Trading" quanto para "Personal Trading", Trabalha sem martingale nem grids pesados, Opera no timeframe M15 (em breve també
VectorPrime EA MT5
Maxim Kurochkin
5 (8)
VectorPrime — Sistema Algorítmico com Lógica Vetorial em Camadas VectorPrime é um sistema de negociação autônomo projetado para execução estruturada em condições de mercado de múltiplos timeframes. Seu núcleo é baseado no conceito de análise vetorial , no qual a dinâmica do preço é decomposta em impulsos direcionais e estruturas matriciais. O sistema interpreta o fluxo do mercado não como sinais isolados, mas como vetores interconectados que formam um mapa coerente. Módulos principais do VectorP
VolumeHedger
Huseyin Furkan Ozturk
5 (14)
VolumeHedger EA [Live Signals]   ,  [My Channel]   ,  [Set Files]   ,   [ Blog ] Contas recomendadas: Padrão com alta alavancagem, ECN, Raw; Cent; Propfirm (FTMO etc.) O desenvolvedor deste EA comprovou seu profissionalismo com a qualidade de seus outros robôs. Com o Volume Hedger EA  Graças à função de definir a estratégia de entrada com um Indicador Personalizado, você não precisará comprar mais EAs! Este EA é um algoritmo avançado de negociação que combina a estratégia Martingale com hedge
EA New Player
Vitali Vasilenka
5 (8)
EA New Player — Consultor de Negociação de Nova Geração Uma oferta especial está em vigor no início das vendas: primeiras 10 cópias — $249, próximas 20 cópias — $350. O EA New Player é um consultor de negociação exclusivo para MT5, desenvolvido com base em 7 estratégias de negociação clássicas diferentes. O consultor foi criado sem o uso de inteligência artificial, utilizando apenas ferramentas de análise técnica comprovadas. Sua principal característica é a transparência da lógica, configuraçõ
AlphaCore X
Arseny Potyekhin
3.77 (22)
AlphaCore X O EA AlphaCore X é um sistema de negociação de ponta que domina a complexidade dos mercados financeiros com uma combinação única de análises impulsionadas por IA e algoritmos baseados em dados. Ao integrar   ChatGPT-o1 , o mais recente   GPT-4.5 , modelos avançados de machine learning e uma abordagem robusta de big data, o AlphaCore X atinge um novo nível de precisão, adaptabilidade e eficiência. Este Expert Advisor impressiona com sua estratégia inovadora, interação fluida com a IA
AI Gold Sniper MT5
Ho Tuan Thang
5 (5)
Canal de Negociação de EA Forex em MQL5: Junte-se ao meu canal MQL5 para receber as minhas últimas notícias. A minha Comunidade com mais de 14.000 membros no MQL5. . RESTANCIAM APENAS 3 CÓPIAS DE 10 POR 399$! Após isto, o preço será aumentado para 499 dólares. - SINAL REAL Baixo Risco: https://www.mql5.com/en/signals/2302784 IC Mercados - Alto Risco: https://www.mql5.com/en/signals/2310008 As instruções completas de instalação para que o EA AI Gold Sniper funcione correctamente estão actua
Golden Synapse
Abdelrahman Ahmed Mahmoud Ahmed
5 (3)
Golden Synapse EA is a precision engineered trading system that combines an advanced strategy with strict technical analysis to deliver consistent and low risk performance. Designed to trade with discipline, it avoids risky approaches and focuses entirely on quality over quantity. Every trade it takes is carefully selected and always protected by a stop loss. Golden Synapse never uses grid or martingale systems. It only opens one position at a time, keeping exposure under control and making it a
Bitcoin Robot Grid MT5
MQL TOOLS SL
4.92 (37)
Bitcoin Robot Grid MT5 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot continuously monitors market conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the perfect solution for trad
Http EA
Yury Orlov
5 (3)
HTTP EA (How To Trade Pro) — robô de negociação MT5 sem martingale nem grid, com fechamento diário de posições. Desenvolvido por trader profissional com mais de 25 anos de experiência. Última cópia pelo preço atual! Depois, o preço aumentará em $100. O expert utiliza ordens pendentes, mantém apenas uma operação por ativo, sempre aplica stop-loss e take-profit e fecha posições diariamente. Funciona com os seguintes instrumentos financeiros: Pares de moedas Criptomoedas Metais Índices Ações Opera
XG Gold Robot MT5
MQL TOOLS SL
4.23 (86)
The XG Gold Robot MT5 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 Action, Cycle S
Quantum StarMan
Bogdan Ion Puscasu
4.91 (102)
Olá a todos, deixem-me apresentar: Eu sou   Quantum StarMan,   o eletrizante e mais novo membro da família   Quantum EAs   . Sou um EA multimoedas totalmente automatizado com capacidade para lidar com até 5 pares dinâmicos:   AUDUSD, EURAUD, EURUSD, GBPUSD e USDCAD   . Com a máxima precisão e responsabilidade inabalável, levarei seu jogo de negociação para o próximo nível. A questão é: não confio em estratégias de Martingale. Em vez disso, utilizo um sofisticado sistema de grade projetado para
Bomber Corporation EA
Ihor Otkydach
5 (9)
0 copies left at 699 USD  (i will raise the price in 4 hours) Next price 799 USD Apresento a você o Expert Advisor que desenvolvi em resposta aos inúmeros pedidos dos usuários da minha estratégia e indicador personalizado Divergence Bomber. Detailed installation and setup instructions –  link How it performs: Live Signal: "Bomber M15 Channel" -   link Test results: "Bomber M15 Channel" portfolio -  link --- Live Signal: "Bomber H1 Channel" –   link Test results "Bomber H1 Channel" portfolio -  
SGear
Olesia Kusmenko
5 (3)
Promoção de Fim de Verão – Por Tempo Limitado! Estamos realizando uma grande promoção de fim de verão – exclusiva para quem deseja garantir o SGear antes da publicação do sinal oficial. Até o lançamento do sinal, o preço permanece significativamente reduzido. Importante: Assim que o sinal for publicado, o preço será ajustado – e aumentará consideravelmente. Se você está pensando em começar com o SGear, agora é o melhor momento. Além disso, usamos um modelo de preços escalonado: a cada 5 vendas,
Ultimate Breakout System
Profalgo Limited
5 (23)
IMPORTANTE   : Este pacote só será vendido pelo preço atual e por um número muito limitado de cópias.    O preço irá para US$ 1.499 muito rápido    +100 estratégias incluídas   e mais em breve! BÔNUS   : Por US$ 999 ou mais --> escolha  5     dos meus outros EAs de graça!  TODOS OS ARQUIVOS CONFIGURADOS GUIA COMPLETO DE CONFIGURAÇÃO E OTIMIZAÇÃO GUIA DE VÍDEO SINAIS AO VIVO REVISÃO (terceiros) Bem-vindo ao SISTEMA DE FUGA SUPREMO! Tenho o prazer de apresentar o Ultimate Breakout System, um Ex
ENEA mt5
Vitalii Tkachenko
5 (3)
Preço: 404$ -> 550$ Sinal:   ENEA Guía práctica :  Manual ENEA mt5 – Troca de Regime + GPT5 com Modelos Ocultos de Markov (HMM) ENEA mt5 é um algoritmo de negociação totalmente automatizado e de última geração que combina o poder da inteligência artificial na forma do ChatGPT-5 com a análise estatística precisa de um Modelo Oculto de Markov (HMM). Ele monitora o mercado em tempo real, identificando até mesmo estados de mercado complexos e difíceis de detectar (regimes) e ajustando dinamicamen
HFT AI FAST M1 GOLD SCALPER V10 é a versão mais avançada do nosso EA até agora, totalmente reconstruído com tomada de decisão por IA, votação multi-IA e lógica de trading dinâmica . Este EA foi desenvolvido para operar XAUUSD (Ouro) exclusivamente em M1 , com entradas de alta frequência, gestão inteligente de risco e total adaptabilidade. Agora ele combina IAs GRATUITAS conectadas ao OpenRouter com filtros avançados para uma negociação precisa em qualquer condição de mercado. Canal público:  h
Neural Vertex – Um Expert Advisor disciplinado de reversão à média para pares maiores e menores de Forex. Testado em 6 pares e 5 anos de dados (~1350 operações) . Combina RSI, ADX e confirmação dupla de EMA para oferecer entradas e saídas com precisão comprovada . Sem martingale, sem grid – apenas lógica transparente, controle rígido de risco e trailing stop opcional . Projetado para traders que buscam consistência sem truques . Conceito principal Tipo de mercado : reversão à média – explorar ex
Mais do autor
GatorDeviation Breakout
Dipak Dilip Reddy
3 (2)
The given MQL5 code is for an Expert Advisor (EA) that implements a trading strategy using the Alligator indicator and the Standard Deviation indicator. Here's a breakdown of the code: The code defines various input parameters for the EA, including entry lots, stop loss, take profit, indicator parameters, and expert settings. The OnInit() function initializes the EA by setting some variables and validating the initialization. The OnTick() function is called on each tick of the price data and c
FREE
This strategy uses two indicators: Commodity Channel Index (CCI) and Envelopes. It opens a buy position when the CCI crosses above the lower level and closes it when the price crosses above the upper band of the Envelopes. It opens a sell position when the CCI crosses below the upper level and closes it when the price crosses below the lower band of the Envelopes. It also uses a fixed stop loss and take profit, and a trailing stop based on the previous bar’s high or low. It has some parameters t
The code is a trading robot that uses two indicators moving averages crossover and envelopes. It opens a buy or sell trade when the fast moving average crosses the slow moving average and the price is above or below the envelopes. It closes the trade when the opposite signal occurs or when the stop loss or take profit is reached. It also has some session settings to limit the trading hours and days. The code has some input parameters to adjust the trade size, stop loss, take profit, magic number
Here's a short note explaining some of its key aspects: The code starts with defining various input parameters such as entry amount, stop loss, take profit, and indicator parameters. The code includes functions and variables to manage trading positions, handle position updates, and check entry signals. The OnInit() function is called when the EA is initialized and performs necessary initialization tasks. The OnTick() function is called on each tick and checks if a new bar has formed, then call
Filtro:
Konrad Mieszkowski
913
Konrad Mieszkowski 2023.07.17 22:53 
 

I have been using EA for 2 weeks and it gives quite a lot of income. It's coming along well. Will post an update in a few weeks.

Profitable EA

From July 15 to August 1 account grow up 29.92%

7 trades 100% win.

Dipak Dilip Reddy
2991
Resposta do desenvolvedor Dipak Dilip Reddy 2023.10.29 11:02
Your kind words have made our day! We are delighted to hear that you are satisfied with our service and we are thrilled to have been able to meet your expectations.
Responder ao comentário