Bars news

Indicator of news linked to a bar.

The published current value of the news has a characteristic impact on the currency it relates to: positive, negative, neutral . The indicator summarizes all these values for the selected period, taking into account the importance of the news: high, medium, low . As a result, a percentage is calculated for the currency pair, which shows the news of which currency is dominant. If the value is positive, then the pair has news pressure towards BUY, if negative - SELL.

Outputs three values:

  • number of news items during the bar period
  • index impact of news for the bar period
  • current index news impact
News is displayed on the chart as vertical lines with a hint in the form of a description.
    Example of accessing indicator values
    #property version   "1.00"
    int BN_handle;
    int OnInit()
      {
       ResetLastError();
       BN_handle=iCustom(NULL,0,"\\Indicators\\Examples\\Bars_news_v10.ex5",100,10);
       if(BN_handle==INVALID_HANDLE)
         {
          PrintFormat("Error getting the indicator handle Bars News. Error code = %d",GetLastError());
          return(INIT_FAILED);
         }
       return(INIT_SUCCEEDED);
      }
    void OnDeinit(const int reason)
      {
       if(BN_handle!=INVALID_HANDLE) IndicatorRelease(BN_handle);
      }
    void OnTick()
      { static int Cur_bar=1;  
        double Number_of_bar_news,Impact_of_bar_news,Current_news_impact;
        if (Cur_bar<10)
        {  Number_of_bar_news  =iCustomGet(BN_handle,0,Cur_bar);
           Impact_of_bar_news  =iCustomGet(BN_handle,1,Cur_bar);
           Current_news_impact =iCustomGet(BN_handle,2,Cur_bar);
           PrintFormat("Cur_bar =%d:, Number_of_bar_news =%d, Impact_of_bar_news =%.1f Current_news_impact =%.1f",
                        Cur_bar,Number_of_bar_news,Impact_of_bar_news,Current_news_impact);
           Cur_bar++;             
         }               
      }
    double iCustomGet(const int ind_handle,const int buffer,int start_pos)
      {
       double Custom[1];
       ResetLastError();
       if(CopyBuffer(ind_handle,buffer,start_pos,1,Custom)<0)
         {
          PrintFormat("Failed to copy data from the indicator, error code %d",GetLastError());
          return(0.0);
         }
       return(Custom[0]);
      }

    Produtos recomendados
    Raymond Cloudy Day Indicator for MT5 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 5 (MT5). It was developed by Ngo The Hung based on Raymond’s original idea and is designed to give a structured view of potential reversal zones, trend extensions and support/resistance levels directly on the chart. The default settings are optimised for XAUUSD on the H1 timeframe, but the indicator can be tested and adjusted for other symbols
    FREE
    The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
    FREE
    Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
    FREE
    Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
    FREE
    Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend Scanner    - Scan the trend of assets in difference timefr
    FREE
    Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
    FREE
    This indicators automatically draws the   support and resistances   levels (key levels) for you once you've dropped it on a chart. It reduces the hustle of drawing and redrawing these levels every time you analyse prices on a chart. With it, all you have to do is drop it on a chart, adjust the settings to your liking and let the indicator do the rest. But wait, it gets better; the indicator is absolutely free! For more information:  https://youtu.be/rTxbPOBu3nY For more free stuff visit:  https:
    FREE
    Multi-timeframe trend indicator based on the ADX / ADXWilder indicator with Fibonacci levels The indicator shows trend areas using ADX or ADXWilder indicator data from multiple timeframes. The impulse mode of the indicator allows you to catch the beginning of a trend, and several "Screens" with different timeframes allow you to filter out market noise. Fibonacci levels are added to the price chart, which have flexible settings. How the indicator works: if PDI is greater than NDI, then   it`s
    FREE
    Best SAR MT5
    Ashkan Hazegh Nikrou
    4.33 (3)
    Descrição :  estamos felizes em apresentar nosso novo indicador gratuito baseado em um dos indicadores profissionais e populares no mercado forex (PSAR) este indicador é uma nova modificação no indicador SAR parabólico original, no indicador pro SAR você pode ver o cruzamento entre os pontos e o gráfico de preços, este crossover não é sinal, mas fala sobre o potencial de fim de movimento, você pode começar a comprar pelo novo ponto azul e colocar o stop loss um atr antes do primeiro ponto azul
    FREE
    This indicator is a zero-lag indicator and displays  strength of trend change . True Trend  Oscillator Pro works best in combination with True Trend Moving Average Pro that displays exact trend as is. Oscillator value is exact price change in given direction of the trend. True Trend Moving Average Pro: https://www.mql5.com/en/market/product/103586 If you set PERIOD input parameter to 1 this indicator becomes a sharpshooter for binary options. Developers can use True Trend Oscillator in Exper
    FREE
    Donchian Channel DC is the indicator of Donchian Channels, that plots maximum and minimum values of a specific period, besides mean value line. It´s possible to configure simple period for analysis and the indicator will plot all three values. You can trade with this indicator as trend or reversal, according to each strategy. Do not let to test others indicators as soon as others expert advisors.
    Swiss VWAPsimple
    Terence Gronowski
    4.8 (5)
    Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The values
    FREE
    English VWAP Daily (Clean) is a simple and lightweight indicator that plots the classic Daily VWAP (Volume Weighted Average Price) directly on your MT5 chart. Features: Classic Daily VWAP calculation Supports real volume (if available) or tick volume Timezone offset option to match your broker’s server time Weekend merge option (merge Saturday/Sunday data into Friday) Clean version → no arrows, no alerts, only VWAP line VWAP is widely used by institutional traders to identify fair value, su
    FREE
    Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
    FREE
    Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
    FREE
    Auto Optimized Bollinger Bands – Ferramenta adaptativa de volatilidade para mercados reais O Auto Optimized Bollinger Bands é um indicador avançado para MT4 que aprimora as bandas de Bollinger clássicas, selecionando automaticamente os melhores valores de período e desvio com base em simulações históricas de negociações. Em vez de depender de configurações fixas, o indicador realiza uma otimização em tempo real com base no comportamento real do mercado, permitindo que as bandas se ajustem dinami
    PZ Penta O MT5
    PZ TRADING SLU
    3.5 (4)
    The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
    FREE
    Este é o indicador Índice de Direção do Movimento (ADX - Average Directional Index) customizado da Gekko Trading, a versão customizada do famoso ADX. Use o ADX tradicional mas com a vantagem de configurar diferentes tipos de sinal de entrada e várias formas de ser alertado todas vez que houver um possível ponto de entrada ou saída do mercado. Parâmetros de Entrada Period: Período do ADX; PlotSignalType : Modo de cálculo do sinal de confirmação de tendência e direção do movimento 1- ShowSwingsOn
    VolumeBasedColorsBars
    Henrique Magalhaes Lopes
    VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
    FREE
    Precision Arrows
    Nervada Emeule Adams
    Precision Arrows – Sinais de Entrada Inteligentes com TP e SL Integrados Precision Arrows é um poderoso indicador de trading desenvolvido para traders que exigem precisão, clareza e confiabilidade . Ele identifica sinais de compra e venda de alta probabilidade e gera automaticamente os níveis de Take Profit (TP) e Stop Loss (SL) , ajudando você a operar com disciplina e consistência em Forex, Índices, Criptomoedas e Índices Sintéticos . O indicador combina detecção precisa de sinais, filtragem i
    STRUCTURAL TREND LINES - MT4/MT5 Indicator Simple indicator that automatically draws trend lines based on market structure. Features: - 3 degrees of structure detection (short, medium, long term) - Configurable swing strength for each degree - Single color per degree for clean visualization - Adjustable number of lines per degree - Customizable colors and line widths How it works: The indicator identifies swing highs and lows based on the strength parameter, then connects these points to crea
    FREE
    MACD Enhanced
    Nikita Berdnikov
    5 (3)
    Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
    FREE
    This is a regression tree indicator for MT4/MT5. This indicator classificate nodes on the time period so that the deviation becomes smaller, and displays regression line and channel for each node. It's free! Attached CartDemo.ex4 and CartDemo.ex5 is a Demo version and has the following limitations: Can't use HighSpeed method (default method is RandomForest) Maximum number of bars is 260 (increase from 200) There is no expiration date and can be started many times, but it stops after an hour.
    FREE
    -- Simples, mas eficaz. Indicador de inversão - O que é? Um indicador de sobreposição que segue tendências e combina a lógica SuperTrend com a tecnologia de curva exponencial. Ele detecta a direção da tendência, desenha um canal dinâmico no gráfico e envia alertas em tempo real quando a tendência se inverte. Como funciona? O indicador calcula uma linha de base exponencial usando ATR e um fator SuperTrend. Quando o preço fecha acima ou abaixo dessa linha de base, uma inversão de tendência é co
    FREE
    Follow The Line MT5
    Oliver Gideon Amofa Appiah
    4.6 (35)
    This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
    FREE
    Este indicador inovador de medir a força das moedas da INFINITY é um assistente indispensável para cambistas e comerciantes que negociam em longo prazo. O sistema de análise de força / fraqueza das moedas é conhecido há muito tempo e é usado no mercado pelos principais traders do mundo. Qualquer negociação de arbitragem não está completa sem essa análise. Nosso indicador determina facilmente a força das moedas subjacentes em relação umas às outras. Ele exibe gráficos de linhas em todas ou no pa
    FREE
    High Low Open Close
    Alexandre Borela
    4.98 (43)
    Se você gosta deste projeto, deixe uma revisão de 5 estrelas. Este indicador desenha os preços abertos, altos, baixos e finais para o especificado período e pode ser ajustado para um fuso horário específico. Estes são níveis importantes olhados por muitos institucional e profissional comerciantes e pode ser útil para você saber os lugares onde eles podem ser mais activa. Os períodos disponíveis são: Dia anterior. Semana anterior. Mês anterior. Quarto anterior. Ano anterior. Ou: Dia atual. Seman
    FREE
    O indicador zig-zag é padrão com um período de 34 com um sinal adicional na forma de uma seta. O sinal adicional é calculado separadamente do indicador zig-zag.O trabalho sobre este indicador ocorre da seguinte forma: 1. ao formar um segmento do indicador zig-zag e aparecer um sinal adicional na forma de uma seta, você precisa abrir uma posição na direção da seta; 2. ao formar outro braço do indicador zig-zag na direção oposta do sinal adicional (setas) no topo do braço anterior, é possível esta
    Desenvolvimento da versão anterior do indicador ZigZag WaveSize MT4 ZigZag WaveSize - indicador padrão ZigZag modificado com informações adicionais sobre o comprimento da onda em pontos, níveis e diferentes lógicas de alerta Melhorias gerais: Adaptação do código para MetaTrader 5 Otimizada a operação com objetos gráficos Novidades: Níveis horizontais nos extremos Seleção do tipo de níveis: horizontal/raios/segmentos Filtro de níveis líquidos (não quebrados pelo preço) Buffer para rupturas: aju
    FREE
    Pivot MT5
    Dmitrij Isaenko
    O indicador desenha linhas de suporte e resistência diárias no gráfico, bem como o nível de Pivot (nível de pivô). Adaptado para trabalhar em MT5 Parâmetros do indicador: DayBack - o número de dias para marcação de linhas; PPcolor - cor da linha Pivô; Espessura de espessura de linha PP; PPstyle - estilo de linha Pivot; Supp-color de linhas de suporte; Sstyle - estilo de linha de suporte; Swidth - espessura das linhas de suporte; Resistir - cor das linhas de resistência; Rstyle - estilo de lin
    FREE
    Os compradores deste produto também adquirem
    SuperScalp Pro
    Van Minh Nguyen
    5 (13)
    SuperScalp Pro – Sistema avançado de indicador de scalping com múltiplos filtros SuperScalp Pro é um sistema avançado de indicador de scalping que combina o clássico Supertrend com múltiplos filtros inteligentes de confirmação. O indicador opera de forma eficiente em todos os timeframes de M1 a H4 e é especialmente adequado para XAUUSD, BTCUSD e principais pares Forex. Pode ser usado como sistema independente ou integrado de forma flexível a estratégias de trading existentes. O indicador integra
    Azimuth Pro
    Ottaviano De Cicco
    5 (6)
    PROMOÇÃO DE LANÇAMENTO O preço do Azimuth Pro está inicialmente definido em 299$ para os primeiros 100compradores. O preço final será de 499$ . A DIFERENÇA ENTRE ENTRADAS RETAIL E INSTITUCIONAIS NÃO É O INDICADOR — É A LOCALIZAÇÃO. A maioria dos traders entra em níveis de preço arbitrários, perseguindo momentum ou reagindo a sinais atrasados. As instituições esperam o preço atingir níveis estruturados onde oferta e demanda realmente mudam. Azimuth Pro mapeia esses níveis automaticamente: VWA
    Divergence Bomber
    Ihor Otkydach
    4.89 (83)
    Cada comprador deste indicador recebe adicionalmente, e de forma gratuita: A ferramenta exclusiva "Bomber Utility", que acompanha automaticamente cada operação, define os níveis de Stop Loss e Take Profit e fecha operações de acordo com as regras da estratégia; Arquivos de configuração (set files) para ajustar o indicador em diferentes ativos; Set files para configurar o Bomber Utility nos modos: "Risco Mínimo", "Risco Balanceado" e "Estratégia de Espera"; Um vídeo tutorial passo a passo que aju
    Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
    ARICoins
    Temirlan Kdyrkhan
    ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
    Se você comprar este indicador, receberá meu Gerenciador de Operações Profissional + EA  GRATUITAMENTE. Primeiramente, vale ressaltar que este Sistema de Trading é um Indicador Não Repintado, Não Redesenho e Não Atrasado, o que o torna ideal tanto para o trading manual quanto para o automatizado. Curso online, manual e download de predefinições. O "Sistema de Trading Inteligente MT5" é uma solução completa de trading projetada para traders novos e experientes. Ele combina mais de 10 indicadores
    FX Trend MT5 NG
    Daniel Stein
    5 (4)
    FX Trend NG: A Nova Geração de Inteligência de Tendência Multi-Mercado Visão Geral FX Trend NG é uma ferramenta profissional de análise de tendências e monitoramento de mercado em múltiplos períodos de tempo. Permite compreender a estrutura completa do mercado em segundos. Em vez de alternar entre vários gráficos, você visualiza instantaneamente quais ativos estão em tendência, onde o momentum está enfraquecendo e onde existe alinhamento forte entre diferentes timeframes. Oferta de Lançamento
    Power Candles MT5
    Daniel Stein
    5 (6)
    Power Candles – Sinais de entrada baseados em força para qualquer mercado Power Candles leva a análise de força comprovada da Stein Investments diretamente para o seu gráfico de preços. Em vez de reagir apenas ao preço, cada candle é colorido com base na força real do mercado, permitindo identificar instantaneamente a construção de momentum, aceleração de força e transições limpas de tendência. Uma única lógica para todos os mercados Power Candles funciona automaticamente em todos os símbolos de
    Trend Screener Pro MT5
    STE S.S.COMPANY
    4.84 (102)
    Desbloqueie o poder da negociação de tendências com o indicador Trend Screener: sua solução definitiva de negociação de tendências, alimentada por lógica difusa e sistema de múltiplas moedas! Eleve sua negociação de tendências com o Trend Screener, o revolucionário indicador de tendências alimentado por lógica difusa. É um poderoso indicador de acompanhamento de tendências que combina mais de 13 ferramentas e recursos premium e 3 estratégias de negociação, tornando-o uma escolha versátil para to
    [ My Products ] , [ My Channel ]   ,  [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector é uma ferramenta profissional de monitoramento de ticks desenvolvida para analisar e medir em tempo real movimentos de preço de alta frequência (picos repentinos causados por HFT). O objetivo é permitir que você detecte valores anormais de slippage, lacunas de liquidez e saltos de preço em milissegundos causados pelo corretor, utilizando dados numéricos. Como ele analisa o fluxo de ticks em tempo real
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    FX Power MT5 NG
    Daniel Stein
    5 (31)
    FX Power: Analise a Força das Moedas para Decisões de Negociação Mais Inteligentes Visão Geral FX Power é a sua ferramenta essencial para compreender a força real das principais moedas e do ouro em quaisquer condições de mercado. Identificando moedas fortes para comprar e fracas para vender, FX Power simplifica as decisões de negociação e revela oportunidades de alta probabilidade. Quer você prefira seguir tendências ou antecipar reversões usando valores extremos de Delta, esta ferramenta adap
    RFI levels PRO MT5
    Roman Podpora
    3.67 (3)
    O indicador mostra com precisão os pontos de reversão e as zonas de retorno de preço onde o   Principais players . Você identifica onde novas tendências estão se formando e toma decisões com máxima precisão, mantendo o controle sobre cada negociação. VERSION MT4     -    Revela seu potencial máximo quando combinado com o indicador   TREND LINES PRO. O que o indicador mostra: Estruturas de reversão e níveis de reversão com ativação no início de uma nova tendência. Exibição dos níveis de   TAKE P
    Grabber System MT5
    Ihor Otkydach
    4.83 (23)
    Apresento a você um excelente indicador técnico: Grabber, que funciona como uma estratégia de trading “tudo incluído”, pronta para usar. Em um único código estão integradas ferramentas poderosas de análise técnica de mercado, sinais de entrada (setas), funções de alertas e notificações push. Cada comprador deste indicador também recebe gratuitamente: Utilitário Grabber: ferramenta para gerenciamento automático de ordens abertas Vídeo tutorial passo a passo: como instalar, configurar e operar com
    Atomic Analyst MT5
    Issam Kassas
    3.94 (31)
    Primeiramente, vale ressaltar que este Indicador de Negociação não repinta, não redesenha e não apresenta atrasos, tornando-o ideal tanto para negociação manual quanto automatizada. Manual do utilizador: configurações, entradas e estratégia. O Analista Atômico é um Indicador de Ação de Preço PA que utiliza a força e o momentum do preço para encontrar uma vantagem melhor no mercado. Equipado com filtros avançados que ajudam a remover ruídos e sinais falsos, e aumentam o potencial de negociação.
    Trend indicator AI mt5
    Ramil Minniakhmetov
    5 (15)
    O indicador Trend Ai é uma ótima ferramenta que irá melhorar a análise de mercado de um trader, combinando a identificação de tendências com pontos de entrada acionáveis e alertas de reversão. Este indicador permite que os usuários naveguem pelas complexidades do mercado forex com confiança e precisão Além dos sinais primários, o indicador Trend Ai identifica pontos de entrada secundários que surgem durante retrações ou retrações, permitindo que os comerciantes capitalizem as correções de preço
    LINHAS DE TENDÊNCIA PRO   -   Ajuda a entender onde o mercado está realmente mudando de direção. O indicador mostra inversões de tendência reais e pontos onde os principais participantes retornam ao mercado. Você vê     Linhas BOS   Análise de tendências e níveis-chave em prazos maiores — sem configurações complexas ou ruídos desnecessários. Os sinais não são repintados e permanecem no gráfico após o fechamento da barra. VERSÃO MT4   -   Revela seu potencial máximo quando combinado com o   indic
    Smart Stop Indicator – Precisão inteligente de stop-loss diretamente no seu gráfico Visão geral O Smart Stop Indicator é a solução ideal para traders que desejam definir seu stop-loss de forma clara e metódica, sem adivinhações ou decisões baseadas apenas na intuição. A ferramenta combina lógica clássica de price action (topos mais altos, fundos mais baixos) com um sistema moderno de detecção de rompimentos para identificar onde realmente deve estar o próximo nível lógico de stop. Seja em tend
    Antes de tudo, vale ressaltar que esta Ferramenta de Negociação é um Indicador Não Repintante, Não Redesenhante e Não Atrasado, o que a torna ideal para negociação profissional. Curso online, manual do utilizador e demonstração. O Indicador de Conceitos de Ação de Preço Inteligente é uma ferramenta muito poderosa tanto para traders novos quanto experientes. Ele combina mais de 20 indicadores úteis em um único, combinando ideias avançadas de negociação como Análise do Trader do Círculo Interno
    ARIPoint
    Temirlan Kdyrkhan
    ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
    FX Levels MT5
    Daniel Stein
    5 (13)
    FX Levels: Suporte e Resistência com Precisão Excepcional para Todos os Mercados Visão Geral Rápida Procurando um meio confiável de identificar níveis de suporte e resistência em qualquer mercado—incluindo pares de moedas, índices, ações ou commodities? FX Levels combina o método “Lighthouse” tradicional com uma abordagem dinâmica de vanguarda, fornecendo uma precisão quase universal. Baseado em nossa experiência real com corretores e em atualizações automáticas diárias mais as de tempo real,
    Pips Stalker mt5
    Abdulkarim Karazon
    5 (2)
    O Pips Stalker é um indicador de seta longa e curta, o indicador ajuda traders de todos os níveis a tomarem melhores decisões ao negociar no mercado, nunca repinta e usa o RSI como lógica principal do sinal; uma vez que uma seta é aplicada, ela nunca repinta ou repinta e as setas não são atrasadas. VERSÃO MT4 &lt;---- RECURSOS DA SETA PIPS STALKER : PAINEL DE ESTATÍSTICAS UM PAINEL DE INFORMAÇÕES ÚNICO QUE MOSTRA A PORCENTAGEM GERAL DE TAXA DE VITÓRIA E ESTATÍSTICAS ÚTEIS COMO O MÁXIMO DE V
    Quantum TrendPulse
    Bogdan Ion Puscasu
    5 (22)
    Apresentando   Quantum TrendPulse   , a ferramenta de negociação definitiva que combina o poder do   SuperTrend   ,   RSI   e   Stochastic   em um indicador abrangente para maximizar seu potencial de negociação. Projetado para traders que buscam precisão e eficiência, este indicador ajuda você a identificar tendências de mercado, mudanças de momentum e pontos de entrada e saída ideais com confiança. Principais características: Integração SuperTrend:   siga facilmente a tendência predominante do
    FX Dynamic MT5
    Daniel Stein
    5 (5)
    FX Dynamic: Acompanhe a Volatilidade e as Tendências com Análise ATR Personalizável Visão Geral FX Dynamic é uma ferramenta poderosa que utiliza cálculos de Average True Range (ATR) para fornecer aos traders insights incomparáveis sobre a volatilidade diária e intradiária. Ao configurar limites de volatilidade claros —por exemplo, 80%, 100% e 130%—, você pode identificar rapidamente oportunidades de lucro ou receber alertas quando o mercado ultrapassar faixas normais. FX Dynamic se adapta ao f
    Matrix Arrow Indicator MT5
    Juvenille Emperor Limited
    5 (18)
    O   Matrix Arrow Indicator MT5   é uma tendência única 10 em 1 seguindo um indicador multi-timeframe   100% sem repintura   que pode ser usado em todos os símbolos/instrumentos:   forex ,   commodities ,   criptomoedas ,   índices ,   ações .  O  Matrix Arrow Indicator MT5  determinará a tendência atual em seus estágios iniciais, reunindo informações e dados de até 10 indicadores padrão, que são: Índice de movimento direcional médio (ADX) Índice de canal de commodities (CCI) Velas clássicas de
    Market Structure Order Block Dashboard MT5 é um indicador para MT5 focado em estrutura de mercado e conceitos ICT / Smart Money: HH/HL/LH/LL , BOS , ChoCH , além de Order Blocks , Fair Value Gaps (FVG) , liquidez (EQH/EQL, sweeps), sessões / Kill Zones e um Volume Profile integrado, com um dashboard compacto de confluência. Importante: é uma ferramenta de análise . Não executa operações (não é um EA). Bônus para compradores Após a compra, você pode receber 2 indicadores bônus (à sua escolha) da
    OmniSync Projection
    Antonio-alin Teculescu
    5 (1)
    Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
    Candle Smart Range
    Gianny Alexander Lugo Sanchez
    5 (1)
    Candle Smart Range (CSR) para MetaTrader 5 O Candle Smart Range é um indicador técnico projetado para a identificação automática de intervalos de preços em múltiplos períodos de tempo. Esta ferramenta analisa a estrutura do mercado com base em formações de velas e na interação do preço com máximas e mínimas anteriores. Principais Características: Deteção de Intervalos: Identifica zonas de consolidação antes de movimentos impulsivos. Identificação de Falsos Rompimentos: Marca visualmente quando o
    Este indicador é um indicador para análise automática de ondas que é perfeito para negociações práticas! Caso... Nota:   Não estou acostumado a usar nomes ocidentais para classificação de ondas. Devido à influência da convenção de nomenclatura de Tang Lun (Tang Zhong Shuo Zen), nomeei a onda básica como   uma caneta   e a banda de onda secundária como   um segmento   . ao mesmo tempo, o segmento tem a direção da tendência.   O segmento de tendência principal   é nomeado (esse método de nomencl
    Crystal Heikin Ashi Signals
    Muhammad Jawad Shabir
    5 (1)
    Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
    Mais do autor
    GS spread
    Aleksander Gladkov
    The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
    FREE
    Get news
    Aleksander Gladkov
    5 (1)
    Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL4\Files folder of the terminal and is kept up to date, updating data according to its own timer. The  INV_week_last.txt   file is recorded on Saturday and saves the news data of the previous week .
    FREE
    GS grid
    Aleksander Gladkov
    5 (4)
    Uses an advanced grid algorithm with no martingale or limited Martingale (default) (version for MT5: GS grid5 ) . Defines and control the current trend; It switches himself its parameters in accordance with the current market conditions ; Flexible customizable grid algorithm with or without martingale; Drawdown reduction algorithm (DD Reduction Algoritm); Hedge algorithm; Interactive trade control buttons; The ability to open / close orders manually; News filter to prevent trading during news
    GS target
    Aleksander Gladkov
    5 (2)
    The automatic adviser of the new generation with parameters: Target profit per month (10%, 25%, 50%, 75%, 100%) - choice of strategy Stop Loss Limit, USD Filter News Forex Factory (true, false) Parameters for setting the lot size Uses the news feed from Forex Factory to prevent trading during news releases. Set up to work on EURUSD timeframe M15. Works on USD accounts with a leverage from 1:500 and a Deposit from 500USD.   Enough for work: Decide on the size of the deposit that you can trust h
    GS smart
    Aleksander Gladkov
    5 (1)
    Best price, read GS smart channel ! Sale! Advanced grid algorithm,includes news and trend accounting and hedging. Can close the loss in case of market reversal and wait for the trend. For hedging, the following are used: Limit drawdown for Hedge zone parameter, pending orders and/or opening a position opposite to the loss. Can take into account not only the moment of news publication, but also the current accumulated index of the impact of news of a currency pair. Traders who purchase GS smar
    GS trendS
    Aleksander Gladkov
    GS trendS is a trend indicator that can be used for any Forex financial instrument. The indicator does not redraw and does not lag. Recommended timeframe H1. It is possible to select the trend algorithm settings {Only Open, Average Open/Close, Average High/Low} The color indicates the direction of the trend: yellow - direction can be SELL or BUY (S_B) blue - uptrend (BUY) red - downward trend (SELL) The indicator panel displays trend values of 5 timeframes for the current price level. The va
    ATR RSI i4
    Aleksander Gladkov
    Composition of ATR and RSI indicators. The ATR RSI indicator compares two calculations of the ATR indicator with the Fast and Slow periods on one chart, plus the line of the average and the overbought and oversold zones of the RSI indicator. ATR shows the values of the volatility change in the currency pair in points, taking into account the period specified as a parameter. The entry points provided by the RSI indicator show a very good risk-reward ratio in volatile and trending markets. ATR RS
    ATR RSI x4
    Aleksander Gladkov
    The Expert Advisor implements a trading strategy based on overbought and oversold zones of ATR RSI i4 indicator signals, which is included in the code . Trend Following, Counter Trend system , DD reduction Algoritm and Level Trading algoritm are used. To start trading, simply attach the EA to the chart, preferably EURUSD H1 timeframe. Live results can be viewed here . To trade with the new Forex instrument (EURUSD H1 by default), it is recommended to set up the parameter values by testing, initi
    Gain since start
    Aleksander Gladkov
    It will perfectly complement your working Expert Advisor or manual trading with up-to-date information. There is a sound notification of exceeding the established profit and loss limits of open SELL and BUY orders. Moreover, for each currency pair EURUSD, GBPUSD, XAUUSD, and others, various sound alerts are activated in English. Results are displayed on a special panel on the chart from the moment the indicator is activated: Elapsed time Fixed profit Current profit SELL Current profit BUY Maximu
    Trends and News
    Aleksander Gladkov
    5 (1)
    With the Trend and News indicator you will always be up to date : News + Trends + Forecast News Displayed on the chart as vertical lines with a description in the form of a tooltip The text displays two news: the previous published and the next expected They have filters: by importance (High, Medium, Low) and time period (Day, 4 days, Week) Full table of news for a given period (T button) Controlling the display of vertical lines on the chart and the sound signal before and after the publicati
    GS Trend5
    Aleksander Gladkov
    The advisor is designed for autonomous automatic round-the-clock trading on the EUR/USD pair, timeframe M15. There is a protection of the deposit from significant drawdown and a mode for saving a profitable transaction. Trades one deal. With the set parameters, it turns out to be one per day on average. How it works Uses the author's algorithm for analyzing three indicators and the direction of market movement to make a decision to open a deal. RSI Stochastic Bands market direction Opens an orde
    GS grid5
    Aleksander Gladkov
    F ully automated Expert Advisor using the advanced grid algorithm and constrained Martingale (MT4 version: GS grid ). Set up to work on EURUSD timeframe M15. Test 2021 shows a high percentage of winning orders: more than 98%. Works on HEDGING accounts with a leverage of 1:500 and a Deposit from 1000USD. Can use the news feed from Forex Factory to prevent trading during news release (Filter News Forex Factory=true;). To access the options terminal menu on the Expert Advisors tab, you must enable
    GS target5
    Aleksander Gladkov
    The revolutionary automatic adviser of the new generation with three parameters: Target profit per month (from 10% to 100%) Degree of risk (SuperLow, Low, Medium, High) Stop Loss Limit, USD Set up to work on EURUSD timeframe M15. Works on HEDGING accounts with a leverage of 1:500 and a Deposit from 500USD.   Enough for work: Decide on the size of the deposit that you can trust him Set the value of the desired profit per month (from 10 to 100 percent) Select the degree of risk (Low, Medium,
    GS smart5
    Aleksander Gladkov
    5 (6)
    Best price Advanced grid algorithm,includes trend accounting, news, hedging and Risk manager. Can close the loss in case of market reversal and wait for the trend. For hedging, the following are used: Limit drawdown for Hedge zone parameter, pending orders and/or opening a position opposite to the loss. Can take into account not only the moment of news publication, but also the current accumulated index of the impact of news of a currency pair. Traders who purchase GS smart5 receive a persona
    It will perfectly complement your working Expert Advisor or manual trading with up-to-date information. There is a sound notification of exceeding the established profit and loss limits of open SELL and BUY orders. Moreover, for each currency pair EURUSD, GBPUSD, XAUUSD, and others, various sound alerts are activated in English. Indicators are displayed on a special panel on the chart from the moment the indicator is activated: Elapsed time Fixed profit Current profit Maximum drawdown Current d
    GS trade report
    Aleksander Gladkov
    5 (1)
    3 in 1 : Report + monitoring + sending messages (Telegram, ...) to optimize trading and use of advisors. Monitoring: Panel on the chart Sending messages to Telegram Sending messages to Email Sending Notifications Sending pop-up messages Sound notifications when the established Profit/Loss levels are exceeded Monitoring is activated by pressing the Start button. Profit for the period by currency pairs, hours and Magic number for the current account. Forms four tables: by symbols, by magic number
    A professional tool for real-time monitoring of the account status and the work of Expert Advisors. Information about the account status can be sent to Telegram chats automatically at a specified interval or upon request. From the screenshots of the open charts of the terminal, you receive upon request from your Telegram bot. Account information includes: 13:02 Trade monitoring by Telegram v.1.0 (headline) Account : 6802ххх RoboForex-Pro (account information) Profit start: 2661 USD (profit earne
    News impact L
    Aleksander Gladkov
    Uses the built-in news calendar of the MT5 terminal or the Investing.com website (in the latter case, the Get news5 utility is required) Has the Scale parameter={100%, 110%, 125%, ...} to adjust the comfortable size of the text and control elements Tells you in which direction it is safer to open positions 3 in 1: News + Trends + Forecast News for the selected period: current and in tabular form Actual trends for 5 customizable timeframes and trend reversal levels Forecast of exchange rate mo
    Trade maker
    Aleksander Gladkov
    Multi-currency trading on one chart! Creation and management of positions with trailing and breakeven, risk management and other useful functions. To fix profits, the Target profit parameter is provided; if it is greater than zero, all positions will be closed if the set value is exceeded. All positions and orders have set Stop Loss and Take profit. For multi-currency trading, taking into account the impact of news and switching symbols on the chart, it is useful to use the News impact indicato
    Get news5
    Aleksander Gladkov
    Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL5\Files folder of the terminal and is kept up to date, updating data according to its own timer. The  INV_week_last.txt   file is recorded on Saturday and saves the news data of the previous week .
    GS trend I
    Aleksander Gladkov
    The trend indicator has the ability to adjust the viewing depth and sensitivity, does not repaint and does not lag. In addition to the current trend, the chart displays trends for 5 more periods with zero trend levels for them. This allows for a comprehensive assessment of the nature of the trend movement. There is a possibility to choose the trend algorithm settings {Only Open, Average Open/Close, Average High/Low} The trend indicator can be used for any Forex financial instruments. The color s
    Filtro:
    Sem comentários
    Responder ao comentário