• Información general
  • Comentarios (15)
  • Discusión (99)
  • Novedades

Ultimate Renko

4.58

Ultimate Renko is a full implementation of a robust Renko style charting solution for MT4. It enables creating custom live charts resembling Median Renko, Mean Renko, Turbo Renko, and Better Renko candles as well as Vanilla Renko and Renko with wicks, PointO charts, and many more. This all-in-one package provides all of the signals needed by day traders, scalpers, and even long-term traders.

You can apply all of the standard and custom indicators and technical studies as well as templates to the Renko charts and you can run EAs directly on these charts as well* (see text below the input summary).

To create the Renko chart you need to attach the indicator to a standard timeframe (1 minute is recommended) and use the indicator's settings to generate a live custom chart that will be displayed on an offline chart.

Available settings

== Bar type definition ==

  • Renko body size - Defines the size of the candle body.
  • Renko body calculation mode - ( pips / ticks/ points / ATR % / % )
  • Presets (sets 3 values below): (Renko / Median Renko / PointO / Turbo Renko / Hybrid Renko)
  • Open offset % (0 to ..) - offsets the new trending bar's open value back by % or the defined candle body size (see the last screenshot)
  • Reversal Open offset % (0 to ..) - offsets the new reversal bar's open value back by % or the defined candle body size (see the last screenshot)
  • Reversal bar size % (0 to ..) - sets the size of the reversal bar as a  % or the defined candle body size (see the last screenshot)
  • Show wicks (true/false)
  • Build history for a number of days
  • Build history starting from date

== Settings for ATR based calculation ==

  • Daily ATR period
  • Percentage of ATR to calculate candle body size

== Chart synchronization ==

  • Truncate trailing digits on the first renko
  • Number of digits to truncate
  • Reset Open on each trading day
  • Override start of trading day

== Misc settings ==

  • Display on offline chart (M2, M3, M4, M6, M7, M8, M9 or M10)
  • Apply template to offline chart (name of the template to apply to the range bars chart)
  • Automatically open offline chart (true/false)
  • Build history for a number of days
  • Re-calculate chart on history updates
  • Minimum chart update interval (defined in milliseconds)

== Alerts and Info ==

  • Sound signal on a new bar (true/false)
  • Only signal reversal bars (true/false)
  • Use Alert Window to display signal (true/false)
  • Sound file to play on a bullish bar
  • Sound file to play on a bearish bar
  • The color of High threshold indicator
  • The color of Low threshold indicator

*) EAs can be used directly on the offline chart however a small tweak is required, so you need to have access to your EA source code. Below is an EA skeleton example that is capable of running directly on the offline chart:

#property strict
//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
{
   // You need to initialize a time to call the OnTimer event.
   // It is used to call OnTick whenever the Bid price changes.
   // The check is made every 250 ms, which should be sufficient.
   
   EventSetMillisecondTimer(250);
      
   //---
   
   return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
   // Remember to destroy timer in the OnDeinit event.
   
   EventKillTimer();

   //---      
}
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
{
   //
   // This is where all of your EA trading logic resides.
   // I just write to the log in this example...
   //
   
   Print("OnTick function call - bid = "+(string)Bid);
}
//+------------------------------------------------------------------+
//| The OnTimer function is used to call OnTick()                    |
//| whenever the Bid price changes.                                  |
//+------------------------------------------------------------------+
void OnTimer()
{
   RefreshRates();
   static double prevBid = 0; 
   
   if(Bid != prevBid)
   {
      prevBid = Bid;
      OnTick();
   }         
}
//+------------------------------------------------------------------+
Comentarios 15
Ash
56
Ash 2023.01.31 13:43 
 

The product itself is great. Just be 100% aware that you have to get the version from the website itself if you want your the renko charts to work with EAs before purchasing!

PlFialho
39
PlFialho 2021.11.12 08:18 
 

Very Niceee

Vincent Paul Colombe
683
Vincent Paul Colombe 2021.10.08 17:04 
 

Very good! Works flawlessly, only Renko indicator working for me!!

Productos recomendados
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
Renko Bars 3in1
Yuriy Shatsckiy
5 (2)
The Renko_Bars_3in1 is designed for plotting 3 types of Offline Renko charts. Standard Renko Bar (the reversal bar is twice the size of the bar). Renko Range Bar (the size of all bars is the same). Renko Bars with the ability to adjust the size of the reversal bar. Attention : The demo version for review and testing can be downloaded here . Note . A chart with the M1 period is necessary to build an offline chart. When the indicator is attached to a chart, the offline chart is opened automaticall
Basic Renko MT4
Mehran Sepah Mansoor
The Basic Renko indicator shows the Renko boxes on the main chart. MT5 Version Its advantage is that you have access to both the main chart and the Renko chart at the same time. In addition, you can find out how many bars it took to form each Renko box. When a reversal occurs, the indicator will notify you with pop-up, push and email alerts. This indicator does not have complicated settings, and beginners and professionals can easily use it in their strategies. Through the inputs, y ou can spec
FREE
Rira Renko
Vitor Palmeira Abbehusen
RENKO on Time Chart This indicator is an enhanced Renko, so you can watch the Renko bricks on the chart to understand price movement more clearly the other improvement is automated box size according to ATR (Average True Range) period you can set the ATR number as you want and the box size of Renko changes automatically based on price movement Inputs Mode: Box size is the input to specify the size of the Renko box you want to print on the chart. This input lets you choose the fixed b
极大的提升了交易感官,一目了然的走势展示,简洁高效。 极大的突出展示了行情的趋势脉络,跟随时间周期适应变化,替用户交易者研判了行情走势,简洁高效 同时我们还提供了主窗口和副窗口的展现,有需要可以联系我作者本人,感谢支持。 像传统的renko,又不是传统的renko,技术在发展,同样的砖图可以有不一样的绘制和计算展现。 希望可以帮到大家的交易,再次感谢。 极大的提升了交易感官,一目了然的走势展示,简洁高效。 极大的突出展示了行情的趋势脉络,跟随时间周期适应变化,替用户交易者研判了行情走势,简洁高效 同时我们还提供了主窗口和副窗口的展现,有需要可以联系我作者本人,感谢支持。 像传统的renko,又不是传统的renko,技术在发展,同样的砖图可以有不一样的绘制和计算展现。 希望可以帮到大家的交易,再次感谢。
Velas RENKO
Ramon Sobrevals Arce
Immediately plots renko bars in an external/indicator window.  One of the distinctive advantages Renko charts offer is the fact that they are not time dependent. Therefore, the new Renko blocks are only traced when the price moves higher or lower by the specified number of points.  For example, a 10 pip (100 points) Renko chart would plot the blocks when price moves 10 pips higher in an uptrend or 10 pips lower in a downtrend. Renko charts removes "noises" from the Market and i t helps to ident
Median Renko Terminator works best with renko charts if you do not have a renko chart generator I will email it to you for free and give you the correct settings for scalping or to swing trade NON-REPAINT  COMES WITH ALERTS WHEN THERE IS A SIGNAL Conditions to sell: big purple arrow shows you the direction first then you take the small purple arrow to enter the same direction of the purple arrow. Conditions to buy: big white arrow shows you the up direction first then you take small white arrow
<LOGIC> The EMA RENKO EA should run in Renko chart to show the best performance. The EA will entry based on 2 EMA line cross. (it is changeable in parameter.) As a result of FT , the best box size for XAUUSD (GOLD) is BOX 60 to 100.  Renko box size should be larger than spread value. Normally 3 times of spread. Please decide your box size with yourself. The EA will place addtional order as Grid if the trend move  to xxx pips from the last order. You can turn on/off in the parameter. T
Instantaneous cycle identifier
Mahmoud Helmy Sedik Mohamed Mansour
This is first public release of detector code entitled "Enhanced Instantaneous Cycle Period" for PSv4.0 I built many months ago. Be forewarned, this is not an indicator, this is a detector to be used by ADVANCED developers to build futuristic indicators in Pine. The origins of this script come from a document by   Dr   . John   Ehlers   entitled "SIGNAL ANALYSIS CONCEPTS". You may find this using the NSA's reverse search engine "goggles", as I call it. John Ehlers' MESA used this measurement to
Bigger chart labels would allow the user to be entirely aware of which chart he/she is on.  Each chart window is unique, containing different patterns and economic motives so acknowledging the chart window would be absolutely essential!  There are well known Economic Time Zones included in clear view, by choice!    Simple does it! Use your computing mouse scroller, clicking with the right finger on the label, in order to customize the label properties. From there, choose your preferred color,
FREE
Candle GAP
Thushara Dissanayake
El indicador   Candle GAP   es una herramienta esencial para los comerciantes que utilizan   estrategias de negociación de brechas   , ya que identifica automáticamente las brechas de velas para cada día de la semana. Una brecha se refiere a una diferencia de nivel de precios entre el cierre y la apertura de dos días consecutivos. Este indicador reconoce cuatro tipos de patrones de brecha: común, ruptura, continuación y agotamiento. Al incorporar este indicador en cualquier gráfico, los operador
Renko Trade Alarm
Miroslaw Stachowiak
5 (1)
Renko Trade Alarm   is designed to work on chart with Renko and Mean Renko candles. It generate B uy and S ell signals on the chart and send notifications. Visualization of signals: Swing  - Formations 123. Pattern  - Double Bottom, Double Top, Triple Bottom, Triple Top, Formations 123 Reverse. Scalp  - Periodic change in the price direction, plus additional filters in the form of oscillators Stochastic  and  MACD. Ichi  - Signals filtered by the Ichimoku indicator. For correct operation an offl
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
Candle Average
Mahmoud Helmy Sedik Mohamed Mansour
Candlestick patterns have little value without the right   price action   context. If you’ve been studying candlestick formations, you must have heard this principle many times over. You cannot trade patterns in a vacuum. But what do we mean by   context ? It is an overall technical assessment that encompasses: The market’s trend Support and resistance structure Recent price formations Volatility It seems intimidating at first, but a simple trading indicator can help us out here - the   moving a
Owl smart levels
Sergey Ermolov
4.63 (54)
Versión MT5  |   FAQ El   Indicador Owl Smart Levels   es un sistema comercial completo dentro de un indicador que incluye herramientas de análisis de mercado tan populares como   los fractales avanzados de Bill Williams , Valable ZigZag que construye   la estructura de onda correcta   del mercado y   los niveles de Fibonacci   que marcan los niveles exactos de entrada. en el mercado y lugares para tomar ganancias. Descripción detallada de la estrategia Instrucciones para trabajar con el indi
Renko Moving Average
Vitor Palmeira Abbehusen
This indicator gives you the Moving Average based on Renko chart. A   Renko chart   is a type of chart that is built using price movement rather than both price and standardized time intervals like most charts are. A Moving Average based on Renko chart is considered less noisy since it is not based on the time and only based on price change. You can see my free enhanced Renko indicator here . Inputs: Box Size: Renko box size based on market Points. Period: Moving Average Period Method: Mov
El asesor comercial de Secret Code es un sistema comercial avanzado desarrollado en base a muchos años de experiencia de comerciantes famosos. Este asesor se centra en operar con el par de divisas EUR/USD y se distingue por el hecho de que evita el uso de métodos comerciales de alto riesgo. En particular, no utiliza enfoques como el comercio en red, la martingala y los métodos de duplicación. Atención comerciante. El número de copias se limitará a 100-150 copias. Cada 25 copias aumentará el
Heiken Ashi EA MT4
Juvenille Emperor Limited
5 (13)
Heiken Ashi EA ΜΤ4 es un asesor experto totalmente automatizado para negociar las velas clásicas o suavizadas de Heiken Ashi con un enfoque completamente nuevo. Heiken Ashi EA MT4 abre una operación única después del cierre de la primera vela de color diferente y una operación opuesta en cada cambio de color de Heiken Ashi. Hay una opción para usar este EA abriendo la primera operación después de que se haya cerrado la primera vela Heiken Ashi de diferente color y luego abra una nueva operación
Chaser
Thebo Junior Mahlangu
1 (1)
Introduction  This Indicator Is Based On Average Price/Maximum Price Moves, And Using Moving Bollinger Bands And Moving Averages. The Advantage Of Using It With YOUR own Analysis Will Confirm Potential Supports And Resistances While it Compliments With Your Analysis  The Indicator Is Non-Repainting AND Along With Our Special Trend METRE that Changes With The Conditions OF A Bullish Or Bearish Trend....  Recommend Time-Frames: H1  H4 M15 Usage: The Indicator Is Very Profitable I
FREE
This is an indicator for additional signal filtering. It can be used as an additional filter in a trading system. The indicator does not redraw its data and can be used both in forex trading and with binary options. It has 3 operation modes and flexible sensitivity settings. The indicator uses multiple buffers, therefore it can be easily used in various Expert Advisors.
Before
Nadiya Mirosh
The Before indicator predicts the most likely short-term price movement based on complex mathematical calculations. Most of the standard indicators commonly used in trading strategies are based on fairly simple calculations. This does not mean that there were no outstanding mathematicians in the world at the time of their creation. It is just that computers did not yet exist in those days, or their power was not enough for the sequential implementation of complex mathematical operations. Nowa
PZ Trend Trading
PZ TRADING SLU
4.75 (4)
Trend Trading es un indicador diseñado para sacar el máximo provecho posible de las tendencias que tienen lugar en el mercado, mediante el cronometraje de retrocesos y rupturas. Encuentra oportunidades comerciales al analizar qué está haciendo el precio durante las tendencias establecidas. [ Guía de instalación | Guía de actualización | Solución de problemas | FAQ | Todos los productos ] Opere en los mercados financieros con confianza y eficiencia Aproveche las tendencias establecidas sin s
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
Master Scalping M1 es un indicador innovador que utiliza un algoritmo para determinar la tendencia de forma rápida y precisa. El indicador calcula el tiempo de apertura y cierre de posiciones, los algoritmos del indicador le permiten encontrar los momentos ideales para ingresar a una operación (comprar o vender un activo), lo que aumenta el éxito de las transacciones para la mayoría de los comerciantes. Beneficios del indicador: Fácil de usar, no sobrecarga el gráfico con información innecesari
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
MASi Three Screens
Aleksey Terentev
5 (2)
MASi Three Screens is based on the trading strategy by Dr. Alexander Elder. This indicator is a collection of algorithms. Algorithms are based on the analysis of charts of several timeframes. You can apply any of the provided algorithms. List of versions of algorithms:     ThreeScreens v1.0 - A simple implementation, with analysis of the MACD line;     ThreeScreens v1.1 - A simple implementation, with analysis of the MACD histogram;     ThreeScreens v1.2 - Combines the first two algorithms
FREE
Trade Direction
Gevorg Hakobyan
5 (1)
The oscillator shows trend direction using its own algorithm, which is based on calculating price values ​​by analyzing prices of separate currencies (original valuation of currencies). The histogram shows the average value of physical price change over the selected period. When the histogram has a positive value, the trend is rising, if negative - the trend id falling. The indicator uses standard RSI to determine the current market direction on a selected period as follows: the default value of
Attraverso l'indicatore Savius Zone potrai finalmente: Definire delle zone oggettive da attenzionare Ridurre la discrezionalità Filtrare i tuoi pattern operativi Avvalerti di un metodo comprovato Qui di seguito alcune funzioni dell'indicatore Savius Zone: Zone Buy & Sell L’indicatore fornisce delle zone buy e sell ogni giorno dopo l’apertura del mercato cash sui seguenti mercati: DAX, S&P500, Nasdaq, Russel2000, Dow Jones Occasioni giornaliere Savius Zone fornisce occasioni di trading tutti i
Renko, Heiken Ashi, Ticks Bar, Range Bar.    Easy switching, easy setup, all in one window.        Place the Custom Chart indicator and view Renko, Heiken Ashi, Tick bar, Range bar charts in real time at real chart.    Position the offline chart window so that the indicator control panel is visible.    Switch the chart mode by click of a button.    Connect to the output chart any indicator, expert advisor without any restrictions.    No, it doesn't work in the tester.    Yes, you can use an
This indicator shows the gaps on the current chart with a rectangle shape and indicates when the gap is filled by closing the shape. Gaps are considered over the shadows. Allows sending alerts by e-mail or push notifications when a gap is found. Parameters SizeGAP - Size of the gap that you want to indicate; HGcolor1 - Color of the gap in an upward movement; HGcolor2 - Color of the gap in a downward movement; HGstyle - The style of rectangle to be drawn; StartCalculationFromBar - How many cand
Los compradores de este producto también adquieren
Gann Made Easy
Oleg Rodin
4.95 (43)
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ó
Presentamos el Indicador Milagroso de Forex: Desata el Poder del Trading Preciso ¿Estás cansado de buscar el mejor indicador de Forex que realmente ofrezca resultados excepcionales en todos los marcos temporales? ¡No busques más! Ha llegado el Indicador Milagroso de Forex para revolucionar tu experiencia de trading y llevar tus ganancias a nuevas alturas. Construido sobre una base de tecnología de vanguardia y años de desarrollo meticuloso, el Indicador Milagroso de Forex se erige como el pinácu
¡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
Atomic Analyst
Issam Kassas
5 (1)
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. 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 potencial de trading. Utilizando múltiples capas de indicadores
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
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
TPSpro RFI Levels
Roman Podpora
5 (13)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
Introduciendo       Indicador Quantum Trend Sniper   , el innovador indicador MQL5 que está transformando la forma en que identificas y negocias los cambios de tendencia. Desarrollado por un equipo de comerciantes experimentados con experiencia comercial de más de 13 años,       Indicador de francotirador de tendencia cuántica       está diseñado para impulsar su viaje comercial a nuevas alturas con su forma innovadora de identificar cambios de tendencia con una precisión extremadamente alta.
Scalper Inside PRO
Alexey Minkov
4.75 (55)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
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
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
Introduciendo       Quantum Breakout PRO   , el innovador indicador MQL5 que está transformando la forma en que comercia con Breakout Zones. Desarrollado por un equipo de operadores experimentados con experiencia comercial de más de 13 años,   Quantum Breakout PRO   está diseñado para impulsar su viaje comercial a nuevas alturas con su innovadora y dinámica estrategia de zona de ruptura. El indicador de ruptura cuántica le dará flechas de señal en las zonas de ruptura con 5 zonas objetivo de
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. 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 Interior y Estrategias de Trading de Conceptos de Dinero
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
¡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
Trend Screener
STE S.S.COMPANY
4.83 (86)
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. Trend Screener es un indicador de seguimiento de tendencia eficiente que proporciona señales de tendencia de flecha con puntos en
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
FX Power MT4 NG
Daniel Stein
5 (8)
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
¡Descubra el secreto para el comercio de Forex exitoso con nuestro indicador MT4 personalizado! ¿Alguna vez se ha preguntado cómo lograr el éxito en el mercado de Forex, obteniendo ganancias constantemente al tiempo que minimiza el riesgo? ¡Aquí está la respuesta que ha estado buscando! Permítanos presentar nuestro indicador MT4 patentado que revolucionará su enfoque para el comercio. Versatilidad única Nuestro indicador está especialmente diseñado para usuarios que prefieren las formacio
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
Quantum Heiken Ashi PRO MT4
Bogdan Ion Puscasu
4.43 (7)
Introduciendo el       Gráficos   Quantum Heiken Ashi PRO Diseñadas para brindar información clara sobre las tendencias del mercado, las velas Heiken Ashi son reconocidas por su capacidad para filtrar el ruido y eliminar las señales falsas. Diga adiós a las confusas fluctuaciones de precios y dé la bienvenida a una representación gráfica más fluida y confiable. Lo que hace que Quantum Heiken Ashi PRO sea realmente único es su fórmula innovadora, que transforma los datos de velas tradicionales en
Presentamos ON Trade Waves Patterns Harmonic Elliot Wolfe, un indicador avanzado diseñado para detectar diversas formas de patrones en el mercado mediante métodos tanto manuales como automáticos. A continuación, te explicamos cómo funciona: Patrones Armónicos: Este indicador puede identificar patrones armónicos que aparecen en tu gráfico. Estos patrones son esenciales para los traders que practican la teoría del trading armónico, tal como se popularizó en el libro de Scott Carney "Harmonic Tradi
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
Scalper Vault
Oleg Rodin
5 (27)
Scalper Vault es un sistema profesional de reventa que le brinda todo lo que necesita para una reventa exitosa. Este indicador es un sistema comercial completo que puede ser utilizado por operadores de divisas y opciones binarias. El marco de tiempo recomendado es M5. El sistema le proporciona señales de flecha precisas en la dirección de la tendencia. También le proporciona señales superiores e inferiores y niveles de mercado de Gann. Los indicadores proporcionan todo tipo de alertas, incluidas
AW Trend Predictor
AW Trading Software Limited
4.74 (39)
La combinación de niveles de tendencia y ruptura en un sistema. Un algoritmo de indicador avanzado filtra el ruido del mercado, determina la tendencia, los puntos de entrada y los posibles niveles de salida. Las señales indicadoras se registran en un módulo estadístico, que le permite seleccionar las herramientas más adecuadas, mostrando la efectividad del historial de señales. El indicador calcula las marcas Take Profit y Stop Loss. Manual e instrucciones ->   Aquí   / Versión MT5 ->   Aquí Cóm
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
Este indicador es una super combinación de nuestros 2 productos Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . ¡Funciona para todos los marcos de tiempo y muestra gráficamente el impulso de fuerza o debilidad para las 8 divisas principales más un Símbolo! Este Indicador está especializado en mostrar la aceleración de la fuerza de la divisa para cualquier símbolo como Oro, Pares Exóticos, Materias Primas, Índices o Futuros. Es el primero de su clase, cualquier símbol
El indicador de reversión de ADR le muestra de un vistazo dónde se cotiza actualmente el precio en relación con su rango diario promedio normal. Recibirá alertas instantáneas a través de una ventana emergente, correo electrónico o push cuando el precio exceda su rango promedio y los niveles por encima de su elección para que pueda saltar rápidamente a retrocesos y reversiones. El indicador dibuja líneas horizontales en el gráfico en los extremos del rango promedio diario y también extensiones p
El panel de alertas RSI / TDI le permite monitorear los RSI a la vez (seleccionables por usted) en cada par principal que opere. Puedes usarlo de dos maneras: 1. Seleccione varios marcos de tiempo y el guión le mostrará cuándo hay varios marcos de tiempo que se extienden más allá de las condiciones comerciales normales. Un gran indicador de que el precio ha subido con fuerza recientemente, ya que ha alcanzado un nivel de sobrecompra o sobreventa en múltiples marcos de tiempo, por lo que p
Support Resistance screnner
STE S.S.COMPANY
4.86 (36)
Support And Resistance Screener está en un indicador de nivel para MetaTrader que proporciona múltiples herramientas dentro de un indicador. Las herramientas disponibles son: 1. Cribador de estructura de mercado. 2. Zona de retroceso alcista. 3. Zona de retroceso bajista. 4. Puntos pivotes diarios 5. Puntos de pivote semanales 6. Puntos Pivotes mensuales 7. Fuerte soporte y resistencia basado en patrón armónico y volumen. 8. Zonas de nivel de banco. OFERTA POR TIEMPO LIMITADO: El indicador de so
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 -
FX Volume
Daniel Stein
4.6 (35)
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
TrendDecoder Premium
Christophe, Pa Trouillas
5 (2)
Identifique los rangos y los próximos movimientos probables   |  Obtenga las señales más tempranas y la fuerza de las Tendencias   |  Obtener salidas claras antes de reversión   |  Detecte los niveles de Fibo que el precio pondrá a prueba Indicador no repintado y no retardado - ideal para la trading manual y automatizada - adecuado para todos los activos y todas las unidades temporales Oferta por tiempo limitado >>   50% OFF Después de la compra, póngase en contacto con mi canal  para conocer lo
Otros productos de este autor
Robust median Renko style indicator for creating custom charts resembling Median Renko, Mean Renko, Turbo Renko and Better Renko candles as well as vanilla Renko with wicks plus Point-O charts. This all in one package provides all of the signals needed by day traders, scalpers, and even long-term traders. Main characteristics The indicator is an overlay on the main chart so it is possible to utilize one-click trading and order manipulation directly on the custom charts. Visual order placement
A utility used to create custom Tick or Volume bar charts and provide real-time updates. This is an MT4 "offline" chart equivalent which is very simple to use. You can attach any MT5 compatible indicator or template to the tick chart and perform your technical analysis. Tick charts measure the number of transactions per bar. You can choose any number of ticks per bar but most traders choose Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...). The generator uses tick data to plot
Professional renko charting on a custom symbol chart accurate pricing to the tick  accurate timeline (no future date projections ) every renko variation in a single package very responsive charts optional display of live trade levels on the chart An Expert Advisor (EA) used to create custom Renko charts and provide real-time updates. This is an MT4 "offline" chart equivalent which is very simple to use. All historical renkos are constructed using real tick data from the broker's server.
X Tick Chart
Artur Zas
4.75 (8)
The indicator combines the features of both the Tick charts and Volume Bar charts. The mode can be selected in the indicator's settings. Tick charts measure the number of transactions per bar. To give you an example if you have a 233 tick chart, each bar measures 233 transactions per bar and a new bar is plotted after 233 transactions. You can choose any number of ticks per bar but most traders choose Fibonacci numbers (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...). Volume bar charts are desi
Professional range bar charting on a custom symbol chart accurate pricing to the tick  accurate timeline (no future date projections) very responsive charts An Expert Advisor (EA) is used to create a RangeBar custom chart and provide real-time updates. It is an MT4 "offline" range bars chart equivalent. The simplicity of use - Attach the EA to any time-based chart that you wish to see Range Bars for, input your desired parameters and you are ready to go! You can attach any MT5 compatible indicat
A countdown timer for the  Volume bar chart generator  and  Tick chart generator  products, which are available for download from the MQL5 Market: Tick chart generator: https://www.mql5.com/en/market/product/29215 Volume bar chart generator: https://www.mql5.com/en/market/product/47197 The counter conveniently displays the number of ticks or transactions (depending on the chart) that need to pass for a new bar to start printing. The user can set the following indicator inputs. Volume type
FREE
Range Bars
Artur Zas
4 (4)
The robust charting solution enables creating custom live range bar charts on the MetaTrader 4 trading platform. You can apply all of the standard and custom indicators and technical studies directly to the range bar charts and you can run EAs directly on these charts as well* (for details see text below the input summary). To create a range bar chart you need to attach the Range Bar indicator to a standard time frame (1 minute is recommended) and use the indicator's settings to generate a live
The extreme volume indicator helps identify turning points in the market by pinpointing spots of higher than average volume. Such points usually indicate the start of a trend or a turning point in the market. The indicator averages out volume readings over an extended period of time and calculates a volume threshold level. When this level is breached, it identifies the most likely trend direction using the trend of the candle that breached the volume threshold. The direction indicator (red or gr
CMI - Profit from trending and ranging markets. The CMI indicator is a two-part system used to trigger both trend and counter-trend trades, that has been introduced by Daniel Fernandez in an article published in Currency Trading Magazine (August 2011 issue). It is a simple, yet effective indicator, which gauges whether the market has behaved in a choppy (non-directional) manner or trending (directional) manner. CMI calculates the difference between the most recent bar's close and the close n bar
The trend scalper candles are used to identify short-term trends based on the readings of the MACD, RSI and ATR indicators. All indicator calculations are visualized by candle colors which are overlapped on the chart. The indicator uses gray , green and red colors to paint individual candles, which gives you a lot of useful and easy to read information. Gray candles Gray candles indicate a range bound period and the information can be used to trade breakouts. Simply mark the high and low of th
The professional line break chart generator is used to create live line break charts (i.e. 3 line break ). The chart is plotted using MT4's offline charging facility thus making it possible to trade* directly from the chart as well as attach any of the standard or custom indicators to perform technical analysis. The line break chart can be displayed as the most widely used 3 line break chart or a custom variation such as 2 or 5 line break chart . Wicks can be displayed or hidden on the chart - t
Range Bars for MetaTrader 5 is a unique tool for conducting technical analysis directly on the charts, as the indicator is an overlay on the main chart and range bars are calculated using real tick data. The trader can place and modify orders directly on the range bar chart (even with the use of one-click trading). Apart from range candles, the indicator also includes the most commonly used technical studies which are 3 moving averages (Simple, Exponential, Smooth, Linear-weighted, Volume-weight
A professional line break chart which is displayed directly in the chart window thus making it possible to trade directly from the MetaTrader 5 charts. The line break chart can be displayed as the most widely used 3 line break chart or a custom variation such as 2 or 5 line break chart . Wicks can be displayed or hidden on the chart - they give a lot of additional information regarding the underlying price action. The indicator's settings include: Line break number - determines the number of lin
Robust trading panel for use on any symbol (including RangeBars or Renko custom symbols). The tool can be placed anywhere on the chart and offers the following array of features: One-click instant order entry. Pending order entry using horizontal lines on the chart Pending order entry using keys in Entry price (E/P) and optional Stop Loss (S/L) and/or Take Profit (T/P) A choice between fixed trading volume or risk-based volume calculation based on the available account equity, entry price, and t
Create and trade timeframes in seconds. The bar time duration is freely adjustable from 1 second and up. The chart is accurately constructed using real ticks from the broker's server. Main characteristics The indicator is an overlay on the main chart, making it possible to utilize one-click trading and on-chart order manipulation. History calculated using real tick data. Built-in technical studies: 4 moving averages (Simple, Exponential, Smooth, Linear-weighted, Volume-weighted using tick or rea
The Trade Tracker Library is used to automatically detect and display trade levels on custom charts. It is an especially useful add-on for EAs that trade on custom charts in MT5. With the use of this library, the EA users can see trades as they are placed via the EA (Entry, SL & TP levels) in real-time. The header file and two examples of EA skeleton files are attached in the comments section (first comment). The library will automatically detect the tradable symbol for the following custom
Filtro:
Ash
56
Ash 2023.01.31 13:43 
 

The product itself is great. Just be 100% aware that you have to get the version from the website itself if you want your the renko charts to work with EAs before purchasing!

PlFialho
39
PlFialho 2021.11.12 08:18 
 

Very Niceee

Vincent Paul Colombe
683
Vincent Paul Colombe 2021.10.08 17:04 
 

Very good! Works flawlessly, only Renko indicator working for me!!

Henry
49
Henry 2021.02.01 15:20 
 

Thanks Artur for your work.

Boriwan
642
Boriwan 2020.09.25 12:32 
 

El usuario no ha dejado ningún comentario para su valoración

eliseexige
2057
eliseexige 2020.09.23 16:19 
 

after multiple attempts during live markets, this is just like the rest of Artur's products. It will freeze, it will refresh the data and screw up custom indicators, and it will cost you because of it. I'd give this a 0 or negative star rating if it were possible. AVOID if you are a serious trader and need stability in fast markets, because you won't get it here. EDIT 2: Artur is working with me on all products to solve issues and I have adjusted the feedback accordingly.

Janis
405
Janis 2020.01.14 09:19 
 

Support: Creator told me, that he will contact me,it has been 7 days and no response.

Ultimate Renko hangs MT4 platform, ATR settings work incorrectly. If you close MT4 with Renko on it, then next time you open MT4, you will have twice or even triple more Renko charts. I give only one star, because I hope, creator will fix these problems in the future editions.

Spartakus93
95
Spartakus93 2019.08.29 17:39 
 

It's perfect!

Frederico De Mello Amaral
243
Frederico De Mello Amaral 2019.05.05 23:45 
 

El usuario no ha dejado ningún comentario para su valoración

Alessio
292
Alessio 2019.03.31 10:41 
 

Nice adjustable indicator. worthy to give 5 stars. I did not waste my money.... This Indicator works with minus parameters too . Ha ha ha ha !!!! Amazing.

Harry Gunadi Permana
1827
Harry Gunadi Permana 2018.07.09 10:29 
 

Great indicator!

Martial Curti
43
Martial Curti 2018.05.31 08:59 
 

El usuario no ha dejado ningún comentario para su valoración

Zentrader2015
1470
Zentrader2015 2018.05.25 22:00 
 

Very nice product and great customer service

Saetajhv9
24
Saetajhv9 2017.11.16 07:05 
 

no he tenido soporte hasta ahora.

jagdish111
19
jagdish111 2017.10.03 07:06 
 

Excellent indicator and excellent support

Respuesta al comentario
Versión 1.24 2021.07.19
Fixed problem with ATR% bars on charts not fully synchronized with the broker's server.
Versión 1.23 2021.05.19
Added new dynamic renko body size algorithm (price % as used on Definedge TradePoint);
Optimized indicator inputs.
Versión 1.22 2020.12.03
Update "Truncate trailing digits on the first renko" to include truncating digits before the decimal point
Versión 1.21 2020.11.16
Fixed "Truncate trailing digits on the first renko" bug,
Added additional timeframes for ATR based brick size calculation.
Versión 1.20 2020.09.25
Replaced optional first pip offset by more intuitive "Truncate trailing digits on the first renko" & "Number of digits to truncate" combination. The setting will also be applied on each new trading day if "Reset Open on each trading day" is enabled as well.
Versión 1.19 2019.06.04
Added option for overwriting the start time of trading day
Versión 1.18 2019.05.27
Added additional synchronization setting “Build history starting from date”. This setting overrides the value set in “Build history for number of days” and lets you precisely define the chart's anchor point in history via date and time of the first processed 1-minute bar.
Versión 1.17 2019.04.15
Added more offline timeframes
Versión 1.16 2019.01.14
Maintenance release
Fixed template problem where an EA from the template has not been attached.
Versión 1.15 2018.12.03
Upgraded to full Ultimate Renko implementation.
Added optional template loading and optional auto open for the renko chart.
Versión 1.13 2018.05.28
Maintenance release
Historical charts are now built using data from the chart where the indicator has been attached (for example: M1, M5, M15, etc.)
Versión 1.11 2017.11.09
Bug fixes
Versión 1.10 2017.09.27
Bug fix: fixed timescale & startup glitch
Versión 1.1 2017.08.22
Bug fix: Corrected date/time info bug occurring on live renko bars