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

RenkoMacdSignals

1

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 efficiency.

Buy/sell signals are passed to the indicator buffers and can be used in the automated trading. Signal 1 shows the histogram crossing the signal line, while signal 2 displays the histogram crossing the level 0.

Apart from signals on a chart, the indicator features pop-up, e-mail and push notifications.


Parameters

  • RenkoBar - renko bar size (specified for 4-digit quotes, automatically re-calculated for 5- and 3-digit quotes);
  • CountBars - number of renko bars displayed on a chart;
  • bearColor - bearish bar color;
  • bullColor - bullish bar color;
  • hideBars - flag of hiding standard bars on a chart
  • MacdFast - fast MACD line period;
  • MacdSlow - slow MACD line period;
  • MacdSignal - MACD signal line period;
  • MacdColor - MACD histogram color;
  • SignalColor - MACD signal line color;
  • showSignal_1 - enable/disable the signal of the histogram crossing the signal line;
  • showSignal_2 - enable the signal of the histogram crossing the line 0;
  • useAlert - enable notifications in a popup window;
  • useMail - enable email notifications;
  • useNotification - enable push notifications;
  • messageSignal_1 - signal 1 notification text;
  • messageSignal_2 - signal 2 notification text.

Use OnChartEvent for EA:

void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
 switch (id) {
  case CHARTEVENT_CUSTOM+100: 
  case CHARTEVENT_CUSTOM+101: 
   goBuy(); break;
  case CHARTEVENT_CUSTOM+102: 
  case CHARTEVENT_CUSTOM+103: 
   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
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
User friendly indicator.  This indicator will help you catch the trend an fast as possible. Indicator developed based on moving averages. User can select which type of moving averages they want to use. Indicator draws an arrow when the moving average crosses. The moving average cross over arrow can be filtered with RSI, OsMA, and Parabolic Sar. There are options for selecting specific criteria for the filters.  Such as period of Rsi and Rsi levels. OsMA and Parabolic Sar criteria can also be sel
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
This is a combination of multiple oscillators into a single divergence system that creates the impression of a more reliable divergence indicator. It is multi-currency based and works best on 15 minutes timeframe and above. Every time a signal is generated, it shows an alert to the user. It is more ideal if combined with other price action indicators or trading systems.
Fractal Zig Zag
Mikhail Nazarenko
5 (1)
A   professional version of the ZigZag indicator for visualizing the structure of price movements by fractals. Fractal ZigZag fixes the flaws of the standard version of the ZigZag indicator MT4. It uses Price action and a unique filtering algorithm to determine fractals. Suitable for all types of trading. Ideal for trading according to the WM pattern "Sniper" strategy !!! Features Marks the place of price reversal during the formation of a new fractal with specified parameters. Suitable for
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
Bbandtrend 一款趋势指标,可以用来判断外汇、黄金等商品的趋势,用于辅助交易,提高交易的胜率。每个人都可以调整参数,适应不同的货币。 指标多空颜色可以自定义。 extern int    Length=60;      // Bollinger Bands Period extern int    Deviation=1;    // Deviation was 2 extern double MoneyRisk=1.00; // Offset Factor extern int    Signal=1;       // Display signals mode: 1-Signals & Stops; 0-only Stops; 2-only Signals; extern int    Line=1;         // Display line mode: 0-no,1-yes   extern int    Nbars=1000;
RSI TrendLine Divergency Message is an indicator for the MetaTrader 4 trading platform. Unlike the original indicator, this three in one version has a system of alerts that inform on market situation changes. It consists of the following signals: when the Main line crosses the levels of extreme zones and 50% level; when the Main line crosses the Trend line in the indicator window; divergence on the last bar. Parameters of levels of extremum, 50-level and divergence are adjustable. Parameters L
FX Flow
Eva Stella Conti
FX Flow   indicator can be used as an anticipator of the next trend, preferably confirmed by Price Action or another oscillator (RSi, Stochastic ..). It takes the money flows of the major currencies USD EUR GBP AUD NZD CAD CHF JPY into account, and processes them. Excellent tool for indices, but also for correlations between currencies. Works on each timeframes.  Blue line: Bull market Yellow line: Bear market Note : if the indicator opens the window, but does not draw lines, load the histo
Download the free version   here. Divergence Divergence refers to when the price of a currency pair moves in one direction while the trend indicator is moving in the opposite direction. With divergence, there can be positive and negative signals. Divergences in Forex trading are quite common signals of technical analysis. These are basic early Forex signals indicating the trend reversal and filter false signals. Application of this indicator It is usually not easy to detect divergences by the t
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
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
KDJ Index 4   交易实用必备工具指标 波浪自动计算指标,通道趋势交易 完美的趋势-波浪自动计算通道计算 , MT4版本 完美的趋势-波浪自动计算通道计算 , MT5版本 本地跟单复制交易 Easy And Fast Copy , MT4版本 Easy And Fast Copy , MT5版本 本地跟单复制交易 模拟试用 Easy And Fast Copy , MT4 模拟账号运行 Easy And Fast Copy , MT5 模拟账号运行 "Cooperative QQ:556024  "  "Cooperation wechat:556024"  "Cooperative email:556024@qq.com" 强烈推荐趋势指标, 波浪的标准自动计算   和   波浪的标准自动计算MT5版本     KDJ指标又叫 随机指标 ,是一种相当新颖、实用的技术分析指标,它起先用于期货市场的分析,后被广泛用于股市的中短期趋势分析,是期货和股票市场上最常用的技术分析工具。 随机指标KDJ一般是用于股票分析的统计体系,根据统计学原理,通过一个特定的周期(常为9日、9周等
Nice Trade Point
Muhammed Emin Ugur
This    Nice Trade Point     indicator is designed for signal trading. This indicator generates trend signals. It uses many algorithms and indicators to generate this signal. It tries to generate a signal from the points with the highest trend potential. This indicator is a complete trading product. This indicator does not need any additional indicators. The indicator certainly does not repaint. The point at which the signal is given does not change.     Features and Suggestions Time
Power Renko is an indicator which plots Renko bricks underneath the chart using a histogram. You can select the brick size and the timeframe of the Renko bricks as well as whether or not to use the close price or the high/low price of the candles. Renko bricks are based on price alone, not time, therefor the Renko bricks will not be aligned with the chart's time. They are extremely useful for trend trading and many different strategies can be formed from them. Buffers are provided allowing you t
ADX Pointer
Dominik Mandok
ADX Pointer is an indicator which is based on "Average Directional Index" and draws three numbers in chart window depending on the value of ADX. In ADX Pointer you can set "ADX_Period" which is of course period of Average Directional Index and you can also set 3 levels. When ADX value exceed first level ("ADX_Level1") in chart window appears number "1", when ADX exceed second level ("ADX_Level2") appears "2" and when ADX exceed third level ("ADX_Level3") appears "3". Simple. ADX Pointer works on
Aceleração MA do indicador Forex para MT4, sem repintura. Aceleração MA - é um indicador de escalpelamento, projetado como ferramenta auxiliar para o indicador MA SPEED O cálculo deste indicador é baseado em equações da física. Ele mostrará a aceleração da linha média móvel. Existem muitas oportunidades para atualizar até mesmo estratégias padrão com MA Acceleration. É possível usar para SMA, EMA e LWMA. A configuração do indicador é muito fácil. O indicador MA Acceleration mostra a rapidez c
MACD Max
John Louis Fernando Diamante
A flexible 2-Line MACD indicator The default MACD indicator inside MT4, limits you to using the MACD with a fast-EMA, slow-EMA, and signal-SMA. This MACD indicator allows you to set your own MA-Method choices for these 3 components, separately! You can select from SMA-EMA-SMMA-LWMA-DEMA-TEMA, and can even use a separate method for each 3 fast-slow-signal periods. On-chart colored candles, with drawing condition types is included, with a show/hide button too. Features - MA Methods: SMA, EMA, S
ZO Trend MTF
Trung Le Hoang
1 (1)
Important!! ZO Trend MTF can't work on MN and W1 timeframe. /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ZO TREND :  https://www.mql5.com/en/market/product/49138 ZO Trend MTF an indicator used to search for entry point. With the session candle algorithm on many timeframe, ZO Trend creates an area for traders find good Entry Point. ZO SYSTEM BASIC SET
MA Crosses PRO MT4
Vladimir Gribachev
5 (1)
MA CROSSES PRO MT4 é um indicador de seta cruzada de média móvel. Os parâmetros do indicador têm nomes intuitivos e cada uma das linhas é configurada separadamente. O indicador pode sinalizar um sinal exibindo setas, emitindo um sinal sonoro, enviando uma notificação para terminais móveis e e-mail. O indicador NÃO é redesenhado Sinais apenas no fechamento da vela Excelente para escalpelamento Funciona em qualquer par e qualquer período de tempo Quanto mais antigo for o prazo, melhor será
ZhiBiCCI MT4
Qiuyang Zheng
5 (1)
Os indicadores [ZhiBiCCI] são adequados para todo o ciclo de uso e também são adequados para todas as variedades do mercado. [ZhiBiCCI] Linha sólida verde é uma inversão da divergência de alta. A linha pontilhada verde é uma divergência de alta clássica. [ZhiBiCCI] A linha sólida para o vermelho é uma divergência de baixa reversa. A linha pontilhada vermelha é uma divergência clássica de baixa. [ZhiBiCCI] pode ser definido nos parâmetros (Alerta, Enviar e-mail, Enviar notificação), definid
The MACD CloseBars indicator is a trading system based on the MACD indicator popular among many traders, which is built on the principle of bars closing above the moving averages selected in the indicator settings. The signal for entering/exiting the market is the frame of the bars colors according to the trend: in case the bars in the main window of the chart are closed above/below the Fast Moving Average, Slow Moving Average individually or both together. Indicator Parameters Fast Moving Ave
This indicator is based on the Bollinger Bands on one or more timeframes and on any Currency Cross Pair. The indicator generates an alert message when it detects a buy or sell signal. It also draws a vertical bar on the price chart: green for buy or red for sell, white if flat. Alert messages and Vertical bars for BUY or SELL, are generated when the Bollinger Bands is consistent for all chosen timeframes else a FLAT signal is generated. In addition, the Multi TimeFrames Bollinger Bands Signals i
Este indicador inovador de medir a força das moedas da INFINITY é um assistente indispensável para cambistas e comerciantes que negociam em longo prazo. O sistema de análise de força / fraqueza das moedas é conhecido há muito tempo e é usado no mercado pelos principais traders do mundo. Qualquer negociação de arbitragem não está completa sem essa análise. Nosso indicador determina facilmente a força das moedas subjacentes em relação umas às outras. Ele exibe gráficos de linhas em todas ou no pa
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 Level Moving Averages Message indicator ( see the description and video ) does not draw the Moving Average line in the chart window but marks the Moving Average level on all time frames in accordance with the specified parameters. The level move frequency corresponds to the TimeFrame parameter value specified. The advantage of this indicator lies in the fact that it offers the possibility of monitoring the interaction between the price and the MA of a higher time frame on a lower one (e.g.,
VR Cub
Vladimir Pastushak
VR Cub é um indicador para obter pontos de entrada de alta qualidade. O indicador foi desenvolvido para facilitar cálculos matemáticos e simplificar a busca por pontos de entrada em uma posição. A estratégia de negociação para a qual o indicador foi escrito tem provado a sua eficácia há muitos anos. A simplicidade da estratégia de negociação é a sua grande vantagem, o que permite que até mesmo os comerciantes novatos negociem com sucesso com ela. VR Cub calcula os pontos de abertura de posição e
Simple Long Short Bar A very concise and clear indicator, very easy to understand, but it is very useful for tracking trends. The usage of this indicator is very simple: Long signal: If the price shows signs of a long market, then a yellow box will appear. Short signal: If the price shows signs of a short market, then a blue box will appear. Bull strength: If the size of the box is large, it means the bull strength is strong, and vice versa. Short strength: If the size of the box is small, it m
COG LR Osc AM
Andriy Matviyevs'kyy
The presented indicator allows you to determine potential entry points into the market and set protective orders at reasonable levels. This product can be useful for both beginners and experienced traders. The indicator is based on calculation methods proven by time and practicing traders. The indicator is calculated in two stages: At the first stage, linear regression (LR) of the selected price type is determined for a given number of chart periods. At the second stage, the obtained data is p
Os compradores deste produto também adquirem
Gann Made Easy
Oleg Rodin
4.96 (45)
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
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
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           
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
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
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
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
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
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
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
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
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 á
Torne-se um Negociador Breaker e lucre com as mudanças na estrutura do mercado à medida que o preço reverte. O indicador de quebra de bloco de pedidos identifica quando uma tendência ou movimento de preço está chegando à exaustão e pronto para reverter. Ele o alerta sobre mudanças na estrutura do mercado, que normalmente ocorrem quando uma reversão ou uma grande retração está prestes a ocorrer. O indicador usa um cálculo proprietário que identifica rupturas e momento do preço. Toda vez que
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
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
Entry Points Pro
Yury Orlov
4.7 (224)
Este é um indicador para MT4 que fornece sinais precisos para entrar em uma negociação sem redesenhar. Ele pode ser aplicado a qualquer ativo financeiro: forex, criptomoedas, metais, ações, índices. Ele fornecerá estimativas bastante precisas e informará quando é melhor abrir e fechar um negócio. Assista o vídeo (6:22) com um exemplo de processamento de apenas um sinal que compensou o indicador! A maioria dos traders melhora seus resultados de negociação durante a primeira semana de negociação 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
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
Trend Forecasting
Mohamed Hassan
5 (15)
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 After purchase, send us a private message for your instructions.  MT5 version: click here There are limited copies available at $45. 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 about future price movement based on the signals
ALERTA DE COMPRA E VENDA MULTICURRENCY e MULTITIMEFRAME. PARADA DE TRAILING AUTOMÁTICO E RECOMPENSA DE RISCO TAKEPROFIT! O INDICADOR VARREDURA E ANALIZA O MERCADO PARA VOCÊ NÃO TER NADA PARA FAZER! NEGOCIE TODAS AS SUAS MOEDAS EM 1 TABELA!   Após a compra deixe um comentário entre em contato comigo e eu lhe enviarei o assistente comercial EA. O indicador usa vários osciladores e filtros anexados para encontrar os melhores pontos de entrada CONFIRMADOS, então você não precisa se preocupar
Scalper Inside PRO
Alexey Minkov
4.75 (55)
SALE NOW! Limited Time Offer! 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
FX Volume
Daniel Stein
4.6 (35)
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 Volume FX é o PRIMEIRO e ÚNICO indicador de volume que fornece uma visão REAL do sentimento do mercado do ponto de vista de um corretor. Ele fornece uma visão incrível de como os participantes do mercado institucional, como corretores, estão posicionados no mercado Forex, muito mais rápido do que os relatórios COT. Ver essas informações diretamente no seu gráfi
TrendDecoder Premium
Christophe, Pa Trouillas
5 (3)
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 :
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
Shepherd Harmonic Pattern
Abdullah Alrai
4.68 (59)
Este indicador detectará padrões harmônicos desenhados no gráfico por métodos manuais e automáticos. Você pode ver o manual do usuário neste link: Adicione sua avaliação e entre em contato conosco para obtê-lo Existe uma versão gratuita para experimentar este produto no mt4. Você pode usá-lo para detectar padrões de Gartley e Nenstar: https://www.mql5.com/en/market/product/30181 Você pode comprar a versão completa do MT4 em: https://www.mql5.com/en/market/product/15212 Notas O indicador possui u
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
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
UPD1 Volume BOX
Vitaliy Kuznetsov
5 (14)
O indicador exibe o perfil de volume horizontal na área especificada (BOX) e o volume máximo (POC). Características do produto. 1. Você pode usar ticks ou apenas preço. 2. Espaçamento de grade adaptável (M1-MN). 3. Etapa de pesquisa adaptável de alto volume (mediana) dependendo do tamanho da caixa. 4. Cor camaleão automática para linhas e botões de caixa. 5. Várias caixas, fáceis de criar e excluir. 6. 70% de área de volume (ativar nas configurações). 7. Há um alerta para tocar na linha de vol
The 1 2 3 Pattern Scanner
Reza Aghajanpour
4.78 (54)
** All Symbols x All Timeframes scan just by pressing scanner button ** After 15 years of experience in the markets and 3 years of programming, Winner indicator is ready. I would like to share with you! *** Contact me after purchase to send you instructions and add you in "123 scanner group" for sharing or seeing experiences with other users. Introduction The 123 Pattern Scanner indicator with a special enhanced algorithm is a very repetitive common pattern finder with a high success rate . Inte
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
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
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
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:
Gary Goldman
191
Gary Goldman 2017.01.23 22:34 
 

I purchased MACD RENKO from this developer and the charts don't come up like the charts on this website.

I have tried reaching out to Sergey with several emails but he has not responded or shown any interest in fixing the problem.

BTW, this Indicator requires that you rent a virtual server for $10.00 per month... Real Rip-Off! (Not Disclosed).

I recommend staying away from this guy until he gets his act together.

Gary

Responder ao comentário
Versão 1.2 2019.08.23
Copiright remover
Versão 1.1 2019.08.23
add CustomEvents