Platinum Candle Indicator

4.8
This indicator shows colored candles when price are strongly distorted in relation to their averages.

A good time for buy can be seen after the closing of a silver candle. The pattern becomes more reliable if the purchase is opened when the price of the candle after the silver candle is above the maximum price of the silver candle.

A good time for sell can be seen after the closing of a pink candle. The pattern becomes more reliable if the sale is opened when the price of the candle after the pink candle is below the minimum price of the pink candle.


Buffers:

You can develop an expert and use the buffer number 5 for buy signal.

You can develop an expert and use the buffer number 6 for sell signal.


QUESTIONS ABOUT THE PURCHASE AND INSTALLATION OF PRODUCTS AT META TRADER

You can also find some instructions on how to buy and install a robot in the Meta Trader store at these links:

https://www.youtube.com/watch?v=M1lD90g9Rjg&list=PLltlMLQ7OLeKI8pl71L4W_WTwQVs3XC7g

https://www.mql5.com/en/articles/498


If you need some support to setup your environment, send an e-mail to  "renanlimamql@gmail.com".


//+------------------------------------------------------------------+

//|                                        PlatinumCandleExample.mq5 |

//+------------------------------------------------------------------+

#property version     "1.00"

#property description "This experts shows how to use Platinum Indicator buffers."

#property description " "

#property description "Esse experts mostra como usar os buffers do Platinum Indicator."

#resource             "\\Indicators\\PlatinumCandleIndicator_v1_2\\PlatinumCandle.ex5"


int                   platinumIndicatorHandler;

double                platinumIndicatorBufferBuy[];

double                platinumIndicatorBufferSell[];


MqlRates              ratesBuffer[];


input int             iptLevel=30; //Minimal value for distortions filter


//+------------------------------------------------------------------+

int OnInit()

  {

   ArraySetAsSeries(platinumIndicatorBufferBuy,true);

   ArraySetAsSeries(platinumIndicatorBufferSell,true);

   ArraySetAsSeries(ratesBuffer,true);


   platinumIndicatorHandler = iCustom(_Symbol,_Period,"\\Indicators\\PlatinumCandleIndicator_v1_2\\PlatinumCandle",iptLevel);

   if(platinumIndicatorHandler==INVALID_HANDLE)

      return INIT_FAILED;


   return(INIT_SUCCEEDED);

  }

//+------------------------------------------------------------------+

void OnTick()

  {

   if(!hasNewBar())

      return;


   if(CopyBuffer(platinumIndicatorHandler,5,0,2,platinumIndicatorBufferBuy)<2)

     {

      Print("Fail copying data for [Platinum Indicator Buy Buffer]");

      return;

     }


   if(CopyBuffer(platinumIndicatorHandler,6,0,2,platinumIndicatorBufferSell)<2)

     {

      Print("Fail copying data for [Platinum Indicator Sell Buffer]");

      return;

     }


   if(CopyRates(_Symbol,_Period,0,2,ratesBuffer)<2)

     {

      Print("Fail copying data for [Rates Buffer]");

      return;

     }


   if(ratesBuffer[1].close==platinumIndicatorBufferBuy[1])

     {

      Print("Add your logic to buy or send alert/notification");

      return;

     }


   if(ratesBuffer[1].close==platinumIndicatorBufferSell[1])

     {

      Print("Add your logic to sell or send alert/notification");

      return;

     }

  }

//+------------------------------------------------------------------+

bool hasNewBar()

  {

   int currentNrOfBars = Bars(_Symbol,_Period);

   if(currentNrOfBars>lastNrOfBars)

     {

      lastNrOfBars=currentNrOfBars;

      return true;

     }

   return false;

  }

//+------------------------------------------------------------------+


Avis 7
Michael Taganna
28
Michael Taganna 2022.09.28 17:02 
 

Nice

KATTY2010
196
KATTY2010 2022.07.10 23:11 
 

muy util

alepozo
44
alepozo 2022.06.15 16:51 
 

Si funciona perfecto, debe estar acorde a tu estrategia. Gracias.

Produits recommandés
Description générale Cet indicateur est une version améliorée du Canal Donchian classique, enrichie de fonctionnalités pratiques pour le trading réel. En plus des trois lignes standard (supérieure, inférieure et ligne médiane), le système détecte les cassures et les affiche visuellement avec des flèches sur le graphique, en montrant uniquement la ligne opposée à la direction actuelle de la tendance pour une lecture plus claire. L’indicateur comprend : Signaux visuels : flèches colorées lors des
FREE
MACD Enhanced
Nikita Berdnikov
5 (1)
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
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
ZP Day Trading Indicator in MT5 The ZP Day Trading Indicator is one of the tools developed based on Price Action trading style concepts in MetaTrader 5. This indicator uses color-coded boxes to identify Trading Ranges on the chart. A trading range forms when the price moves within a specific range between a resistance level (ceiling) and a support level (floor) over a period of time. In such scenarios, buyers and sellers reach equilibrium within the defined range. «Indicator Installation & User
FREE
Rainbow MT5
Jamal El Alama
4 (1)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
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
High Low Open Close
Alexandre Borela
4.98 (42)
Si vous aimez ce projet, laissez un examen 5 étoiles. Cet indicateur tire les prix ouverts, élevés, bas et de fermeture pour les prix spécifiés période et il peut être ajusté pour un fuseau horaire spécifique. Il s ' agit là d ' un niveau important qui s ' intéresse à de nombreux domaines institutionnels et professionnels. traders et peut être utile pour vous de connaître les endroits où ils pourraient être plus active. Les périodes disponibles sont les suivantes : Jour précédent. Semaine pré
FREE
RSI abcd
Francisco Gomes Da Silva
3 (1)
Détecteur de Motif ABCD RSI : Stratégie Technique 1. Fonctionnement de l'Indicateur Combine le RSI classique avec la détection automatique de motifs harmoniques ABCD . Composants Clés RSI standard (période ajustable) Marqueurs de sommets et creux (flèches) Motifs ABCD (lignes vertes/rouges) Filtres de surachat (70) et survente (30) 2. Configuration sur MT5 period = 14 ; // Période RSI size = 4 ; // Taille maximale du motif OverBought = 70 ; // Niveau de surachat OverSold = 30 ; // Niveau de surv
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.52 (29)
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
Haven FVG Indicator
Maksim Tarutin
5 (6)
L'indicateur   Haven FVG   est un outil d'analyse des marchés qui permet d'identifier les zones d'inefficacité (Fair Value Gaps, FVG) sur le graphique, fournissant aux traders des niveaux clés pour l'analyse des prix et la prise de décisions commerciales. Autres produits ->  ICI Caractéristiques principales : Réglages de couleurs individuels : Couleur pour FVG haussier   (Bullish FVG Color). Couleur pour FVG baissier   (Bearish FVG Color). Visualisation flexible des FVG : Nombre maximum de boug
FREE
Coral Indi
Dinh Duong Luong
Coral trend is   a trend-following indicator that is widely popular among FOREX traders . It is usually used as a confluence with other indicators. It uses combinations of moving averages with complex smoothing formulas! It has two configurable parameters: Coefficient   - smoothing ratio (*) Applied price Calculation: Coral = (-0.064) * B6 + 0.672 * B5 - 2.352 * B4 + 2.744 * B3
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
5 (3)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Important Lines
Terence Gronowski
4.87 (23)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Cybertrade Keltner Channels
Emanuel Andriato
4.75 (4)
Cybertrade Keltner Channels - MT5 Created by Chester Keltner, this is a volatility indicator used by technical analysis. It is possible to follow the trend of financial asset prices and generate support and resistance patterns. In addition, envelopes are a way of tracking volatility in order to identify opportunities to buy and sell these assets. It works on periods longer than the period visible on the chart. All values ​​are available in the form of buffers to simplify possible automations.
FREE
LT Donchian Channel
Thiago Duarte
4.83 (6)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
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
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD This system is an Heiken Ashi system based on RSI calculations . The system is a free open source script originally published on TradingView by JayRogers . We have taken the liberty of converting the pine script to Mq4 indicator . We have also added a new feature which enables to filter signals and reduces noise on the arrow signals. Background HEIKEN ASHI Th
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
L'indicateur   "Haven Key Levels PDH PDL"   aide les traders à visualiser les niveaux clés sur le graphique. Il marque automatiquement les niveaux suivants : DO (Daily Open)   — Niveau d'ouverture du jour. NYM (New York Midnight)   — Niveau de minuit à New York. PDH (Previous Day High)   — Plus haut du jour précédent. PDL (Previous Day Low)   — Plus bas du jour précédent. WO (Weekly Open)   — Niveau d'ouverture de la semaine. MO (Monthly Open)   — Niveau d'ouverture du mois. PWH (Previous Week
FREE
Magic 7 Indicator
Marek Pawel Szczesny
Overview Magic 7 Indicator is a comprehensive MetaTrader 5 (MQL5) indicator that identifies seven different trading scenarios based on candlestick patterns and technical analysis. The indicator combines traditional price action patterns with modern concepts like Fair Value Gaps (FVG) to provide trading signals with precise entry points and stop loss levels. Features 7 Trading Scenarios : Each scenario identifies specific market conditions and trading opportunities Visual Signals : Clear buy/sell
FREE
This is a buyer and seller aggression indicator that analyzes the shape of each candle and project this data in a histogram form. There are 4 histograms in one. On the front we have two: Upper - Buyer force. Lower - Seller force. At the background we also have two histogram, both with same color. They measure the combined strenght of buyers and sellers. This histograms can be turned off in Input Parameters. It is also possible to have the real or tick volume to help on this force measurement. IN
FREE
Virtual Targets MT5
Hoang Van Dien
4.63 (8)
This indicator is very useful for day traders or short term traders. (MT5 version) No need to calculate the number of pips manually, just look at the chart and you will see the Virtual Take Profit / Virtual Stop Loss target line and evaluate whether the entry point is feasible to reach the intended target or not. Enter the intended   Take Profit / Stop Loss   pips for your trade. The indicator will display   Virtual Take Profit / Virtual Stop Loss   lines for you to easily see if the target is
FREE
Bar Color Trend
Germano Chagas
4.38 (8)
Combining the best of Price Action , Directional Movement , and Divergence/Convergence analysis, Candle Color Trend is a easy and reliable way to identify trend direction. The indicator automatically paints the candles according to the assumption that an uptrend is defined by prices that form a series of higher highs and higher lows. In contrast, a downtrend is defined by prices that form a series of lower highs and lower lows. Additionally, ADX Wilder indicator is used to measure trend weakness
FREE
DF Fib Trader Pro DF Fib Trader Pro est un système de trading automatisé conçu pour MetaTrader 5. Il utilise les niveaux de prix basés sur Fibonacci, combinés à une analyse des tendances et des structures, pour définir les points d'entrée et de sortie. L'EA prend en charge les positions longues et courtes et intègre des paramètres de gestion des risques. Fonctionnalités principales : • Utilise la logique de retracement et d'extension de Fibonacci pour tracer les points d'entrée, SL et TP. • Ta
FREE
Mitimom
Danil Poletavkin
The indicator is based on Robert Miner's methodology described in his book "High probability trading strategies" and displays signals along with momentum of 2 timeframes. A Stochastic oscillator is used as a momentum indicator. The settings speak for themselves period_1 is the current timeframe, 'current' period_2 is indicated - the senior timeframe is 4 or 5 times larger than the current one. For example, if the current one is 5 minutes, then the older one will be 20 minutes The rest of the s
FREE
NOTE: Turn Pattern Scan ON This indicator identifies Swing Points, Break of Structure (BoS), Change of Character (CHoCH), Contraction and Expansion patterns which are plotted on the charts It also comes with Alerts & Mobile notifications so that you do not miss any trades. It can be used on all trading instruments and on all timeframes. The non-repaint feature makes it particularly useful in backtesting and developing profitable trading models. The depth can be adjusted to filter swing points.
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
This Mt5 Indicator Signals when there is two opposite direction bars engulfed by current bar.  has a recent Exponential Moving Average Cross and past bar was oversold/bought Expert Advisor Available in Comments  Free Version Here : https://www.mql5.com/en/market/product/110114?source=Site&nbsp ; Full Alerts for mt5 terminal , phone , email, print to file, print to journal  Buy Signal ( blue line ) Past ema cross ( set at 30 bars back ) Past bar rsi is oversold ( level 40  ) Engulfing bar closes
FREE
Pivot Point Fibo RSJ est un indicateur qui trace les lignes de support et de résistance de la journée en utilisant les taux de Fibonacci. Cet indicateur spectaculaire crée jusqu'à 7 niveaux de support et de résistance via Pivot Point en utilisant les taux de Fibonacci. C'est fantastique de voir comment les prix respectent chaque niveau de ce support et de cette résistance, où il est possible de percevoir les points d'entrée/sortie possibles d'une opération. Caractéristiques Jusqu'à 7 niveaux
FREE
Les acheteurs de ce produit ont également acheté
Divergence Bomber
Ihor Otkydach
4.99 (69)
Chaque acheteur de cet indicateur reçoit également gratuitement : L’outil exclusif « Bomber Utility », qui accompagne automatiquement chaque opération de trading, fixe les niveaux de Stop Loss et de Take Profit, et clôture les positions selon les règles de la stratégie Des fichiers de configuration (set files) pour adapter l’indicateur à différents actifs Des set files pour configurer le Bomber Utility selon différents modes : « Risque Minimum », « Risque Équilibré » et « Stratégie d’Attente » U
Grabber System MT5
Ihor Otkydach
5 (19)
Je vous présente un excellent indicateur technique : Grabber, qui fonctionne comme une stratégie de trading "tout-en-un", prête à l'emploi. En un seul code sont intégrés des outils puissants d'analyse technique du marché, des signaux de trading (flèches), des fonctions d'alerte et des notifications push. Chaque acheteur de cet indicateur reçoit également gratuitement : L'utilitaire Grabber : pour la gestion automatique des ordres ouverts Un guide vidéo étape par étape : pour apprendre à installe
Entry In The Zone and SMC Multi Timeframe est un outil d’analyse de marché en temps réel développé sur la base du cadre Smart Money Concepts (SMC). Il analyse automatiquement les points de retournement et les zones clés sur plusieurs périodes, en mettant l’accent sur la fourniture de signaux sans repaint et en mettant en évidence les Points d’Intérêt (POI). De plus, il dispose d’un système de niveaux Fibonacci automatiques qui trace automatiquement les lignes de Fibonacci pour aider à détecter l
Trend Screener Pro MT5
STE S.S.COMPANY
4.87 (93)
Indicateur de tendance, solution unique révolutionnaire pour le trading et le filtrage des tendances avec toutes les fonctionnalités de tendance importantes intégrées dans un seul outil ! Il s'agit d'un indicateur multi-période et multi-devises 100 % non repeint qui peut être utilisé sur tous les symboles/instruments : forex, matières premières, crypto-monnaies, indices et actions. Trend Screener est un indicateur de suivi de tendance efficace qui fournit des signaux de tendance fléchés avec des
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
Tout d'abord, il convient de souligner que ce système de trading est un indicateur non repeint, non redessiné et non retardé, ce qui le rend idéal pour le trading manuel et automatisé. Cours en ligne, manuel et téléchargement de préréglages. Le "Système de Trading Smart Trend MT5" est une solution de trading complète conçue pour les traders débutants et expérimentés. Il combine plus de 10 indicateurs premium et propose plus de 7 stratégies de trading robustes, ce qui en fait un choix polyvalent
RelicusRoad Pro MT5
Relicus LLC
4.83 (23)
Combien de fois avez-vous acheté un indicateur de trading avec d' excellents backtests, des preuves de performance sur compte réel avec des chiffres fantastiques et des statistiques partout , mais après l'avoir utilisé, vous finissez par faire sauter votre compte ? Vous ne devriez pas faire confiance à un signal seul, vous devez savoir pourquoi il est apparu en premier lieu, et c'est ce que RelicusRoad Pro fait de mieux ! Manuel d'utilisation + Stratégies + Vidéos de formation + Groupe privé ave
Gold Stuff mt5
Vasiliy Strukov
4.9 (191)
Gold Stuff mt5 est un indicateur de tendance conçu spécifiquement pour l'or et peut également être utilisé sur n'importe quel instrument financier. L'indicateur ne se redessine pas et ne traîne pas. Délai recommandé H1. Contactez-moi immédiatement après l'achat pour obtenir les réglages et un bonus personnel !   Vous pouvez obtenir une copie gratuite de notre indicateur Strong Support et Trend Scanner, veuillez envoyer un message privé. moi!   RÉGLAGES Dessiner la flèche - on off. dessiner d
Trend indicator AI mt5
Ramil Minniakhmetov
5 (11)
L'indicateur Trend Ai est un excellent outil qui améliorera l'analyse du marché d'un trader en combinant l'identification des tendances avec des points d'entrée exploitables et des alertes d'inversion. Cet indicateur permet aux utilisateurs de naviguer dans les complexités du marché forex avec confiance et précision Au-delà des signaux primaires, l'indicateur Trend Ai identifie les points d'entrée secondaires qui surviennent lors des retraits ou des retracements, permettant aux traders de capit
FX Power MT5 NG
Daniel Stein
5 (23)
FX Power : Analysez la force des devises pour des décisions de trading plus intelligentes Aperçu FX Power est l'outil essentiel pour comprendre la force réelle des principales devises et de l'or, quelles que soient les conditions du marché. En identifiant les devises fortes à acheter et les faibles à vendre, FX Power simplifie vos décisions de trading et révèle des opportunités à forte probabilité. Que vous suiviez les tendances ou anticipiez les retournements à l'aide de valeurs extrêmes de D
- Real price is 80$ - 45% Discount (It is 45$ now) Contact me for extra bonus   indicator, instruction or any questions! - Lifetime update free - Non-repaint - I just sell my products in Elif Kaya Profile, any other websites are stolen old versions, So no any new updates or support. Advantages of  M1 Scalper Pro  Profitability: M1 Scalper Pro is highly profitable with a strict exit strategy. Frequent Opportunities: M1 Scalper Pro  takes advantage of numerous small price changes. Minimal Market
Support And Resistance Screener est dans un indicateur de niveau pour MetaTrader qui fournit plusieurs outils à l'intérieur d'un indicateur. Les outils disponibles sont : 1. Filtre de structure de marché. 2. Zone de repli haussier. 3. Zone de recul baissier. 4. Points pivots quotidiens 5. points pivots hebdomadaires 6. Points pivots mensuels 7. Support et résistance forts basés sur le modèle harmonique et le volume. 8. Zones au niveau de la banque. OFFRE D'UNE DURÉE LIMITÉE : L'indicateur de sup
Atbot
Zaha Feiz
4.68 (53)
AtBot : Comment ça fonctionne et comment l'utiliser ### Comment ça fonctionne L'indicateur "AtBot" pour la plateforme MT5 génère des signaux d'achat et de vente en utilisant une combinaison d'outils d'analyse technique. Il intègre la Moyenne Mobile Simple (SMA), la Moyenne Mobile Exponentielle (EMA) et l'indice de la Plage Vraie Moyenne (ATR) pour identifier les opportunités de trading. De plus, il peut utiliser des bougies Heikin Ashi pour améliorer la précision des signaux. Laissez un avis ap
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
FX Volume MT5
Daniel Stein
4.86 (21)
FX Volume : Découvrez le Sentiment du Marché tel que perçu par un Courtier Présentation Rapide Vous souhaitez faire passer votre approche de trading au niveau supérieur ? FX Volume vous fournit, en temps réel, des informations sur la manière dont les traders particuliers et les courtiers sont positionnés—bien avant la publication de rapports retardés comme le COT. Que vous visiez des gains réguliers ou recherchiez simplement un avantage plus solide sur les marchés, FX Volume vous aide à repére
Dark Absolute Trend MT5
Marco Solito
4.67 (12)
Dark Absolute Trend   is an Indicator for intraday trading. This Indicator is based on   Trend Following  strategy but use also candlestick patterns and Volatility. We can enter in good price with this Indicator, in order to follow the main trend on the current instrument. It is advised to use low spread ECN brokers. This Indicator does   Not repaint   and   N ot lag . Recommended timeframes are M5, M15 and H1. Recommended working pairs: All. I nstallation and  Update Guide   -  Troubleshooting
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecast prédit et visualise l'avenir de n'importe quel marché en se basant sur les harmoniques des données de prix. Bien que le marché ne soit pas toujours prévisible, s'il y a un motif dans les prix, MetaForecast peut prédire l'avenir aussi précisément que possible. Comparé à d'autres produits similaires, MetaForecast peut générer des résultats plus précis en analysant les tendances du marché. Paramètres d'entrée Past size (Taille passée) Spécifie le nombre de barres que MetaForecast util
Atomic Analyst MT5
Issam Kassas
4.14 (21)
Tout d'abord, il convient de souligner que cet indicateur de trading n'est ni repainting, ni redrawing et ne présente aucun délai, ce qui le rend idéal à la fois pour le trading manuel et automatisé. Manuel de l'utilisateur : réglages, entrées et stratégie. L'Analyste Atomique est un indicateur d'action sur les prix PA qui utilise la force et le momentum du prix pour trouver un meilleur avantage sur le marché. Équipé de filtres avancés qui aident à éliminer les bruits et les faux signaux, et à
Unlock key market insights with automated support and resistance lines Tired of plotting support and resistance lines? This is a multi-timeframe indicator that detects and plots supports and resistance lines in the chart with the same precision as a human eye would. As price levels are tested over time and its importance increases, the lines become thicker and darker, making price leves easy to glance and evaluate. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Boos
AriX
Temirlan Kdyrkhan
1 (3)
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
Berma Bands
Muhammad Elbermawi
5 (7)
L'indicateur Berma Bands (BB) est un outil précieux pour les traders qui cherchent à identifier et à capitaliser sur les tendances du marché. En analysant la relation entre le prix et les BB, les traders peuvent déterminer si un marché est dans une phase de tendance ou de range. Visitez le [ Berma Home Blog ] pour en savoir plus. Les bandes de Berma sont composées de trois lignes distinctes : la bande de Berma supérieure, la bande de Berma moyenne et la bande de Berma inférieure. Ces lignes sont
Easy Buy Sell is a market indicator for opening and closing positions. It becomes easy to track market entries with alerts. It indicates trend reversal points when a price reaches extreme values ​​and the most favorable time to enter the market. it is as effective as a Fibonacci to find a level but it uses different tools such as an algorithm based on ATR indicators and Stochastic Oscillator. You can modify these two parameters as you wish to adapt the settings to the desired period. It cannot
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
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
FX Levels MT5
Daniel Stein
5 (9)
FX Levels : Des zones de Support et Résistance d’une Précision Exceptionnelle pour Tous les Marchés Présentation Rapide Vous recherchez un moyen fiable pour déterminer des niveaux de support et résistance dans n’importe quel marché—paires de devises, indices, actions ou matières premières ? FX Levels associe la méthode traditionnelle « Lighthouse » à une approche dynamique de pointe, offrant une précision quasi universelle. Grâce à notre expérience réelle avec des brokers et à des mises à jour
Market Structure Patterns
Samuel Manoel De Souza
4.44 (18)
Disponible pour   MT4   et   MT5 . Rejoignez le canal Market Structure Patterns pour télécharger des documents d'étude et/ou des informations supplémentaires. Articles connexes : Market Structure Patterns - Introduction Market Structure Patterns   est un indicateur basé sur les   Smart Money Concepts   qui affiche les   éléments SMC/ICT   pouvant améliorer vos décisions de trading. Profitez des   alertes ,   notifications push   et   emails   pour être informé lorsqu’un élément se forme sur le
Gold Entry Sniper
Tahir Mehmood
5 (1)
Gold Entry Sniper – Tableau de Bord ATR Multi-Unités de Temps pour Scalping et Swing Trading sur l'Or Gold Entry Sniper est un indicateur avancé pour MetaTrader 5 qui fournit des signaux d'achat/vente précis sur XAUUSD et autres actifs, basé sur la logique de Trailing Stop ATR et l' analyse multi-unités de temps . Caractéristiques et Avantages Clés Analyse Multi-Unités de Temps – Affiche les tendances en M1, M5, M15 sur un seul tableau. Trailing Stop Basé sur l'ATR – Ajuste automatiquement selon
Matrix Arrow Indicator MT5
Juvenille Emperor Limited
5 (16)
Matrix Arrow Indicator MT5   est une tendance unique 10 en 1 suivant un indicateur multi-période   100% non repeint   qui peut être utilisé sur tous les symboles/instruments:   forex ,   matières premières ,   crypto-monnaies ,   indices ,  actions .  Matrix Arrow Indicator MT5  déterminera la tendance actuelle à ses débuts, en rassemblant des informations et des données à partir d'un maximum de 10 indicateurs standard, qui sont: Indice de mouvement directionnel moyen (ADX) Indice de canal de m
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Ce tableau de bord découvre et affiche les zones   d'offre   et de   demande   sur le graphique, à la fois en mode scalping et à long terme, en fonction de votre stratégie de trading pour les symboles sélectionnés. En outre, le mode scanner du tableau de bord vous permet de vérifier tous les symboles souhaités en un coup d'œil et de ne manquer aucune position appropriée /   Version MT4 Indicateur gratuit:   Basic Supply Demand Caractéristiques Permet de visualiser les opportunités de tradin
CRT Liquidity Pro
Juan Pablo Castro Forero
5 (1)
Inquiet pour votre prochain trade ? Fatigué de ne pas savoir si votre stratégie fonctionne vraiment ? Avec CRT Liquidity Pro, vous tradez avec des statistiques réelles, pas des émotions. Connaissez vos probabilités, suivez vos performances et tradez avec confiance — basé sur la Puissance de 3, la détection intelligente de liquidité et les confirmations CRT. Voulez-vous voir la réalité de la stratégie CRT Liquidity ? Après votre achat, contactez-nous et nous vous offrirons gratuitement l’un de n
Plus de l'auteur
This indicator uses historical volatility and a 21-period moving average to define the price distortion in relation to the average. The calculation of historical volatility was based on the book (Odds: The Key to 90% Winners) written by Don Fishback. A Volatility Index with a value greater than 30 may indicate that the price is distorted from its fair price. QUESTIONS ABOUT THE  INSTALLATION OF PRODUCTS AT META TRADER You can also find some instructions on how to install a robot in the Me
FREE
This script will create a report with all history orders in CSV format. The report is useful for those who run multiple EA's with different magic numbers in the same account. You can define some filters to generate your orders history report: 1) Initial date for assets in orders history. 2) Final date  for assets in orders history. 3) Asset name. 4) Orders magic number. 5) Add balance/costs. QUESTIONS ABOUT THE INSTALLATION OF PRODUCTS AT META TRADER You can also find some instructions on how
FREE
This robot sends app notifications based on Platinum Candle Indicator rules. The Platinum Candle Indicator shows colored candles when prices are strongly distorted in relation to their averages. App message example to sell: [SPX][M15] PLATINUM TO SELL 11:45. App message example to buy: [EURUSD][M15] PLATINUM TO BUY 11:45. It also sends messages for multiple timeframes: [SPX][M15] PLATINUM TO BUY 11:45; [EURUSD][M1] PLATINUM TO SELL 11:45 QUESTIONS ABOUT THE PURCHASE AND INSTALLATION OF PRODUCT
FREE
This robot sends Telegram notifications based on the coloring rules of PLATINUM Candle indicator. Example message for selling assets: [SPX][M15] PLATINUM TO SELL 11:45. Example message for buying assets : [EURUSD][M15] PLATINUM TO BUY 11:45 AM. Before enable Telegram notifications  you need to create a Telegram bot, get the bot API Key and also get your personal Telegram chatId. It's not possible to send messages to groups or channels. You can only send messages to your user chatId. You should
FREE
Filtrer:
josemb09
34
josemb09 2022.11.04 17:43 
 

Muito legal!!!

Michael Taganna
28
Michael Taganna 2022.09.28 17:02 
 

Nice

migelhenri
64
migelhenri 2022.07.19 07:50 
 

Bom indicador. Parabéns e obrigado pela partilha.

KATTY2010
196
KATTY2010 2022.07.10 23:11 
 

muy util

alepozo
44
alepozo 2022.06.15 16:51 
 

Si funciona perfecto, debe estar acorde a tu estrategia. Gracias.

Zé Roberto
667
Zé Roberto 2021.10.09 18:46 
 

muito bom parabéns pelo belo trabalho e disponibilização

joseverasay
284
joseverasay 2021.09.28 03:07 
 

Recomendable

Répondre à l'avis