Conheça o Mercado MQL5 no YouTube, assista aos vídeos tutoriais
Como comprar um robô de negociação ou indicador?
Execute seu EA na
hospedagem virtual
hospedagem virtual
Teste indicadores/robôs de negociação antes de comprá-los
Quer ganhar dinheiro no Mercado?
Como apresentar um produto para o consumidor final?
Indicadores Técnicos para MetaTrader 5 - 41


If instead of giving the regression value indicator end of the regression line (LRMA), we give the value of its slope, we obtain LRS or Linear Regression Slope Indicator. Since the slope is positive when prices rise, zero when they are in range and negative when they are lowered, LRS provides us the data on the price trend. Calculation sum(XY, n) - avg(Y, n)*sum(X, n) Y= a + mX; m= -------------------------------- a= avg(Y, n) - m*avg(X, n)

The indicator is an inter-week hourly filter. When executing trading operations, the indicator allows considering time features of each trading session. Permissive and restrictive filter intervals are set in string form. The used format is [first day]-[last day]:[first hour]-[last hour]. See the screenshots for examples. Parameters: Good Time for trade - intervals when trading is allowed. Bad Time for trade - intervals when trading is forbidden.
time filter shift (hours) - hourly shift. percenta

Moving Average Bars is a self-explanatory indicator with one input parameter: nPeriod. When the previous Price Close is above the previous indicator Bar, the probability to go Long is very high. When the previous Price Close is under the previous indicator Bar, the probability to go Short is very high.

This indicator is designed for M1 timeframe and shows: Sum of points when the price goes up (Green Histogram). Sum of points when the price goes down (Red Histogram). In other words, by the number and ratio of bullish points to bearish ones, you can do a technical analysis of the state of the market.
If the green histogram prevails over the red one, you can conclude that at the moment the buyers are stronger than the sellers, and vice versa, if the red histogram prevails over the green, the se

This indicator draws the Keltner Channel using the rates chart calculated from any other timeframe. The available Moving Averages are: Simple Moving Average Exponential Moving Average Smoothed Moving Average Linear Weighted Moving Average Tillson's Moving Average Moving Average line is coded into RED or BLUE according to its direction from the previous candle. Example: User can display the Keltner Channel calculated on the basis of a Daily (D1) chart on a H4 chart. NOTE: Timeframe must be higher

This indicator is based on the same idea as https://www.mql5.com/en/market/product/2565 , but instead of Average Bars it uses series or Fibonacci sequence. When the previous Price Close is above the previous indicator Bar, the probability to go Long is very high. When the previous Price Close is under the previous indicator Bar, the probability to go Short is very high.

This indicator is based on the Fibonacci sequence. The input parameters fiboNum is responsible for the number in the integer sequence. When the previous Price Close is above the ribbon, the probability to go Long is very high. When the previous Price Close is under the ribbon, the probability to go Short is very high.

This indicator is a combination of 2 classical indicators: MA and CCI. Two moving averages form Upper and Lower bands. The input parameter nPeriod is used for MA and CCI calculations. The PaleGreen clouds characterize Up and Down trends. The moment a cloud appears above or under upper or lower bound is the time to enter the market.

Bands are a form of technical analysis that traders use to plot trend lines that are two standard deviations away from the simple moving average price of a security. The goal is to help a trader know when to enter or exit a position by identifying when an asset has been overbought or oversold. This indicator will show upper and lover bands. You can change input parameters nPeriod and nMethod to calculate those bands for each timeframe. Aqua clouds represent up or down trends.

This Indicator is created for a M15 time frame. The Zero-Line means a flat market ( A flat market can refer to a trade in which the currency pair has not moved significantly up or down and, therefore, has no large gain or loss attributed to the forex trading position. Usually traders not trading when the market is flat). The positive and negative impulses indicate the Long and Short movements accordingly.

A flat market can refer to a trade in which the currency pair has not moved significantly up or down and, therefore, has no large gain or loss attributed to the forex trading position. Usually traders not trading when the market is flat.
This is a self-explanatory indicator - do nothing when the current price in a "cloud". The input parameters nPeriod and nMethod are used for calculating aqua clouds.

This indicator displays a main Moving Average line with input parameters nPeriod, nMethod and nPrice. The second line is calculated as a Moving Average from the data of the first line, in addition it has nPeriod_2 and nMethod_2 parameters. The third line is calculated as a Moving Average from the data of the second line, in addition it has nPeriod_3 and nMethod_3 parameters.

The commodity channel index (CCI) is an oscillator originally introduced by Donald Lambert in an article published in the October 1980 issue of Commodities magazine (now known as Futures magazine). Since its introduction, the indicator has grown in popularity and is now a very common tool for traders in identifying cyclical trends not only in commodities, but also equities and currencies. The CCI can be adjusted to the timeframe of the market traded on by changing the averaging period. This indi

In finance, a moving average (MA) is a stock indicator that is commonly used in technical analysis . The reason for calculating the moving average of a stock is to help smooth out the price data by creating a constantly updated average price . This Indicator determines the current time frame and calculates 3 moving averages from the next 3 available time frames. You can put this indicator on M1, M5, M15, M30, H1 and H4 TF. Blue and Magenta Arrows show the moment to go Long or Short accordi

O indicador é baseado na leitura de dois osciladores: Bulls Power e Bears Power. Mostra claramente a força do balanço entre compradores e vendedores. Um sinal para a entrada de uma ordem ocorre no cruzamento da linha zero e/ou uma divergência. Quando o filtro de volume estiver ativado, a barra amarela do histograma mostrará um volume de negociação baixo (abaixo da média para as 50 barras anteriores). Parâmetros de Entrada: Period - calculo do periodo, 13 por padrão; CalculatedBar - número de bar

Fibonacci sequence is defined by integer sequence: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... By definition, it starts from 0 and 1, the next number is calculated as a sum of two previous numbers. Instead of the standard moving average, the indicator uses the following calculation of average price: Bar0 + Bar1 + Bar2 + Bar3 + Bar5 + Bar8 + Bar13 + Bar21 + ... Input parameters: fiboNum - numbers in the following integer sequence for Fibo Moving Average 1. 5 on default. fiboNum2 - numbers i

"ATR channel all MAs jm" is a indicator that allows displaying on a chart the ATR channel calculated according to the moving average selected. You can select 9 standard MAs available in MetaTrader 5 - SMA, EMA, SMMA, LWMA, DEMA, TEMA, Frama, VIDYA, AMA, TRIX, and 4 non-standard - LRMA, HMA, JMA, AFIRMA.
General Parameters: Channel type - true: channel ATR, false: channel price. Method MA - select the type of moving average to show in the current graph. Period MA - the number of bars to calculat

"Bollinger Bands all MAs" is an indicator that allows drawing Bollinger Bands calculated according to the selected moving average. You can select 9 standard MAs available in MetaTrader 5 - SMA, EMA, SMMA, LWMA, DEMA, TEMA, Frama, VIDYA, AMA, TRIX, and 4 non-standard ones - LRMA, HMA, JMA, AFIRMA.
General Parameters Method MA - select the type of moving average to be displayed in the current graph. Period MA - the number of bars to calculate the MA. Width bands - the width of the bands expressed

Este indicador avalia a volatilidade e a direcionalidade dos preços simultaneamente, que encontra os seguintes eventos. [ Guia de instalação | Guia de atualização | Solução de problemas | FAQ | Todos os produtos ] Movimentos de preços decisivos e repentinos Grandes martelos / padrões de estrelas cadentes Fortes crises apoiadas pela maioria dos participantes do mercado Situações de mercado indecisas, mas voláteis É um indicador extremamente fácil de usar ... O histograma azul representa o impuls

This is HTF (or MTF) of original Kolier SuperTrend indicator. On this version, you can use 4 Lines of supertrend to define the trend, it will be more powerful. Remade signals on smalls timeframes, the indicator will not repaint if used on small timeframes.

This indicator is designed for M1 time frame and shows: Sum of points when the price goes up (Green Histogram). Sum of points when the price goes down (Red Histogram). In other words, by the number and ratio of bullish points to bearish ones, you can do a technical analysis of the state of the market.
If the green histogram prevails over the red one, you can conclude that at the moment the buyers are stronger than the sellers, and vice versa, if the red histogram prevails over the green, the s

A moving average is commonly used with time series data to smooth out short-term fluctuations and determine longer-term trends. The proposed indicator has an ability to increasing a smooth-effect. This indicator could play an important role in determining support and resistance. An input parameter nPeriod determines number of Bars for Moving AboveAverage calculation.

Вертикальная гистограмма объема - отображает распределение объема по уровням. Гистограмма рассчитывается от объема ( реального или тикового), при этом объем соответствующий бару переносится на уровень H-L бара.
Таким образом, при распределении объема за сутки по вертикали - формируются максимумы гистограммы показывающие области проторговки. Настройки индикатора: Timeframe Set - период в пределах которого производится расчет. (рекомендуется D1) Step's - количество отображаемых периодов. Amplitu

This indicator is based on the classical Envelopes indicator. The proposed indicator has the ability to increase a smooth-effect in the Envelopes Indicator. This indicator could play an important role in determining support and resistance. nPeriod input parameter determines the number of Bars for Moving Above Envelopes calculation.

Optimistic trader may enter the market when the price crosses the Aqua line. More reliable entry will be when the price crosses the Blue line. When the price comes back and crosses the Red line you can open a position in the course of price movements.

How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai

On the current chart, this indicator displays candlestick highs and lows of another time frame. Input Parameters: TimeFrame - chart time frame whose data will be displayed on the current price chart (by default, H12). Time Zone - shift of the indicator by time zone relative to the broker's time (by default, Broker-1). If the broker's time zone is UTC+1 and the Time Zone parameter is set to Broker-1, the bends of the indicator will be plotted in multiples of Greenwich Time. Indicator buffer value

This indicator is based on the classical Alligator indicator which is a trend trading indicator. Stay in the trade as long as the candlesticks ride above or below the Alligator. When the lines converge or cross, it is time to consider entering or exiting
The proposed indicator has the ability to increase a smooth-effect in Alligator Indicator. This indicator could play an important role in determining support and resistance.

The Fibonacci series. This number sequence is formed as each subsequent number is a sum of the previous two. it turns out that it refers to its neighbors in the ratio 0.618 and 1.618 The most commonly used method for measuring and forecasting the length of the price movement is along the last wave, which ended in the opposite direction
The Fibonacci Waves indicator could be used by traders to determine areas where they will wish to take profits in the next leg of an Up or Down trend.

The indicator shows the angle of the DeMarker indicator line, which allows you to identify possible price extrema more accurately. Histogram bar color and size indicate the direction and angle of the DeMarker line. When the trade volume control is enabled, a yellow bar is an indication of the volume being lower than average over the past 50 bars. The color of the main indicator line shows whether the price has reached an overbought/oversold level in accordance with DeMarker indicator values. The

The indicator is designed for visual multicurrency analysis. It allows synchronous scrolling and analysis of a few charts simultaneously. The product can also be used for pairs trading. The indicator works both on Forex and Russian FORTS market. The product has a very important property - if there are skipped bars at the symbols, the synchronism of charts on the time axis is fully preserved . Each chart point is strictly synchronous with the others on the time axis at any time frame. This is esp

RBC Range Bar Chart é um indicador clássico de gráfico de variação de barras. O indicador apresenta variações de preço para plotar um gráfico: variação das Máx/Mín dos preços é uma clássica opção para análise, também temos a Abertura, Máxima, Mínima e Fechamento dos preços Na primeira opção dois valores de preço são analisados ao mesmo tempo, enquanto na segunda opção apenas um preço é usado. Convencionalmente, as variações das barras são desenhadas usando dados de tick, mas mesmo os dados de ti

Versão estendida do indicador "Canal Keltner". Esta é uma ferramenta analítica que permite determinar a relação entre a posição de preço e sua volatilidade. Você pode usar 26 tipos de média móvel e 11 opções de preço para calcular a linha média do indicador. Os alertas configuráveis irão notificá-lo quando o preço tocar a borda superior ou inferior do canal. Tipos de média disponíveis: média móvel simples, média móvel exponencial, média móvel exponencial mais selvagem, média móvel ponderada line

Este indicador encontra os padrões de retração AB = CD. O padrão AB = CD Retracement é uma estrutura de preço de 4 pontos em que o segmento de preço inicial é parcialmente retraído e seguido por um movimento equidistante da conclusão da retirada, e é a base básica para todos os padrões harmônicos. [ Guia de instalação | Guia de atualização | Solução de problemas | FAQ | Todos os produtos ]
Tamanhos de padrão personalizáveis
Proporções AC e BD personalizáveis Períodos de interrupção personali

The indicator draws lines that can serve as support/resistance levels. They work both on Forex and FORTS. The main and additional levels are displayed as lines, with the color and style defined by the user. Additional levels are only displayed for currency pairs without JPY. Please see the AUDUSD chart below. Yellow ovals indicate some characteristic points where price reaches one of the levels. The second screenshot shows a FORTS instrument chart with the characteristic points. Simply watch the

The indicator creates 2 dot lines representing an upper and lower bands and the main indicator aqua line as the price power. If the main line is swimming inside the bands, then you should wait and watch before entering the market. When the main line jumps out or in the bands, then you should make a long or a short position.

This is an open interest indicator for the Russian FORTS futures market. Now, you can receive data on the open interest in real time in МТ5 terminal. This allows you to develop brand new trading strategies or considerably improve the existing ones. The data on the open interest is received from the database (text CSV or binary one at user's discretion). Thus, upon completion of a trading session and disabling the terminal (or PC), the data is saved and uploaded to the chart when the terminal is

Os conceitos de suporte e resistência de nível de negociação são um dos atributos mais discutidos da análise técnica. Parte da análise de padrões de gráfico, esses termos são usados por traders para se referir aos níveis de preços em gráficos que tendem a agir como barreiras, evitando que o preço de um ativo seja empurrado em uma determinada direção. Este indicador desenha de linhas Suporte e Resistência calculado sobre nBars de distância. Se o parâmetro de entrada Fibo = true, então serão exib

This indicator is intended to guard your open position at any time frame and currency pair.
Long position In case the current price goes above the Take Profit price or below the Stop Loss price of the opened position and the Dealing Desk does not close this position, the indicator creates an Excel file with the name: Buy-TP_Symbol_Date_PositionID.csv or Buy-SL_Symbol_Date_PositionID.csv which will be placed in the folder: C:\Program Files\ ........\MQL5\Files Excel file for Buy-TP: You will h

Self Explanatory Indicator: buy when the Aqua line crossing the Yellow line upward and Sell when the Aqua line crossing the Yellow line downwards. Input parameters: Period1 = 13. Method1 = 2. MODE_SMA=0, MODE_EMA=1, MODE_SMMA=2, MODE_LWMA=3. Period2 = 5. Method2 = 0. MODE_SMA=0, MODE_EMA=1, MODE_SMMA=2, MODE_LWMA=3.

This indicator is designed for H1 timeframe and shows: Sum of points when the price goes up (Green Histogram). Sum of points when the price goes down (Red Histogram). In other words, by the number and ratio of bullish points to bearish ones, you can do a technical analysis of the state of the market.
If the green histogram prevails over the red one, you can conclude that at the moment the buyers are stronger than the sellers, and vice versa, if the red histogram prevails over the green, the se

Indicator Cloud is drawing "clouds" on the chart. If the current price is behind the cloud then no actions should be done. If the current price departs from the cloud then one should consider to go Long or Short according to the price movement. Input parameters: Period1 and Method1 could be used as indicator settings for each TimeFrame and Currency pairs.

"Support" and "Resistance" levels - points at which an exchange rate trend may be interrupted and reversed - are widely used for short-term exchange rate forecasting. One can use this indicator as Buy/Sell signals when the current price goes above or beyond Resistance/ Support levels respectively and as a StopLoss value for the opened position.

Trend is the direction that prices are moving in, based on where they have been in the past . Trends are made up of peaks and troughs. It is the direction of those peaks and troughs that constitute a market's trend. Whether those peaks and troughs are moving up, down, or sideways indicates the direction of the trend. The indicator PineTrees is sensitive enough (one has to use input parameter nPeriod) to show UP (green line) and DOWN (red line) trend.

Optimistic trader may enter the market when the price crosses the blue line. More reliable entry will be when the price crosses the yellow line. When the price comes back and crosses the red line you can open a position in the course of price movements. If the price is moving between aqua lines - stay out of the market.

Este indicador detecta reversões de preços em zigue-zague, usando apenas análise de ação de preços e um canal donchiano. Ele foi projetado especificamente para negociações de curto prazo, sem repintar ou retroceder. É uma ferramenta fantástica para traders astutos, com o objetivo de aumentar o tempo de suas operações. [ Guia de instalação | Guia de atualização | Solução de problemas | FAQ | Todos os produtos ]
Surpreendentemente fácil de negociar Fornece valor em cada período de tempo Impleme

When the bands come close together, constricting the moving average, it is called a squeeze. A squeeze signals a period of low volatility and is considered by traders to be a potential sign of future increased volatility and possible trading opportunities. Conversely, the wider apart the bands move, the more likely the chance of a decrease in volatility and the greater the possibility of exiting a trade. This indicator can be used at any time frames and currency pairs. The following input parame

The three basic types of trends are up, down, and sideways. An uptrend is marked by an overall increase in price. Nothing moves straight up for long, so there will always be oscillations, but the overall direction needs to be higher. A downtrend occurs when the price of an asset moves lower over a period of time. This is a separate window indicator without any input parameters. Green Histogram is representing an Up-Trend and Red Histogram is representing a Down-Trend.

Fibonacci Arcs in the full circles are based on the previous day's candle (High - Low). These arcs intersect the base line at the 23.6%, 38.2%, 50%, 61.8%, and 78.6%. Fibonacci arcs represent areas of potential support and resistance. Reference point - the closing price of the previous day. These circles will stay still all day long until the beginning of the new trading day when the indicator will automatically build a new set of the Fibonacci Arcs.

Support and resistance represent key junctures where the forces of supply and demand meet. On an interesting note, resistance levels can often turn into support areas once they have been breached. This indicator is calculating and drawing 5 pairs of "Support and Resistance" lines as "High and Low" from the current and 4 previous days.

The Bull and Bear Power indicators identify whether the buyers or sellers in the market have the power, and as such lead to price breakout in the respective directions. Bulls Power vs. Bears Power is a unique tool that displays on each candle the balance between the bears (sellers) and the bulls (buyers). This particular indicator will be especially very effective when the narrow histogram and the wide histogram reside on the same side (above or under the Zero line)

This indicator is a visual combination of 2 classical indicators: Bears and MACD. Usage of this indicator could be the same as both classical indicators separately or combine. Input parameters: input int BearsPeriod = 9; input ENUM_MA_METHOD maMethod = MODE_SMA; input ENUM_APPLIED_PRICE maPrice = PRICE_CLOSE; input int SignalPeriod = 5.

This indicator is a visual combination of 2 classical indicators: Bulls and MACD. Usage of this indicator could be the same as both classical indicators separately or combined. Input parameters: BearsPeriod = 9; ENUM_MA_METHOD maMethod = MODE_SMA; ENUM_APPLIED_PRICE maPrice = PRICE_CLOSE; SignalPeriod = 5.

Trend indicators tell you which direction the market is moving in , if there is a trend at all because they tend to move between high and low values like a wave
This indicator shows Up Trend (Green Histogram), Down Trend (Red Histogram) and Sideways Trend (Yellow Histogram). Only one input parameter: ActionLevel. This parameter depends of the length of the shown sideways trend.

This is a multiple timeframe version of the classic Parabolic SAR indicator (stands for "stop and reverse"). PSAR follows price being a trend following indicator. Once a downtrend reverses and starts up, PSAR follows prices like a trailing stop. You can choose the timeframes for displaying PSAR on the chart. Of course, you can see PSAR only from the current and higher timeframes. Input parameters: bM15 - PSAR from M15 bM30 - PSAR from M30 bH1 - PSAR from H1 bH4 - PSAR from H4 bD1 - PSAR from D1

Price Breakout pattern Scanner is the automatic scanner for traders and investors. It can detect following patterns automatically from your chart. Head and Shoulder - Common tradable pattern. Reverse Head and Shoulder - This pattern is the reverse formation of the Head and Shoulder. Double Top - When the price hits resistance level twice and decline toward the support level, the trader can anticipate sudden bearish breakout through the support level. Double Bottom - The double bottom pattern is

Um canal de regressão é um indicador técnico que compreende duas linhas paralelas equidistantes da linha de tendência de regressão. Estas linhas criam um canal dentro do qual o preço de um ativo tende a oscilar. A distância entre os limites do canal e a linha de regressão central é determinada pelo desvio máximo do preço de fecho da linha de regressão. Esta abordagem permite aos traders compreender melhor a dinâmica atual do mercado e tomar decisões informadas.
Principais características do can

Implementação de Canal de Regressão no MetaTrader 5 com Exibição Residual em Tempo Real O canal de regressão no MetaTrader 5 consiste em duas linhas, equidistantes acima e abaixo da linha de tendência de regressão. A distância entre os limites do canal e a linha de regressão é determinada pelo desvio do preço de fecho mais elevado da linha de regressão, que é relevante para os pontos de regressão mais recentes.
Problema e Solução Normalmente, as linhas do canal de regressão são redesenhadas a c

MA Crossing displays two moving averages on the chart painting their crossing points in different colors - blue (buy) and red (sell). The indicator clearly defines the trend direction and power and simplifies the perception of market signals. The indicator may be useful in the strategies involving two moving averages' crossing method. The indicator's input parameters allow you to select the following settings for each moving average: period (Fast Period, Slow Period); smoothing period (Simple, E

Introduction to Sideways Market Analyzer Notable period of Low volatility and non-trending movements in the financial market is considered as Sideways Market. Sooner or later, the low volatility will increase and the price will pick up a trend after Sideways Market. In terms of trading point of view, Sideways Market can serve as the very good entry timing for traders. Sideways Market is also quite often the representation of accumulation of large orders from big investors. Therefore, knowing the

Version for MetaTrader 5. The indicator is based on point and figure chart, but their period is equal to ATR indicator values. Displays in the form of steps. Steps above zero indicate an uptrend. Below zero on a downtrend. Parameters: ATRPeriod - ATR period for calculation of steps. Note: The indicator uses closes price, thus it is recommended to consider completed bars.

The TimePeriodAlarm indicator shows time till closure of a bar. If the 'Time period' is specified explicitly (i.e. not 'current'), the indicator displays the time till bar closure of the current period and the explicitly specified period. Ten seconds before the closure of the bar (at the period specified explicitly), a preliminary sound alert is played and a color alert is generated, then the main signal (can be set by the user) in the parameter 'Sound file(.wav)' is played. The sound file shoul

Heatmap 105 O Indicador Heatmap Este indicador Heatmap permite mostrar um "mapa de calor" de todos os símbolos selecionados na Observação de Mercado. Nesta versão, mostra-se a mudança percentual de preço relativo ao último fechamento diário , que permite uma rápida visão geral do mercado. Esta ferramenta permite ajudar aos traders identificar quão alto está uma ação/derivativo/índice/moeda em realação aos outros ativos. Esta é uma ferramenta visual e não pode ser utilizada por robôs de negociaçã

This indicator shows the ratio of the number of buyers'/sellers' orders for the Russian FORTS futures market. Now, you can receive this information in real time in your МetaТrader 5 terminal. This allows you to develop brand new trading strategies or improve the existing ones. The data on the ratio of the orders number is received from the database (text CSV or binary one at user's discretion). Thus, upon completion of a trading session and disabling the terminal (or PC), the data is saved and u

This indicator shows the ratio of the volume of buyers'/sellers' orders for the Russian FORTS futures market. Now, you can receive this information in real time in your МetaТrader 5 terminal. This allows you to develop brand new trading strategies or improve the existing ones. The data on the ratio of the volumes of orders is received from the database (text CSV or binary one at user's discretion). Thus, upon completion of a trading session and disabling the terminal (or PC), the data is saved a

This indicator is designed for M1 timeframe and shows: sum of ticks when the price goes up divided by sum of ticks when the price goes down (red color); sum of points when the price goes up divided by sum of points when the price goes down (green color). The correlation between the number of ticks and the number of points for each and every minute will give enough data for scalping.

This indicator calculates the next possible bar for each currency pair and timeframe. If the next possible Close will be greater than Open, the next possible bar will be in Aqua color. If the next possible Close will be less than Open, the next possible bar will be in Orange color. Of course, the next possible bar will not show the big price movement. This indicator is most useful in the quiet time.

This indicator calculates support and resistance prices in multi-timeframe with different formulation and draw them on the chart that style do you choose. And If you want, Indicator can alert you when the current price arrive these pivot levels. Formulations: Classic, Camarilla, Woodie, Demark, Floor, Fibonacci
Alert Options: Send Mobil Message, Send E-mail, Show Message, Sound Alert
Levels: PP, S1, S2, S3, S4, S5, R1, R2, R3, R4, R5, TC, BC and Middle Points Why do you need this indicator:
Ti

The Zig-Zag indicator is extremely useful for determining price trends, support and resistance areas, and classic chart patterns like head and shoulders, double bottoms and double tops. This indicator is a Multi Time Frame indicator. The indicator is automatically calculate the 3 next available TF and sows ZigZag from those TimeFrames. You cannot use this indicator for the TF greater than D1 (daily). You have to have ZigZag indicator in the Indicators/Examples tab.

Many indicators are based on the classical indicator Moving Average . The indicator All_TF_MA shows crossing of 2 MA from each TimeFrames . You will be able to change main input parameters for each MA for every TF. Example for M1 TF: Period1_Fast = 5 Method1_Fast = MODE_EMA Price1_Fast = PRICE_CLOSE Period1_Slow = 21 Method1_Slow = MODE_SMA Price1_Slow = PRICE_TYPICAL
O Mercado MetaTrader oferece um local conveniente e seguro para comprar aplicativos para a plataforma MetaTrader. Faça download de versões de demonstração gratuitas de Expert Advisors e indicadores a partir do seu terminal para testes no Testador de Estratégia.
Teste os aplicativos em diferentes modos para monitoramento do desempenho e assim fazer um pagamento para o produto que você deseja, usando o sistema de pagamento MQL5.community.

Você está perdendo oportunidades de negociação:
- Aplicativos de negociação gratuitos
- 8 000+ sinais para cópia
- Notícias econômicas para análise dos mercados financeiros
Registro
Login
Se você não tem uma conta, por favor registre-se
Para login e uso do site MQL5.com, você deve ativar o uso de cookies.
Ative esta opção no seu navegador, caso contrário você não poderá fazer login.