• Información general
  • Comentarios (1)
  • Discusión (3)
  • Novedades

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
}


Productos 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
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
Basado en ondas indicadoras MACD con parámetros estándar Aplica los niveles de Fibonacci a las dos últimas ondas MACD, positivas y negativas respectivamente, si en el momento en que el indicador MACD se queda sin Onda negativa - el color es verde, si en el momento en que el indicador MACD se queda sin Onda positiva - el color es rojo. El criterio de terminación de onda son dos ticks con un signo MACD diferente. Aplica líneas de tendencia en las últimas cuatro ondas MACD. Trabaja bien
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
El indicador FX Flow se puede utilizar como un anticipo de la próxima tendencia, preferiblemente confirmada por Price Action u otro oscilador (RSi, Stochastic ..). Toma en cuenta los flujos de dinero de las principales divisas USD EUR GBP AUD NZD CAD CHF JPY y los procesa. Excelente herramienta para índices, pero también para correlaciones entre monedas. Funciona en todos los períodos de tiempo. Línea azul: mercado alcista Línea amarilla: mercado bajista Nota : si el indicado
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
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
DETECTOR DE BRECHAS FVG en el comercio se refiere a "Brecha de valor razonable". Es un concepto utilizado en análisis técnico para identificar áreas en un gráfico de precios donde existe una discrepancia o brecha entre la oferta y la demanda. Estas brechas pueden ocurrir debido a movimientos rápidos en el precio, generalmente como resultado de noticias o eventos económicos importantes, y generalmente se llenan más tarde cuando el mercado se estabiliza. El indicador GAP DETECTOR está diseñad
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
Indicador Forex MA Aceleración para MT4, sin repintado. MA Acceleration: es un indicador de especulación, diseñado como herramienta auxiliar para el indicador "MA Speed" El cálculo de este indicador se basa en ecuaciones de la física. Le mostrará la aceleración de la línea de media móvil. Hay muchas oportunidades para actualizar incluso las estrategias estándar con MA Acceleration. Es posible utilizarlo para SMA, EMA y LWMA. La configuración del indicador es muy sencilla. El indicador de ac
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
Volodymyr Hrybachov
MA CROSSES PRO MT4 es un indicador de flecha cruzada de media móvil. Los parámetros del indicador tienen nombres intuitivos y cada una de las líneas se configura por separado. El indicador puede señalar una señal mostrando flechas, haciendo sonar una señal de sonido, enviando una notificación a terminales móviles y correo electrónico. El indicador NO se vuelve a dibujar Señales solo al cierre de la vela Excelente para el cuero cabelludo Funciona en cualquier par y en cualquier período de
Los indicadores [ZhiBiCCI] son ​​adecuados para todos los ciclos de uso y también son adecuados para todas las variedades de mercado. [ZhiBiCCI] La línea verde sólida es una reversión de la divergencia alcista. La línea de puntos verde es una divergencia alcista clásica. [ZhiBiCCI] La línea continua hacia el rojo es una divergencia bajista inversa. La línea roja punteada es una divergencia bajista clásica. [ZhiBiCCI] puede configurarse en los parámetros (Alerta, Enviar correo, Enviar notif
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
FREE
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
Indicador Forex "Niveles de resistencia de soporte" para MT4 El indicador "Niveles de resistencia de soporte" es un indicador auxiliar muy útil para el comercio. 'Soporte' y 'Resistencia' son zonas importantes en el gráfico respetadas por el precio El nivel de soporte es donde el precio regularmente deja de caer y vuelve a subir. El nivel de resistencia es donde el precio normalmente deja de subir y vuelve a bajar. El indicador "Niveles de resistencia de soporte" muestra los niveles recientes
PI Multiple MAs
Ben Hebblethwaite
Pipwise Indicators Multiple MAs The Pipwise Indicators Moving Averages indicator is a powerful tool for technical analysis in MetaTrader 4 (MT4). It allows traders to visualize and analyze moving averages from multiple periods on a single chart. Here are the key features: Customizable Moving Averages: Traders can choose the number of moving averages to plot (up to 9 MAs). Each Moving Average is customiseable.  Method Selection: The indicator supports various moving average methods, includin
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 es un indicador para obtener puntos de entrada de alta calidad. El indicador fue desarrollado para facilitar los cálculos matemáticos y simplificar la búsqueda de puntos de entrada a una posición. La estrategia comercial para la cual se diseñó el indicador ha demostrado su eficacia durante muchos años. La simplicidad de la estrategia comercial es su gran ventaja, que permite que incluso los operadores novatos negocien con éxito con ella. VR Cub calcula los puntos de apertura de posiciones
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
Los compradores de este producto también adquieren
Gann Made Easy
Oleg Rodin
4.85 (82)
Gann Made Easy es un sistema de comercio de Forex profesional y fácil de usar que se basa en los mejores principios de comercio utilizando la teoría del Sr. W. D. Gann. El indicador proporciona señales precisas de COMPRA y VENTA, incluidos los niveles de Stop Loss y Take Profit. Puede comerciar incluso sobre la marcha utilizando notificaciones PUSH. ¡Por favor, póngase en contacto conmigo después de la compra! ¡Compartiré mis consejos comerciales con usted y excelentes indicadores de bonificació
TPSpro RFI Levels
Roman Podpora
4.82 (22)
反转第一脉冲水平 (RFI)     指示     俄羅斯     -        ESP   Recomendamos utilizar con   el indicador -   TPSpro 趋势专业版 -   MT5版本 Un elemento clave importante en el comercio son las zonas o niveles a partir de los cuales se toman decisiones para comprar o vender un instrumento comercial. A pesar de los intentos de los grandes actores de ocultar su presencia en el mercado, inevitablemente dejan rastros. Nuestra tarea era aprender a encontrar estos rastros e interpretarlos correctamente. Funciones principales:
Atomic Analyst
Issam Kassas
5 (2)
En primer lugar, vale la pena enfatizar que este Indicador de Trading no repinta, no redibuja y no se retrasa, lo que lo hace ideal tanto para el trading manual como para el automatizado. Manual del usuario: configuraciones, entradas y estrategia. El Analista Atómico es un Indicador de Acción del Precio PA que utiliza la fuerza y el impulso del precio para encontrar una mejor ventaja en el mercado. Equipado con filtros avanzados que ayudan a eliminar ruidos y señales falsas, y aumentan el poten
Gold Stuff
Vasiliy Strukov
4.89 (238)
Gold Stuff: un indicador de tendencia diseñado específicamente para el oro, también se puede usar en cualquier instrumento financiero. El indicador no se vuelve a dibujar ni se retrasa. El marco de tiempo recomendado es H1. Este indicador está escrito por EA Gold Stuff Advisor, puede encontrarlo en mi perfil.  Puede obtener una copia gratuita de nuestro indicador Strong Support y Trend Scanner, por favor envíe un mensaje privado. ¡a mí! IMPORTANTE! Póngase en contacto conmigo inmediatamente d
Trend Punch
Mohamed Hassan
4.95 (19)
This indicator is unstoppable when combined with our other indicator called  Support & Resistance . After purchase, send us a message and you will get it   for  FREE as a BONUS! Introducing Trend Punch , the revolutionary forex trend indicator that will transform the way you trade! Trend Punch is uniquely designed to provide precise buy and sell arrows during strong market trends, making your trading decisions clearer and more confident. Whether you're trading major currency pairs or exotic sym
TPSproTREND PrO
Roman Podpora
4.79 (19)
TPSpro TREND PRO   es un indicador de tendencia que analiza automáticamente el mercado y proporciona información sobre la tendencia y cada uno de sus cambios, además de dar señales para ingresar operaciones sin volver a dibujar. El indicador utiliza cada vela, analizándolas por separado. refiriéndose a diferentes impulsos: impulso hacia arriba o hacia abajo. ¡Puntos de entrada exactos a transacciones de divisas, criptomonedas, metales, acciones e índices! Versión MT5                   DESCRIPCI
Scalper Inside PRO
Alexey Minkov
4.73 (56)
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
FX Power MT4 NG
Daniel Stein
5 (12)
Obtenga su actualización diaria del mercado con detalles y capturas de pantalla a través de nuestro Morning Briefing aquí en mql5 y en Telegram ! FX Power MT4 NG es la nueva generación de nuestro popular medidor de fuerza de divisas, FX Power. ¿Y qué ofrece este medidor de fuerza de nueva generación? Todo lo que le encantaba del FX Power original PLUS Análisis de fuerza de ORO/XAU Resultados de cálculo aún más precisos Períodos de análisis configurables individualmente Límite de cálculo persona
Trend Screener
STE S.S.COMPANY
4.8 (87)
Indicador de tendencia, solución única e innovadora para el comercio y filtrado de tendencias con todas las funciones de tendencias importantes integradas en una sola herramienta. Es un indicador 100% sin repintar de marcos temporales y monedas múltiples que se puede usar en todos los símbolos/instrumentos: divisas, materias primas, criptomonedas, índices y acciones. OFERTA POR TIEMPO LIMITADO: El indicador de detección de soporte y resistencia está disponible por solo 50$ y de por vida. (Precio
¡Actualmente 20% OFF ! ¡La mejor solución para cualquier novato o trader experto! Este software funciona con 28 pares de divisas. Se basa en 2 de nuestros principales indicadores (Advanced Currency Strength 28 y Advanced Currency Impulse). Proporciona una gran visión general de todo el mercado de divisas. Muestra los valores de Advanced Currency Strength, la velocidad de movimiento de las divisas y las señales para 28 pares de divisas en todos los (9) marcos temporales. Imagine cómo mejorar
FX Volume
Daniel Stein
4.58 (33)
Obtenga su actualización diaria del mercado con detalles y capturas de pantalla a través de nuestro Morning Briefing aquí en mql5 y en Telegram ! FX Volume es el PRIMER y ÚNICO indicador de volumen que proporciona una visión REAL del sentimiento del mercado desde el punto de vista de un bróker. Proporciona una visión impresionante de cómo los participantes institucionales del mercado, como los brokers, están posicionados en el mercado Forex, mucho más rápido que los informes COT. Ver esta info
ACTUALMENTE 31% DE DESCUENTO Este indicador es una herramienta de transacción única, de alta calidad y asequible porque hemos incorporado una serie de características propias y una fórmula secreta. Con solo un gráfico, da Alertas para los 28 pares de divisas. ¡Imagina cómo mejorarás porque puedes identificar el punto de activación exacto de una nueva tendencia u oportunidad de crecimiento! Basado en nuevos algoritmos subyacentes , hace que sea aún más fácil identificar y confirmar operaciones po
Enigmera
Ivan Stefanov
5 (3)
ENIGMERA: El núcleo del mercado https://www.enigmera.com Introducción Este indicador y sistema de negociación es un enfoque extraordinario de los mercados financieros. ENIGMERA utiliza los ciclos fractales para calcular con precisión los niveles de soporte y resistencia. Muestra la auténtica fase de acumulación y proporciona dirección y objetivos.  Un sistema que funciona tanto si estamos en una tendencia como en una corrección.  ¿Cómo funciona? ENIGMERA consta de tres líneas: la línea de s
- Real price is 80$ - 40% Discount ( It is 49$ now ) Contact me for instruction, add group and any questions! Related EA Product: Bitcoin Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help traders do two main things, the first is to avoid false breakouts. Many false breakouts start with a candlestick that breaks out of a level but ends with an immedi
ACTUALMENTE 26% DE DESCUENTO ¡La mejor solución para cualquier operador novato o experto! Este indicador es una herramienta única, de alta calidad y asequible porque hemos incorporado una serie de características propias y una nueva fórmula. ¡Con sólo UN gráfico puede leer la Fuerza de la Divisa para 28 pares de Divisas! Imagínese cómo mejorará su operativa porque podrá señalar el punto exacto de activación de una nueva tendencia o de una oportunidad de scalping. Manual del usuario: haga
Conviértase en un Breaker Trader y obtenga beneficios de los cambios en la estructura del mercado a medida que se invierte el precio. El indicador de ruptura de bloque de órdenes identifica cuándo una tendencia o movimiento de precio se acerca al agotamiento y está listo para revertirse. Le alerta sobre cambios en la estructura del mercado que generalmente ocurren cuando una reversión o un retroceso importante están a punto de suceder. El indicador utiliza un cálculo patentado que identific
Bomb Bank Signal
Igor Pereira Calil
5 (1)
Señal de Bomb Bank: su indicador de confianza en MetaTrader 4 Bomb Bank Signal es un poderoso indicador para MetaTrader 4, diseñado para identificar las tendencias más relevantes en el mercado financiero. Si buscas una herramienta que anticipe los movimientos con precisión, el Bomb Bank es el aliado que necesitas. Cómo funciona: Este indicador combina tres métodos distintos (análisis de volumen, cierre de velas y tendencia simétrica) para detectar y señalar oportunidades de compra y venta
Trend Cutter
Oleg Rodin
5 (2)
Trend Cutter es un indicador de tendencia que se puede utilizar con cualquier período de tiempo, incluidos los períodos de tiempo más bajos como M1 y M5. El indicador es ideal para los operadores que prefieren el comercio intradiario y también será útil para aquellos que prefieren el comercio a largo plazo. Puede utilizar este indicador como base para su sistema comercial o como una solución comercial independiente. El indicador proporciona todo tipo de alertas, incluidas notificaciones PUSH. El
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.44 (16)
¡TakePropips Donchian Trend Pro   (MT4) es una herramienta poderosa y efectiva que detecta automáticamente la dirección de la tendencia utilizando el Canal Donchian y le proporciona señales comerciales de entrada y salida! Este indicador multifunción incluye un escáner de tendencias, señales comerciales, panel estadístico, filtro, sesiones comerciales y panel de historial de alertas. ¡Está diseñado para proporcionarle señales comerciales y ahorrarle horas analizando los gráficos! Puede descargar
IX Power MT4
Daniel Stein
5 (5)
IX Power lleva por fin la insuperable precisión de FX Power a los símbolos que no son de Forex. Determina con exactitud la intensidad de las tendencias a corto, medio y largo plazo de tus índices, acciones, materias primas, ETF e incluso criptodivisas favoritas. Puede analizar todo lo que su terminal le ofrece. Pruébalo y experimenta cómo tu timing mejora significativamente a la hora de operar. Características principales de IX Power Resultados de cálculo 100% precisos y sin repintado -
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! D
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tra
Advanced Supply Demand
Bernhard Schweigert
4.91 (294)
¡Actualmente con 33% de descuento! ¡La mejor solución para cualquier tráder principiante o experto! Este indicador es una herramienta comercial única, de alta calidad y asequible, porque incorpora una serie de características patentadas y una nueva fórmula. Con esta actualización, podrá mostrar zonas de doble marco temporal. No solo podrá mostrar un marco temporal más alto, sino también mostrar ambos, el marco temporal del gráfico MÁS el marco temporal más alto: MOSTRANDO ZONAS ANIDADAS. A todos
Dibuja automáticamente los niveles de soporte y resistencia MÁS los gaps de las velas de propulsión en su gráfico, para que pueda ver hacia dónde es probable que el precio se dirija a continuación y/o potencialmente retroceda. Este indicador está diseñado para ser utilizado como parte de la metodología de negociación de posiciones que se enseña en mi sitio web (The Market Structure Trader) y muestra información clave para la orientación y entradas potenciales. Hay 2 características PRINCIPA
Currency Strength Wizard es un indicador muy poderoso que le proporciona una solución todo en uno para operar con éxito. El indicador calcula el poder de este o aquel par de divisas utilizando los datos de todas las monedas en múltiples marcos de tiempo. Estos datos se representan en forma de índice de moneda fácil de usar y líneas eléctricas de moneda que puede usar para ver el poder de esta o aquella moneda. Todo lo que necesita es adjuntar el indicador al gráfico que desea operar y el indicad
Order Block Hunter
Noha Mohamed Fathy Younes Badr
5 (4)
Order block hunter indicator is the best indicator for  hunt the order blocks that area where there has been a large concentration of limit orders waiting to be executed Order blocks are identified on a chart by observing previous price action and looking for areas where the price experienced significant movement or sudden changes in direction .This indicator does that for you by using very complicated codes and helps you to take the best areas To buy and sell because it make marks at the best a
Este tablero es una herramienta de alerta para usar con el indicador de reversión de la estructura del mercado. Su propósito principal es alertarlo sobre oportunidades de reversión en marcos de tiempo específicos y también para volver a probar las alertas (confirmación) como lo hace el indicador. El tablero está diseñado para ubicarse en un gráfico por sí solo y funcionar en segundo plano para enviarle alertas sobre los pares y marcos de tiempo elegidos. Fue desarrollado después de que muchas p
El sistema PRO Renko es un sistema de trading de alta precisión especialmente diseñado para operar gráficos RENKO. Se trata de un sistema universal que se puede aplicar a diversos instrumentos de negociación. El sistema neutraliza eficazmente el llamado ruido de mercado, lo que le brinda acceso a señales de reversión precisas. El indicador es muy fácil de usar y solo tiene un parámetro responsable de la generación de señales. Puede adaptar fácilmente la herramienta a cualquier instrumento com
Trend Pulse
Mohamed Hassan
5 (4)
Please contact me after purchase to immediately get your PDF strategy + documentation for Trend Pulse !  Introducing Trend Pulse , a unique and robust indicator capable of detecting bullish, bearish, and even ranging trends! Trend Pulse uses a special algorithm to filter out market noise with real precision. If the current symbol is moving sideways, Trend Pulse will send you a ranging signal, letting you know that it's not a good time to enter a trade. This excellent system makes Trend Pulse
Ante todo, vale la pena enfatizar que esta Herramienta de Trading es un Indicador No Repintado, No Redibujado y No Retrasado, lo que la hace ideal para el trading profesional. Curso en línea, manual del usuario y demostración. El Indicador de Conceptos de Acción del Precio Inteligente es una herramienta muy potente tanto para traders nuevos como experimentados. Combina más de 20 indicadores útiles en uno solo, combinando ideas avanzadas de trading como el Análisis del Trader del Círculo Interio
Otros productos de este autor
UniversalEA
Sergey Deev
3.67 (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 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
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
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 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
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 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
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
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 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

Respuesta al comentario
Versión 1.2 2019.08.23
Copiright remover
Versión 1.1 2019.08.23
add CustomEvents