RedeeCash AROON

Version History

Date Version Changes
07/08/2022 1.00 Initial Release

Description

The Aroon indicator is a technical indicator that is used to identify trend changes in the price of an asset, as well as the strength of that trend. In essence, the indicator measures the time between highs and the time between lows over a time period. The idea is that strong uptrends will regularly see new highs, and strong downtrends will regularly see new lows. The indicator signals when this is happening, and when it isn't.

The RedeeCash AROON technical indicator adds global variables for the current strength of the UP TREND and DOWN TREND as well as the slope of the UP TREND and DOWN TREND AROON indicator lines.

Code Sample

To invoke this indicator from an EA or script, call the iCustom metatrader function,

iCustom(Symbol(),PERIOD_D1,"Market/RedeeCash AROON",25,1,0);

string AroonUpTrendVarName = StringConcatenate(Symbol(),"_aroon_UP");
string AroonDownTrendVarName = StringConcatenate(Symbol(),"_arron_DN");
string AroonUpTrendSlopeVarName = StringConcatenate(Symbol(),"_aroon_UPSlope");
string AroonDownTrendSlopeVarName = StringConcatenate(Symbol(),"_arron_DNSlope");

double upAroon = GlobalVariableGet(AroonUpTrendVarName);
double dnAroon = GlobalVariableGet(AroonDownTrendVarName);
double upSlope = GlobalVariableGet(AroonUpTrendSlopeVarName);
double dnSlope = GlobalVariableGet(AroonDownTrendSlopeVarName);

double maShort = iMA(Symbol(),PERIOD_D1,50,0,MODE_SMA,PRICE_CLOSE,0);
double maLong  = iMA(Symbol(),PERIOD_D1,200,0,MODE_SMA,PRICE_CLOSE,0);             

if (upAroon > dnAroon && upAroon < 70 && maShort > maLong && upSlope > 0) {
  OrderSend(Symbol(),OP_BUY,0.01,Ask,0,0,0);
} else if (upAroon < dnAroon && dnAroon < 70 && maShort < maLong && dnSlope > 0) {
  OrderSend(Symbol(),OP_SELL,0.01,Bid,0,0,0);
}

Usage

When the Moving Averages crosses indicate a DOWN trend, use the RedeeCash AROON indicator to confirm the entry point when the AROON DOWN TREAND value is greater than the AROON UP TREND value, while the AROON DOWN TREND value is less than 70 and the AROON DOWN TREND slop is positive (non-zero).


Produtos recomendados
KFX Symbol Changer
Peter Kariuki Thande
4 (1)
KFX SMA: Symbol Changer + Moving Average (3x) + ATR + RSI + Candle Timer. This indicator allows you to create a Symbol list and change between symbols of the current chart or Timeframe by selecting the appropriate button. On Chart there are three(3) multi timeframe Moving Averages shown (selected by you), ATR Value MTF ( selected by you -  helps with setting SL and TP), RSI Value MTF (selected by you) and a Candle Timer.   Features: - Symbol Changer : Change Symbol and Timeframe of Chart.   (s
FREE
Versão MT4: https://www.mql5.com/en/market/product/157679 Versão MT5: https://www.mql5.com/en/market/product/157680 Suporte e Resistência — Níveis Inteligentes de Estrutura de Mercado Um indicador de Suporte e Resistência limpo, inteligente e altamente fiável, desenvolvido para traders profissionais e sistemas automatizados. O indicador Suporte e Resistência foi concebido para detetar níveis reais de mercado utilizando um algoritmo de agrupamento avançado que combina Fractais, segmentação de
FREE
Peak Trough Analysis is the great tool to detect peaks and troughs in your chart. Peak Trough Analysis tool can use three different peaks and troughs detection algorithm. The three algorithm include the orignal Fractals Indicator by Bill Williams, the Modified Fractals indicator and ZigZag indicator. You can use this peak and trough analysis tool to detect the price pattern made up from Equilibrium Fractal-Wave process. For further usage, there are good guide line on how to use this peak trough
FREE
Newlevel
Sergey Nanov
Indicator. Zones of support and resistance levels The most reliable tool in the hands of any technical analyst is support and resistance levels.It is these levels that magically work in the market, because the price then bounces off them, on the contrary, gaining maximum acceleration, punching them and striving for a new price point.However, in practice, many beginners face enormous difficulties in building them.This is due to the fact that the price may react quite differently to them, and ofte
FREE
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This DEMO only works with AUDNZD, the full product can be found at https://www.mql5.com/en/market/product/26328 How does it work? The indicator
FREE
pivot points using by many traders and pivot levels most of the times are very helpfull . this indicator is a custom with internal parameters. it can show two times pivot (weekly and daily). you can choose periods total for each time showing pivots.( 1 week , 2 week ,...1day , 2day ,...) when use weekly and daily pivots , it can show you many support and resistance zones. if have proposal comment too me for upgrading indicator.
FREE
UPD1 Fibo Levels
Vitaliy Kuznetsov
5 (3)
O indicador analisa o número especificado de velas e traça os níveis de Fibonacci com base no máximo-mínimo. Como os níveis estão se reorganizando, estamos interessados ​​no lado direito da faixa. Os ímãs de preço aos níveis e reagem ao toque. Use esta ferramenta para encontrar um ponto de entrada de tendência após uma correção. Se à esquerda vemos que os níveis aumentaram perfeitamente, podemos supor que encontramos o fim do movimento no ponto extremo. Todas as linhas são desenhadas por meio de
FREE
Está pronto para se tornar o Sherlock Holmes das negociações forex? ️‍️ Apresentamos a ferramenta definitiva para trading: o indicador Lisek Levels and Channels !!! Esqueça malabarismos com vários indicadores como num número de circo. Empacotamos tudo o que você precisa em um espetáculo incrível: * Níveis de preço? Confirmado! * Canais de preço? Pode apostar! * VWAP de preço? Oh sim! * Volume On Balance? Está tudo aqui! E a cereja do bolo? Alarmes e notificações push que o acorda
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day pi
FREE
Colored indicator of the linear channel based on the Fibonacci sequence. It is used for making trading decisions and analyzing market sentiment. The channel boundaries represent strong support/resistance levels, as they are the Fibonacci proportion levels. Users can select the number of displayed lines of channel boundaries on the chart by means of the input parameters. Attaching multiple instances of the indicator to the chart with different calculation periods leads to displaying a system of c
UPD1 Pivot Levels
Vitaliy Kuznetsov
5 (2)
O indicador mostra no gráfico os níveis de pivô clássicos calculados com base no dia anterior. Você pode escolher em qual hora calcular a fórmula. Negociando em níveis de reversão em um plano. Em um mercado de tendências, use-os como um alvo. Combine com suas estratégias para uma negociação de sucesso. Os níveis são construídos usando buffers e exibidos em todo o histórico de cotações disponíveis. Parâmetros de entrada. Start Hour - a partir de que horas o dia começa. 00 - padrão. Show Mid Pi
FREE
.................................if you need pivot point s levels............................... ............................this is a daily pivot point level creator........................... ...it is for daily pivots and show levels at times period H4 , H1 , M30 , M15 ,M 5... .................................also shows levels for 3 last days.............................. ................can use it with other indicators and see important levels...............
FREE
SRP (Strong Retracement/Reversal Points) is a powerful and unique support and resistance indicator. It displays the closest important levels which we expect the price retracement/reversal! If all level are broken from one side, it recalculates and draws new support and resistance levels, so the levels might be valid for several days depending on the market! Key Features You can use it in all time-frames smaller than daily! Displays closest significant support and resistance levels Update the le
FREE
SR indicator
Alexander Chertnik
5 (2)
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Grapic ByArrowTrend Pro
Truong Cong Truc
1 (1)
Indicator support for only: Entry Point to Trend Pro Link indicator  support   :   https://www.mql5.com/en/market/product/70867 Supports all currency pairs declared in the definition. Help investors do not need to open many charts. Notice the DEAL:  multiple time frames confluence   M15, H1, H4. Entry Point to Trend Pro The indicator helps investors to identify the earliest and perfect reversal point. Easy to make decision to trade with the trend   Price action trading. support resistance an
FREE
Double Price Channel   Indicador de canal de preço para um determinado número de barras especificadas nas configurações. As linhas indicadoras representam o suporte dinâmico ou os níveis de resistência. O limite superior é o preço máximo para um determinado número de períodos, o inferior é o mínimo. Ao contrário das médias móveis, que são baseadas em preços de fechamento, o indicador não é “distraído” por pequenas flutuações. Ele será recalculado apenas se os limites mudarem. Se isso acontecer,
FREE
.....................................hi....................... ................for showing high s and low s and support and resistanses .....................we have a lot of ways............................... it can be helpful for finding trends , higher highs , higher lows , lower highs , lower lows .......................today i write on of thems.......................... ........................you can enter the number of last support and resistanses .........................and it will dra
FREE
MQLTA Support Resistance Lines
MQL4 Trading Automation
4.27 (11)
MQLTA Support Resistance Lines is an indicator that calculates the historical levels of Support and Resistance and display them as Lines on chart. It will also Alert you if the price is in a Safe or Dangerous zone to trade and show you the distance to the next level. The indicator is ideal to be used in other Expert Advisor through the iCustom function. This indicator can be tested LIVE on AUDNZD with the following DEMO https://www.mql5.com/en/market/product/26572 How does it work? The indicato
FREE
Awesome Pivot Indicator
Komang Putra Riswanjaya
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
The SFT Fibo Smart Pivot indicator is a powerful trading tool based on the Fibonacci Golden Ratio, designed to identify key support and resistance levels in the forex market. This indicator has the ability to pinpoint significant price levels that can serve as entry and exit points for trades. It enables traders to analyze the market more effectively and make well-informed decisions. The indicator uses the Fibonacci Golden Ratio to accurately determine support and resistance levels. These levels
FREE
MP Demark Pivot Levels
Pierre Ksachikian
4 (1)
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
FREE
SR levels true mql4
Egidijus Bikulcius
5 (1)
Indicator SR levels true in small time frames is very useful for scalping while in bigger ones it is good for day or position trading. SR levels true can draw 4 support/resistance levels based on defined maximum rebouds from price level. Indicator scans  defined number of bars in time axis and defined number of pips in price axis (both sides - up and down) and calculates how much times price was rejected from scanned price levels. At the price levels where maximum rebounds are counted, support
FREE
!!! Em [CodeBase] publiquei o código do indicador Mql4. Baixe o código gratuitamente !!! (Você deve adaptar o código ao atualizar o terminal). Este indicador é uma ferramenta do trader. Mostra o movimento da estocástica em todos os períodos e símbolos: М1, М5, М15, М30, Н1, Н4 a cada minuto (a escala de tempo do atual até -240 minutos, ou seja, as últimas 4 horas). Step_Stoch supera a desvantagem dos indicadores estocásticos - lagging. Por exemplo, um aumento após uma queda em H1 (ou M30) depo
FREE
The Icarus Reversals(TM) FREE Indicator is a powerful tool to identify high-probability reversal points, across all instruments.  The Reversals Indicator provides traders and investors with a simple-to-use and highly dynamic insight into points of likely price-action reversals.  Generated by a unique proprietary code-set, the Reversals Indicator (FREE version) generates long and short trade signals, which can be customised for key inputs and colourisation. Settings of the Icarus Reversals FREE h
FREE
PointsVsBars
Stanislav Korotky
This indicator provides a statistical analysis of price changes (in points) versus time delta (in bars). It calculates a matrix of full statistics about price changes during different time periods, and displays either distribution of returns in points for requested bar delta, or distribution of time deltas in bars for requested return. Please, note, that the indicator values are always a number of times corresponding price change vs bar delta occurred in history. Parameters: HistoryDepth - numbe
FREE
Raymond Cloudy Day Indicator for MT4 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 4 (MT4). 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
Pivot SR
Wartono
4.67 (3)
It identifies the pivot, support, and resistance price levels of the selected timeframe and then draws lines onto the chart. FEATURES: Option to specify the Timeframe Period in the PivotSR calculation. Option to display the PivotSR of the last candle, of every candle, or of the current candle. Options for displaying labels, line thickness, and line color. PivotSR can be interpreted as reversal levels or past price reactions that can be used as the basis for current price analysis. Some traders b
FREE
Rainbow Price Visualizer v1.21 See where the market really breathes. Turns your MT4 chart into an ultra-precise heatmap that highlights price zones favored by big players. Why it matters 300 price levels at 0.2‑pip resolution — microscopic detail. 8 visual themes (Rainbow, Fire, Ocean…) for instant readibility. Smart opacity: low noise fades, real zones pop. Lightweight rendering with automatic cleanup. Fully customizable: saturation, opacity, resolution, history depth. Bands project into the f
Indicator Support and Resistence plain in your chart seven lines; Red line=Resistence 3. Red line=Resistence 2. Red line=Resistence 1. Yellow line= Pivot. Green line= Support 1. Green line= Support 2. Green line= Support 3. adattable in all timeframe (minute 1, minute   5, minute   15, minute   30, Hour 1, Hour 4,Day 1,Week 1,Mounth 1); Buy under support and sell over the resistence;
This indicator applies a dark theme to MetaTrader 4 charts. Designed for readability, it uses a calm color scheme to help reduce eye strain during long chart sessions. You can optionally apply the theme to all open charts at once. After applying, the indicator can also remove itself automatically, so nothing unnecessary remains on your chart. Who this indicator is for Traders who want to quickly tidy up the look of MT4 Traders who find bright charts uncomfortable Traders who want to reduce eye
FREE
Os compradores deste produto também adquirem
Gann Made Easy
Oleg Rodin
4.83 (155)
Gann Made Easy é um sistema de negociação Forex profissional e fácil de usar, baseado nos melhores princípios de negociação usando a teoria do sr. W. D. Gann. O indicador fornece sinais precisos de COMPRA e VENDA, incluindo níveis de Stop Loss e Take Profit. Você pode negociar mesmo em movimento usando notificações PUSH. ENTRE EM CONTATO COMIGO APÓS A COMPRA PARA RECEBER DICAS DE NEGOCIAÇÃO, BÔNUS E O ASSISTENTE EA "GANN MADE EASY" GRATUITAMENTE! Provavelmente você já ouviu muitas vezes sobre os
Scalper Inside PRO
Alexey Minkov
4.74 (69)
An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitability. Scalper Inside
Game Changer Indicator
Vasiliy Strukov
4.43 (21)
Game Changer es un indicador de tendencia revolucionario, diseñado para usarse en cualquier instrumento financiero y transformar su MetaTrader en un potente analizador de tendencias. Funciona en cualquier marco temporal y facilita la identificación de tendencias, señala posibles reversiones, actúa como mecanismo de trailing stop y proporciona alertas en tiempo real para una respuesta rápida del mercado. Tanto si es un profesional experimentado como si es un principiante que busca una ventaja com
GOLD Impulse with Alert
Bernhard Schweigert
4.64 (11)
Este indicador é uma super combinação dos nossos 2 produtos Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Funciona para todos os períodos de tempo e mostra graficamente impulso de força ou fraqueza para as 8 principais moedas mais um Símbolo! Este Indicador é especializado para mostrar a aceleração da força da moeda para quaisquer símbolos como Ouro, Pares Exóticos, Commodities, Índices ou Futuros. É o primeiro do seu género, qualquer símbolo pode ser adicionado à 9ª
Indicador Miraculous – Ferramenta 100% Não Repintável para Forex e Opções Binárias Baseada no Quadrado de Nove de Gann Este vídeo apresenta o Indicador Miraculous , uma ferramenta de negociação altamente precisa e poderosa, desenvolvida especificamente para traders de Forex e Opções Binárias . O que torna este indicador único é a sua base no lendário Quadrado de Nove de Gann e na Lei da Vibração de Gann , tornando-o uma das ferramentas de previsão mais precisas disponíveis na negociação moderna.
RFI levels PRO
Roman Podpora
5 (1)
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 MT5     -     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
M1 Sniper
Oleg Rodin
5 (19)
O M1 SNIPER é um sistema indicador de negociação fácil de usar. É um indicador de seta projetado para o período M1. O indicador pode ser usado como um sistema independente para scalping no período M1 e pode ser usado como parte do seu sistema de negociação existente. Embora este sistema de negociação tenha sido projetado especificamente para negociação no M1, ele também pode ser usado em outros períodos. Originalmente, desenvolvi este método para negociar XAUUSD e BTCUSD. Mas considero-o útil ta
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
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
Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
Currency Strength Wizard é um indicador muito poderoso que fornece uma solução completa para uma negociação bem-sucedida. O indicador calcula o poder deste ou daquele par forex usando os dados de todas as moedas em vários intervalos de tempo. Esses dados são representados em uma forma de índice de moeda fácil de usar e linhas de energia de moeda que você pode usar para ver o poder desta ou daquela moeda. Tudo o que você precisa é anexar o indicador ao gráfico que deseja negociar e o indicador mo
Trend Lines PRO
Roman Podpora
5 (1)
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 MT 5      -      Revela seu potencial máximo quando emparelhada co
Actualmente 40% 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
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
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
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
Gold Scalper Super
Aleksandr Makarov
5 (2)
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
Smart Sweep Sniper MT4
Vincent Georges David Ferrier
# Smart Sweep Sniper MT4 Version MT4 Midnight Pro Edition , specialized for scalping and day trading in Prop Firm, Available here MT5 Version available here ## The Institutional Edge — Detect Where Smart Money Acts, Enter When It Matters If you like it, leave a positive review to support its development. If you encounter a bug, let us know before posting a review. When you complete your challenge, share your certificate in the comments. Happy trading! Smart Sweep Sniper is a precision-engine
Looking for a powerful yet lightweight swing detector that accurately identifies market structure turning points? Want clear, reliable buy and sell signals that work across any timeframe and any instrument? Buy Sell Arrow MT Swing is built exactly for that — precision swing detection made simple and effective. This indicator identifies Higher Highs (HH) , Higher Lows (HL) , Lower Highs (LH) , and Lower Lows (LL) with remarkable clarity. It is designed to help traders easily visualize market stru
FX Volume
Daniel Stein
4.63 (38)
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
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calcul
O sistema PRO Renko é um sistema de negociação altamente preciso especialmente concebido para a negociação de gráficos RENKO. Trata-se de um sistema universal que pode ser aplicado a vários instrumentos de negociação. O sistema neutraliza eficazmente o chamado ruído de mercado, dando-lhe acesso a sinais de inversão precisos. O indicador é muito fácil de usar e tem apenas um parâmetro responsável pela geração de sinal. Você pode facilmente adaptar a ferramenta a qualquer instrumento de negocia
Atomic Analyst
Issam Kassas
5 (3)
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.
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Pips Stalker
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. RECURSOS DA SETA PIPS STALKER : PAINEL DE ESTATÍSTICAS Um painel de informações único que mostra a % geral de taxa de vitória e estatísticas úteis como o máximo de vitórias e derrotas em trocas seg
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
FX Power MT4 NG
Daniel Stein
4.95 (21)
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
Step into the world of Forex trading with confidence, clarity, and precision using   Gold Indicator   a next-generation tool engineered to take your trading performance to the next level. Whether you’re a seasoned professional or just beginning your journey in the currency markets, Gold Indicator equips you with powerful insights and help you trade smarter, not harder. Built on the proven synergy of three advanced indicators, Gold Indicator focuses exclusively on medium and long-term trends eli
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
Atualmente com 40% de desconto! A melhor solução para qualquer Trader Novato ou especialista! Este indicador é uma ferramenta de negociação exclusiva, de alta qualidade e acessível porque incorporamos uma série de recursos proprietários e uma nova fórmula. Com esta atualização, você poderá mostrar fusos horários duplos. Você não só será capaz de mostrar um TF mais alto, mas também mostrar ambos, o TF do gráfico, MAIS o TF mais alto: MOSTRANDO ZONAS ANINHADAS. Todos os traders de Oferta e Demanda
Introduction Harmonic Patterns are best used to predict potential turning point. Traditionally, Harmonic Pattern was identified manually connecting peaks and troughs points in the chart. Manual harmonic pattern detection is painfully tedious and not suitable for everyone. You are often exposed under subjective pattern identification with manual pattern detection. To avoid these limitations, Harmonic Pattern Plus was designed to automate your harmonic pattern detection process. The functionality
CRT Multi-Timeframe Market Structure & Liquidity Sweep Indicator Non-Repainting | Multi-Asset | MT5 Version Available MT5 Version:   https://www.mql5.com/en/market/product/162075 Full User Guide — explains what each feature does and why:   https://www.mql5.com/en/blogs/post/767525 Quick Start User Guide  — explains how to configure and in what order:  https://www.mql5.com/en/blogs/post/767540 Indicator Overview CRT Ghost Candle HTF Fractal is a complete institutional-grade market structure too
Trend indicator AI
Ramil Minniakhmetov
4.53 (83)
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
Mais do autor
Version History : Date Version Changes 6/20/2022 1.00 Initial release 6/21/2022  1.10 Add global variables for Minimum (SYMBOL_volume_min) and Maximum (SYMBOL_volume_max) History Volumes  Description : RedeeCash Volumes Indicator is the Volumes indicator that you have come to trust for market entry and exit with the added benefit of exposing key metrics as global variables. Including global variables in an indicator permits easier interaction with expert advisors (EA) and scripts. When attaching
FREE
RedeeCash Multime XMA
Patrick Odonnell Ingle
Cruzando as médias móveis em vários prazos. Enquanto uma estratégia de tendência tradicional seria escolher um período de tempo como o Diário para estimar a tendência, este consultor especialista abrirá uma negociação na direção da tendência quando TODOS os prazos de 5M a Mensal mostrarem a mesma tendência.       SINGLE_CURRENCY = true, permite operações em uma única moeda, quando desabilitada (FALSE), negociará as moedas selecionadas na janela de observação do mercado no metatrader.       C
FREE
RedeeCash Interest
Patrick Odonnell Ingle
Este Expert Advisor (EA) é como uma conta poupança de alto rendimento porque uma negociação ocorrerá em pares de moedas que pagam (ganham) juros durante a noite. As posições de entrada e saída são baseadas no período de lookback, preços mais baixos/mais altos e mais altos/mais baixos para ordens de compra e venda, respectivamente. Entradas comuns, SINGLE_CURRENCY = true, permite operações em uma única moeda, quando desabilitada (FALSE), negociará as moedas selecionadas na janela de observação
FREE
RedeeCash WilliamsX50
Patrick Odonnell Ingle
Com base na estratégia identificada em https://tradingstrategyguides.com/williams-percent-range-strategy/, mas automatizada para oferecer suporte a várias moedas de uma única instância de consultor especialista. Também usa os cruzamentos lentos e rápidos da SMA para determinar a direção da tendência. A base para a estratégia externa é abrir uma negociação de COMPRA quando Williams %R cruzar o -50 em uma tendência de alta e abrir uma negociação de VENDA na tendência de baixa. Você tem controle
FREE
RedeeCash TimeZones
Patrick Odonnell Ingle
Este indicador mostrará os pregões ativos e inativos, bem como definirá variáveis globais como se o pregão está ativo (1) ou inativo (0). Usando a função de biblioteca iCustom, você pode invocar este indicador de um Expert Advisor ou Script, da seguinte forma: // Invocar indicador personalizado iCustom ( Symbol (), PERIOD_D1 , "Market/RedeeCash_TimeZone" , 0 , 0 ,Blue,Red); // obter os valores das variáveis globais double NewYorkSessionIsActive = GlobalVariableGet ( "TZ-NewYork" ); double London
FREE
As Oportunidades de Arbitragem Triangular RedeeCash mostram as tríades de moedas disponíveis e a configuração de cada posição de negociação de moeda como uma variável global, no formato de AAA/BBB, CCC/AAA, CCC/BBB: AAA/BBB -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/AAA -1|0|1 AAA/BBB, CCC/AAA, CCC/BBB: CCC/BBB -1|0|1 onde o valor é a direção de negociação de OP_BUY ou OP_SELL. Se a direção da negociação indicar -1, nenhuma negociação deve ocorrer para esse par de moedas. A negociação de Arbitr
FREE
RedeeCash Statistics
Patrick Odonnell Ingle
1 (1)
Version History Date Version Changes 07/10/2022 1.00 Initial release Description A collection of modern statistical functions that can be integrated into your own strategy. The included functions are, Mean Median Range Skew Max Min IRange Deviations AbsoluteDeviations MAD StandardDeviation Variance GetCorrelation SamplingDistributionStandardDeviation ZScore CorrelationCoefficient CoVariance Beta Confidence SNormInv PercentOfValue ValueOfPercent MQL Header (mqh) The required header is //+--------
FREE
Taxa de variação Com base na fórmula, ROC = (Close[n] - Close[n-lookback]) / Close[n-lookback] * 100 para plotar a taxa de variação de uma ação de preço de par de moedas durante um período de retrospectiva e fornece duas variáveis globais, SYMBOL_ROC e SYMBOL_ROC_LOOKBACK, que representam o último valor da taxa de variação e a taxa de variação no período de retrospectiva anterior. Chamando o indicador usando a função iCustom, iCustom ( "Market/RedeeCash_Rate_of_Change.ex4" , Symbol (), 5 , 0 ,
FREE
RedeeCash RSI
Patrick Odonnell Ingle
Version History Date Version Changes 07/09/2022 1.10 Initial released Description The RedeeCash RSI is your typical RSI indicator with the three latest RSI calculations exposed as global variables for easier integration with scripts and expert advisors. Code Sample To invoke this indicator from an EA or script, call the iCustom metatrader function, iCustom ( Symbol (), PERIOD_CURRENT , "Market/RedeeCash RSI" , 14 , 1 , 0 ); string RSIVarName = StringConcatenate ( Symbol (), "_rsi" ); string RSIP
FREE
RedeeCash 4XLOTS
Patrick Odonnell Ingle
A biblioteca RedeeCash 4XLOTS é uma biblioteca de gerenciamento de risco localizada baseada no algoritmo 4xlots.com WEB API. Este algoritmo de gerenciamento de risco não depende da moeda como a equação do tamanho do lote rápido de,       lotes = AccountEquity / 10.000 que é para cada $ 100 de patrimônio da conta terá 0,01 lote. A biblioteca RedeeCash 4XLOTS usa um algoritmo mais detalhado e aprimorado desenvolvido pela primeira vez em 2011 como cálculo manual. RedeeCash 4XLOTS tem uma única
Filtro:
Sem comentários
Responder ao comentário