ALL Averages MT5

  • Purpose: The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals.
  • Key Features:
    • Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.).
    • Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants).
    • Displays a colored MA line (yellow for neutral, blue for uptrend, red for downtrend when ShowInColor is enabled).
    • Generates buy (lime arrows) and sell (red arrows) signals based on trend direction changes.
    • Configurable alerts for trend changes (sound, email, push notifications).
    • Supports multi-timeframe (MTF) analysis.
  • General Settings

    • TimeFrame: Select the timeframe for the indicator (e.g., M1, M5, H1, D1, or 0 for the current chart timeframe).
    • Price: Choose the price type for calculations:
      • Options include Close, Open, High, Low, Median, Typical, Weighted Close, Heiken Ashi variants, etc.
      • Example: Select close for standard close price or haClose for Heiken Ashi close.
    • MA_Period: Set the period for the moving average (default: 14). This determines the number of bars used in the calculation.
    • MA_Shift: Shift the MA line forward or backward on the chart (default: 0). Positive values shift forward, negative values shift backward.
    • MA_Method: Select the moving average type:
      • Options include SMA, EMA, Wilder, LWMA, HMA, TEMA, T3, Laguerre, etc. (see ENUM_MA_MODE in the code for the full list).
      • Example: SMA for Simple Moving Average, HMA for Hull Moving Average.
    • ShowInColor: Enable/disable color changes for the MA line (default: true).
      • Yellow: Neutral trend.
      • DeepSkyBlue: Uptrend (MA rising).
      • OrangeRed: Downtrend (MA falling).
    • CountBars: Number of bars to calculate (default: 0, meaning all available bars).

    Alert Settings

    • AlertOn: Enable/disable sound alerts for trend changes (default: false).
    • AlertShift: Bar to check for signals (0 = current bar, 1 = previous bar, default: 1).
    • SoundsNumber: Number of times to play the sound alert (default: 5).
    • SoundsPause: Pause in seconds between sound alerts (default: 5).
    • UpTrendSound: Sound file for uptrend signals (default: "alert.wav").
    • DnTrendSound: Sound file for downtrend signals (default: "alert2.wav").
    • EmailOn: Enable/disable email alerts (default: false).
    • EmailsNumber: Number of email notifications to send (default: 1).
    • PushNotificationOn: Enable/disable push notifications to mobile devices (default: false).

    4. How the Indicator Works

    • Moving Average Line:
      • The indicator plots a single MA line on the chart based on the selected MA_Method and Price.
      • The line changes color if ShowInColor is enabled:
        • Yellow: Neutral (no clear trend).
        • DeepSkyBlue: Uptrend (current MA value > previous MA value).
        • OrangeRed: Downtrend (current MA value < previous MA value).
    • Buy/Sell Signals:
      • Buy Signal: A lime arrow (symbol code 233) appears below the candle when the trend changes from downtrend (trend = 2) to uptrend (trend = 1).
      • Sell Signal: A red arrow (symbol code 234) appears above the candle when the trend changes from uptrend (trend = 1) to downtrend (trend = 2).
      • Signals are generated when the MA direction changes, indicating a potential trend reversal.
    • Multi-Timeframe (MTF):
      • If a higher timeframe is selected (e.g., H1 on an M15 chart), the indicator calculates the MA based on the higher timeframe data.
    • Alerts:
      • When a trend change occurs, the indicator can trigger:
        • Sound Alerts: Plays the specified sound file (UpTrendSound or DnTrendSound) up to SoundsNumber times with a pause of SoundsPause seconds.
        • Email Alerts: Sends an email with the signal details (up to EmailsNumber times).
        • Push Notifications: Sends a notification to your mobile device via the MT5 app.

    1. Example Configuration

    For a trend-following strategy on a daily chart (D1):

    • TimeFrame: D1 (or 0 for current chart).
    • Price: close.
    • MA_Period: 21.
    • MA_Shift: 0.
    • MA_Method: HMA (Hull Moving Average, for smoother and faster trend detection).
    • ShowInColor: true.
    • CountBars: 0 (calculate all bars).
    • AlertOn: true.
    • AlertShift: 1 (signals on the previous bar for confirmation).
    • UpTrendSound: "alert.wav".
    • DnTrendSound: "alert2.wav".
    • EmailOn: false.
    • PushNotificationOn: true.

    Expected Behavior:

    • The chart displays a Hull MA (HMA) line that changes color based on trend direction.
    • Lime arrows appear below candles for buy signals (trend turns up).
    • Red arrows appear above candles for sell signals (trend turns down).
    • Push notifications are sent to your mobile device when a new signal occurs.


    Produits recommandés
    The "MR Volume Profile Rectangles 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC) —the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile Rectangles 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a
    L'indicateur SMC Venom Model BPR est un outil professionnel pour les traders travaillant dans le concept Smart Money (SMC). Il identifie automatiquement deux modèles clés sur le graphique des prix: FVG   (Fair Value Gap) est une combinaison de trois bougies, dans laquelle il y a un écart entre la première et la troisième bougie. Forme une zone entre les niveaux où il n'y a pas de support de volume, ce qui conduit souvent à une correction des prix. BPR   (Balanced Price Range) est une combinaiso
    https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
    FREE
    DeepInsight
    Gustavo Santos Pedrosa
    Title: DeepInsight: Flow and Market Context Analysis What is DeepInsight? DeepInsight is a technical analysis tool for MetaTrader 5, developed to assist in reading market dynamics. The indicator processes volume and price movement data to generate objective visual references, facilitating the identification of areas of interest on the chart. The tool functions as an auxiliary analysis dashboard, offering support for manual decision-making without performing automatic order execution. Operationa
    Value Chart Candlesticks
    Flavio Javier Jarabeck
    4.69 (13)
    The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
    FREE
    Best SAR MT5
    Ashkan Hazegh Nikrou
    4.33 (3)
    La description :  nous sommes heureux de vous présenter notre nouvel indicateur gratuit basé sur l'un des indicateurs professionnels et populaires du marché des changes (PSAR). Cet indicateur est une nouvelle modification de l'indicateur SAR parabolique original. Dans l'indicateur pro SAR, vous pouvez voir un croisement entre les points et le graphique des prix. le croisement n'est pas un signal mais parle du potentiel de fin de mouvement, vous pouvez commencer à acheter par un nouveau point b
    FREE
    Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
    Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
    CvdDeltaVolumes
    Parasbhai N Patel
    Delta + CVD & CVD Candles Order-flow indicator combining Delta (Ask–Bid), Cumulative Volume Delta (CVD), and a unique CVD-based synthetic candle system. Shows buy/sell pressure, volume aggressiveness, and momentum shifts with optional Delta histogram, CVD line, and CVD+Delta combined candles. Useful for scalping, intraday trading, divergence detection, and understanding buyer/seller dominance. Overview The Delta + CVD & CVD Candles Indicator combines multiple order-flow tools into one clean
    Indicateur unique qui met en œuvre une approche professionnelle et quantitative pour signifier le trading de réversion. Il capitalise sur le fait que le prix dévie et revient à la moyenne de manière prévisible et mesurable, ce qui permet des règles d'entrée et de sortie claires qui surpassent largement les stratégies de trading non quantitatives. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Des signaux de trading clairs Étonnamment facile à échanger Couleurs et t
    RBreaker
    Zhong Long Wu
    RBreaker Gold Indicators est une stratégie de trading intraday à court terme pour les contrats à terme sur l'or, qui combine deux approches : le suivi de tendance et le retournement intraday. Elle permet non seulement de capturer les profits dans les marchés en tendance, mais aussi de prendre des bénéfices en temps opportun lors des retournements de marché et d'ouvrir une position en sens inverse. Cette stratégie a été classée pendant 15 années consécutives parmi les dix stratégies de trading l
    The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns, including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patter
    Owl Smart Levels MT5
    Sergey Ermolov
    4.03 (32)
    Version MT4   |  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 Conseiller-Assis
    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
    HMA Trend Professional MT5
    Pavel Zamoshnikov
    4.25 (4)
    Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
    Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
    Range Directional Force Indicator – Designed for You to Optimize! The Range Directional Force Indicator is a cutting-edge tool designed to empower traders by visualizing market dynamics and directional strength. Built to offer insights into market trends and reversals, this indicator is an invaluable asset for traders seeking precision in their strategies. However, it is important to note that this indicator is not optimized, leaving room for you to tailor it to your unique trading preferences.
    Indicateur Balance of Power (BOP) avec support multi-timeframe, signaux visuels personnalisables et système d'alertes configurable. Les services de programmation freelance, les mises à jour et autres produits TrueTL sont disponibles sur mon profil MQL5 . Les retours et avis sont très appréciés ! Qu'est-ce que le BOP ? Balance of Power (BOP) est un oscillateur qui mesure la force des acheteurs par rapport aux vendeurs en comparant la variation du prix à la plage de la bougie. L'indicateur est
    FREE
    Donchian Breakout And Rsi
    Mattia Impicciatore
    5 (1)
    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
    Your Trend Friend
    Luigi Nunes Labigalini
    5 (1)
    The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
    High Low Open Close
    Alexandre Borela
    4.98 (43)
    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
    Indicateur pour déterminer plat et tendance. Si le prix est inférieur à l'un des deux histogrammes et des deux lignes (rouge et bleu), il s'agit d'une zone de vente. Lors de l'achat de cette version de l'indicateur, version MT4 pour un compte réel et un compte démo - en cadeau (pour recevoir, écrivez-moi un message privé) ! Si le prix est au-dessus de l'un des deux histogrammes et des deux lignes (rouge et bleue), il s'agit d'une zone d'achat. Version MT4 : https://www.mql5.com/en/market/pro
    Overview Heiken Ashi CE Filtered MT5 is a technical indicator for the MetaTrader 5 platform. It integrates smoothed candlestick charting with a dynamic exit strategy and a customizable trend filter to deliver clear buy and sell signals. The indicator is designed to improve trend detection and signal reliability by reducing market noise. If you want to see more high-quality products or order the development/conversion of your own products, visit my partners' website: 4xDev Get 10% OFF on manual
    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.
    1. Overview The Scalping PullBack Signal indicator is a powerful technical analysis tool designed to help traders identify scalping opportunities based on potential pullback and reversal signals. This tool is particularly useful on lower timeframes (below 15 minutes) but can also be applied on higher timeframes for longer-term trades. This indicator integrates several key analytical components, providing a comprehensive view of trends and potential entry/exit points, helping you make quick and e
    FREE
    Introduction The Wave Trend Oscillator Indicator for MT5 is one of the well known indicators in the market, helping traders find strong entry points into the market. Like any other MetaTrader 5 indicator , it can produce both good and bad signals, but the number of accurate buy/sell signals is significantly higher than the weak ones. This makes it a powerful tool for improving your forex trading strategy , whether you are a beginner or an advanced trader. How does this indicator work? This indic
    Indicateur Crypto_Forex « HTF Moving Averages Cross » pour MT5. - Améliorez vos méthodes de trading avec le puissant indicateur HTF Moving Averages Cross pour MT5. HTF signifie « période de temps supérieure ». - Cet indicateur est idéal pour les traders de tendance avec des entrées d'action de prix. - Il vous permet d'associer des moyennes mobiles rapides et lentes d'une période de temps supérieure à votre graphique actuel - une méthode professionnelle. - HTF Moving Averages Cross intègre des
    SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
    General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. The indicator looks at historical daily trading ranges to lay out levels at which it takes long and short positions based on the statistical levels. The indicator is built around index futures, mainly around S&P and the DOW but can be used an any futures contract mainly using AMP Futures to trade. The indicator is
    Long&Short Cointegration Analyzer An advanced tool for traders looking to profit from cointegration. Analyzes any asset pair for Long&Short strategies. What does the Long&Short Cointegration Analyzer do? Identifies cointegrated pairs that revert to the mean, ideal for profitable trades. Provides a detailed panel with statistical data for confident decisions. Works with any currency pair, on any timeframe. Find buying and selling opportunities based on cointegration. Minimize risks with a relia
    Les acheteurs de ce produit ont également acheté
    SuperScalp Pro
    Van Minh Nguyen
    5 (11)
    SuperScalp Pro – Système d’indicateur de scalping avancé multi-filtres SuperScalp Pro est un système d’indicateur de scalping avancé qui combine le Supertrend classique avec plusieurs filtres de confirmation intelligents. L’indicateur fonctionne efficacement sur toutes les unités de temps de M1 à H4 et est particulièrement adapté à XAUUSD, BTCUSD et aux principales paires Forex. Il peut être utilisé comme système autonome ou intégré de manière flexible dans des stratégies de trading existantes.
    Divergence Bomber
    Ihor Otkydach
    4.89 (83)
    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
    Azimuth Pro
    Ottaviano De Cicco
    5 (4)
    LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
    Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
    Si vous achetez cet indicateur, vous recevrez mon Gestionnaire de Trading Professionnel + EA  GRATUITEMENT. 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
    FX Trend MT5 NG
    Daniel Stein
    5 (4)
    FX Trend NG : La Nouvelle Génération d’Intelligence de Tendance Multi-Marchés Vue d’ensemble FX Trend NG est un outil professionnel d’analyse de tendance multi-timeframe et de surveillance des marchés. Il vous permet de comprendre la structure complète du marché en quelques secondes. Au lieu de naviguer entre de nombreux graphiques, vous identifiez immédiatement quels instruments sont en tendance, où le momentum s’affaiblit et où plusieurs unités de temps sont alignées. Offre de Lancement – Ob
    Power Candles MT5
    Daniel Stein
    5 (6)
    Power Candles – Signaux d’entrée basés sur la force pour tous les marchés Power Candles intègre l’analyse de force éprouvée de Stein Investments directement dans le graphique des prix. Au lieu de réagir uniquement au prix, chaque bougie est colorée en fonction de la force réelle du marché, ce qui permet d’identifier instantanément les phases de momentum, l’accélération de la force et les transitions de tendance propres. Une logique unique pour tous les marchés Power Candles fonctionne automatiqu
    RFI levels PRO MT5
    Roman Podpora
    3.67 (3)
    L'indicateur montre avec précision les points de retournement et les zones de retour des prix où le       Acteurs majeurs   . Vous repérez les nouvelles tendances et prenez des décisions avec une précision maximale, en gardant le contrôle de chaque transaction. VERSION MT4     -    Révèle son potentiel maximal lorsqu'il est combiné à l'indicateur   TREND LINES PRO Ce que l'indicateur montre : Structures et niveaux d'inversion avec activation au début d'une nouvelle tendance. Affichage des nivea
    Trend Screener Pro MT5
    STE S.S.COMPANY
    4.81 (103)
    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
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    Grabber System MT5
    Ihor Otkydach
    4.83 (23)
    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
    Game Changer Indicator mt5
    Vasiliy Strukov
    4.48 (23)
    Game Changer est un indicateur de tendance révolutionnaire conçu pour être utilisé sur n'importe quel instrument financier et transformer votre MetaTrader en un puissant outil d'analyse de tendance. Il fonctionne sur toutes les unités de temps et facilite l'identification des tendances, signale les retournements potentiels, sert de mécanisme de stop suiveur et fournit des alertes en temps réel pour une réactivité optimale du marché. Que vous soyez un professionnel chevronné ou un débutant en qu
    Atomic Analyst MT5
    Issam Kassas
    4.03 (30)
    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 à
    OmniSync Projection
    Antonio-alin Teculescu
    5 (1)
    Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
    FX Power MT5 NG
    Daniel Stein
    5 (31)
    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
    Smart Stop Indicator – Précision intelligente du stop-loss directement sur votre graphique Présentation Smart Stop Indicator est la solution idéale pour les traders qui souhaitent placer leur stop-loss de manière claire et méthodique, sans deviner ni suivre leur intuition. Cet outil combine la logique classique de price action (succession de plus hauts et de plus bas) avec une reconnaissance moderne des cassures pour identifier le prochain niveau de stop réellement logique. Que le marché soit
    TREND LINES PRO   Cet indicateur permet de comprendre les véritables changements de direction du marché. Il révèle les renversements de tendance et les points de retour des principaux acteurs. Tu vois   Lignes BOS   Détection des changements de tendance et des niveaux clés sur des unités de temps supérieures, sans paramètres complexes ni interférences inutiles. Les signaux restent affichés sur le graphique même après la fermeture de la bougie. Version MT4   -   Révèle son potentiel maximal lorsq
    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. Cours en ligne, manuel utilisateur et démonstration. 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 le
    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
    Trend indicator AI mt5
    Ramil Minniakhmetov
    5 (15)
    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
    Crystal Heikin Ashi Signals
    Muhammad Jawad Shabir
    5 (1)
    Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
    RelicusRoad Pro : Système d'Exploitation Quantitatif du Marché 70% DE RÉDUCTION ACCÈS À VIE (DURÉE LIMITÉE) - REJOIGNEZ 2 000+ TRADERS Pourquoi la plupart des traders échouent-ils même avec des indicateurs "parfaits" ? Parce qu'ils tradent des concepts isolés dans le vide. Un signal sans contexte est un pari. Pour gagner, il faut de la CONFLUENCE . RelicusRoad Pro est un Écosystème Quantitatif complet . Il cartographie la "Fair Value Road", distinguant le bruit des cassures structurelles. Arrête
    FX Levels MT5
    Daniel Stein
    5 (13)
    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
    Quantum TrendPulse
    Bogdan Ion Puscasu
    5 (22)
    Présentation de   Quantum TrendPulse   , l'outil de trading ultime qui combine la puissance de   SuperTrend   ,   RSI   et   Stochastic   dans un seul indicateur complet pour maximiser votre potentiel de trading. Conçu pour les traders qui recherchent précision et efficacité, cet indicateur vous aide à identifier les tendances du marché, les changements de dynamique et les points d'entrée et de sortie optimaux en toute confiance. Caractéristiques principales : Intégration SuperTrend :   suivez f
    Pips Stalker mt5
    Abdulkarim Karazon
    5 (1)
    Le Pips Stalker est un indicateur de type flèche long et court, il aide les traders de tous niveaux à prendre de meilleures décisions en négociant le marché, l’indicateur ne se repeint jamais et utilise le RSI comme logique principale du signal ; une fois une flèche donnée, elle ne repeint ni ne repeint plus et les flèches ne sont pas retardées. VERSION MT4 &lt;---- CARACTÉRISTIQUES DE LA FLÈCHE PIPS STALKER : PANNEAU DE STATISTIQUES Un tableau de bord d’informations unique qui montre le po
    Gold Sniper Scalper Pro
    Ich Khiem Nguyen
    3.78 (9)
    Gold Sniper Scalper Pro est un indicateur pour MetaTrader 5 conçu spécifiquement pour détecter les figures de fausse cassure (false breakout) sur XAUUSD. Il identifie la structure piège à 4 barres où le prix franchit la limite d'un range, attire les traders de cassure, puis inverse — confirmant que le mouvement était une fausse cassure. L'indicateur évalue chaque configuration selon 17 facteurs de qualité, la traite à travers un pipeline de confluence à 4 couches, la vérifie contre un moteur de
    Candle Smart Range
    Gianny Alexander Lugo Sanchez
    5 (1)
    Candle Smart Range (CSR) pour MetaTrader 5 Candle Smart Range est un indicateur technique conçu pour l'identification automatique des plages de prix sur plusieurs unités de temps. Cet outil analyse la structure du marché en se basant sur les formations de bougies et l'interaction du prix avec les plus hauts et plus bas précédents. Caractéristiques principales : Détection de Plages : Identifie les zones de consolidation avant les mouvements impulsifs. Identification des Fausses Cassures : Marque
    IX Power MT5
    Daniel Stein
    4.92 (13)
    IX Power : Découvrez des insights de marché pour les indices, matières premières, cryptomonnaies et forex Vue d’ensemble IX Power est un outil polyvalent conçu pour analyser la force des indices, matières premières, cryptomonnaies et symboles forex. Tandis que FX Power offre une précision maximale pour les paires de devises en utilisant toutes les données disponibles, IX Power se concentre exclusivement sur les données du symbole sous-jacent. Cela fait de IX Power un excellent choix pour les m
    PZ Swing Trading MT5
    PZ TRADING SLU
    5 (5)
    Protect against whipsaws: revolutionize your swing trading approach Swing Trading is the first indicator designed to detect swings in the direction of the trend and possible reversal swings. It uses the baseline swing trading approach, widely described in trading literature. The indicator studies several price and time vectors to track the aggregate trend direction and detects situations in which the market is oversold or overbought and ready to correct. [ Installation Guide | Update Guide | Tro
    Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
    Plus de l'auteur
    This MQL5 indicator, named BoS_ChoCh_Indicator, detects Break of Structure (BoS) and Change of Character (ChoCh) in trading charts. It identifies pivot highs and lows using a user-defined period (default 5), monitors price breakouts above highs or below lows, classifies them as bullish/bearish BoS or ChoCh based on the prevailing trend, draws colored lines and labels on the chart for visualization, and populates buffers with signals, structure levels, and trend direction (1 for up, -1 for down)
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. MT4 version: https://www.mql5.com/en/market/product/129509?source=Site +Market+My+Products+Page My Other Products:  https://www.mql5.com/en/users/1700046313/seller How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator develo
    This indicator functions similarly to the traditional Relative Strength Index (RSI), but it's integrated directly onto the main price chart. This setup allows traders to more easily identify price fluctuations and recognize conditions of overbought or oversold markets. By observing the indicator in conjunction with price movements, you can gain valuable insights into potential trend reversals or continued momentum. Keep an eye on these signals to enhance your trading strategy. Happy trading, eve
    FREE
    TD Sequential EA
    George Njau Ngugi
    Overview The TD Sequential EA is a sophisticated automated trading system designed to capitalize on the TD Sequential indicator, developed by Tom DeMark. This EA identifies trading opportunities based on TD Sequential setups and executes trades with predefined risk management parameters. It offers a clean and customizable chart appearance and allows users to set their own lot sizes and other trading parameters. Key Features Automated Trading : Executes buy and sell orders based on TD Sequential
    To access the TD sequential Scanner for MT5, please check https://www.mql5.com/en/market/product/123369?source=Site +Market+My+Products+Page. One of the MT5 versions includes additional timeframes such as M1, M2, M3,H2,H6,H8 and so on.( https://www.mql5.com/en/market/product/123367?source=Site +Market+My+Products+Page) TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in fi
    The indicator I’m referring to is a leading indicator, similar to the Bill Williams Fractals indicator, but with an added feature: it draws vertical lines on the chart to mark significant points in time. This functionality makes it particularly useful for traders as it provides clear visual cues for potential trading opportunities. What sets this indicator apart is its versatility; it can be applied across all timeframes and any currency pair, making it suitable for a wide range of trading stra
    This indicator functions similarly to the Relative Strength Index (RSI), but with a key difference: instead of being displayed in a separate window, it overlays directly on the main price chart. This allows for more convenient visualization and interpretation of market momentum alongside price movements. I believe this indicator will enhance your trading experience by providing clearer insights into market conditions. Wishing you successful trading!
    This tool is designed specifically for traders seeking to identify market reversals, allowing you to capitalize on advantageous trading opportunities. The indicator has undergone extensive testing and has established itself as a leading indicator; it often predicts market movements effectively. When a buy or sell signal is generated by the indicator, it tends to align with the market’s subsequent behavior, following the trend indicated by the signal. By utilizing this indicator, you can enhance
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Here’s a brief description of how to use the indicator effectively. How to Use TD Sequential by Tom DeMark The TD Sequential is a technical analysis indicator developed by Tom DeMark, designed to identify potential turning points in market trends. It is widely used by traders to anticipate market reversals and manage trading ris
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. Most effective with TD sequential :           MT4:  https://www.mql5.com/en/market/product/129509?source=Site +Profile+Seller           MT5:  https://www.mql5.com/en/market/product/129507?source=Site +Profile+Seller My Other products:  https://www.mql5.com/en/users/1700046313/seller Here’s a brief description of how to use the
    This indicator outlines take profit (TP) stations derived from the Dinapoli ABC price projections. The key levels identified include COP (the critical operation point) designated as TP1, OP (the optimal point) marked as TP3, and SXOP (the secondary operation point) noted as TP4. This indicator proves to be especially beneficial for traders entering positions without clearly defined exit points. The Dinapoli levels provide precise price projections that highlight where the market is most likely
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    If you're familiar with COP, OP, and XOP levels, this indicator is definitely worth considering. There's no need to manually plot the ABC levels, as the indicator automatically calculates and displays the OP projection levels for you, updating regularly as the price changes. This is an essential indicator for your trading toolkit. Please if you are unsual on how to use this indicator feel fell to ask me for help and i can assist you where i can. Happy trading!
    If you're familiar with trading using Dinapoli levels, then this indicator is definitely worth your attention. It automatically plots key levels such as COP (Change of Polarity), OP (Objective Price), and XOP (Extended Objective Price) on your charts, regardless of the timeframe you choose to work with. One of the standout features of this indicator is its ability to generate alerts. Whenever a new ABC pattern is automatically identified and plotted by the indicator, you will receive a notifica
    Moving MinMax is a custom trend indicator that helps you easily identify the current market direction , reversals , and high-probability trade setups . This tool uses a unique calculation method that measures price pressure from both buyers and sellers, helping you see who is in control and when the market is likely to change direction. Unlike basic oscillators or moving averages, this indicator computes trend likelihoods using a distribution-based exponential model applied over a moving price w
    Two indicator
    George Njau Ngugi
    How to Use this indicator-: 1. Trend-Following Strategy Objective : Enter trades in the direction of the trend when the Net Score and Signal Line confirm a strong trend. Identify the Trend : Look at the Net Score in the separate window: If the Net Score is above 0 and rising, the trend is bullish. If the Net Score is below 0 and falling, the trend is bearish. Confirm with the LazyLine on the main chart: Green LazyLine indicates an uptrend. Red LazyLine indicates a downtrend. Entry : Buy (Long)
    Purpose : The AllAverages indicator plots a moving average line on the chart, with options to select from a wide range of MA types and price applications. It also displays buy and sell signals as arrows when the trend changes, and supports alerts (sound, email, push notifications) for these signals. Key Features : Supports multiple moving average types (e.g., SMA, EMA, HMA, TEMA, etc.). Allows customization of the price type (e.g., Close, Open, High, Low, Heiken Ashi variants). Displays a colore
    The Trend and Revesal Indicator is a custom indicator designed to help traders identify trend direction, reversal points, and high-probability trade setups. It uses advanced mathematical calculations to analyze market behavior and highlight potential turning points with great accuracy. This indicator measures buying and selling pressure over a defined period and shows which side is in control. It provides a clear visual display of trend zones, reversal arrows, and momentum signals in a separate
    If you are unsure how to use this indicator, please feel free to reach out to me. I will explain it to you and provide reading materials to help you make the most of it. TD Sequential Scanner: An Overview The TD Sequential scanner is a powerful technical analysis tool designed to identify potential price exhaustion points and trend reversals in financial markets. Developed by Tom DeMark, this method is widely used by traders to gauge market cycles and potential turning points with precision. Ho
    This new version includes all MT5 timeframes (M1, M2, M3, M4, M5, M6, M10, M12, M15, M20, M30, H1, H2, H3, H4, H6, H8, H12, D1, W1 & MN1). The TD count for each timeframe is displayed on the top left corner. You don't need to do analysis anymore, as the scanner does all the analysis and updates every 1 second, allowing users to see real-time data for informed decision-making. Alerts are set on by default (can be turned off), which notifies users at the completion of every TD9. If you need a sca
    Description of the Ichimoku Cloud Scanner  The Ichimoku Cloud Scanner is an advanced MetaTrader 5 (MT5) custom indicator designed to monitor the Ichimoku Cloud system across multiple timeframes and provide visual and audible alerts based on the price's position relative to the Ichimoku Cloud. Here's a detailed description of its features and functionalities: Features: Ichimoku Cloud Calculation : Utilizes the Ichimoku Cloud indicator, which consists of five components: Tenkan-sen (Conversion Lin
    This indicator serves as a crucial leading tool for identifying pivotal points in market reversals. It provides traders with valuable insights regardless of the timeframe they are analyzing, whether it be minutes, hours, or days. Additionally, it is compatible with all trading pairs, making it highly versatile for various market scenarios. Incorporating this indicator into your trading strategy can significantly enhance your decision-making process and improve your overall trading performance. B
    A fair value gap (FVG) is a temporary price gap that occurs when the price of a stock or security is out of line with its fair value.   This gap is often caused by an imbalance between buyers and sellers. How it works Price imbalance When there is an imbalance between buyers and sellers, the price of a security can move too quickly. Price gap This creates an unadjusted area on the price chart, known as the fair value gap Price correction The price is often drawn back to the fair value gap, as i
    The Machine Learning Supertrend is a highly effective trading indicator specifically designed to identify and illustrate potential buy and sell signals through the use of clearly marked arrows.  One of the key advantages of this indicator is that it operates as a leading indicator, meaning it anticipates market movements rather than following them. Unlike many traditional indicators, the Machine Learning Supertrend does not lag or repaint, ensuring the signals provided are timely and reliable.
    The Jurik Moving Average (JMA) is a sophisticated, adaptive moving average designed to reduce lag while maintaining smoothness. Unlike traditional moving averages (e.g., SMA, EMA), JMA adjusts dynamically to market volatility, making it more responsive to price changes. It’s particularly useful in trading for identifying trends and generating signals with less noise. Input Parameters : inpJmaPeriod (default: 14): The period for calculating the JMA and ATR. inpJmaPhase (default: 0): Controls the
    Generates Buy/Sell Signals : Buy Signal : An upward arrow ( DRAW_ARROW ) appears when the JMA changes from a downtrend (red) to an uptrend (green). Sell Signal : A downward arrow ( DRAW_ARROW ) appears when the JMA changes from an uptrend (green) to a downtrend (red). Arrows are placed below (buy) or above (sell) the candle for visibility. Trend Following : Green Line : Indicates an uptrend. Consider holding or entering long positions. Crimson Line : Indicates a downtrend. Consider holding or en
    Purpose : The SuperTrend indicator tracks price trends, plotting a line that follows the trend direction (up or down) and optionally fills the area between the trend line and the closing price Plots : SuperTrend Line : A colored line (green for uptrend, red for downtrend) plotted below the price in uptrends and above in downtrends. Filling : Optional filled area (bisque/pale green) between the SuperTrend line and the closing price, shown only if Show_Filling is true. Logic : Calculates ATR usin
    Advanced Range Analyzer Pro – Smart Range Breakout & Probability Indicator Advanced Range Analyzer Pro is a powerful volatility-based range detection tool designed to identify high-probability consolidation zones before explosive breakouts occur. Using ATR, RSI, MACD, and volume-weighted price dynamics, this indicator automatically: Detects and draws clean, non-overlapping consolidation ranges Measures real-time Range Strength (compression & accumulation analysis) Calculates Bullish vs Bea
    Renko Chartt
    George Njau Ngugi
    Smart Adaptive Renko Pro – Dynamic ATR & Fixed Box Renko Indicator Smart Adaptive Renko Pro is a powerful non-time-based Renko indicator designed to eliminate market noise and reveal true price momentum with precision. Unlike standard chart candles, this indicator builds Renko bricks based purely on price movement — helping traders focus on trend strength, reversals, and clean breakout structures. Key Features Adaptive ATR-Based Box Size (Auto-adjusts to market volatility) Fixed Pip Box M
    FractalEA Pro
    George Njau Ngugi
    FractalEA Pro — Smart Fractal Trading, Fully Automated FractalEA Pro turns Bill Williams' proven Fractal indicator into a complete, fully automated trading system. Every entry is confirmed by multiple filters — EMA trend direction, RSI momentum check, ATR volatility guard, and session timing — so the EA only trades when conditions genuinely align, not on every signal that appears. What makes FractalEA Pro stand out is the control it gives you. Every single feature has its own ON/OFF switch. Turn
    Filtrer:
    Aucun avis
    Répondre à l'avis