• Preço
     - 
  • Redefinir
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
Teste indicadores/robôs de negociação antes de comprá-los
Quer ganhar dinheiro no Mercado?
Como apresentar um produto para o consumidor final?

Novos Expert Advisors e Indicadores para MetaTrader 5 - 172

icon Use robôs de negociação e indicadores para aumentar os rendimentos com a negociação em Forex. Com ajuda de robôs de negociação, você pode automatizar o processo de abertura e fechamento de transações, por outra lado, os indicadores o ajudam a prever com mais precisão o comportamento futuro do mercado. A página contém um catálogo de aplicativos MetaTrader 5.
The Stochastic Oscillator indicator is drawn on the tick price chart. After launching it, wait for enough ticks to come. Parameters: K period - number of single periods used for calculation of the stochastic oscillator; D period - number of single periods used for calculation of the %K Moving Average line; Slowing - period of slowing %K; Calculated bar - number of bars in the chart for calculation of the indicator. The following parameters are intended for adjusting the weight of signals of the
Ticks CCI
Andrej Nikitin
The Commodity Channel Index(CCI) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: period - number of single periods used for the indicator calculation. calculated bar - number of bars for the indicator calculation. The following parameters are intended for adjusting the weight of CCI signals (from 0 to 100). You can find their description in the Signals of the Commodity Channel Index section of MQL5 Reference. The oscillator has required directio
Ticks OsMA
Andrej Nikitin
The Moving Average of Oscillator(OsMA) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Fast EMA period - fast period of averaging. Slow EMA period - slow period of averaging. Signal SMA period - period of averaging of the signal line. calculated bar - number of bars for the indicator calculation.
Tick StdDev
Andrej Nikitin
The Standard Deviation (StdDev) indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Method - method of averaging. calculated bar - number of bars for the indicator calculation.
The Momentum indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: period - period of the indicator calculation. levels count - number of displayed levels (no levels are displayed if set to 0) calculated bar - number of bars for the indicator calculation.
Most time the market is in a small oscillation amplitude. The Trade Area indicator helps users to recognize that time. There are 5 lines in this indicator: Area_high, Area_middle, Area_Low, SL_high and SL_low. Recommendations: When price is between Area_high and Area_Low, it's time to trade. Buy at Area_Low level and sell at Area_high level. The SL_high and SL_low lines are the levels for Stop Loss. Change the Deviations parameter to adjust SL_high and SL_low.
The script is designed to analyze deals history of a signal exported to a csv-file from its page. The exported file of the studied signal must be placed in the terminal data folder\MQL5\FILES\. The script displays deals for the current chart symbol to which it is applied. In a separate window a short trading report will be created either on the current symbol deals, or on all the deals. There is a possibility to save the report in an htm-file (Shift+H). The script parameters: signal csv-file nam
Ticks
Andrej Nikitin
4 (6)
A simple tick indicator of Bid and Ask prices. The period separator (1 minute) is displayed as a histogram. Parameters Show Bid Line - show/hide the Bid line; Show Ask Line - show/hide the Ask line; Show Labels - show/hide the last price values.
FREE
The Envelopes indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Averaging period - period of averaging. Smoothing type - type of smoothing. Can have any values of the enumeration ENUM_MA_METHOD . Option prices - price to be used. Can be Ask, Bid or (Ask+Bid)/2. Deviation of boundaries from the midline (in percents) - deviation from the main line in percentage terms. Price levels count - number of displayed price levels (no levels are displayed if
Ticks Bands
Andrej Nikitin
The Bollinger Bands indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Deviation - deviation from the main line. Price levels count - number of displayed price levels (no levels are displayed if set to 0). Bar under calculation - number of bars on the chart for the indicator calculation. Buffer indexes: 0 - BASE_LINE, 1 - UPPER_BAND, 2 - LOWER_BAND, 3 - BID, 4 - ASK.
Ticks RSI
Andrej Nikitin
The Relative Strength Index indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: RSI Period - period of averaging. overbuying level - overbought level. overselling level - oversold level. calculated bar - number of bars on the chart for the indicator calculation. The following parameters are intended for adjusting the weight of RSI signals (from 0 to 100). You can find their description in the Signals of the Oscillator Relative Strength Index section
Ticks ADX
Andrej Nikitin
The Average Directional Movement Index indicator drawn using a tick chart. After launching it, wait for enough ticks to come. Parameters: Period - period of averaging. Сalculated bar - number of bars on the chart for the indicator calculation. Buffer indexes: 0 - MAIN_LINE, 1 - PLUSDI_LINE, 2 - MINUSDI_LINE.
AABB - Active Analyzer Bulls and Bears is created to indicate the state to what extent a candlestick is bullish or bearish. The indicator shows good results on EURUSD H4 chart with default settings. The Strategy of the Indicator When the indicator line crosses 80% level upwards, we buy. When the indicator line crosses 20% level downwards, we sell. It is important to buy or sell when a signal candlestick is formed. You should buy or sell on the first signal. It is not recommended to buy more as w
CreateGridOrders
Konstantin Chernov
4.5 (2)
A script for opening a grid of orders If you need to quickly open several pending orders on a certain distance from the current price, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/635 and allows opening only Buy Stop orders. Input parameters are not required in the script. Parameters such as number of orders, order type,
FREE
CloseByLossOrProfit
Konstantin Chernov
4 (1)
CloseByLossOrProfit Expert Advisor closes all positions as their total profit or loss reaches a specified value (in deposit currency). In addition, it can delete pending orders. Allow AutoTrading before running the Expert Advisor. Usage: Run the Expert Advisor on a chart. Input Parameters:  Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish); Profit in the currency  - profit in points; Loss in the currency  - loss in p
FREE
Reverse
Konstantin Chernov
3.33 (3)
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume, this script will save you from routine! Allow AutoTrading before running the script. Instructions: Run the script on the chart. This script is a limited version of the market product https://www.mql5.com/en/market/product/638 and allows reversing only positions. Input parameters are not required. Parameters such as changing the type of exi
FREE
The CloseByPercentLossOrProfit Expert Advisor closes all positions as the total profit of loss for the entire account reaches a specified value. The profit or loss is specified as percentage of the account balance. In addition, the Expert Advisor can delete pending orders. Allow AutoTrading before running the Expert Advisor. Instructions: Run the Expert Advisor on the chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - the language of output messages (English, Russian,
FREE
CloseByLossOrProfitTune Expert Advisor closes a part of position as the total profit or loss for specified symbols reaches a specific value. The profit or loss level is specified in the deposit currency. In addition, the Expert Advisor can delete pending orders. Allow AutoTrading before running the Expert Advisor. Usage: Run the Expert Advisor on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spa
The CloseByPercentLossOrProfit Expert Advisor closes some positions as the total profit of loss for the entire account reaches a specified value. The profit or loss is specified as percentage of the account balance. In addition, the Expert Advisor can delete the pending orders. Allow AutoTrading before running the Expert Advisor. Instructions: Run the Expert Advisor on the chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - the language of output messages (English, Rus
ACPD – «Auto Candlestick Patterns Detected» - The indicator for automatic detection of candlestick patterns. The Indicator of Candlestick Patterns ACPD is Capable of: Determining 40 reversal candlestick patterns . Each signal is displayed with an arrow, direction of the arrow indicates the forecast direction of movement of the chart. Each caption of a pattern indicates: its name , the strength of the "S" signal (calculated in percentage terms using an empirical formula) that shows how close is t
A ferramenta profissional de traders de ações agora disponível no MetaTrader 5 . O indicador Actual depth of market chart visualiza a profundidade de mercado sob a forma de um histograma apresentada no gráfico, que atualiza em tempo real. Conheça as novas atualizações de acordo com as solicitações do usuário! Agora, o indicador Now Actual Depth of Market mostra a relação atual do volume de compra e venda de ordens (razão B/S). Ela mostra a percentagem de volume de cada tipo de pedidos em todo
Good day, ladies and gentlemen. What I offer is a pane that allows trading in any direction with a single mouse click, as well as setting stop loss and take profit automatically without your interference according to predefined values (this function can be disabled). The pane is implemented as an Expert Advisor, the buttons are located on the right part of the chart. The pane will be useful for scalpers that trade with different risk level and for intraday traders. The pane has been tested on li
A script for opening a grid of orders If you need to quickly open several pending orders (Buy Limit, Sell Limit, Buy Stop, Sell Stop) on a certain distance from the current price, this script will do all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish). Price for open - open price. If set to 0, the
ReverseTune
Konstantin Chernov
A script for quick reversing positions and/or orders. If you need to reverse a position with the same volume, open an opposite position of a different volume or change the type of existing orders (for example, Buy Limit -> Sell Limit, Buy Stop -> Sell Limit, etc.) with the same or different take profit/stop loss, this script will make all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, D
TTMM – "Time To Make Money" – Time When Traders Makes Money on the Stock Exchanges The ТТММ trade sessions indicator displays the following information: Trade sessions: American, European, Asian and Pacific. (Note: Sessions are displayed on the previous five days and the current day only. The number of days may change depending on the holidays - they are not displayed in the terminals. The sessions are also not displayed on Saturday and Sunday). The main trading hours of the stock exchanges (tim
Historical Memory
Marat Sultanov
4 (6)
Indicator-forecaster. Muito útil como assistente, atua como um ponto-chave para prever o movimento do preço futuro. A previsão é feito usando o método de busca a parte mais semelhante no histórico (padrão). O indicador é desenhada como uma linha que mostra o resultado da alteração do preço de fechamento das barras. A profundidade do histórico, o número de barras na previsão, o tamanho e a qualidade alinhador de busca pode ser ajustado através das definições do indicador. Configurações: PATTERN
FREE
CloseAllPosition
Konstantin Chernov
4.67 (3)
A script for closing positions If you need to quickly close several positions, this script will make all the routine for you! The script does not have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need to specify the maximal deviation and the number of attempts to close positions, use the script with input parameters https://www.mql5.com/en/market/product/625 You can download MetaTrader 4 version here: https://www.mql5.com/en/market
FREE
DeletePendingOrder
Konstantin Chernov
4.5 (2)
Script for deleting pending orders If you need to delete all pending orders you placed, this script will do it for you! It doesn't have any input parameters. Allow AutoTrading before running the script. Usage: Run the script on a chart. If you need a possibility to adjust parameters of the script, use the version with input parameters https://www.mql5.com/en/market/product/627 You can download MetaTrader 4 version here: https://www.mql5.com/en/market/product/2782
FREE
A script for closing positions If you need to quickly close several positions, but it requires specifying maximal deviation and the number of attempt to close, this script will do all the routine for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input Parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of the output messages (English, Russian, German, French, Spanish). Slippage - acceptable slippage when closing. Specified as for 4-d
Script for deleting pending orders If you need to delete all pending orders you placed, this script will do it for you! Allow AutoTrading before running the script. Usage: Run the script on a chart. Input parameters: Language of messages displayed (EN, RU, DE, FR, ES) - language of messages displayed (English, Russian, German, French, Spanish). Use Magic: (0 - ignore Magic, else - only this Magic) - if set to zero, the magic number is not considered. Otherwise the script deletes only orders wi
Expert NEWS
Vladimir Khlystov
The Expert Advisor trades on market surges, while not using any indicators. The Expert Advisor analyzes the speed of price movement and if the price starts moving faster than the set one, opens a position in the direction of price movement. Trades are closed by SL TP and trailing stop. If the averaging is set to greater than 0, then the stop loss is not set, but new deals are opened with an increased lot and averaged. Parameters: Lot = 0.1; LevelNewse = 50; strength of the news (price jumps in
O Índice de Fluxo de Dinheiro é um indicador de múltiplos períodos de tempo que exibe o Índice de Fluxo de Dinheiro de qualquer período de tempo. Isso ajuda você a se concentrar no fluxo de dinheiro de longo prazo antes de usar o fluxo de dinheiro do período atual. Você pode adicionar tantos índices de fluxo de dinheiro - vários períodos de tempo quanto desejar. Consulte as capturas de tela para ver os índices de fluxo de dinheiro M30 / H1 / H4 na mesma janela, por exemplo.
Twiggs Money Flow Index foi criado por Collin Twiggs. É derivado do Chaikin Money Flow Index, mas usa intervalos reais em vez de máximos menos mínimos para evitar picos devido a lacunas. Ele também está usando uma média móvel exponencial de suavização para evitar que picos de volumes alterem os resultados. A média móvel exponencial é aquela descrita por Welles Wilder para muitos de seus indicadores. Quando o Twiggs Money Flow Index está acima de 0, os jogadores estão acumulando e, portanto, o
Média móvel ponderada por volume (VW-MA) é uma média móvel ponderada por volume. As médias móveis padrão usam preços e simplesmente ignoram os volumes negociados. O indicador de média móvel ponderada por volume responde a isso. Observe que, ao contrário do mercado de ações, o mercado de câmbio não é centralizado. Ordens e volumes não são compartilhados entre corretores. Como consequência, os volumes usados na Média Móvel Ponderada por Volume dependem do seu corretor. No entanto, as contas E
Ilan
Andrey Khatimlianskii
4.71 (7)
Ilan para MetaTrader 5 Devido ao uso dos negócios virtuais, a negociação em ambos os sentidos (compra e venda) simultaneamente se tornou possível. Isso permite aos usuários adaptar uma estratégia popular para uma rede contabilizável de posições aplicadas pelo MetaTrader 5.   Configuração do Expert Advisor A configuração do Expert Advisor é simples. No entanto, todas as definições importantes da estratégia estão disponíveis para ajustes. Ferramentas disponíveis: MagicNumber único para identific
Este indicador é baseado no indicador Parabolic SAR. Ele ajuda o usuário a identificar oportunidades de compra ou venda. Vem com um alerta que soará sempre que um novo sinal aparece. Ele também possui uma facilidade do e-mail. O seu endereço de e-mail e configurações do servidor SMTP deve ser especificados na janela de configurações da guia "caixa de correio" no seu MetaTrader 5. Seta azul para cima = Compra. Seta vermelha para baixo = Venda. Linha = trailing stop. Você pode usar um dos meus pro
FREE
O indicador ROMAN5 Time Breakout desenha automaticamente caixas de suporte e resistência diárias para rompimentos. Ajuda o usuário a identificar o momento de comprar ou vender. Vem com um alerta sonoro sempre que um novo sinal aparece. Ele também possui a facilidade de enviar e-mail. O seu endereço de e-mail e configurações do servidor SMTP devem ser especificados na janela de configurações do guia "Email" no seu MetaTrader 5. Seta para cima azul = Comprar Seta para baixo vermelha = Vender. Você
FREE
Este indicador é baseado no indicador Heiken Ashi. Ele ajuda o usuário a identificar se é para comprar ou vender. Ele vem com um alerta que soará sempre que um novo sinal aparece. Ele também possui uma facilidade de e-mail. O seu endereço de e-mail e configurações do servidor SMTP devem ser especificados na janela de configurações do guia "caixa de correio" no seu MetaTrader 5. Seta azul para cima = Compra. Seta vermelha para baixo = Sell. Linha = stop móvel. Você pode usar um dos meus produtos
FREE
Este indicador é baseado no indicador Média Móvel. Ele ajuda o usuário a identificar se é para comprar ou vender. Ele vem com um alerta que soará sempre que um novo sinal aparece. Ele também possui uma facilidade de e-mail. O seu endereço de e-mail e configurações do servidor SMTP devem ser especificados na janela de configurações do guia "caixa de correio" no seu MetaTrader 5. Seta azul para cima = Compra. Seta vermelha para baixo = Sell. Linha = stop móvel. Você pode usar um dos meus produtos
FREE
Este indicador é baseado no indicador Bollinger Bands. Ele ajuda o trader a identificar uma entrada para comprar ou vender. Vem com um alerta sonoro sempre que um novo sinal aparece. Ele também possui mensagens via e-mail. O seu endereço de e-mail e configurações do servidor SMTP devem ser inseridos na janela "Opções" da guia "Ferramentas" no seu MetaTrader 5. Seta azul pra cima = Compra. Seta vermelha para baixo = Venda Linha = Trailing Stop. Você também pode usar um dos meus produtos, o Traili
FREE
This indicator is based on the Fractals indicator. It helps the user identifying whether to buy or sell. It comes with an alert that will sound whenever a new signal appears. It also features an email facility. Your email address and SMTP Server settings should be specified in the settings window of the "Mailbox" tab in your MetaTrader 5. Blue arrow up = Buy. Red arrow down = Sell. Line = Trailing Stop. You can use one of my Trailing Stop products that automatically move the Stop Loss and includ
FREE
This is visualization tool based on the Depth of Market. It works with the symbols that have the Depth of Market available. It's a visual indicator that shows the volume of each Bid/Ask price and ratio of total volume of Bids/Asks. Note: check if your broker supports DOM before purchasing. 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
Não existe software igual no mundo e que represente um "console" universal de negociação informando sinais para operar, entrada automatizada do mercado, configurando o Stop Loss e o Take Profit, assim como o Trailling Profit para diversas negociações em apenas uma janela aberta. O controle intuitivo do Expert Advisor em "três cliques" garante um uso abrangente de todas as suas funções em diferentes computadores, incluindo tablets. Interagindo com indicadores de sinal adicionais que marcam o gráf
Trading Chaos Chart
Gennadiy Stanilevych
5 (1)
O principal objetivo do indicador é detectar e marcar no gráfico os seguintes sinais de negociação descritos em "Trading Chaos (2-nd edition)": Divergência nas barras de alta e baixa com angulação (incluindo o squat). Barras nas zonas em vermelho e verde de acordo com a cor do histograma Awesome Oscillator. Barras Squat no gráfico são independente da cor do histograma Awesome Oscillator. Níveis de fractais "importantes" em relação à "linha dos Dentes" do indicador Alligator. Desenha raios de ang
Modified Awesome Oscillator
Gennadiy Stanilevych
5 (2)
O principal objetivo do indicador é detectar e marcar sinais de negociação no histograma do Awesome Oscillator de acordo com as estratégias de "Trading Chaos, second edition" e "New Trading Dimensions". O indicador detecta e marca os seguintes sinais de negociação: "Two peaks" (dois topos) - divergência. O sinal do "Second wise-man" (Segundo homem sábio) - terceiro barra consequente do indicador Awesome Oscillator após a sua cor ter sido alterada. O histograma cruza a linha zero. O sinal "Saucer
O principal objetivo do indicador é determinar e marcar sinais de negociação no histograma do Accelerator Oscillator, que foram descritos por Bill Williams em seu livro "New Trading Dimensions". A lista de sinais: O sinal de compra quando o histograma do indicador está abaixo da linha zero. O sinal de venda quando o histograma do indicador está abaixo da linha zero. O sinal de venda quando o histograma do indicador está acima da linha de zero. O sinal de compra quando o histograma do indicador e
.................................. This script is intended to help users to get information about ticks and spreads (e.g. ticks count, minimum/maximum/average spread). It can export reports in the CSV format with this information. Traders can see spread statistics in real time in the chart window It is useful for comparing spreads of different brokers. --------------------------------------------------------------------------
Market Time Pad
Vladislav Andruschenko
4.6 (15)
O indicador que mostra o tempo atual nos principais mercados do mundo. Ele também exibe a sessão atual. Muito fácil de usar. Ele não ocupa muito espaço em um gráfico. Ele pode ser usado em conjunto com Expert Advisors e outros painéis, como o VirtualTradePad . A versão do estilo clássico. Outras características: Há uma opção nos parâmetros de entrada: exibir/esconder dicas quando o mouse está sobre um botão, você também pode selecionar o idioma das dicas Inglês/Russo; O botão Close pára a aplic
FREE
Spread and Swap monitor
Gennadiy Stanilevych
5 (1)
O indicador tem o objetivo de determinar o tamanho do spread e swap, a distância para configurar ordens pendentes, stop loss permitido com o preço atual e o risco por 1 ponto na moeda de depósito. O indicador informa ao trader sobre possíveis despesas e os lucros adicionais relacionados com a transferência de uma posição para a próxima sessão de negociação do instrumento financeiro. Ele também informa sobre o tamanho do spread, a distância das ordens pendentes, stop loss e o trailing stop a part
The indicator displays the "Morning star" and "Evening star" patterns on a chart. The Evening star is displayed in red or rose. The Morning star is displayed in blue or light blue. Input Parameters: Max Bars – number of bars calculated on the chart. Make Signal Alert – use alerts. Send Push Notification - send notification to a mobile terminal Type of rules pattern – type of the model of pattern determination (Hard – with the control of length of shadows of the second bar). If Soft is select
Soldiers Crows
Alexey Topounov
5 (1)
The indicator displays the "Three white soldiers and Three black crows" candlestick model on a chart. Three white soldiers are color in blue. Three black crows are colored in red. Input parameters: Max Bars - maximum number of bars calculated on the chart. Make Signal Alert - use alert. Type of pattern rules - use a strict model of determining the pattern (short lower shadows for the three soldiers, short upper shadows for the three crows), or a simplified model. Max Shadow Ratio - coefficient o
HL D1 Move
Alexey Topounov
The indicator displays the dynamics of forming the daily range in the form of a histogram, and the average daily range for a specified period. The indicator is a useful auxiliary tool for intraday trades. Settings N Day - period for calculation of the daily range value. Level Indefinite - level of indefiniteness. Level Confidence - level of confidence. Level Alert - alert level. When it is crossed, the alert appears.
Tails
Dua Yong Rew
Tails is an indicator that predicts where the price will rebound and reach in a day candle. This indicator does not repaint and is to be used in time frames below D1. By default, the indicator will plot two support and two resistance lines. If needed, you can set the extended levels to "true" to show three support and three resistance lines. Input Parameters Extended_Levels - show extended levels in the chart; Clr_Support - color for the support lines; Clr_Resistance - color for the resistance
Recognizer 1 2 3 Patterns
Gennadiy Stanilevych
5 (2)
tO indicador é destinado ao reconhecimento e marcação dos padrões 1-2-3 comprar e vende de um gráfico. O indicador vai ajudar um negócio para determinar o início e o sinal de fractais, e especificar os possíveis pontos de entrada em todos os tempos do МetaTrader 5. Linhas de Fibonacci são desenhados no gráfico para indicar supostos alvos de movimento sobre a base da teoria ondulatória. As formações 1-2-3 parecem ser especialmente importante como as divergências (convergências) são formados em to
This indicator is used to compare the relative strength of the trade on the chart against the other several selected symbols. By comparing the price movement of each traded variety based on the same base day, several trend lines of different directions can be seen, reflecting the strong and weak relationship between the several different traded varieties, so that we can have a clearer understanding of the market trend. For example, you can apply this indicator on a EurUSD chart and compare it
MACD ponderado por volume Volume Weighted MACD (VW-MACD) foi criado por Buff Dormeier e descrito em seu livro Investing With Volume Analysis. Representa a convergência e a divergência das tendências de preços ponderadas por volume. A inclusão de volume permite que o VW-MACD seja geralmente mais responsivo e confiável do que o MACD tradicional.   O que é MACD (Moving Average Convergence Divergence)? A divergência de convergência média móvel foi criada por Gerald Appel em 1979. O MACD pad
Spearman Rank Correlation indicator featuring enhanced entry and reverse signals Any overbought or oversold zone can be adjusted using Cross Buy or Cross Sell levels (Option 1 = true; Cross Buy and Cross Sell are set by user, if Option 1 = false, it means that this option of generating signals is not applicable). The signals can be generated by crossing over the 0 level, this is Option 2. Please note that there are no reverse levels attached to this option. This option is set up as supplementary
This version of Stochastic evaluates the probability of taking the specified profit in points. The appropriate value is set in the parameters, and the product automatically shows possible options for the market it is currently applied to. There are much more options and the information is more extensive compared to conventional Stochastic (see the screenshots). Signals: The yellow channel is absent (flat movement, market entry is not recommended). The yellow channel is narrowing (trend is formin
Informer
Sergey Sapozhnikov
Informer for VPS - report on the state of your account via e-mail. Useful for controlling your Expert Advisors that run on a VPS or a dedicated computer. Information about open positions and last deals for a day, week, month or year grouped by currency pairs.  Adjustable periodicity of reports and depth of deals included in the report. A possibility to add own comment to each report. You will receive reports on e-mail with specified periodicity: from 15 minutes to once a day. The reports are sen
Pin Bar
Alexey Topounov
This indicator shows Pin Bar candlestick pattern on the chart. The bearish pin bars have red color, the bullish pin bars have blue color. The indicator shows alert when Pin Bar candlestick pattern is formed. It's recommended to use it at timeframes H1 and higher. The best moment (strong signal) is when Pin Bar is formed close to the support/resistance level.
Period separators
Mykola Demko
4.56 (9)
The Period separators indicator separates time periods, specified by user. It supports all timeframes, greater or aliquot to current timeframe. In case of the incorect timeframe, the indicator modifies it to closest correct value. Additional bonus - the separation of non-standard time periods - MOON, MOON/2, MOON/4 (moon phases). The separators are plotted using the indicator's buffers. The indicator uses one graphic object for information about the progress and current bar properties. The grap
FREE
This indicator is based on a classic Commodity Channel Index (CCI) indicator. Multi TimeFrame indicator MTF-CCI shows CCI data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 13; InpPRICE = 5; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1
This indicator is based on a classic Moving Average indicator. Moving averages help us to first define the trend and second, to recognize changes in the trend. Multi TimeFrame indicator MTF-MA shows MA data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPSARStep = 0.02; InpPSARMaximum = 0.2; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4
This indicator is based on a classic Momentum indicator. Multi TimeFrame indicator MTF-Momentum shows data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 14; InpappPRICE = 0; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1 (43200) All chos
This indicator is based on a classic  DeMarker indicator. Multi TimeFrame indicator MTF-DeMarker shows data from the 4 timeframes by your choice. By default this indicator has external parameters: TF1 = 1; TimeFrame2b = true; TF2 = 5; TimeFrame3b = true; TF3 = 15; TimeFrame4b = true; TF4 = 60; InpPeriod = 14; You can change TF1-TF4 in the next limits: TF1 from M1 (1) to H4 (240) TF2 from M5 (5) to D1 (1440) TF3 from M15 (15) to W1 (10080) TF4 from M30 (30) to MN1 (43200) All chosen TFs should be
This product is used to check the foreign exchange market history datas. Good quality historical datas is important for traders to perform market analysis or back testing. But the quality of historical datas provided by various foreign exchange brokers is uneven. Sometimes we notice missing k-line sequences, but sometimes it is not easy to detect them. This product helps users locate these missing locations.If there are many gaps in a given period of time on a chart, you need to be careful about
Panel for simplify trade operations. It contains tabs: InfoRisk   - helps to estimate the current risks of open positions and orders; StopToProfit - allows to change the Stop Loss and Take Profit levels; Traling - Trailing Stop of the opened position; PositionClosing - Closure of several positions; OrdersDeleting - Removes a group of pending orders; PositionAdding - Used to add (open) to the opened position.
This indicator let user clearly see Buy/Sell signals. When a bar is closed and conditions meet, arrow signal will come up at Close Price, up is Buy and down is Sell. It works on all Timeframes. And you can set sound alert when signals come up.
Painel de negociação para negociação em 1 clique. Trabalhando com posições e pedidos! Negociar a partir do gráfico ou do teclado. Com nosso painel de negociação, você pode executar negociações com um único clique diretamente no gráfico e realizar operações de negociação 30 vezes mais rápido do que com o controle MetaTrader padrão. Cálculos automáticos de parâmetros e funções tornam a negociação mais rápida e conveniente para os traders. Dicas gráficas, rótulos informativos e informações completa
The Expert Advisor for increasing (or opening) market positions. Allows specifying the desired risk, target and searching for the best open price and trade volume. It is included in the ActivePanel product. Configurable Parameters: lots - directly the volume of the position increase. % equity - the amount of growth as a percentage of the amount of funds. stop loss - directly the level of the stop loss order. loss - the level of the stop loss order depending on the allowable loss. take profit

O Mercado MetaTrader contém robôs de negociação e indicadores técnicos para traders, disponíveis diretamente no terminal.

O sistema de pagamento MQL5.community está disponível para todos os usuários registrados do site do MQL5.com para transações em todos os Serviços MetaTrader. Você pode depositar e sacar dinheiro usando WebMoney, PayPal ou um cartão de banco.