• Aperçu
  • Avis (11)
  • Commentaires (16)
  • Nouveautés

Harmonic ABCD

The indicator detects and displays the AB=CD harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the figure is displayed by triangle outlines. Once the figure is finally formed, a potential reversal zone is displayed on the chart. The basic figure proportions are set in the parameters. The intermediate values are calculated proportionally. The parameters include a tolerance (CD_accuracy), which determines the accuracy of the cd/bc ratios. For example, if the calculated value of cd/bc = 1.0 and tolerance is set to 0.1, then the program will use the range of 0.9 .. 1.1


Parameters

  • zzDepth, zzDev, zzBack - ZigZag parameters
  • BC_min (bc/ab), BC_max (bc/ab) - minimum and maximum ratio of BC and AB levels
  • CD_min (cd/bc), CD_max (cd/bc) - minimum and maximum ratio of CD and BC levels
  • CD_accuracy - tolerance of the cd/bc ratio
  • bearColor - bearish pattern color
  • bullColor - bullish pattern color
  • CountBars - limit the amount of bars to be processed by the indicator (reduces the initial download time)
  • UseAlert - enable pop-up messages
  • UseNotification - enable push notifications
  • UseMail - enable email notifications
  • prefix - text label to ensure the uniqueness of the indicator objects on the chart (if multiple indicators are attached to the chart, different values must be entered in these parameters)
  • MessageAdd - the text string added to the notifications sent by the indicator.
  • CustomEventBuy,CustomEventSell - chart events

  • Sample to use signals in EA:

    void OnTick() {
     double x;
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-ABCD",0,1); if (x != 0 && x != EMPTY_VALUE) goBuy();
     x = iCustom(Symbol(),PERIOD_CURRENT,"Harmonic-ABCD",2,1); if (x != 0 && x != EMPTY_VALUE) goSell();
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    
    void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &sparam) {
     switch (id) {
      case CHARTEVENT_CUSTOM+100: 
       goBuy(); break;
      case CHARTEVENT_CUSTOM+101: 
       goSell(); break;
     }
    }
    
    void goBuy() { // function for open BUY
    }
    
    void goSell() { // function for open SELL
    }
    



Produits recommandés
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
The main idea of this indicator is rates analysis and prediction by Fourier transform. Indicator decomposes exchange rates into main harmonics and calculates their product in future. You may use the indicator as a standalone product, but for better prediction accuracy there is another related indicator - FreqoMaster - which uses FreqoMeterForecast as a backend engine and combines several instances of FreqoMeterForecast for different frequency bands. Parameters: iPeriod - number of bars in the ma
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.
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
The indicator provides a superior alternative to price action analysis. It enables the identification of normalized patterns, which are then transformed into a graphical representation to forecast future steps within a time series. In the top-left corner, you'll find information regarding the expected prediction accuracy, determined through a complex MSQE calculation. You have the flexibility to adjust the time window, making it easy to validate the indicator's performance. Additionally, you can
The CCI Divergence is a reasonably useful indicator in itself, but it is even more effective when used with divergence pattern trading. The CCI Divergence indicator signal is one of the most potent signals among the indicators that exist in the market. Here is new version for Divergence Indicator using CCI method, with more improvements. Divergences indicate a potential investment point because the directional moment does not confirm the price. A bullish divergence occurs when the underlying
Monster Harmonic Indicator
Paul Geirnaerdt
4.61 (31)
Monster Harmonics Indicator is a harmonic pattern indicator. It recognizes Gartley, Bat, Crab, Butterfly, Cypher, White Swan, Black Swan, Shark and several other patterns. Projected patterns that are not yet completed are recognized, too. Monster even shows the PRZ (Potential Reversal Zone). Users can add their own user defined patterns to Monster. Besides the current pattern, Monster also shows all patterns in the symbols history. Monster will provide alerts for developing patterns. Introduced
COG LR Osc AM
Andriy Matviyevs'kyy
The presented indicator allows you to determine potential entry points into the market and set protective orders at reasonable levels. This product can be useful for both beginners and experienced traders. The indicator is based on calculation methods proven by time and practicing traders. The indicator is calculated in two stages: At the first stage, linear regression (LR) of the selected price type is determined for a given number of chart periods. At the second stage, the obtained data is p
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Owl smart levels
Sergey Ermolov
4.63 (54)
Version MT5  |  FAQ L' indicateur Owl Smart Levels   est un système de trading complet au sein d'un seul indicateur qui comprend des outils d'analyse de marché populaires tels que   les fractales avancées de Bill Williams , Valable ZigZag qui construit   la structure d'onde correcte   du marché et   les niveaux de Fibonacci   qui marquent les niveaux exacts d'entrée. sur le marché et les endroits où prendre des bénéfices. Description détaillée de la stratégie Mode d'emploi de l'indicateur Conse
Master Scalping M1 est un indicateur innovant qui utilise un algorithme pour déterminer rapidement et avec précision la tendance. L'indicateur calcule le temps d'ouverture et de fermeture des positions, les algorithmes de l'indicateur vous permettent de trouver les moments idéaux pour entrer dans une transaction (acheter ou vendre un actif), ce qui augmente le succès des transactions pour la plupart des commerçants. Avantages de l'indicateur : Facile à utiliser, ne surcharge pas le graphique ave
L'indicateur montre des modèles harmoniques sur le graphique   sans repeindre   avec le minimum de décalage possible. La recherche de sommets d'indicateurs est basée sur le principe des vagues de l'analyse des prix. Les paramètres avancés vous permettent de choisir les paramètres de votre style de trading. À l'ouverture d'une bougie (barre), lorsqu'un nouveau motif se forme, une flèche de la direction probable du mouvement des prix est fixée, qui reste inchangée. L'indicateur reconnaît les modè
RSX Signal 2 AM
Andriy Matviyevs'kyy
The indicator displays the signals of the RSX oscillator on the price chart. (To display these signals in a separate window, along with the oscillator, another indicator is used -  RSX Osc 4 AM ). It is optimal to use the indicator signals as signals to open a trade when the price overcomes the maximum or minimum of the bar at which the signal was given. An opposite signal cancels the previous signal. Settings: Data period for indicator calculation - data period for indicator calculation; Data
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 opp
Daily Candle Predictor est un indicateur qui prédit le cours de clôture d'une bougie. L'indicateur est principalement destiné à être utilisé sur les graphiques D1. Cet indicateur convient à la fois au trading forex traditionnel et au trading d'options binaires. L'indicateur peut être utilisé comme un système de trading autonome, ou il peut servir de complément à votre système de trading existant. Cet indicateur analyse la bougie actuelle, calcule certains facteurs de force à l'intérieur du corps
Super Gator
Agustinus Biotamalo Lumbantoruan
This indi shows the following 1. Supertrend 2. Alligator (Not a regular alligator) 3. ZigZag 4. Moving Average 5. Trend Continuation/Mini correction Signal (plotted in X) (See screenshots in green background color 6. Early Signal Detection (See screenshots in green background color) You may treat Alligator as the lagging indicator The leading indicator is the supertrend. The zig zag is based on the leading indicator where it gets plotted when the leading indicator got broken to the opposite.
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
VR Cub
Vladimir Pastushak
VR Cub est un indicateur permettant d'obtenir des points d'entrée de haute qualité. L'indicateur a été développé pour faciliter les calculs mathématiques et simplifier la recherche de points d'entrée dans un poste. La stratégie de trading pour laquelle l'indicateur a été rédigé prouve son efficacité depuis de nombreuses années. La simplicité de la stratégie de trading est son grand avantage, qui permet même aux traders débutants de négocier avec succès avec elle. VR Cub calcule les points d'ouve
This indicator is the undisputed leader among the indicators. And for this statement there is a good reason. The indicator builds a very high quality channel in which it generates signals to enter! What is the ideal strategy for the trader, since the trader always hesitates when choosing a strategy for the job. That is, this indicator will allow you to solve the dilemma of choosing a job by trend or to the channel, since it combines these two basic concepts. Working with the indicator is very
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
RTrends
Nikolay Likhovid
The RTrends indicator does two things: first, it automatically draws the layout of the price chart by plotting trend lines and, secondly, it produces bearish and bullish signals. The layout reflects the fractal nature of the market. Trends from different time horizons are applied simultaneously on the chart. Thus, from a single chart a trader can see trend lines of higher timeframes. The lines, depending on the horizon, differ in color and width: the older the horizon, the thicker the line is. T
Wave Wolf MT4
Andrei Salanevich
L'indicateur Forex Wave Wold MT4 est conçu pour rechercher les vagues de Woolf et les afficher dans la fenêtre actuelle du terminal de trading. Un excellent indicateur pour les traders utilisant les vagues de Wolf dans le commerce. Son application dans les stratégies de trading augmentera considérablement leur efficacité et leur rentabilité. INFORMATIONS SUR L'INDICATEUR Contrairement à d'autres indicateurs de vague Wold, l'indicateur Forex Wave Wold MT4 a un certain nombre de caractéristique
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
Market Breaker Updated version 3
Allistair Kabelo Mandow
1 (1)
Features for software Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now, you can enter the market with higher probability and precision. There's also a function to colour candles after an arrow appears until the target (take profit) is reached or a reversal signal appears . Display of STOP LOSS
PZ Harmonacci Patterns
PZ TRADING SLU
3.43 (7)
This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic price formations It plots primary, derived and complementary Fibonacci pro
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
PZ 123 Pattern
PZ TRADING SLU
3.75 (4)
The 123 Pattern is one of the most popular, powerful and flexible chart patterns. The pattern is made up of three price points: a bottom, a peak or valley, and a Fibonacci retracement between 38.2% and 71.8%. A pattern is considered valid when the price breaks beyond the last peak or valley, moment at which the indicator plots an arrow, rises an alert, and the trade can be placed. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Customizable c
Key level wedge
Presley Annais Tatenda Meck
4.86 (7)
The Key level wedge indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The Key level wedge block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The Key level wedge includes an on/off button on the chart to easily keep the charts clean after analysis by jus
Les acheteurs de ce produit ont également acheté
Gann Made Easy
Oleg Rodin
4.95 (43)
Gann Made Easy est un système de trading Forex professionnel et facile à utiliser qui est basé sur les meilleurs principes de trading en utilisant la théorie de mr. WD Gann. L'indicateur fournit des signaux d'ACHAT et de VENTE précis, y compris les niveaux Stop Loss et Take Profit. Vous pouvez échanger même en déplacement en utilisant les notifications PUSH. S'il vous plaît contactez-moi après l'achat! Je partagerai avec vous mes astuces de trading et d'excellents indicateurs bonus gratuitement!
Présentation de l'indicateur miraculeux Forex : Libérez la puissance du trading précis En avez-vous assez de chercher le meilleur indicateur Forex qui fournisse réellement des résultats exceptionnels sur tous les délais ? Ne cherchez plus ! L'indicateur miraculeux Forex est là pour révolutionner votre expérience de trading et propulser vos gains vers de nouveaux sommets. Basé sur une technologie de pointe et des années de développement minutieux, l'indicateur miraculeux Forex se positionne comme
Actuellement 20% de réduction ! La meilleure solution pour tout débutant ou trader expert ! Ce logiciel de tableau de bord fonctionne sur 28 paires de devises. Il est basé sur 2 de nos principaux indicateurs (Advanced Currency Strength 28 et Advanced Currency Impulse). Il donne un excellent aperçu de l'ensemble du marché Forex. Il montre les valeurs de l'Advanced Currency Strength, la vitesse de mouvement des devises et les signaux pour 28 paires de devises dans tous les (9) délais. Imagine
Atomic Analyst
Issam Kassas
5 (1)
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é. 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 à augmenter le potentiel de trading. En utilisant plusieur
ACTUELLEMENT 26% DE RÉDUCTION La meilleure solution pour tout débutant ou trader expert ! Cet indicateur est un outil de trading unique, de haute qualité et abordable car nous avons incorporé un certain nombre de caractéristiques exclusives et une nouvelle formule. Avec seulement UN graphique, vous pouvez lire la force de la devise pour 28 paires Forex ! Imaginez comment votre trading va s'améliorer parce que vous êtes capable de repérer le point de déclenchement exact d'une nouvelle tendan
TPSproTREND PrO
Roman Podpora
5 (15)
TPSpro TRENDPRO  - is a trend indicator that automatically analyzes the market and provides information about the trend and each of its changes, as well as giving signals for entering trades without redrawing! The indicator uses each candle, analyzing them separately. referring to different impulses - up or down impulse. Exact entry points into transactions for currencies, crypto, metals, stocks, indices!  -  Version MT5               DETAILED DESCRIPTION        /       TRADING SETUPS           
TPSpro RFI Levels
Roman Podpora
5 (13)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
Présentation       Quantum Trend Sniper Indicator   , l'indicateur révolutionnaire MQL5 qui transforme la façon dont vous identifiez et négociez les inversions de tendance ! Développé par une équipe de traders expérimentés avec une expérience commerciale de plus de 13 ans,       Indicateur Quantum Trend Sniper       est conçu pour propulser votre parcours de trading vers de nouveaux sommets grâce à sa manière innovante d'identifier les inversions de tendance avec une précision extrêmement élevée
Scalper Inside PRO
Alexey Minkov
4.75 (55)
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
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
Présentation       Quantum Breakout PRO   , l'indicateur révolutionnaire MQL5 qui transforme la façon dont vous négociez les zones d'évasion ! Développé par une équipe de traders expérimentés avec une expérience de trading de plus de 13 ans,   Quantum Breakout PRO   est conçu pour propulser votre parcours de trading vers de nouveaux sommets grâce à sa stratégie de zone de discussion innovante et dynamique. Quantum Breakout Indicator vous donnera des flèches de signalisation sur les zones d
Tout d'abord, il convient de souligner que cet outil de trading est un indicateur non repeint, non redessiné et non retardé, ce qui le rend idéal pour le trading professionnel. L'indicateur Smart Price Action Concepts est un outil très puissant à la fois pour les nouveaux et les traders expérimentés. Il regroupe plus de 20 indicateurs utiles en un seul, combinant des idées de trading avancées telles que l'analyse du trader Inner Circle et les stratégies de trading Smart Money Concepts. Cet in
Advanced Supply Demand
Bernhard Schweigert
4.92 (310)
CURRENTLY 26% OFF !! Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potenti
Trend Screener
STE S.S.COMPANY
4.83 (86)
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
Currency Strength Wizard est un indicateur très puissant qui vous offre une solution tout-en-un pour un trading réussi. L'indicateur calcule la puissance de telle ou telle paire de devises en utilisant les données de toutes les devises sur plusieurs périodes. Ces données sont représentées sous la forme d'un indice de devise facile à utiliser et de lignes électriques de devise que vous pouvez utiliser pour voir la puissance de telle ou telle devise. Tout ce dont vous avez besoin est d'attacher l'
FX Power MT4 NG
Daniel Stein
5 (7)
Obtenez votre mise à jour quotidienne du marché avec des détails et des captures d'écran via notre Morning Briefing ici sur mql5 et sur Telegram ! FX Power MT4 NG est la nouvelle génération de notre très populaire indicateur de force des devises, FX Power. Et qu'est-ce que ce compteur de force de nouvelle génération offre ? Tout ce que vous avez aimé de l'original FX Power PLUS Analyse de la force de l'OR/XAU Des résultats de calcul encore plus précis Périodes d'analyse configurables individuel
Découvrez le secret pour réussir le trading Forex avec notre indicateur MT4 personnalisé! Vous êtes-vous déjà demandé comment réussir sur le marché du Forex, gagnant régulièrement des bénéfices tout en minimisant les risques? Voici la réponse que vous avez recherchée! Permettez-nous d'introduire notre indicateur MT4 propriétaire qui révolutionnera votre approche du trading. Polyvalence unique Notre indicateur est spécialement conçu pour les utilisateurs qui préfèrent les formations de bou
ACTUELLEMENT 31% DE RÉDUCTION ! ! La meilleure solution pour tout débutant ou Expert Trader ! Cet indicateur est un outil de trading unique, de haute qualité et abordable car nous avons incorporé un certain nombre de caractéristiques exclusives et une formule secrète. Avec seulement UN graphique, il donne des alertes pour les 28 paires de devises. Imaginez comment votre trading s'améliorera parce que vous serez capable de repérer le point de déclenchement exact d'une nouvelle tendance ou d'
Quantum Heiken Ashi PRO MT4
Bogdan Ion Puscasu
4.43 (7)
Présentation de la       Cartes   Quantum Heiken Ashi PRO Conçues pour fournir des informations claires sur les tendances du marché, les bougies Heiken Ashi sont réputées pour leur capacité à filtrer le bruit et à éliminer les faux signaux. Dites adieu aux fluctuations de prix déroutantes et bonjour à une représentation graphique plus fluide et plus fiable. Ce qui rend le Quantum Heiken Ashi PRO vraiment unique, c'est sa formule innovante, qui transforme les données traditionnelles des chandelie
Nous vous présentons ON Trade Waves Patterns Harmonic Elliot Wolfe, un indicateur avancé conçu pour détecter divers types de schémas sur le marché à l'aide de méthodes manuelles et automatiques. Voici comment il fonctionne : Schémas Harmoniques : Cet indicateur peut identifier les schémas harmoniques qui apparaissent sur votre graphique. Ces schémas sont essentiels pour les traders qui pratiquent la théorie du trading harmonique, telle qu'elle est décrite dans le livre de Scott Carney "Harmonic
Le système PRO Renko est un système de trading très précis spécialement conçu pour le trading de graphiques RENKO. Il s'agit d'un système universel qui peut être appliqué à divers instruments de négociation. Le système neutralise efficacement ce qu'on appelle le bruit du marché en vous donnant accès à des signaux d'inversion précis. L'indicateur est très facile à utiliser et n'a qu'un seul paramètre responsable de la génération du signal. Vous pouvez facilement adapter l'outil à n'importe q
Scalper Vault
Oleg Rodin
5 (27)
Scalper Vault est un système de scalpage professionnel qui vous fournit tout ce dont vous avez besoin pour un scalpage réussi. Cet indicateur est un système de trading complet qui peut être utilisé par les traders de forex et d'options binaires. Le délai recommandé est M5. Le système vous fournit des signaux fléchés précis dans le sens de la tendance. Il vous fournit également des signaux supérieurs et inférieurs et des niveaux de marché Gann. Les indicateurs fournissent tous les types d'alertes
AW Trend Predictor
AW Trading Software Limited
4.74 (39)
La combinaison des niveaux de tendance et de panne dans un seul système. Un algorithme d'indicateur avancé filtre le bruit du marché, détermine la tendance, les points d'entrée, ainsi que les niveaux de sortie possibles. Les signaux indicateurs sont enregistrés dans un module statistique, qui vous permet de sélectionner les outils les plus appropriés, montrant l'efficacité de l'historique des signaux. L'indicateur calcule les marques Take Profit et Stop Loss. Manuel et instruction ->   Ici   /
GOLD Impulse with Alert
Bernhard Schweigert
4.56 (9)
Cet indicateur est une super combinaison de nos 2 produits Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics . Il fonctionne pour tous les cadres temporels et montre graphiquement l'impulsion de force ou de faiblesse pour les 8 principales devises plus un symbole ! Cet indicateur est spécialisé pour montrer l'accélération de la force des devises pour tout symbole comme l'or, les paires exotiques, les matières premières, les indices ou les contrats à terme. C'est le premi
L'indicateur d'inversion ADR vous montre en un coup d'œil où le prix se négocie actuellement par rapport à sa fourchette quotidienne moyenne normale. Vous recevrez des alertes instantanées par pop-up, e-mail ou push lorsque le prix dépasse sa fourchette moyenne et les niveaux supérieurs de votre choix afin que vous puissiez sauter rapidement dans les reculs et les inversions. L'indicateur trace des lignes horizontales sur le graphique aux extrêmes de la fourchette quotidienne moyenne ainsi que
Le tableau de bord d'alerte RSI / TDI vous permet de surveiller les RSI à la fois (sélectionnables par vous) sur chaque paire majeure que vous négociez. Vous pouvez l'utiliser de deux manières : 1. Sélectionnez plusieurs périodes et le tiret vous montrera quand il y a plusieurs périodes prolongées au-delà des conditions commerciales normales. Un excellent indicateur que le prix a poussé fort récemment, car il a atteint un niveau de surachat ou de survente sur plusieurs périodes, de sorte
Support Resistance screnner
STE S.S.COMPANY
4.86 (36)
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
IX Power MT4
Daniel Stein
5 (5)
IX Power apporte enfin la précision imbattable de FX Power aux symboles non-Forex. Il détermine avec précision l'intensité des tendances à court, moyen et long terme de vos indices, actions, matières premières, ETF et même crypto-monnaies préférés. Vous pouvez analyser tout ce que votre terminal a à offrir. Essayez-le et découvrez comment votre timing s'améliore considérablement lors de vos transactions. Caractéristiques principales d'IX Power Résultats de calcul précis à 100 %, sans ré
FX Volume
Daniel Stein
4.6 (35)
Obtenez votre mise à jour quotidienne du marché avec des détails et des captures d'écran via notre Morning Briefing ici sur mql5 et sur Telegram ! FX Volume est le PREMIER et SEUL indicateur de volume qui fournit un VRAI aperçu du sentiment du marché du point de vue d'un courtier. Il fournit des informations impressionnantes sur la façon dont les acteurs institutionnels du marché, comme les courtiers, sont positionnés sur le marché des changes, bien plus rapidement que les rapports COT. Voir c
TrendDecoder Premium
Christophe, Pa Trouillas
5 (1)
Identifiez les ranges et les prochaines tendances fortes   |  Obtenez les premiers signaux et la force des tendances   |  Obtenez des TP clairs et RR favorable   |  Repérer les niveaux Fibo que le prix va tester Indicateur qui ne retrace pas, non retardé - idéal pour le trading manuel et automatisé - adapté à tous les actifs et à toutes les unités de temps Pour une durée limitée >>   -50% de réduction Après votre achat,   contactez-moi sur ce canal  pour obtenir les réglages recommandés. Version
Plus de l'auteur
UniversalEA
Sergey Deev
4 (6)
The Expert Advisor allows you to build a trading system based on a custom indicator. It performs automated opening/closing of deals based on the signals of an indicator that places values ​​other than 0 and EMPTY_VALUE in the buffer. The EA polls the values ​​of the specified indicator buffers, opens/closes and accompanies trades according to the specified parameters. The Expert Advisor implements the following trade support functions: - installation for the transaction SL and TP; - calculation
The indicator detects and displays М. Gartley's Butterfly pattern. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The pattern and wave parameters are displayed on the screenshots. The default parameters are used for demonstration purposes only in order to increase the amount of detected patterns. Parameters
EA Locking Grid
Sergey Deev
5 (2)
Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
MACD Divergence
Sergey Deev
2.5 (2)
The indicator detects divergence signals - the divergences between the price peaks and the MACD oscillator values. The signals are displayed as arrows in the additional window and are maintained by the messages in a pop-up window, e-mails and push-notifications. The conditions which formed the signal are displayed by lines on the chart and in the indicator window. Indicator Parameters MacdFast - fast MACD line period MacdSlow - slow MACD line period MacdSignal - MACD signal line period MacdPri
The indicator displays Renko bars on the chart, uses their data to calculate and display the moving average, PriceChannel and generates buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The PriceChannel indicator displays the upper, lo
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Parame
The indicator displays the data of the candles from a higher timeframe on the chart. Only the candle body (by the open and close prices) is displayed. The candlesticks are colored depending on the difference between the open and close prices. After removing the indicator from the chart, the objects used by it are deleted automatically. Indicator Parameters TimeFrame - time frame (drop-down list) BearColor - bearish candle color (standard dialog) BullColor - bullish candle color (standard dialo
The indicator displays the data of a standard MACD indicator from a higher timeframe. The product features notifications of crossing the zero or signal line by the histogram. Parameters TimeFrame - indicator timeframe (dropdown list) MacdFast - fast line period MacdSlow - slow line period MacdSignal - signal line period MacdPrice - price type (dropdown list) AlertCrossZero - enable notifications of crossing the zero line AlertCrossSignal - enable notifications of crossing the signal line UseNo
The indicator displays the moving average of a higher timeframe on the chart. The indicator parameters TimeFrame - time frame of the moving average (drop-down list) MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift MaPrice - moving average price (drop-down list)
The indicator displays the data of the Average True Range (ATR) from a higher timeframe on the chart. It allows you to see the scope of the movement without having to switch to another screen terminal The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AtrPeriod - period of the Average True Range indicator a higher timeframe range
MTF ADX
Sergey Deev
5 (1)
The indicator displays the data of the standard ADX indicator from a higher timeframe on the chart. Several indicators with different timeframe settings can be placed on a single chart. The indicator parameters TimeFrame - time frame of the data (drop-down list) can not be lower than current AdxPeriod - period of the indicator for a higher timeframe AdxPrice - prices for the calculation of the indicator data from a higher timeframe
The indicator displays the averaged value of the moving averages of the current and two higher timeframes with the same parameters on the chart. If the moving averages are located one above the other, the resulting one is painted in green, showing an uptrend, in the opposite direction - red color (downtrend), intertwined - yellow color (transitional state) The indicator parameters MaPeriod - moving average period MaMethod - moving average method (drop-down list) MaShift - moving average shift
The indicator displays the price movement on the chart, which is smoothed by the root mean square function. The screenshot shows the moving average with period 20, the smoothed root mean square (red) and simple SMA (yellow). The indicator parameters MAPeriod - Moving average period MaPrice - applied price (drop down list, similar to the standard MovingAverage average) BarsCount - number of processed bars (reduces download time when attaching to the chart and using in programs).
The indicator displays the standard price deviation from the root mean moving average line in the additional window. The screenshot displays the standard indicator (the lower one) and SqrtDev (the upper one). Parameters SqrtPeriod - root mean line and standard deviation period. SqrtPrice - applied price (drop-down list). BarsCount - amount of processed bars (reduces the download time when applying to a chart and using in programs).
The indicator detects and displays the 5-0 harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. During the formation the f
The indicator detects and displays the White Swan and Black Swan harmonic pattern on the chart according to the scheme provided in the screenshot. The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, does not require additional installation). After detecting the pattern, the indicator notifies of that by the pop-up window, a mobile notification and an email. The indicator highlights not only the complete figure, but also the time of its formation. Duri
The indicator detects and displays Shark harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is comple
The indicator detects and displays 3 Drives harmonic pattern (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangles. After the pattern is com
The indicator detects and displays Cypher harmonic pattern also known as Anti-Butterfly (see the screenshot). The pattern is plotted by the extreme values of the ZigZag indicator (included in the resources, no need to install). After detecting the pattern, the indicator notifies of that by a pop-up window, a mobile notification and an email. The indicator highlights the process of the pattern formation and not just the complete pattern. In the former case, it is displayed in the contour triangle
The indicator displays ZigZag lines from a higher timeframe (see the example in the screenshot). The red thin line is the current timeframe's ZigZag, while a thicker yellow line is the higher timeframe's one. The indicator is repainted as the data is updated. Parameters Depth, Dev, Back - ZigZag parameters; BarsCount - amount of processed bars (reduces the initial download time and decreases the load when using in an EA); TimeFrame - indicator timeframe (cannot be lower than the current one).
RenkoMaSignals
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, plots two moving averages by them and generates buy/sell signals based on the conditions displayed in the screenshots and described below: the buy signal is formed if the fast moving average is above the slow moving average, from 4 to 10 consecutive bullish Renko bars are displayed, followed by no more than 2 bearish and one bullish Renko bars; the sell signal is formed if the fast moving average is below the slow moving average, from 4 to 10 conse
The indicator displays renko bars on a chart, use them to plot MACD histogram and provides buy/sell signals: signal of MACD histogram crossing its signal line; signal of MACD histogram crossing the line 0. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficienc
RenkoMaStoch
Sergey Deev
1 (1)
The indicator displays renko bars on a chart, uses them to plot the fast and slow moving average and Stochastic, as well as it provides buy/sell signals: a buy signal is generated when the fast moving is above the slow one, and the signal line of Stochastic crosses the lower level from bottom up; a sell signal is generated when the fast moving is below the slow one, and the signal line of Stochastic crosses the upper level from top to bottom; Renko is a non-trivial price display method. Instead
The indicator displays Renko bars on the chart and uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, so the indicator can work on any time frame with the same efficiency. This implementation of t
The indicator displays Renko bars on the chart, uses them to plot the ZigZag - trend lines connecting the local Lows and Highs of the price movement, and highlights them based on the Gartley patterns, showing the potential price reversal points. Renko - specialized display of the price action, in which the graph is displayed not every bar of the time frame, but only under the condition that the price had passed more than the specified number of points. Renko bars are not bound to a time frame, s
The indicator displays renko bars on a chart, uses them to plot the MACD oscillator and determines the divergence conditions (divergences of price movements and oscillator values). The buy/sell signal is formed if the next High/Low price is not confirmed by the oscillator values. The ZigZag indicator is used to evaluate the extremums. Only the last 3 peaks are taken into account (see the screenshot). If peak 1 is higher than peak 2 or peak 3, and at the same time the macd value is lower, then a
The indicator displays renko bars on a chart and uses them to create ZigZag indicator - trend lines connecting local price movement Highs and Lows. The indicator, in turn, is used to create AB=CD displaying potential price reversal points. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any time
The indicator calculates and displays renko bars using MA and PSAR data as well as provides buy/sell signals. Renko is a non-trivial price display method. Instead of displaying each bar within a time interval, only the bars where the price moved a certain number of points are shown. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. Buy signal forms when PSAR readings are moving down, MA is moving up, the price is closing ab
RenkoBandMacd
Sergey Deev
1 (1)
The indicator displays Renko bars on the chart, uses their data to calculate and display the Bollinger Bands, MACD oscillator and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. When attached to a chart, the indicator checks for presenc
The indicator displays Renko bars on the chart, plots a channel based on that data and generates buy/sell signals. Renko is a non-trivial price display method, in which a bar within a time interval is shown on the chart only if the price has moved a certain number of points. Renko bars do not depend on a time interval, therefore the indicator works on any timeframe without losing its efficiency. The channel is defined as the upper and lower boundaries of the price movement over the specified per
Filtrer:
8601567
779
8601567 2022.04.29 02:43 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Sergey Deev
58815
Réponse du développeur Sergey Deev 2022.04.29 08:38
BC_max=0.786 was changed.
At the expense of the source code - only for a fee.
Mikhail Ryzhachenko
773
Mikhail Ryzhachenko 2020.06.05 04:41 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Qun Li
579
Qun Li 2019.08.20 05:09 
 

L'utilisateur n'a laissé aucun commentaire sur la note

sunnychow
8663
sunnychow 2018.11.05 18:34 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Matthew Todorovski
13122
Matthew Todorovski 2018.06.30 13:27 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Andrey Litvichenko
7558
Andrey Litvichenko 2017.10.29 05:14 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Ali irwan
5137
Ali irwan 2017.07.20 00:16 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Vyacheslav Korolev
4684
Vyacheslav Korolev 2017.05.05 13:59 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Gennadiy Voltornist
11909
Gennadiy Voltornist 2017.04.12 19:58 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Richard Jehl
1706
Richard Jehl 2016.09.12 17:44 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Maksym Mudrakov
29227
Maksym Mudrakov 2016.08.29 11:53 
 

L'utilisateur n'a laissé aucun commentaire sur la note

Répondre à l'avis
Version 1.5 2022.04.29
change deffault params
Version 1.4 2019.08.24
Add ChartEvents
Version 1.3 2019.06.10
удален логотип fx-prog.ru
Version 1.2 2016.04.12
- Buy and sell signals allocated among the indicator buffers
- Added ShowPredict parameter to hide a forming pattern