• Visão global
  • Comentários (17)
  • Discussão (38)
  • O que há de novo

Harmonic Butterfly

The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns.


Parameters

  • zzDepth, zzDev, zzBack - ZigZag parameters
  • factorAB_min, factorAB_max - minimum and maximum ratio of AB and AX levels (see the screenshot)
  • factorBC_min, factorBC_max - minimum and maximum ratio of BС and AB levels (see the screenshot)
  • factorCD_min, factorCD_max - minimum and maximum ratio of CD and BC (see the screenshot)
  • factorAD_min, factorAD_max - minimum and maximum ratio of AD and AX (see the screenshot)
  • bearColor - bearish pattern color
  • bullColor - bullish pattern color
  • CountBars - limit the amount of bars to be processed by the indicator (reduces the initial download time)
  • UseAlert - enable pop-up messages
  • UseNotification - enable push notifications
  • UseMail - enable email notifications
  • CustomEventBuy,CustomEventSell - chart events

Sample to use signals in EA:

void OnTick() {
 double x;
 x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-Butterfly",0,1); if (x != 0 && x != EMPTY_VALUE) goBuy();
 x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-Butterfly",2,1); if (x != 0 && x != EMPTY_VALUE) goSell();
}

void goBuy() { // function for open BUY
}

void goSell() { // function for open SELL
}
void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
 switch (id) {
  case CHARTEVENT_CUSTOM+100: 
   goBuy(); break;
  case CHARTEVENT_CUSTOM+101: 
   goSell(); break;
 }
}

void goBuy() { // function for open BUY
}

void goSell() { // function for open SELL
}


Produtos recomendados
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
Vanexio
Sayan Vandenhout
VANEXIO USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 5 great strategies The EA can be run on even a $20000
FREE
PZ Penta O MT4
PZ TRADING SLU
2.67 (3)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
MACD Divergence Finder Indicator will help you to find Divergences between your typical MACD values and the Chart Prices as potential points of actual Trend Reversion or Pull Backs to increase your positions as per the current Trend. Indicator Windows draws MACD value and Divergence arrows but not MACD Signal as it is not considered relevant to detect this kind of Classic Divergences. In some computer/VPS with old microprocessors or low RAM size, when you launch this Indicator (attach it, change
Apresentamos o Indicador Maravilla Square: Seu Assistente para o Trading Predictivo Descubra o Indicador Maravilla Square, sua chave para o trading predictivo. Essa ferramenta única oferece insights sobre reversões de preço, apresentando uma linha de tendência que pode ser ajustada entre os pontos altos e baixos. Dinâmica da Linha de Tendência: O Indicador Maravilla Square introduz a linha de tendência, que você pode adaptar aos pontos altos e baixos no gráfico. Essa característica dinâmica cria
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Tipu Heikin Ashi Panel
Kaleem Haider
4.56 (25)
Tipu Heikin-Ashi Panel is the modified version of the original Heiken Ashi indicator published by MetaQuotes here . A professional version of this indicator is available here . Features An easy to use Panel that shows the Heiken Ashi trend of selected timeframe. Customizable Buy/Sell alerts, push alerts, email alerts, or visual on-screen alerts. Customizable Panel. The panel can be moved to any place on the chart or minimized to allow more space. Heikin means "the average", and Ashi means "foo
FREE
OrderBlock TS Roman
Vladislav Vlastovskii
4 (7)
Индикатор строит блоки заказов (БЗ) по торговой системе (ТС) Романа. Поиск блоков осуществляется одновременно на двух таймфремах: текущем и старшем (определяемым в настройках). Для оптимизации и игнорирования устаревших блоков в настройках задается ограничение количества дней в пределах которых осуществляется поиск блоков. Блоки строятся по правилам ТС состоящем из трех шагов: какую свечу вынесли (что?); какой свечой вынесли (чем?); правило отрисовки (как?).
FREE
Quants HL Break
Ferhat Mutlu
5 (1)
Cálculo avançado feito por pura ação de preço para encontrar breakouts LH e HL. Isso lhe dará ótimos pontos de reversão no mercado. Os sinais LH e HL também podem ser usados ​​para os rompimentos do traingle. Uma vez que o rompimento acontece, ele indica uma forte reversão. Bom filtro para médias móveis. Eu sugiro usar isso com indicadores de tendência. Pode ser usado como uma confirmação extra para suporte e resistência, indicadores de oferta e demanda. Mais detalhes podem ser encontr
TrendPlus
Sivakumar Subbaiya
4.38 (13)
Trend Plus   Trendplus  Indicator   Time Frame: Suitable for any time frame.  Purpose: Trend Prediction. Blue and red candle indicate the buy and sell call respectively. Buy: When the blue candle is formed buy call is initiated. close the buy trades when the next red candle will formed.   Sell: When the Red candle is formed Sell call is initiated. close the Sell trades when the next blue candle will formed.   Happy trade!!
FREE
The main idea of this indicator is rates analysis and prediction by Fourier transform. Indicator decomposes exchange rates into main harmonics and calculates their product in future. You may use the indicator as a standalone product, but for better prediction accuracy there is another related indicator - FreqoMaster - which uses FreqoMeterForecast as a backend engine and combines several instances of FreqoMeterForecast for different frequency bands. Parameters: iPeriod - number of bars in the ma
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Wave Reversal Indicator - determines the direction of trend waves and price reversals. The indicator shows wave movements and trend directions. It gives recommendations where to follow the trader, helps to follow the trading strategy. It is an addition to an intraday or medium-term strategy. Almost all parameters are selected for each time frame and are changed automatically, the only parameter for manual adjustment is the wavelength. Works on various trading instruments and timeframes, rec
FREE
Wise Men Indicator demo
Bohdan Kasyanenko
3.67 (3)
The indicator displays signals according to the strategy of Bill Williams on the chart. Demo version of the indicator has the same features as the paid, except that it can work only on a demo account . Signal "First Wise Man" is formed when there is a divergent bar with angulation.  Bullish divergent bar - with lower minimum and closing price in the upper half. Bearish divergent bar - higher maximum and the closing price at the bottom half. Angulation is formed when all three lines of Alligat
FREE
RSX Signal 2 AM
Andriy Matviyevs'kyy
The indicator displays the signals of the RSX oscillator on the price chart. (To display these signals in a separate window, along with the oscillator, another indicator is used -  RSX Osc 4 AM ). It is optimal to use the indicator signals as signals to open a trade when the price overcomes the maximum or minimum of the bar at which the signal was given. An opposite signal cancels the previous signal. Settings: Data period for indicator calculation - data period for indicator calculation; Data
O indicador cria um leque de linhas de tendência (depois de clicar em uma determinada vela), semelhante aos ângulos clássicos de Gann. A peculiaridade do indicador é que ele constrói ângulos não apenas em uma escala fixa, mas também usa o preço médio de um certo número de barras (opcional). Existem duas maneiras de calcular o preço médio dos ângulos no indicador (opcional): 1) cálculo do movimento médio do preço (para um certo número de barras) de alto para baixo; 2) cálculo do moviment
FFx Momentum
Eric Venturi-Bloxs
4.33 (3)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
Trend PA
Mikhail Nazarenko
5 (3)
The Trend PA indicator uses   Price Action   and its own filtering algorithm to determine the trend. This approach helps to accurately determine entry points and the current trend on any timeframe. The indicator uses its own algorithm for analyzing price changes and Price Action. Which gives you the advantage of recognizing, without delay, a new nascent trend with fewer false positives. Trend filtering conditions can be selected in the settings individually for your trading style. The indicator
ZZVolna
ANTON IVANOV
Outra versão do ZigZag com filtros adicionais para desenhar e encontrar picos e planícies. Adequado para negociação manual, você também pode usar esses picos e terras baixas para o consultor e calculá-los. Além disso, todas as funções do ZigZag original permanecem. Filtros adicionais são AO e Estocástico. Funciona em todos os instrumentos e prazos. Funciona em todos os instrumentos e prazos.
Baseado em ondas indicadoras MACD com parâmetros padrão Aplica os níveis de Fibonacci às duas últimas ondas MACD, positivas e negativas, respectivamente, se no momento em que o indicador MACD fica sem onda negativa - a cor é verde, se no momento em que o indicador MACD fica sem onda positiva - a cor é vermelha. O critério de terminação Wave é dois ticks com um sinal MACD diferente. Aplica linhas de tendência nas últimas quatro ondas MACD. Funciona bem com o especialista  Figures MACD
Follow The Line
Oliver Gideon Amofa Appiah
4 (13)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Traditional MACD MT4
Daniel Lewis
4.59 (69)
Indicador MACD em MetaTrader 4/5 parece diferente do que o MACD faz na maioria dos outros softwares gráficos. Isso é porque a versão MetaTrader 4/5 de MACD mostra a linha MACD como um histograma quando é tradicionalmente apresentado como uma linha. Além disso, a versão MetaTrader 4/5 calcula a linha de sinal usando uma SMA, no entanto de acordo com a definição, o indicador MACD supostamente é calculado com uma EMA. A versão MetaTrader 4/5 também não computa um verdadeiro Histograma MACD (a difer
FREE
This indicator is the undisputed leader among the indicators. And for this statement there is a good reason. The indicator builds a very high quality channel in which it generates signals to enter! What is the ideal strategy for the trader, since the trader always hesitates when choosing a strategy for the job. That is, this indicator will allow you to solve the dilemma of choosing a job by trend or to the channel, since it combines these two basic concepts. Working with the indicator is very
Introduction This indicator detects volume spread patterns for buy and sell opportunity. The patterns include demand and supply patterns. You might use each pattern for trading. However, these patterns are best used to detect the demand zone (=accumulation area) and supply zone (=distribution area). Demand pattern indicates generally potential buying opportunity. Supply pattern indicates generally potential selling opportunity. These are the underlying patterns rather than direct price action. T
FREE
Donchian channels are a tool in technical analysis used to determine the relative volatility of a market and the potential for price breakouts. Can help identify potential breakouts and reversals in price, which are the moments when traders are called on to make strategic decisions. These strategies can help you capitalize on price trends while having pre-defined entry and exit points to secure gains or limit losses. Using the Donchian channel can thus be part of a disciplined approach to manag
FREE
HMA Trend
Pavel Zamoshnikov
4.6 (80)
A trend indicator based on the Hull Moving Average (HMA) with two periods. The Hull Moving Average is an improved variant of the moving average, which shows the moment of trend reversal quite accurately. It is often used as a signal filter. Combination of two types of Hull Moving Averages makes a better use of these advantages: HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. Features The movement
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
This indicators automatically draws the   support and resistances   levels (key levels) for you once you've dropped it on a chart. It reduces the hustle of drawing and redrawing these levels every time you analyse prices on a chart. With it, all you have to do is drop it on a chart, adjust the settings to your liking and let the indicator do the rest. But wait, it gets better; the indicator is absolutely free! For more information:  https://youtu.be/rTxbPOBu3nY For more free stuff visit:  https
FREE
Os compradores deste produto também adquirem
Gann Made Easy
Oleg Rodin
4.95 (43)
Gann Made Easy é um sistema de negociação Forex profissional e fácil de usar, baseado nos melhores princípios de negociação usando a teoria do sr. W. D. Gann. O indicador fornece sinais precisos de COMPRA e VENDA, incluindo níveis de Stop Loss e Take Profit. Você pode negociar mesmo em movimento usando notificações PUSH. Entre em contato comigo após a compra! Vou compartilhar minhas dicas de negociação com você e ótimos indicadores de bônus de graça! Provavelmente você já ouviu muitas vezes sobr
Apresentamos o Indicador Milagroso de Forex: Desencadeie o Poder da Negociação Precisa Você está cansado de procurar o melhor indicador de Forex que realmente ofereça resultados excepcionais em todos os períodos de tempo? Não procure mais! O Indicador Milagroso de Forex chegou para revolucionar sua experiência de negociação e impulsionar seus lucros a novas alturas. Construído com base em tecnologia de ponta e anos de desenvolvimento meticuloso, o Indicador Milagroso de Forex se destaca como o á
Actualmente 20% OFF ! A melhor solução para qualquer novato ou comerciante especializado! Este software de painel de instrumentos está a funcionar em 28 pares de moedas. É baseado em 2 dos nossos principais indicadores (Advanced Currency Strength 28 e Advanced Currency Impulse). Dá uma grande visão geral de todo o mercado Forex. Mostra valores avançados de força da moeda, velocidade de movimento da moeda e sinais para 28 pares de divisas em todos os (9) períodos de tempo. Imagine como a sua
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
TPSpro RFI Levels
Roman Podpora
5 (13)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
ACTUALMENTE COM 26% DE DESCONTO A melhor solução para qualquer novato ou comerciante especializado! Este Indicador é uma ferramenta comercial única, de alta qualidade e acessível, porque incorporámos uma série de características proprietárias e uma nova fórmula. Com apenas UM gráfico, pode ler a força da moeda para 28 pares de Forex! Imagine como a sua negociação irá melhorar porque é capaz de apontar o ponto exacto do gatilho de uma nova tendência ou oportunidade de escalada? Manual do u
Atomic Analyst
Issam Kassas
5 (1)
Primeiramente, vale ressaltar que este Indicador de Negociação não repinta, não redesenha e não apresenta atrasos, tornando-o ideal tanto para negociação manual quanto automatizada. O Analista Atômico é um Indicador de Ação de Preço PA que utiliza a força e o momentum do preço para encontrar uma vantagem melhor no mercado. Equipado com filtros avançados que ajudam a remover ruídos e sinais falsos, e aumentam o potencial de negociação. Utilizando múltiplas camadas de indicadores complexos, o A
Scalper Inside PRO
Alexey Minkov
4.75 (55)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Trend Screener
STE S.S.COMPANY
4.83 (86)
Indicador de tendência, solução única inovadora para negociação e filtragem de tendências com todos os recursos de tendências importantes construídos dentro de uma ferramenta! É um indicador multi-timeframe e multi-moedas 100% sem repintura que pode ser usado em todos os símbolos/instrumentos: forex, commodities, criptomoedas, índices e ações. O Trend Screener é um indicador eficiente que segue a tendência do indicador que fornece sinais de tendência de seta com pontos no gráfico. Os recursos qu
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
Antes de tudo, vale ressaltar que esta Ferramenta de Negociação é um Indicador Não Repintante, Não Redesenhante e Não Atrasado, o que a torna ideal para negociação profissional. O Indicador de Conceitos de Ação de Preço Inteligente é uma ferramenta muito poderosa tanto para traders novos quanto experientes. Ele combina mais de 20 indicadores úteis em um único, combinando ideias avançadas de negociação como Análise do Trader do Círculo Interno e Estratégias de Negociação de Conceitos de Dinhei
XQ Indicator MetaTrader 4
Marzena Maria Szmit
3 (2)
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange,   XQ Forex Indicator   empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The
Descubra o segredo da negociação forex bem -sucedida com nosso indicador MT4 personalizado! Você já se perguntou como obter sucesso no mercado de Forex, obtendo lucros consistentemente e minimizando o risco? Aqui está a resposta que você está procurando! Permita -nos apresentar nosso indicador proprietário do MT4 que revolucionará sua abordagem à negociação. Versatilidade única Nosso indicador foi projetado especialmente para usuários que preferem as formações de vela Renko e Rangebar. En
Currency Strength Wizard é um indicador muito poderoso que fornece uma solução completa para uma negociação bem-sucedida. O indicador calcula o poder deste ou daquele par forex usando os dados de todas as moedas em vários intervalos de tempo. Esses dados são representados em uma forma de índice de moeda fácil de usar e linhas de energia de moeda que você pode usar para ver o poder desta ou daquela moeda. Tudo o que você precisa é anexar o indicador ao gráfico que deseja negociar e o indicador mo
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
Atualmente com 33% de desconto! A melhor solução para qualquer Trader Novato ou especialista! Este indicador é uma ferramenta de negociação exclusiva, de alta qualidade e acessível porque incorporamos uma série de recursos proprietários e uma nova fórmula. Com esta atualização, você poderá mostrar fusos horários duplos. Você não só será capaz de mostrar um TF mais alto, mas também mostrar ambos, o TF do gráfico, MAIS o TF mais alto: MOSTRANDO ZONAS ANINHADAS. Todos os traders de Oferta e Demanda
Apresentando       Quantum Trend Sniper Indicator   , o inovador Indicador MQL5 que está transformando a maneira como você identifica e negocia as reversões de tendência! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos,       Indicador de Atirador de Tendência Quântica       foi projetado para impulsionar sua jornada de negociação a novos patamares com sua forma inovadora de identificar reversões de tendência com precisão extremamente alta. ***C
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
Apresentando       Quantum Breakout PRO   , o inovador Indicador MQL5 que está transformando a maneira como você negocia Breakout Zones! Desenvolvido por uma equipe de traders experientes com experiência em negociação de mais de 13 anos,   o Quantum Breakout PRO   foi projetado para impulsionar sua jornada comercial a novos patamares com sua estratégia inovadora e dinâmica de zona de rompimento. O Quantum Breakout Indicator lhe dará setas de sinal em zonas de breakout com 5 zonas-alvo de luc
Quantum Heiken Ashi PRO MT4
Bogdan Ion Puscasu
4.43 (7)
Apresentando o       Gráficos   Quantum Heiken Ashi PRO Projetadas para fornecer informações claras sobre as tendências do mercado, as velas Heiken Ashi são conhecidas por sua capacidade de filtrar o ruído e eliminar sinais falsos. Diga adeus às confusas flutuações de preços e olá para uma representação gráfica mais suave e confiável. O que torna o Quantum Heiken Ashi PRO verdadeiramente único é sua fórmula inovadora, que transforma os dados tradicionais de velas em barras coloridas fáceis de le
Apresentamos o ON Trade Waves Patterns Harmonic Elliot Wolfe, um indicador avançado projetado para detectar diversos tipos de padrões no mercado, usando métodos manuais e automáticos. Aqui está como ele funciona: Padrões Harmônicos: Este indicador pode identificar padrões harmônicos que aparecem em seu gráfico. Esses padrões são essenciais para traders que praticam a teoria de negociação harmônica, conforme popularizada no livro de Scott Carney "Harmonic Trading vol 1 e 2". Seja desenhando-os m
Scalper Vault
Oleg Rodin
5 (27)
Scalper Vault é um sistema profissional de escalpelamento que fornece tudo o que você precisa para um escalpelamento bem-sucedido. Este indicador é um sistema de negociação completo que pode ser usado por comerciantes de forex e opções binárias. O período de tempo recomendado é M5. O sistema fornece sinais de seta precisos na direção da tendência. Ele também fornece sinais superiores e inferiores e níveis de mercado Gann. Os indicadores fornecem todos os tipos de alertas, incluindo notificações
O sistema PRO Renko é um sistema de negociação altamente preciso especialmente concebido para a negociação de gráficos RENKO. Trata-se de um sistema universal que pode ser aplicado a vários instrumentos de negociação. O sistema neutraliza eficazmente o chamado ruído de mercado, dando-lhe acesso a sinais de inversão precisos. O indicador é muito fácil de usar e tem apenas um parâmetro responsável pela geração de sinal. Você pode facilmente adaptar a ferramenta a qualquer instrumento de negoc
FX Power MT4 NG
Daniel Stein
5 (8)
Receba a sua atualização diária do mercado com detalhes e screenshots através do nosso Morning Briefing aqui no mql5 e no Telegram ! O FX Power MT4 NG é a próxima geração do nosso medidor de força de moeda muito popular de longa data, o FX Power. E o que é que este medidor de força da próxima geração oferece? Tudo o que adorou no FX Power original MAIS Análise de força GOLD/XAU Resultados de cálculo ainda mais precisos Períodos de análise configuráveis individualmente Limite de cálculo personal
ACTUALMENTE 31% DE DESCONTO!! A melhor solução para qualquer novato ou comerciante especializado! Este indicador é uma ferramenta comercial única, de alta qualidade e acessível, porque incorporámos uma série de características proprietárias e uma fórmula secreta. Com apenas UM gráfico, dá alertas para todos os 28 pares de moedas. Imagine como a sua negociação irá melhorar porque é capaz de identificar o ponto exacto de desencadeamento de uma nova tendência ou oportunidade de escalada! Con
Antes de mais nada, vale ressaltar que este Sistema de Negociação é um Indicador Não Repintado, Não Redesenhado e sem Atrasos, o que o torna ideal para negociações profissionais. O "Sistema de Negociação de Suporte e Resistência Inteligente" é um indicador avançado projetado para traders novos e experientes. Empodera os traders com precisão e confiança no mercado forex. Este sistema abrangente combina mais de 7 estratégias, 10 indicadores e vários métodos de negociação, incluindo estratégias
TrendDecoder Premium
Christophe, Pa Trouillas
5 (2)
Identifica os intervalos e os próximos movimentos prováveis   |  Obter os primeiros sinais e a força das tendências   |  Obter saídas claras antes da reversão   |  Detetar os níveis Fibo que o preço irá testar Indicador não repintável e não atrasado - ideal para trading manual e automatizado - adequado para todos os activos e todas as unidades de tempo Oferta por tiempo limitado >>   50% OFF Após a compra,   por favor contacte-me neste canal  para obter as definições recomendadas Versão   MT5 :
Apresentando o Indicador Zeus: Sua Ferramenta Definitiva para Romper com os Lucros no Trading. Este indicador simplifica a negociação, eliminando a necessidade de uma análise detalhada com estratégias de rompimento. Ele desenha automaticamente zonas com base nos seus intervalos de tempo predefinidos, sugere níveis de Stop Loss (SL), Take Profit (TP) e Trailing Stop. O Indicador Zeus irá notificá-lo prontamente e exibir setas de sinal quando o preço se aproximar dos pontos de entrada de compra ou
Cycle Sniper
Elmira Memish
4.41 (34)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) é uma ferramenta poderosa e eficaz que detecta automaticamente a direção da tendência usando o Canal Donchian e fornece sinais de negociação de entrada e saída! Este indicador multifuncional inclui um scanner de tendências, sinais de negociação, painel estatístico, rastreador, sessões de negociação e painel de histórico de alertas. Ele foi projetado para fornecer sinais de negociação e economizar horas analisando os gráficos! Você pode baixar o manual do us
Trend Forecasting
Mohamed Hassan
5 (10)
This indicator is unstoppable when combined with our other indicator called Katana . After purchase, send us a message and you could get Katana  for FREE as a BONUS!  You can also ask to join our private group where we discuss together with other members!  MT5 version: click here There are limited copies available at $49 (3 copies left). Next price is $99. Don't miss this great deal!  The Trend Forecasting indicator is a very unique & easy tool that is able to make prediction a
IX Power MT4
Daniel Stein
5 (5)
O IX Power traz finalmente a precisão imbatível do FX Power para símbolos não-Forex. Determina com exatidão a intensidade das tendências a curto, médio e longo prazo nos seus índices, acções, mercadorias, ETFs e até criptomoedas favoritos. Pode analisar tudo o que o seu terminal tem para oferecer. Experimente e veja como o seu timing melhora significativamente quando negoceia. Características principais do IX Power Resultados de cálculo 100% precisos e sem repintura - para todos os símb
Mais do autor
UniversalEA
Sergey Deev
4 (6)
The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
EA Locking Grid
Sergey Deev
5 (2)
Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
MACD Divergence
Sergey Deev
2.5 (2)
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPri
The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialo
The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNo
The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
MTF ADX
Sergey Deev
5 (1)
The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift
The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the
The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficienc
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any time
The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
RenkoBandMacd
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
The indicator displays Renko bars on the chart, plots a channel based on that data and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The channel is defined as the upper and lower boundaries of the price movement over the specified per
Filtro:
Lorentzos Roussos
29644
Lorentzos Roussos 2023.09.25 16:34 
 

O usuário não deixou nenhum comentário para sua avaliação

Aravind Kolanupaka
8820
Aravind Kolanupaka 2019.11.11 02:23 
 

O usuário não deixou nenhum comentário para sua avaliação

Thomas Fairhurst
1186
Thomas Fairhurst 2019.06.01 08:21 
 

O usuário não deixou nenhum comentário para sua avaliação

Ngoc Nguyen
536
Ngoc Nguyen 2019.03.31 00:33 
 

O usuário não deixou nenhum comentário para sua avaliação

Shaheen Hassanali
6558
Shaheen Hassanali 2018.12.02 15:35 
 

O usuário não deixou nenhum comentário para sua avaliação

sunnychow
8663
sunnychow 2018.11.05 18:23 
 

O usuário não deixou nenhum comentário para sua avaliação

Corneliu Raileanu
222
Corneliu Raileanu 2018.09.01 20:29 
 

O usuário não deixou nenhum comentário para sua avaliação

Matthew Todorovski
13122
Matthew Todorovski 2018.06.30 13:24 
 

O usuário não deixou nenhum comentário para sua avaliação

Mauro Giuseppe Tondo
2009
Mauro Giuseppe Tondo 2018.06.05 22:59 
 

O usuário não deixou nenhum comentário para sua avaliação

Tim Eubanks
5733
Tim Eubanks 2018.03.13 04:12 
 

O usuário não deixou nenhum comentário para sua avaliação

Mohammed Abdulwadud Soubra
37062
Mohammed Abdulwadud Soubra 2017.09.27 00:33 
 

O usuário não deixou nenhum comentário para sua avaliação

Gennadiy Voltornist
11909
Gennadiy Voltornist 2017.04.12 19:58 
 

O usuário não deixou nenhum comentário para sua avaliação

[Excluído] 2017.03.06 23:45 
 

O usuário não deixou nenhum comentário para sua avaliação

redneedle
461
redneedle 2016.09.06 19:15 
 

O usuário não deixou nenhum comentário para sua avaliação

Maksym Mudrakov
29226
Maksym Mudrakov 2016.08.29 11:51 
 

O usuário não deixou nenhum comentário para sua avaliação

chriss100
30
chriss100 2016.06.04 11:58 
 

O usuário não deixou nenhum comentário para sua avaliação

vahid jannati
1993
vahid jannati 2016.03.03 19:15 
 

O usuário não deixou nenhum comentário para sua avaliação

Responder ao comentário
Versão 2.6 2019.08.24
Small edition
Versão 2.5 2019.08.23
Add EventChartCustom
Versão 2.4 2019.06.14
нет лого fx-prog.ru
Versão 2.3 2016.04.27
Added the 'TimeFrame' parameter - now the chart displays the patterns not only of the current, but also from the higher timeframe.
Versão 2.2 2016.04.12
- Buy and sell signals allocated among the indicator buffers
- Added ShowPredict parameter to hide a forming pattern
Versão 2.1 2016.03.24
New input patterPreset - choosing standard proportions for the shapes: Gartley, Crab, Bat, Butterfy. Manual configuration works if patterPreset = MANUAL.
New input MessageAdd - the text to be added to alerts.
Versão 2.0 2016.03.10
- Added display of the pattern at the stage of its formation. Displayed by triangle outlines.
- Added display of potential reversal area at the formed pattern.
- Added parameter 'prefix' for the correct display of several instances of the indicator on one chart. Enter different strings for different charts.
Versão 1.1 2016.02.19
Fixed text messages. Disabled display of excessive debugging data.