• Visão global
  • Comentários
  • Discussão
  • O que há de novo

Pi

Professional Prediction Indicator

Based on matching the history with selected pattern model and shows the most likely outcome.
Pi indicator includes Pattern line, Scanned_Past line, Matching_Pattern line, Future_Predicted line, adjustable Model Band, and some other controls.
This indicator is designed primarily for professional use and is very useful in the search for the probability of the results relating to the future.

Note: The results depend on model_band and past_bars. They are approximate, and therefore they must be compared with multiple timeframes.

You can run many instances for all timeframes at once. The indicator is relatively fast and has, like all our indicators, a built-in "slider history testing" technology and "Error control".
Program is design to operate in 2 automatic modes:

1. Slider mode

Turns on when attaching the indicator to the Chart or Visual Tester.
Here you can test/set your settings back in history with “slider” up to 32767 bars.
So, while Visual Testing EA, you can attach the indicator and easily adjust input parameters for critical points.
On Tester (only) you can exit "Slider mode" by pressing the <Esc> key.
You can easily switch between time frames on the selected position and compare the results.
2. Expert mode
Turns on when starting the indicator with "iCustom" function.
It is designed only for EA use and “slider history testing” is disabled.
It is tested and works very well in our EA "PointerX".
Please watch “testing” in HD … https://youtu.be/z1AfjBWIuhQ
We recommend running more instances of the indicator on different timeframes simultaneously for better results (M15, H1, H4) and optimization criteria every two months.

For programmers

The known command to retrieve a line index value for MQL4:
double piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
where:
NULL = current symbol
TF_ = enum_timeframes
"Pi" = path/name of the custom indicator compiled program
BAND_ = model band (int)
FB_ = future bars (int)
SMOOTH_ = line smoothness (int)
0 = last bar (int)
PB_ = past bars (int)
3 = line index (int)
cnt = shift (int)
Other buffers: 0=Pattern, 1=Scanned_Past, 2=Matching_Pattern

You can use this code as an example:

// Function declaration - Define PI Indicator (Example)
   void definePI(...)
   {
      buyPI_=false; sellPI_=false;
      RefreshRates();
      const double tpBUY=NormalizeDouble(Ask+tpBuyL_,_Digits);
      const double tpSELL=NormalizeDouble(Bid-tpSellL_,_Digits);
      const double slBUY=NormalizeDouble(Bid-slBuyL_,_Digits);
      const double slSELL=NormalizeDouble(Ask+slSellL_,_Digits);
   // [Here put some Error test code ...]
   // then ...
      if(err_!=0) return;
      bool END_BUY=false;
      bool END_SELL=false;
      for(short cnt=0;cnt>=-FB_;cnt--)
      {
         double piCurr=EMPTY_VALUE;
         piCurr=iCustom(NULL,TF_,"Pi",BAND_,FB_,SMOOTH_,0,PB_,3,cnt);
         ResetLastError();
         if(piCurr==EMPTY_VALUE) {f_err_=true; buyPI_=false; sellPI_=false; Print(__FUNCTION__,"Pi=EMPTY_VALUE"); return;}
         const double pi_bid=piCurr;
         const double pi_ask=piCurr+spreadPnts_;
         if(UseSL_)
         {
            if(pi_bid<=slBUY) END_BUY=true;
            if(pi_ask>=slSELL) END_SELL=true;
         }
         if(pi_bid>=tpBUY&&!END_BUY) {buyPI_=true; break;}
         if(pi_ask<=tpSELL&&!END_SELL) {sellPI_=true; break;}
      }
      return;
   }

Pi input parameters settings

The order from left to right is: name, [default value], min-max value.
If you accidentally enter a lower or higher value, the min-max value is used.
  • ModelBand [130] 2-1000 - pattern line model width (in current bars)
  • FutureBars [300] 0-600 - bars for calculation to the furure (to the right)
  • Smooth [0] 0-100 - line smoothness
  • LastBar [0] 0-6000 - last bar for calculation (0 is current)
  • PastBars [1000] 0-6000 - bars for calculation in the past (to the left)

Additional information

The demo version is built to demonstrate the main features and usability of Pi, PiDemo.
If you like to use Pi unlimited or within an EA, you have to buy or rent this product.
Are you satisfied with our work? Share your experiences and leave a comment.
If you need help using our trading tools or you have an issue or question, please contact me.

VLabs

Produtos recomendados
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Wave Wolf MT4
Andrei Salanevich
O indicador Forex Wave Wold MT4 é projetado para procurar as ondas de Wolfe e exibi-las na janela atual do terminal de negociação. Um excelente indicador para os traders que usam as ondas de Wolf. Sua aplicação em estratégias de negociação aumentará significativamente sua eficiência e lucratividade. INFORMAÇÃO DO INDICADOR Ao contrário de outros indicadores de ondas de Wolfe, o indicador forex Wave Wold MT4 tem uma série de características que aumentam significativamente a sua eficiência: O p
Master Scalping M1 é um indicador inovador que usa um algoritmo para determinar a tendência de forma rápida e precisa. O indicador calcula o tempo de abertura e fechamento de posições, os algoritmos do indicador permitem encontrar os momentos ideais para entrar em uma negociação (comprar ou vender um ativo), o que aumenta o sucesso das transações para a maioria dos traders. Benefícios do indicador: Fácil de usar, não sobrecarrega o gráfico com informações desnecessárias. Pode ser usado como filt
Ti
Vasja Vrunc
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to the Cha
This is a new strategy for SUPPLY DEMAND areas It is based on a calculation using the tick volume to detect the big price action in market for both bear /bull actions this smart volume action candles are used to determine the supply and demand areas prices in between main supply and demand lines indicate sideway market  up arrows will be shown when prices moves above the main supply and the secondary supply lines Down arrows will be shown when prices moves below the main demand and the secondary
Spartan Mr Beast
Luis Mariano Vazquez Marcos
El Asesor de Experto "Spartan Mr Beast" es una herramienta avanzada y robusta diseñada para traders que buscan capitalizar las oportunidades del mercado aprovechando los rechazos de precios. Este asesor se especializa en identificar y explotar los momentos en los que el mercado muestra una resistencia o soporte significativo, sugiriendo posibles reversiones o cambios de tendencia. Características Principales: Detección de Rechazos de Mercado : "Spartan Mr Beast" utiliza algoritmos de última gene
Fibonacci recontratar e extensão linha de desenho ferramenta Fibonacci recontratar e estender a ferramenta de desenho de linha para a plataforma MT4 é adequado para comerciantes que usam método de negociação de pontos e negociação de secções douradas Vantagens: Não há linha extra, não há linhagem muito longa, e é fácil observar e encontrar oportunidades de negociação Versão experimental: https://www.mql5.com/zh/market/product/35884 Principais funções: 1. Podem ser desenhados diretamente vári
O indicador Crypto_Forex "Auto FIBO Pro" é uma ótima ferramenta auxiliar na negociação! - O indicador calcula e coloca automaticamente no gráfico os níveis de Fibonacci e as linhas de tendência locais (cor vermelha). - Os níveis de Fibonacci indicam áreas-chave onde o preço pode reverter. - Os níveis mais importantes são 23,6%, 38,2%, 50% e 61,8%. - Pode utilizá-lo para scalping de reversão ou para negociação de grelha de zona. - Existem muitas oportunidades para melhorar o seu sistema atual u
Indicador Crypto_Forex "standard 3 Black Crows" para MT4. - O indicador "standard 3 Black Crows" é muito poderoso para a negociação de Price Action: sem repintura, sem atraso. - O indicador deteta padrões de baixa "3 Black Crows" no gráfico: sinal de seta vermelha no gráfico (ver imagens). - Com alertas para PC, telemóvel e e-mail. - O seu irmão, o indicador otimista "padrão dos 3 Soldados Brancos", também está disponível (segue o link abaixo). - O indicador "padrão dos 3 Corvos Negros" é exce
TWO PAIRS SQUARE HEDGE METER INDICATOR Try this brilliant 2 pairs square indicator It draws a square wave of the relation between your two inputs symbols when square wave indicates -1 then it is very great opportunity to SELL pair1 and BUY Pair2 when square wave indicates +1 then it is very great opportunity to BUY pair1 and SELL Pair2 the inputs are : 2 pairs of symbols         then index value : i use 20 for M30 charts ( you can try other values : 40/50 for M15 , : 30 for M30 , : 10 for H1 ,
PipFinite Exit EDGE
Karlo Wilson Vendiola
4.83 (115)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orders if
PinBar Hunter
Dmitrijs Ivanajevs
PinBar Hunter — Your reliable assistant for trading the Pin Bar pattern! High Accuracy Signals This indicator automatically identifies bullish and bearish pin bars, instantly displaying clear arrows on the chart for convenient entry into trades. Flexible Signal Filters Utilize built-in time and Moving Average (MA) filters to receive only the highest quality and most reliable trading signals. Convenient Information Panel All indicator settings and current statuses are always at han
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Reversal Pattern AI is a groundbreaking advancement in indicator development, combining artificial intelligence algorithms, multi-level market analysis, and classical technical analysis methods. It not only detects reversal patterns but also evaluates market inefficiencies, generating highly accurate trading signals.Thanks to its hybrid model, which utilizes price action analysis, volume, volatility, VWAP, and Volume AVG %, the indicator easily adapts to any market conditions. Reversal Pattern A
All Symbols   AND  All Time frames Scan                                                                                                                 Document Introduction   The ABCD is a basic harmonic pattern. The ABCD pattern is a visual, geometric chart pattern comprised of three consecutive price swings. It looks like a diagonal lightning bolt and can indicate an upcoming trading opportu
Noize Absorption Index MT4
Ekaterina Saltykova
5 (1)
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
An indicator of pattern #31 ("Long Island") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. The second gap is in the opposite direction. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) GapSize - minimum gap size in points ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in points   ShowLevels - show levels ColUp - color of an upward line ColDn - color of a
Atomic Analyst
Issam Kassas
5 (2)
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.
Classic Fractals indicator for MT4, with additional Trendlines connecting the latest couples of fractals ( fractals are showing highest high, and lowest low on each period) Rules for trendlines: -if new top fractal is below the last one = new resistance line -if new bot fractal is above the last one = new support line -Trendlines can be hidden -Fractals can be hidden Fractal Period = can be both even or uneven number, as it is setting for half (one side) of the bars sequence for findin
Fibo Bands
Igor Semyonov
5 (1)
Fibo Bands is an innovative indicator and an analyzer for trading in the current trend direction. The indicator builds a Fibonacci channel (bands), and consists of a trend line (middle line), channel bands, colored bars and reference information. After completion of the current bar, the trend line, the channel and the color of the bar are not redrawn. However, the channel width can be changed after a reset or restart of the indicator depending on volatility. The channel is built in accordance wi
Automatically plots Fibo levels, based on the High & Low prices from the specified time frame Multiple bars may be united: e.g. you can get a Fibo based on the 10-days Highs and Lows My   #1 Utility : 65+ features, including this indicator  |   Contact me  for any questions  |  MT5 version Helps to see potential reversal levels; Patterns formed at the Fibo levels tend to be stronger; Significantly reduces the time spent on manual  plotting ; Settings: Timeframe to calculate the base High & Low p
Indicador Crypto_Forex "Morning Star pattern" para MT4. - O indicador "Morning Star pattern" é um indicador muito poderoso para negociação de Price Action: sem repintura, sem atraso. - O indicador detecta padrões Morning Star otimistas no gráfico: sinal de seta azul no gráfico (veja as imagens). - Com alertas para PC, celular e e-mail. - Também seu irmão - o indicador bearish "Evening Star pattern" está disponível (siga o link abaixo). - O indicador "Morning Star pattern" é excelente para comb
Stratos Pali
Michela Russo
5 (1)
Stratos Pali Indicator   is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost! Dow
Automatic fibonacci with alerts 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 appear 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 d
The Funicular
Daniil Kurmyshev
The Funicular is a functional indicator knowing all the rules of the market and performing constructions more accurate and faster than any professional analyst.  The Funicular helps you see the exact points of the "entrance", and it draws trends with great accuracy determinig their strength and fluctuation time. The main difference from the others is that it builds lines that are independent of timeframe allowing you to perceive the chart as a whole. Simply put, you need The Funicular, because i
Market Trend Catcher indicator analyzes the duration of trend movements and, with a certain development of the current trend, offers market entry points in the form of arrows with recommended profit targets. The indicator is very easy to use and does not require a lot of information to understand how it works. It has a minimum of settings and is transparent in understanding the principle of its operation, fully displaying the information on the basis of which it makes decisions on recommending e
Daily Candle Predictor é um indicador que prevê o preço de fechamento de uma vela. O indicador destina-se principalmente ao uso em gráficos D1. Este indicador é adequado tanto para negociação forex tradicional quanto para negociação de opções binárias. O indicador pode ser usado como um sistema de negociação autônomo ou pode atuar como um complemento ao seu sistema de negociação existente. Este indicador analisa a vela atual, calculando certos fatores de força dentro do próprio corpo da vela, be
FiboRec
Alfred Kamal
This indicator depends on Fibonacci lines but there is a secret lines i used them, by using FiboRec indicator you will be able to know a lot of important information in the market such as: Features You can avoid entry during market turbulence. You can enter orders in general trend only. You will know if the trend is strong or weak. Signal Types and Frame used You can use this indicator just on H1 frame. Enter buy order in case Candle break out the square area and closed over it, at least 20 pi
FreqoMaster
Stanislav Korotky
The main idea of this indicator is rates analysis and prediction by Fourier transform. The indicator decomposes exchange rates into main harmonics and calculates their product in future. The indicator shows 2 price marks in history, depicting price range in the past, and 2 price marks in future with price movement forecast. Buy or sell decision and take profit size are displayed in a text label in the indicator window. The indicator uses another indicator as an engine for calculations - FreqoMet
Os compradores deste produto também adquirem
Dynamic Forex28 Navigator
Bernhard Schweigert
5 (5)
Dynamic Forex28 Navigator - A ferramenta de negociação Forex de última geração. ATUALMENTE 49% DE DESCONTO. Dynamic Forex28 Navigator é a evolução dos nossos indicadores populares de longa data, combinando o poder de três em um: Indicador Advanced Currency Strength28 (695 avaliações) + Advanced Currency IMPULSE com ALERTA (520 avaliações) + Sinais CS28 Combo (Bônus). Detalhes sobre o indicador https://www.mql5.com/en/blogs/post/758844 O que o Next-Generation Strength Indicator oferece?  Tudo
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
Actualmente 20% OFF ! A melhor solução para qualquer novato ou comerciante especializado! Este software de painel de instrumentos está a funcionar em 28 pares de moedas. É baseado em 2 dos nossos principais indicadores (Advanced Currency Strength 28 e Advanced Currency Impulse). Dá uma grande visão geral de todo o mercado Forex. Mostra valores avançados de força da moeda, velocidade de movimento da moeda e sinais para 28 pares de divisas em todos os (9) períodos de tempo. Imagine como a sua n
Scalper Inside PRO
Alexey Minkov
4.76 (63)
!SPECIAL SALE! An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability
Easy Breakout
Mohamed Hassan
5 (10)
After your purchase, feel free to contact me for more details on how to receive a bonus indicator called VFI, which pairs perfectly with Easy Breakout for enhanced confluence!   Easy Breakout is a powerful price action trading system built on one of the most popular and widely trusted strategies among traders: the Breakout strategy ! This indicator delivers crystal-clear Buy and Sell signals based on breakouts from key support and resistance zones. Unlike typical breakout indicators, it levera
Enigmera
Ivan Stefanov
5 (7)
ENIGMERA: O núcleo do mercado Importante: A demonstração do MQL5.com funciona no Strategy Tester e pode não refletir completamente a funcionalidade do Enigmera. Verifique a descrição, as capturas de tela e o vídeo para mais detalhes. Fique à vontade para me enviar uma mensagem com qualquer dúvida! O código do indicador foi completamente reescrito. A versão 3.0 adiciona novas funcionalidades e corrige erros acumulados desde o início do indicador. Introdução Este indicador e sistema de negociação
FX Volume
Daniel Stein
4.59 (34)
FX Volume: Vivencie o Verdadeiro Sentimento de Mercado sob a Perspectiva de um Corretor Visão Geral Rápida Quer aprimorar sua abordagem de trading? FX Volume fornece insights em tempo real sobre como traders de varejo e corretores estão posicionados—bem antes de relatórios atrasados como o COT. Seja para buscar ganhos consistentes ou simplesmente ter uma vantagem mais clara no mercado, FX Volume ajuda você a detectar grandes desequilíbrios, confirmar rompimentos e aperfeiçoar sua gestão de ris
Lux Trend
Mohamed Hassan
5 (3)
After purchase, please contact me to get your trading tips + more information for a great bonus!   Lux Trend is a professional strategy based on using Higher Highs and Lower Highs to identify and draw Trendline Breakouts! Lux Trend  utilizes two Moving Averages to confirm the overall trend direction before scanning the market for high-quality breakout opportunities, ensuring more accurate and reliable trade signals. This is a proven trading system used by real traders worldwide, demonstrating
TPSproTREND PrO
Roman Podpora
4.68 (25)
VERSION MT5        —        ИНСТРУКЦИЯ RUS           —        INSTRUCTIONS  ENG Principais funções: Sinais de entrada precisos SEM RENDERIZAÇÃO! Se aparecer um sinal, ele permanece relevante! Esta é uma diferença importante em relação aos indicadores de redesenho, que podem fornecer um sinal e depois alterá-lo, o que pode levar à perda de fundos depositados. Agora você pode entrar no mercado com maior probabilidade e precisão. Também existe a função de colorir as velas após o aparecimento da se
Golden Trend Indicator
Noha Mohamed Fathy Younes Badr
4.9 (10)
Golden Trend indicator  is The best indicator for predicting trend movement this indicator never lags and never repaints and never back paints    and give  arrow buy and sell    before the candle appear  and it will help you and  will make your trading decisions clearer its work on all currencies and  gold and crypto and all time frame This unique  indicator uses very secret algorithms to catch the  trends, so you can trade using this indicator and see the trend clear on charts  manual guide and
Algo Pumping MT4
Ihor Otkydach
5 (4)
PUMPING STATION – Sua estratégia pessoal “tudo incluído” Apresentamos o PUMPING STATION — um indicador revolucionário para Forex que vai transformar sua maneira de operar em uma experiência empolgante e eficaz. Este não é apenas um assistente, mas sim um sistema de trading completo com algoritmos poderosos que vão te ajudar a operar de forma mais estável. Ao adquirir este produto, você recebe GRATUITAMENTE: Arquivos de configuração exclusivos: para uma configuração automática e desempenho máximo
TPSpro RFI Levels
Roman Podpora
4.85 (27)
INSTRUÇÕES         Russo   -        ENG       R   ecomendado para uso com um indicador       -       TPSpro   TREND PRO -   Version MT5 Principais funções:: Exibindo zonas ativas para vendedores e compradores! O indicador mostra todos os níveis/zonas de impulso inicial corretos para compra e venda. Após a ativação desses níveis/zonas, onde a busca por pontos de entrada começa, os níveis mudam de cor e são preenchidos com tons específicos. Além disso, setas aparecem para uma compreensão mais intu
Volatility Trend System - um sistema de negociação que dá sinais para entradas. O sistema de volatilidade fornece sinais lineares e pontuais na direção da tendência, bem como sinais para sair dela, sem redesenho e atrasos. O indicador de tendência monitora a direção da tendência de médio prazo, mostra a direção e sua mudança. O indicador de sinal é baseado em mudanças na volatilidade e mostra entradas no mercado. O indicador está equipado com vários tipos de alertas. Pode ser aplicado a vários i
Gold Venamax MT4
Sergei Linskii
2 (1)
Gold Venamax   - este é o melhor indicador técnico de ações. O algoritmo do indicador analisa o movimento do preço de um ativo e reflete a volatilidade e as zonas de entrada potenciais. Recursos do indicador: Este é um super indicador com Magic e dois blocos de setas de tendência para uma negociação confortável e lucrativa. O botão vermelho para alternar blocos é exibido no gráfico. Magic é definido nas configurações do indicador, para que você possa instalar o indicador em dois gráficos exibin
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
[ MT5 Version ]  [ Kill Zones ]  [ SMT Divergences ] How to trade using Order Blocks:  Click here User Interface Performance:  During testing in the strategy tester, the UI may experience lag. Rest assured, this issue is specific to the testing environment and does not affect the indicator's performance in live trading. Elevate your trading strategy with the  Order Blocks ICT Multi TF  indicator, a cutting-edge tool designed to enhance your trading decisions through advanced order block analys
Tendência do ouro   - este é um bom indicador técnico de acções. O algoritmo do indicador analisa o movimento do preço de um ativo e reflecte a volatilidade e as potenciais zonas de entrada. Os melhores sinais do indicador: - Para VENDER = histograma vermelho + ponteiro SHORT vermelho + seta de sinal amarelo na mesma direção. - Para COMPRAR = histograma azul + ponteiro LONGO azul + seta de sinal aqua na mesma direção. Vantagens do indicador: 1. O indicador produz sinais com elevada precis
Uma implementação pessoal de blocos de pedidos, uma estratégia de negociação de posição simples, mas eficaz. O negociador deve entrar no mercado ou procurar negociações na direção do último bloco de ordem, se a faixa de preço não foi violada na direção oposta ao rompimento. Blocos abertos não são desenhados para maior clareza. [ Guia de instalação | Guia de atualização | Solução de problemas | FAQ | Todos os produtos ] Um bloco aberto de alta é a primeira barra de alta após uma nova baixa do me
ACTUALMENTE 31% DE DESCONTO!! A melhor solução para qualquer novato ou comerciante especializado! Este indicador é uma ferramenta comercial única, de alta qualidade e acessível, porque incorporámos uma série de características proprietárias e uma fórmula secreta. Com apenas UM gráfico, dá alertas para todos os 28 pares de moedas. Imagine como a sua negociação irá melhorar porque é capaz de identificar o ponto exacto de desencadeamento de uma nova tendência ou oportunidade de escalada! Constr
Linear Trend Predictor - Um indicador de tendência que combina pontos de entrada e linhas de apoio de direção. Funciona com base no princípio de quebrar o canal de preço alto/baixo. O algoritmo do indicador filtra o ruído do mercado, tem em conta a volatilidade e a dinâmica do mercado. Capacidades do indicador  Utilizando métodos de suavização, mostra a tendência do mercado e os pontos de entrada para abrir ordens de COMPRA ou VENDA.  Adequado para determinar os movimentos de mercado de curto
Best Currency Strength Indicator
Tumelo Patrick Rakotsoane
4.5 (46)
Advanced Currency Strength Indicator The Advanced Divergence Currency Strength Indicator. Not only it breaks down all 28 forex currency pairs and calculates the strength of individual currencies across all timeframes , but, You'll be analyzing the WHOLE forex market in 1 window (In just 1 minute) . This indicator is very powerful because it reveals the true movements of the market.  It is highly recommended to  analyze charts knowing the performance of individual currencies or the countries eco
Indicador para a construção manual de zonas de correcção com base na teoria de Gann. As zonas são determinadas por cálculos matemáticos utilizando coeficientes especiais para diferentes períodos de tempo, começando em M1 e terminando em D1. O indicador funciona com pares de moedas e metais, bem como com criptomoedas e até mesmo com ações Com este indicador, pode facilmente criar zonas de suporte para compras/vendas com base no ciclo de mercado e tomar decisões de negociação à medida que se apr
With this system you can spot high-probability trades in direction of strong trends. You can profit from stop hunt moves initiated by the smart money! Important Information How you can maximize the potential of the scanner, please read here: www.mql5.com/en/blogs/post/718109 Please read also the blog about the usage of the indicator: Professional Trading With Strong Momentum. With this system you have 3 reliable edges on your side: A strong trend (=high probability of continuation) A deep pull
O Wave Synchronizer é um indicador visual de análise de ondas. Combina sequências de movimentos de velas e cria ondas direcionais, produzindo movimentos sincronizados juntamente com o mercado. O início de cada onda começa com uma seta de sinalização, existindo também alertas. O indicador nunca redesenhará ou moverá as setas no histórico anterior. Aparecem setas de sinal no fecho da vela. Adapta-se para trabalhar com quaisquer instrumentos de negociação e prazos. Fácil de utilizar e configurar,
Cycle Sniper
Elmira Memish
4.39 (36)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
ACTUALMENTE COM 26% DE DESCONTO A melhor solução para qualquer novato ou comerciante especializado! Este Indicador é uma ferramenta comercial única, de alta qualidade e acessível, porque incorporámos uma série de características proprietárias e uma nova fórmula. Com apenas UM gráfico, pode ler a força da moeda para 28 pares de Forex! Imagine como a sua negociação irá melhorar porque é capaz de apontar o ponto exacto do gatilho de uma nova tendência ou oportunidade de escalada? Manual do util
Currency Strength Exotics
Bernhard Schweigert
4.87 (31)
ACTUALMENTE 20% DE DESCONTO ! A melhor solução para qualquer novato ou comerciante especializado! Este Indicador é especializado para mostrar a força da moeda para quaisquer símbolos como Pares Exóticos de Commodities, Índices ou Futuros. É o primeiro do seu género, qualquer símbolo pode ser adicionado à 9ª linha para mostrar a verdadeira força da moeda de Ouro, Prata, Petróleo, DAX, US30, MXN, TRY, CNH etc. Esta é uma ferramenta de negociação única, de alta qualidade e acessível, porque inco
O Indicador de Níveis de Negociação é um sistema de negociação concebido para determinar pontos de entrada, manter posições e direção de tendência. Inclui vários mecanismos a trabalhar num complexo, análise de onda da direção da tendência, análise de nível na construção de sinais, mostra possíveis alvos TP e SL. Capacidades de indicadores As setas de sinal aparecem na vela atual e não são recoloridas. Utiliza algoritmos especiais para procurar níveis a partir dos quais o preço salta. Funciona
Gaussian Channel MT4
Diego Arribas Lopez
5 (1)
MT5 Version Gaussian Channel MT4 Gaussian Channel MT4 is the first indicator in the market that uses Ehlers Gaussian Filter methods to define trends. Nowadays, this Gaussian Channel is highly known as a method to support HOLD techniques in crypto. If the price is above the channel the trend is strong, if it comes back to the channel this can react as a resistance and indicate the beginning of a bear market (or Winter) if the price breaks below it. Eventhough the use of this channel focuses on h
Blahtech Supply Demand
Blahtech Limited
4.58 (36)
Was: $299  Now: $149   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
Mais do autor
MAi
Vasja Vrunc
Professional 0 Lag Moving Averages Indicator MAi Indicator is a complete of moving averages with no lag . With MAi you can finally trade in real time with no lag, so your trading becomes more precise, realistic and more effectively. Please see included averages and the combinations with “Hull” equation below in code section. MAi indicator can run many instances , for all time frames at once, so you can test and compare results with different settings . It is very fast and has like all our indica
MAtsi
Vasja Vrunc
Professional 0 Lag MAs Trend Sensor Indicator MAtsi is a trend sensor indicator , where 2 MA-s operates simultaneously . It is designed to cover a wider range of dynamic trends, where MAi is not so effective. Included averages are described in MAi indicator code section. MAtsi indicator can run many instances, for all time frames at once, so you can test and compare results with different settings. It is very fast and has, like all our indicators, a built-in " slider history testing " technolog
TCD
Vasja Vrunc
Professional Trend Convergence/Divergence Indicator TCD indicator is based on the Convergence/Divergence of Trend and shows you " up trend " (when trend grows) and " down trend " (when trend is falling). In the middle is an adjustable "stop area" on which you cannot trade. Briefly, the TCD shows you when to start or stop buy/sell . TCD indicator can run many instances, for all time frames and includes all 0 lag MAs . (Please see  MAi indicator code section) With TCD your trading becomes more pre
Ti
Vasja Vrunc
Professional Trend Indicator Ti indicator is based on its own oscillator and shows you trend changes . Indicator includes adjustable Polynomial and MAs channels , Trend lines and Oscillator filter with whom you can adjust the spread of indicator. You can run many instances, for all time frames at once, is very fast and has a built-in " slider history testing " technology and “ Error control ”. Program operates in 2 automatic modes: 1. Slider mode Turns on when attaching the indicator to the Cha
PointerX
Vasja Vrunc
PointerX is based on its own oscillator and built-in indicators (Pulser, MAi, Matsi, TCD, Ti, Pi) and operates independently. With PointerX you can create your own strategies . Theoretically all indicator based strategies are possible, but not martingale, arbitrage, grid, neural networks or news. PointerX includes 2 Indicator Sets All Indicator controls Adjustable Oscillator Take Profit controls Stop Loss controls Trades controls Margin controls Timer controls and some other useful operations. T
Pulser
Vasja Vrunc
Professional OB/OS Oscillator Is the digital momentum indicator , based on our ob/os formula and algorithm of digital output signal . It shows you when price goes on OverBought/OverSold position and also OverBought/OverSold of Trend . In the middle is an adjustable " Stop_level ". Above and below this area you should not trade . Precise; above Stop_level - stop going long , below Stop_level - stop going short . Min/Max indicator values are +-100%, but the scale is +-110% just for “easy look”. Th
SnR
Vasja Vrunc
Professional Support&Resistance Indicator. This indicator is primarily intended for professional use by brokers. There are countless options to choose from and it is one of the best tools in the stock market today. The indicator is optimized for use with EAs. For programmers to retrieve output index value is for MQL4; (EXAMPLE) bool buySNR=false,sellSNR=false; char count=100; char limit=1; char dist=3; for(short cnt=0;cnt<=count;cnt++) {    double    snr_middle=iCustom(NULL,TF_,"::Indicators\\SN
Filtro:
Sem comentários
Responder ao comentário
Versão 2.8 2020.05.30
1. compiled with the new compiler
2. faster performance
Versão 2.7 2020.03.23
1. resolved compatibility issues
2. faster performance
Versão 2.6 2017.04.06
1. Improvements in Tooltips/Names details
2. Now you can use the "Slider" in "Visual Tester" Mode
- while testing EA, you can run the indicator and easily adjust input parameters for critical points
- <Esc> key to exit "Slider" mode
Versão 2.5 2017.02.09
1. Error correction: "Changing timeframes in Indicator Visualization Tab".
Versão 2.4 2017.01.17
Program speed improvements ...