Corridor BARs MT5

The indicator shows the upper, middle and lower price limits for a certain period of time.

Also, two Moving Averages (MAs) are displayed.


Parameters

  • CTType: corridor basis. _Hour: hours, _Day: days, _Bars: bars
  • CTPrice: price type, by bars. OpenClose: Open/Close prices, HighLow: High/Low prices
  • CTShift: corridor shift
  • CTNum: how much to consider for building a corridor, min 2
  • CTPeriodFast: Fast period, min 2
  • CTShiftFast: Fast MA shift
  • CTMethodFast: Fast averaging method
  • CTPeriodSlow: Slow period, min 2
  • CTShiftSlow: Slow MA shift
  • CTMethodSlow: Slow averaging method


Clipboard

  • 0: Corridor top
  • 1: Corridor bottom
  • 2: Corridor average
  • 3: Fast MA
  • 4: Slow MA
Fully autonomous. No need for extra indicators.

Sample indicator call:

input int            CTType       = 2, // 0 hours, 1 days, 2 bars
                     CTPrice      = 0, // 0 Open/Close, 1 High/Low
                     CTNum        = 50,
                     CTPeriodFast = 9,
                     CTShiftFast  = 0;
input ENUM_MA_METHOD CTMethodFast = MODE_SMA;
input int            CTPeriodSlow = 15,
                     CTShiftSlow  = 0;
input ENUM_MA_METHOD CTMethodSlow = MODE_SMA;

int    handle;
struct SBuffers
{
     double array[];
} Buffers[5];

void OnInit()
{
     handle = iCustom(_Symbol, 0, "CorridorTrade", CTType, CTPrice, 0, CTNum, CTPeriodFast, 0, CTMethodFast, CTPeriodSlow, 0, CTMethodSlow);
     if(handle==INVALID_HANDLE) ExpertRemove();
     
     for(int i=0; i<5; i++)
          ArraySetAsSeries(Buffers[i].array, true);
}
void OnTick()
{
     for(int i=0; i<5; i++)
     {
          ArrayFree(Buffers[i].array);
          if( CopyBuffer(handle, i, 0, 1, Buffers[i].array) != 1 )
               return;
     }
     
     Comment(  "Top: ",    DoubleToString(Buffers[0].array[0], _Digits),
               "\n",
               "Bottom: ", DoubleToString(Buffers[1].array[0], _Digits),
               "\n",
               "Medium: ", DoubleToString(Buffers[2].array[0], _Digits),
               "\n",
               "Fast: ",   DoubleToString(Buffers[3].array[0], _Digits),
               "\n",
               "Slow: ",   DoubleToString(Buffers[4].array[0], _Digits)
            );
}
Produits recommandés
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
Wave Trend MT5
Diego Arribas Lopez
MT4 Version Wave Trend MT5 Wave Trend is an oscillator, which helps identifing in a extremely accurate manner market reversals. The Oscillator being obove the overbought level and a cross down of the fast into the slow MA usually indicates a good SELL signal. If the oscillators is below the oversold level and the fast MA crosses over the slower MA usually highlights a good BUY signal. The Wave Trend indicator can be also used when divergences appear against the price, indicating the current move
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
Identify precise entry and exit points with AB=CD patterns This indicator finds AB=CD retracement patterns. The AB=CD Retracement pattern is a 4-point price structure where the initial price segment is partially retraced and followed by an equidistant move from the completion of the pullback, and is the basic foundation for all harmonic patterns. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Customizable pattern sizes Customizable AC and BD ratios Customizable b
ATrend
Zaha Feiz
4.82 (17)
ATREND ATREND : Comment ça fonctionne et comment l'utiliser Comment ça fonctionne L'indicateur "ATREND" pour la plateforme MT5 est conçu pour fournir aux traders des signaux d'achat et de vente robustes en utilisant une combinaison de méthodologies d'analyse technique. Cet indicateur s'appuie principalement sur la plage vraie moyenne (ATR) pour mesurer la volatilité, ainsi que sur des algorithmes de détection de tendance pour identifier les mouvements potentiels du marché. Laissez un message ap
Trend Forecaster
Alexey Minkov
5 (7)
The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
Double HMA MTF for MT5
Pavel Zamoshnikov
4 (4)
This is an advanced multi-timeframe version of the popular Hull Moving Average (HMA) Features Two lines of the Hull indicator of different timeframes on the same chart. The HMA line of the higher timeframe defines the trend, and the HMA line of the current timeframe defines the short-term price movements. A graphical panel with HMA indicator data from all timeframes at the same time . If the HMA switched its direction on any timeframe, the panel displays a question or exclamation mark with a tex
Multi-Timeframe Money Flow Index (MTF MFI) with Smart Divergence and Dashboard Unlock the flow of institutional money across every timeframe. Are you tired of guessing the trend only to be trapped by a sudden reversal? The Multi-Timeframe Money Flow Index (MTF MFI) is a professional-grade trading tool designed to provide a bird's-eye view of market liquidity and momentum. By aggregating volume-weighted data from W1 down to M1, this indicator eliminates noise and highlights high-probability tra
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
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 Channel channel indicator is a classic indicator of a family of channel indicators, the use of which allows the trader to respond in time to the price out of the channel set for it. This corridor is built on the basis of the analysis of several candles, starting from the last, as a result of which the extrema of the studied interval are determined. It is they who create the channel lines. Trading in the channel is one of the most popular Forex strategies; its simplicity allows even beg
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
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.
Fib Auto Trendline
Nhlanhla Brilliant Mashavha
INTRODUCTION The  Fib Autotrendline   is a basic tool that analysts use to find out when a security's trend is reversing. By determining the   support and resistance areas , it helps to identify significant changes in price while filtering out short-term fluctuations, thus eliminating the noise of everyday market conditions. It is an excellent tool for any trader who follows indicators that use   swing highs  and   swing lows . How to Use the fib Auto Trendline Indicator The Fib Auto Trendline
Stratégie de Flèche RSI Bandes de Bollinger (RSI Bollinger Bands Arrow Strategy) La Stratégie de Flèche RSI Bandes de Bollinger est un indicateur technique propre et efficace, conçu pour identifier les points de retournement à haute probabilité en utilisant la combinaison du RSI et des Bandes de Bollinger. Cette stratégie utilise l'indicateur RSI avec les Bandes de Bollinger pour: Vendre lorsque le prix est au-dessus de la Bande de Bollinger supérieure. Acheter lorsque le prix est en dessous de
This is Gekko's Cutomized Relative Strength Index (RSI), a customized version of the famous RSI indicator. Use the regular RSI and take advantage two entry signals calculations and different ways of being alerted whenever there is potential entry or exit point. Inputs Period: Period for the RSI calculation; How will the indicator calculate entry (swing) signals: 1- Produces Exit Signals for Swings based on RSI entering and leaving Upper and Lower Levels Zones; 2- Produces Entry/Exit Signals for
Tma Poc Gold
Ignacio Agustin Mene Franco
POC + TMA SCALPER GOLD - Expert Advisor Professional DESCRIPTION: Automated trading system designed specifically for XAU/USD, combining Point of Control (POC) with Triangular Moving Average (TMA) to identify high-volume and trending zones. It uses advanced risk management with dynamic trailing stops and an intelligent grid system. TECHNICA
Renko System
Marco Montemari
This indicator can be considered as a trading system. It offers a different view to see the currency pair: full timeless indicator, can be used for manual trading or for automatized trading with some expert advisor. When the price reaches a threshold a new block is created according to the set mode. The indicator beside the Renko bars, shows also 3 moving averages. Features renko mode median renko custom median renko 3 moving averages wicks datetime indicator for each block custom notification
Indicator Description 4 Hull MA Color + Envelopes is a powerful trend-following indicator for MetaTrader 5 that combines four Hull Moving Averages (HMA) with Moving Average Envelopes to clearly identify market direction, trend strength, and potential reversal or pullback zones. This indicator is designed to reduce noise, react quickly to price movement, and provide a clean visual structure for professional trading.   Key Features   4 Hull Moving Averages (20, 50, 100, 200) Automatic color change
FREE
TrendDetect
Pavel Gotkevitch
The Trend Detect indicator combines the features of both trend indicators and oscillators. This indicator is a convenient tool for detecting short-term market cycles and identifying overbought and oversold levels. A long position can be opened when the indicator starts leaving the oversold area and breaks the zero level from below. A short position can be opened when the indicator starts leaving the overbought area and breaks the zero level from above. An opposite signal of the indicator can b
Automated Trendlines MT5
Georgios Kalomoiropoulos
Les lignes de tendance sont l'outil d'analyse technique le plus essentiel dans le trading forex. Malheureusement, la plupart des commerçants ne les dessinent pas correctement. L'indicateur Automated Trendlines est un outil professionnel pour les traders sérieux qui vous aide à visualiser le mouvement de tendance des marchés. Il existe deux types de lignes de tendance, les lignes de tendance haussières et les lignes de tendance baissières. Dans la tendance haussière, la ligne de tendance du Fo
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default:   "current time frame" Function:   Sets the time frame for indicator calculation Options:   Can
RSI Divergence Suite Pro - Indicateur Avancé pour MetaTrader 5 Aperçu Le RSI Divergence Suite Pro est un indicateur technique avancé pour MetaTrader 5 qui détecte automatiquement les divergences entre le prix et le RSI, fournissant des signaux de trading de haute précision. Cet indicateur professionnel combine la puissance du RSI avec l'analyse des divergences, le support/résistance multi-timeframe et un système d'alerte complet. Caractéristiques Principales Détection Avancée des Divergences Qua
DYJ TRADINGVIEW est un système de notation multi-indicateurs, utilisant le décompte des signaux de notation et des outils d'analyse pour trouver des opportunités d'entrée sur les marchés mondiaux DYJ TRADINGVIEW dispose de 10 indicateurs intégrés pour l'analyse du marché. L'analyse basée sur des indicateurs est utilisée par de nombreux commerçants pour les aider à prendre des décisions sur les transactions à prendre et où les entrer et les sortir. Nous utilisons plusieurs types différents qu
Il s'agit d'un indicateur MTF des niveaux de support et de résistance basé sur les   extremums de l'indicateur Advanced ZigZag Dynamic   et/ou   Extended Fractals   avec des étiquettes de prix (peut être désactivé). Des TF plus élevés peuvent être sélectionnés pour le mode MTF. Par défaut, les niveaux sont générés en fonction des points indicateurs ZigZag. Les points indicateurs de fractales peuvent également être utilisés avec ZigZag ou à sa place. Afin de simplifier l'utilisation et d'économis
Auto Optimized RSI   est un indicateur fléché intelligent et facile à utiliser, conçu pour fournir des signaux d’achat et de vente précis. Il utilise des simulations de trading sur des données historiques pour déterminer automatiquement les niveaux RSI les plus efficaces pour chaque instrument et période. Cet indicateur peut être utilisé comme un système de trading autonome ou intégré dans votre stratégie existante, et il est particulièrement utile pour les traders à court terme. Contrairement 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
Unlock key market insights with automated support and resistance lines Tired of plotting support and resistance lines? This is a multi-timeframe indicator that detects and plots supports and resistance lines in the chart with the same precision as a human eye would. As price levels are tested over time and its importance increases, the lines become thicker and darker, making price leves easy to glance and evaluate. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Boos
Terra Infinity is a flat indicator. This improved version of the CalcFlat indicator has three additional lines that significantly increase its effectiveness. Unlike its predecessor with two static levels, Terra Infinity adds three dynamic lines above the main histogram, which are interpreted as follows: base signal line, minimum signal line, maximum signal line. These lines are formed using the additional parameter Avg, which is the average value of the histogram. Averaging produces a line cl
Ichimoku Aiko MTF
Michael Jonah Randriamampionontsoa
Ichimoku Aiko MTF is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It is a multi-timeframe indicator so you don't need to change the chart timeframe when you want to see the ichimoku clouds on a higher timeframe.  eg. The chart timeframe is M15 and you want to see on the M15 timeframe chart the H1 ichimoku indicators (the ichimoku in Metatrader can't do that) that's why you need to use Ichimoku Aiko MTF.
Les acheteurs de ce produit ont également acheté
ARICoins
Temirlan Kdyrkhan
ARICoin 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 Cust
SuperScalp Pro
Van Minh Nguyen
5 (9)
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.
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
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
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
Market Flow Pro
Gabriele Sabatino
4 (1)
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
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
Grabber System MT5
Ihor Otkydach
4.82 (22)
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
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
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
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
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
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
Atomic Analyst MT5
Issam Kassas
4.1 (29)
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 à
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
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
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
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
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic : Suivez la volatilité et les tendances grâce à une analyse ATR personnalisable Vue d’ensemble FX Dynamic est un outil performant s’appuyant sur les calculs de l’Average True Range (ATR) pour fournir aux traders des informations incomparables sur la volatilité quotidienne et intrajournalière. En définissant des seuils de volatilité clairs — par exemple 80 %, 100 % et 130 % — vous pouvez rapidement repérer des opportunités de profit ou recevoir des avertissements lorsque le marché dé
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
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
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
Top indicator for MT5   providing accurate signals to enter a trade without repainting! It can be applied to any financial assets:   forex, cryptocurrencies, metals, stocks, indices .  Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! MT4 version is here It will provide pretty accurate trading signals and tell you when it's best to open a trade and close it. Most traders improve their trading results during the first trading week with the help of
Candle Smart Range
Gianny Alexander Lugo Sanchez
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
Mirage Trading System — False Breakout (Fakey) Pattern Detector for MetaTrader 5 MANUAL   ,   MQL5 Channel Buy any indicator and get a FREE bonus indicator Phantom trading System, SMC retest Trading system, GOLD SCALP System! Send me a private message for details. Overview   Mirage Trading System detects the Fakey pattern (false breakout reversal) on completed bars and draws entry, stop loss, and take profit levels on the chart. Detection is non-repainting: signal values do not change after bar
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
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
L'indicateur « Dynamic Scalper System MT5 » est conçu pour la méthode de scalping, permettant de trader au sein des vagues de tendance. Testé sur les principales paires de devises et l'or, il est compatible avec d'autres instruments de trading. Fournit des signaux pour l'ouverture de positions à court terme le long de la tendance, avec un support supplémentaire pour les fluctuations de prix. Principe de l'indicateur : De grandes flèches déterminent la direction de la tendance. Un algorithme de
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 commerciale de plus de 13 ans,       Évasion quantique PRO       est conçu pour propulser votre parcours commercial 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 z
Plus de l'auteur
MACD Trader
Konstantin Nikitin
This is a fully automated multi-currency Expert Advisor with unlimited number of currency pairs using MACD and Envelopes indicators. You can specify how the EA should work with each currency pair. You can add orders manually. The free version is available here . Parameters Common TradeObjectsDelete : delete trade objects. OrderPanel : display the panel for opening orders. TradeToBalance : target balance to stop trading. The parameter is triggered only after all trades are closed. Otherwise, it
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
Corridor BARs MT4
Konstantin Nikitin
The indicator shows the upper, middle and lower price limits for a certain period of time. Also, two Moving Averages (MAs) are displayed. Parameters CTType : corridor basis. _Hour : hours, _Day : days, _Bars : bars CTPrice : price type, by bars. OpenClose : Open/Close prices, HighLow : High/Low prices CTShift : corridor shift CTNum : how much to consider for building a corridor, min 2 CTPeriodFast : Fast period, min 2 CTShiftFast : Fast MA shift CTMethodFast : Fast averaging method CTPeriodSlow
Indicators Trader MT4
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force I
Closes a losing position. Due to the previous continuous, profitable series. SymbolsWork: Currency instruments (pairs) for the EA to work with. There may be variations when setting a pair. If set simply as EURUSD , GBPUSD: or AUDUSD:ALL , the EA opens both buy and sell orders. If a specific order type is set after a colon USDJPY:BUY , then the EA opens only buy orders and in case of eurjpy:sell , it performs only sell orders. The pairs are separated by commas. For example, the following entry "E
MACD Trader MT5
Konstantin Nikitin
This is a fully automated multi-currency Expert Advisor with unlimited number of currency pairs using MACD and Envelopes indicators. You can specify how the EA should work with each currency pair. You can add orders manually. The free version is available here . Parameters Common TradeObjectsDelete : delete trade objects. OrderPanel : display the panel for opening orders. TradeToBalance : target balance to stop trading. The parameter is triggered only after all trades are closed. Otherwise, it
MACD Trader FREE MT5
Konstantin Nikitin
4 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The paid version is available here . The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are ad
FREE
Indicators Trader MT5
Konstantin Nikitin
Automated multicurrency Expert Advisor with an unlimited number of currency pairs. In this case, it is possible to indicate on each individual currency pair how the adviser will work with it. You can add orders manually. The expert does not have a specific strategy. Everyone chooses what features he will use. And on what indicators and on which TF to work with them. Real account, which is fully led by an expert. MACD and Envelopes are used . Индикаторы Two Moving Average Envelopes RSI Force I
Closes a losing position. Due to the previous continuous, profitable series. SymbolsWork: Currency instruments (pairs) for the EA to work with. There may be variations when setting a pair. If set simply as EURUSD , GBPUSD: or AUDUSD:ALL , the EA opens both buy and sell orders. If a specific order type is set after a colon USDJPY:BUY , then the EA opens only buy orders and in case of eurjpy:sell , it performs only sell orders. The pairs are separated by commas. For example, the following entry "E
Filtrer:
Aucun avis
Répondre à l'avis