SUM Market Profile Heat MT4

Market Profile Heat indicator — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session.
This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a free-draw rectangle session to create a custom market profile on any timeframe. Six different color schemes are available to draw the profile's blocks. Drawing profiles as a plain color histogram is also possible. Alternatively, you may choose to color the profile based on bullish/bearish bars. This indicator is based on bare price action and does not use any standard indicators.

Input parameters

Main

  • Session (default = Daily) — trading session for market profile: Daily, Weekly, Monthly, Intraday, and Rectangle. For a rectangle session to get calculated, a rectangle chart object with the name starting with MPR should be added to the chart. Pressing 'r' on the keyboard will add a properly named rectangle object automatically.
  • StartFromDate (default = __DATE__) — if StartFromCurrentSession is false, then the indicator will start drawing profiles from this date. It draws to the past. For example, if you set it 2018-01-20 and SessionsToCount is 2, then it will draw the profiles for 2018-01-20 and 2018-01-19.
  • StartFromCurrentSession (default = true) — if true, then the indicator starts drawing from today, else — from the date given in StartFromDate.
  • SessionsToCount (default = 2) — for how many trading sessions to draw the market profiles.
  • SeamlessScrollingMode (default = false) — if true, the StartFromDate and StartFromCurrentSession parameters are ignored; the sessions are calculated and displayed starting from the current chart position's rightmost bar. This allows scrolling back in time indefinitely to view past sessions.
  • EnableDevelopingPOC (default = false) — if true, multiple horizontal lines will be drawn to depict how the Point of Control developed through the session.
  • ValueAreaPercentage (default = 70) — a percentage share of the session's TPOs to include in the Value Area.

Looks and colors

  • ColorScheme (default = Blue to Red) — color scheme for profile's blocks:
    • blue to red
    • red to green
    • green to blue
    • yellow to cyan
    • magenta to yellow
    • cyan to magenta
  • SingleColor (default = clrBlue) — if ColorScheme is set to Single Color, this color will be used to draw market profiles.
  • ColorBullBear (default = false) — if true, the color of the profile blocks depends not on the age of the origin bar but on its direction.
  • MedianColor (default = clrWhite) — the color of the control value (median).
  • ValueAreaSidesColor (default = clrWhite) — the color of the value area side borders.
  • ValueAreaHighLowColor (default = clrWhite) — the color of the value area top and bottom borders.
  • MedianStyle (default = STYLE_SOLID) — the Point of Control (median) line style.
  • MedianRayStyle (default = STYLE_DASH) — the Point of Control (median) ray line style.
  • ValueAreaSidesStyle (default = STYLE_SOLID) — the style of the value area side borders.
  • ValueAreaHighLowStyle (default = STYLE_SOLID) — the style of the value area top and bottom borders.
  • ValueAreaRayHighLowStyle (default = STYLE_DOT) — the style of the value area top and bottom rays.
  • MedianWidth (default = 1) — the Point of Control (median) line width.
  • MedianRayWidth (default = 1) — the Point of Control (median) ray line width.
  • ValueAreaSidesWidth (default = 1) — the width of the value area side borders.
  • ValueAreaHighLowWidth (default = 1) — the width of the value area top and bottom borders.
  • ValueAreaRayHighLowWidth (default = 1) — the width of the value area top and bottom rays.
  • ShowValueAreaRays (default = None) — can be set so that the value area's High and Low price levels are projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • ShowMedianRays (default = None) — can be set so that the median is projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • RaysUntilIntersection (default = Stop_No_Rays) — defines the way median and value area rays will be cut off when they meet the next trading session's price range:
    • Stop_No_Rays — no rays are stopped anywhere.
    • Stop_All_Rays — all rays are stopped at an intersection with the price of another session.
    • Stop_All_Rays_Except_Prev_Session — all rays except the previous session's rays are stopped at an intersection with the price of another session.
    • Stop_Only_Previous_Session — only rays of the previous session are stopped at an intersection with the price of another session.
  • HideRaysFromInvisibleSessions (default = false) — if true, rays from sessions starting behind the left edge of the screen won't be displayed until you scroll back to them.
  • TimeShiftMinutes (default = 0) — time shift for the sessions, in minutes. Positive value will move the session start to the left; negative — to the right.
  • ShowKeyValues (default = true) — if true, Value Area High, Value Area Low, and Point of Control are displayed on the left of the market profile.
  • KeyValuesColor (default = clrWhite) — the color for Value Area High, Value Area Low, and Point of Control printout.
  • KeyValuesSize (default = 8) — the font size for Value Area High, Value Area Low, and Point of Control printout.
  • ShowSinglePrint (default = No) — can be set to Leftside or Rightside and will mark the single print profile — a part of the profile, which is only one TPO wide.
  • SinglePrintRays (default = false) — if true, single print edges are marked with rays.
  • SinglePrintColor (default = clrGold) — the color for single print marking if ShowSinglePrint isn't set to No.
  • SinglePrintRayStyle (default = STYLE_SOLID) — the single print ray line style.
  • SinglePrintRayWidth (default = 1) — the single print ray line width.
  • ProminentMedianColor (default = clrYellow) — the color for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianStyle (default = STYLE_SOLID) — the style for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianWidth (default = 4) — the width for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • RightToLeft (default = false) — if true, the current session's market profile has its histogram drawn from right to left. In case Session is set to Rectangle, market profiles of all sessions are drawn right-to-left.

Performance

  • PointMultiplier (default = 0) — the higher it is, the wider are the profile's price boxes and the fewer are the chart objects. You can use it to reduce the indicator's load on CPU. When the value is zero, an adaptive multiplier is used — the indicator attempts to calculate the optimal value automatically.
  • ThrottleRedraw (default = 0) — a delay in seconds that will be applied before each redraw of the profiles. You can use it to reduce the indicator's load on CPU.
  • DisableHistogram (default = false) — if true, no market profile histogram is drawn, but Value Area and Median are still marked. This makes indicator work extremely fast, but is less useful for thorough market analysis.

Alerts

  • AlertNative (default = false) — if true, the indicator will issue the platform's native pop-up alert when some alert conditions are met.
  • AlertEmail (default = false) — if true, MetaTrader's email alerts will be sent when some alert conditions are met. Email should be properly configured in MetaTrader via Tools->Options->Email
  • AlertPush (default = false) — if true, MetaTrader's push notification alerts will be sent to your mobile device when some alert conditions are met. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications. This alert type is not available in the cTrader version of the indicator.
  • AlertArrows (default = false) — if true, MetaTrader will draw arrows on the chart when some alert conditions are met.
  • AlertCheckBar (default = Previous) — controls the bar to check the alert conditions on. Current — the indicator will check the current unfinished bar; expect a lot of alerts. Previous — the indicator will check the previous (closed) bar; alerts will be delayed but more concise.
  • AlertForValueArea (default = false) — if true, alerts will be issued whenever a Value Area ray (high or low) is crossed by the price.
  • AlertForMedian (default = false) — if true, alerts will be issued whenever a Median ray is crossed by the price.
  • AlertForSinglePrint (default = false) — if true, alerts will be issued whenever a Single Print ray is crossed by the price.
  • AlertOnPriceBreak (default = false) — if true, alerts will be issued when the price breaks any of the trigger levels but then returns back behind it.
  • AlertOnBarClose (default = false) — if true, alerts will be issued when the bar opens on one side the trigger level and closes on the other side of it.
  • AlertOnGapCross (default = false) — if true, alerts will be issued when the trigger level appears inside a price gap between the last two bars.
  • AlertArrowCodePB (default = 108) — arrow code for price break alert arrows.
  • AlertArrowCodeCC (default = 110) — arrow code for candle close alert arrows.
  • AlertArrowCodeGC (default = 117) — arrow code for gap crossover alert arrows.
  • AlertArrowColorPB (default = clrRed) — arrow color for price break alert arrows.
  • AlertArrowColorCC (default = clrBlue) — arrow color for candle close alert arrows.
  • AlertArrowColorGC (default = clrYellow) — arrow color for gap crossover alert arrows.
  • AlertArrowWidthPB (default = 1) — arrow width for price break alert arrows.
  • AlertArrowWidthCC (default = 1) — arrow width for candle close alert arrows.
  • AlertArrowWidthGC (default = 1) — arrow width for gap crossover alert arrows.

Intraday sessions

  • EnableIntradaySessionN (default = true) — if true and Session is set to Intraday, then the indicator will attempt to drawn the intraday market profile #N on the chart.
  • IntradaySessionNStartTime (default = "HH:MM") — start time in HH:MM format for the intraday session #N.
  • IntradaySessionNEndTime (default = "HH:MM") — end time in HH:MM format for the intraday session #N.
  • IntradaySessionNColorScheme (default = Blue_to_Red) — color scheme for the intraday session #N.

Miscellaneous

  • SaturdaySunday (default = Normal sessions) — how to treat Saturday and Sunday sessions:
    • Normal sessions — Saturday and Sunday will be treated as normal sessions with their own daily and intraday sessions.
    • Ignore Saturday and Sunday — Saturday and Sunday candlesticks will be ignored.
    • Append Saturday and Sunday — Saturday candlesticks will be appended to the Friday session; Sunday candlesticks will be appended to the Monday session.
  • DisableAlertsOnWrongTimeframes (default = false) — if true, no pop-up alerts will appear on using Market Profile with wrong timeframe/session combination.
  • ProminentMedianPercentage (default = 101) — percentage of TPOs out of all possible that should occur inside a median for it to be considered prominent (PPOC). For example, if you set it to 50%, a median will be marked as prominent if it contains at least 24 TPOs in a daily session on M30 timeframe. If it is set to 101, no prominent median is possible.



Produits recommandés
BoxChart MT4
Evgeny Shevtsov
4.4 (5)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
Horizontal tick volumes (HTV) Horizontal tick volumes - an easy and convenient indicator of a horizontal market profile in a user-selected time. Produces a visual image of strong trading levels by maximum peaks past volumes and trading direction by color (sell or buy), and also allows you to detect smaller trading levels by differentiating past volumes. In the "Optimal" mode, when displayed on chart periods up to and including "M30", the data of one-minute bars are used, on H1 and H4 - five-minu
Simply The Best Pro
Szymon Palczynski
5 (1)
This indicator displays the histogram and arrows on chart. When Simple The Best Pro are placed on a chart, they identify the trend.  The color of may be blue or red. The blue color stands for upside moves and the red color stands for downside trends. The indicator offers to set Stop Loss (SL) and  Take Profit (TP)  setting. The default value is ATR. Indicator has automatic optimization. The STB is a unique indicator that shows the tendency (button Bars) of a particular signals. The STB tells us
Blahtech Market Profile
Blahtech Limited
4.53 (15)
Was: $249  Now: $149   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. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. In
Blahtech Supply Demand
Blahtech Limited
4.58 (36)
Was: $299  Now: $149   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
Time Bubble ***Specialized for GBPJPY 1H time frame*** (tested for two years with success rates about 82%) Time Circle's smart algorithm detects the price circles with time . give strong signals at the right time as result of combine the price and time. our team spent months to develop this indicator specially for GBPJPY ..with high success rates about 82% win trades over two years .tested from December 2016 to November 2018. *** in last two years total signals 1012 with 829 Wins and 183 Lo
A "Volume Profile" is an advanced charting indicator that displays total volume traded at every price level over a user specified time period. The main components of the volume profile are POC ( Point Of Control - the price level, at which the maximum number of contracts were executed during a selected period), VAH ( Value Area High - the highest price in the Value Area) and VAL ( Value Area Low - the lowest price in the Value Area). When we settled on the original indicator, we spent a lot of
Intraday Volume Profile Forex MT4   Intraday Volume Profile  - This is a visualization tool for understanding the high activity zone and low activity zone, as part of the  D1  senior timeframe. The volume profile provides an excellent visual image of supply / demand at each price for the selected timeframe. Introducing  POC  - Point of Control, which indicates the price at which the maximum volume was sold, as well as Value Area - the area where 68% of the instrument's assets are traded. POC  -
VPO Profile MT4
Kyra Nickaline Watson-gordon
5 (2)
Definition : VPO is a Volume Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words volume-price-opportunity (VPO) profiles are histograms of how many volumes were traded at each price within the span of the profile. By using a VPO chart, you are able to analyze the amount of trading activity, based on volume, for each
VolumeProfile
Robert Hess
3.8 (5)
Descption: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). So you can locate the areas with the best prices in the market and get an advantage about other market participants. Features: Customizable Volume Profile / Market Profile Shows the "fair" Value Area with 70% of all Volume Shows critical low volume zones Shows VPOC, VAL and VAH Points Works on all timeframes Also available for MT5 ( https://www.mql5.com/en/mark
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume affiche le volume d'achat et de vente d'une paire de devises sous forme d'histogramme coloré. Le volume est composé des transactions d'achat et de vente sur un actif. Sur le marché des changes (Forex) : Si le volume d'achat dépasse le volume de vente, le prix de la paire de devises augmente. Si le volume de vente dépasse le volume d'achat, le prix de la paire de devises diminue. Fonctionnalités Évitez les mauvaises transactions en les confirmant avec les données de volume par ti
Un indicateur technique qui calcule ses lectures sur les volumes de transactions. Sous forme d'histogramme, il montre l'accumulation de la force de mouvement de l'instrument de trading. Il dispose de systèmes de calcul indépendants pour les directions haussières et baissières. Fonctionne sur tous les instruments de trading et délais. Peut compléter n’importe quel système commercial. L'indicateur ne redessine pas ses valeurs, les signaux apparaissent sur la bougie actuelle. Il est facile à utilis
Volume Compair
Thiago Pereira Pinho
Professional Cumulative Delta & Volume Median Indicator Track   real buying/selling pressure   with this powerful volume analysis tool. The   Volume Compare Indicator   combines   Cumulative Delta   and   Volume Medians   to help you identify institutional activity, imbalances, and potential reversals. Key Features:   Cumulative Delta Histogram   – Visualizes net buying vs. selling volume in real-time.   Buy/Sell Volume Medians   – Horizontal lines showing average buy & sell volume lev
L'unicité de cet indicateur réside dans l'algorithme de comptabilisation des volumes : l'accumulation se fait directement pour la période sélectionnée sans référence au début de la journée. Les dernières barres peuvent être exclues du calcul, alors les données courantes auront moins d'influence sur les niveaux significatifs (volumes) formés précédemment. Pour un calcul plus précis, les données du graphique M1 sont utilisées par défaut. L'étape de répartition des volumes de prix est réglementée.
AQ XFifteen
HIT HYPERTECH INNOVATIONS LTD
4 (7)
Χ15 indicator is a MetaTrader 4 tool that allows you to BUILD & BACKTEST ON REAL TIME your own strategies quickly, easily and efficiently. It contains 15 of the most popular technical analysis indicators that you can use, each one in a different way. Choose the indicators that you want to use, select how you will use them and you will see on the chart BUY (green) and SELL (red) arrows implementing your strategy. Choose Take Profit and Stop Loss and you will see the results of your strategy with
FREE
UPD1 Profile Levels
Vitaliy Kuznetsov
5 (5)
L'indicateur trouve les niveaux de volume de prix maximum et minimum (profil de marché) sur l'histogramme de travail pour le nombre de barres spécifié.   Profil composite. La hauteur de l'histogramme est entièrement automatique et s'adapte à n'importe quel outil et période. L'algorithme de l'auteur est utilisé et ne répète pas les analogues connus. La hauteur des deux histogrammes est approximativement égale à la hauteur moyenne de la bougie. Smart alert vous permet de vous informer sur le prix
[V 1.00] MTF NRPA 5 RSI RTD est sorti ! Tableau de bord en temps réel avec flèche non repeinte. Si vous en avez assez d'utiliser divers indicateurs RSI mais que vous constatez qu'ils sont inexacts, essayez cet outil. Habituellement, les gens n'installent qu'un seul RSI pour déterminer le niveau d'OBOS dans un laps de temps. La mauvaise nouvelle est que vous ne pouvez pas voir les niveaux et les tendances OBOS sur différentes périodes à la fois. C'est pourquoi j'ai développé cet outil de tradi
AQ XFifteen Pro
HIT HYPERTECH INNOVATIONS LTD
Χ15 indicator is a MetaTrader 4 tool that allows you to  BUILD & BACKTEST ON REAL TIME  your own strategies quickly, easily and efficiently. It contains  15 of the most popular technical analysis indicators  that you can use, each one in a different way. Choose the indicators that you want to use, select how you will use them and you will see on the chart BUY (green) and SELL (red) arrows implementing your strategy. Choose Take Profit and Stop Loss and you will see the results of your strategy w
The   MarketProfileTPO   indicator for MetaTrader 5 is a powerful tool designed to bring the   Market Profile concept, based on Time Price Opportunity (TPO) analysis , directly onto your main chart window. This indicator calculates and displays the price distribution over a specified period, highlighting key areas of market activity and concentration. It is particularly optimized for   high-volatility instruments   like   NAS100, US30, and XAUUSD   when used on the M1 (1-minute) timeframe, offer
This indicator is a conventional analytical tool for tick volumes changes. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) within a specified bar (usually the latest one). The algorithm used internally is the same as in the indicator VolumeDelta , but results are shown as cumulative volume delta bars (candlesticks). Analogous indicator for MetaTrader 5 exists - VolumeDeltaBars . This is a limited substitution
ADX Shark Scalper – The Ultimate Hybrid Indicator for Precision Scalping Dive into the markets with the ADX Shark Scalper , a powerful and versatile tool designed for traders who seek precision in every trade. This cutting-edge indicator seamlessly combines multiple advanced technical signals into one streamlined system, allowing you to spot good buy and sell opportunities with ease. At its core, the ADX Shark Scalper leverages the power of trend and momentum detection through the integration of
VR Grid
Vladimir Pastushak
5 (3)
L'indicateur VR Grid est conçu pour créer une grille graphique avec des paramètres définis par l'utilisateur. Contrairement à la grille standard , VR Grid est utilisée pour créer des niveaux circulaires . Selon le choix de l'utilisateur, le pas entre les niveaux ronds peut être arbitraire. De plus, contrairement à d'autres indicateurs et utilitaires, VR Grid maintient la position de la grille même lorsque la période de temps change ou que le terminal est redémarré. Les paramètres, les fichiers d
FREE
Volume Profile DD 1A
OBARE PAUL OTIENO
5 (1)
Below is the translation of your original English text into French: AVIS IMPORTANT – LICENCE ET ACTIVATION REQUISES   Instructions d’activation : Dès que vous avez terminé votre achat, veuillez nous contacter immédiatement pour recevoir votre clé de licence, votre mot de passe ou les détails d’activation. Sans ces éléments, le logiciel ne fonctionnera pas. Nous sommes là pour garantir un processus d’activation fluide et vous assister en cas de questions. Personnalisation multilingue
The   Visual Volatility Clustering   indicator clusters the market based on volatility. The indicator does not redraw and gives accurate data, does not use closing prices. Uses the opening prices or the highs or lows of the previous completed bar. Therefore, all information will be clear and unambiguous. The essence of the indicator is to divide the price market into certain areas according to a similar type of volatility. This can be done in any way. In this example, the indicator is configure
The Chaikin Oscillator is a technical indicator developed by Marc Chaikin that combines price and volume data to measure the accumulation and distribution of a financial instrument. It aims to identify potential buying and selling opportunities in the market. The Chaikin Oscillator is calculated by subtracting a 10-day exponential moving average of the Accumulation Distribution Line (ADL) from a 3-day exponential moving average of the ADL. Here's how to use the Chaikin Oscillator indicator in tr
The Market Profile Indicator for MT4 displays the price levels and zones where increased trading activity happens. These zones with substantial forex trading activity provide the forex traders with the best entry levels, support, and resistance levels. Moreover, price levels indicate the best reversal zones. As a result, forex traders can identify BULLISH and BEARISH market trends and BUY and SELL entry points as well as the best reversal points. The indicator works well in all intraday timefram
L'indicateur construit les cotations actuelles, qui peuvent être comparées aux cotations historiques et, sur cette base, faire une prévision de l'évolution des prix. L'indicateur dispose d'un champ de texte pour une navigation rapide jusqu'à la date souhaitée. Option : Symbole - sélection du symbole que l'indicateur affichera ; SymbolPeriod - sélection de la période à partir de laquelle l'indicateur prendra des données ; IndicatorColor - couleur de l'indicateur ; HorisontalShift - décalage
Ticks Size
Viktor Kolmakov
This indicator displays in a separate window the difference between the number of points which increased the price, and the number of points that decreased the price during the time interval specified in the settings. The time interval for calculation is expressed as the number of bars of the chart the indicator is attached to. This approach allows you to evaluate the movement direction (growth or fall) of the instrument's price, the strength of the movement and the size of the movement in point
Displays the local time with the time difference you set. (It does not correspond to the time difference in 30-minute increments.) It also displays a price line with a good price, such as 100.000 .100 or .200. The standard gridlines are displayed with the time and price by MT4, but they are very confusing as they become the broker's time and are displayed at the halfway point along with the price. It hides them and displays gridlines at user-defined time differences and prices in easy-to-unders
Wouldn’t you love a heads up alert when the market is switching from bullish to bearish momentum? When the background turns green, there is your signal to place a long trade to increase your profitability. Also, when the background turns red, guess what? It’s time to go short for profits. HOW TO USE 1. When the background turns green, this is the best place to take long trades. This also represents a bull market. 2. When the background turns red, this is the best place to take short trades. This
Les acheteurs de ce produit ont également acheté
Dynamic Forex28 Navigator
Bernhard Schweigert
5 (6)
Dynamic Forex28 Navigator - L'outil de trading Forex de nouvelle génération. ACTUELLEMENT 49 % DE RÉDUCTION. Dynamic Forex28 Navigator est l'évolution de nos indicateurs populaires de longue date, combinant la puissance de trois en un : Advanced Currency Strength28 Indicator (695 avis) + Advanced Currency IMPULSE avec ALERT (520 avis) + CS28 Combo Signals (Bonus). Détails sur l'indicateur https://www.mql5.com/en/blogs/post/758844 Qu'offre l'indicateur de force de nouvelle génération ? Tout
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
Actuellement 20% de réduction ! Ce tableau de bord est un logiciel très puissant qui fonctionne sur plusieurs symboles et jusqu'à 9 horizons temporels. Il est basé sur notre indicateur principal (Best reviews : Advanced Supply Demand ).   Le tableau de bord donne une excellente vue d'ensemble. Il montre :  Les valeurs d'offre et de demande filtrées, y compris l'évaluation de la force de la zone, Les distances en pips vers/et dans les zones, Il met en évidence les zones imbriquées, Il donne 4
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. Imaginez
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 be set
RelicusRoad Pro
Relicus LLC
4.63 (106)
Combien de fois avez-vous acheté un indicateur de trading avec de **grands backtests,** une **preuve de performance sur compte réel** avec des chiffres fantastiques et des **statistiques partout**, mais après l'avoir utilisé, vous **finissez par vider votre compte ?** Vous ne devriez pas faire confiance à un signal seul, vous devez savoir pourquoi il est apparu en premier lieu, et c'est ce que RelicusRoad Pro fait de mieux ! Manuel de l'utilisateur + Stratégies + Vidéos de formation + Groupe pr
Core Principles Swing Angle Measurement   Swing angles are calculated by measuring the degree of price movement between swing highs and lows over time. Steeper angles (typically 45+ degrees) indicate stronger momentum and potentially more profitable trading opportunities. Traders use various timeframes to identify these patterns, from intraday charts to weekly swings. Momentum Confirmation   High degree swing angles often coincide with strong momentum indicators like RSI breakouts, volume spikes
Gold Channel is a volatility-based indicator, developed with a specific timing algorithm for the XAUUSD pair, which consists of finding possible corrections in the market. This indicator shows two outer lines, an inner line (retracement line) and an arrow sign, where the theory of the channel is to help identify overbought and oversold conditions in the market. The market price will generally fall between the boundaries of the channel. If prices touch or move outside the channel it is a tradi
BinaryUniversal
Andrey Spiridonov
BinaryUniversal is a signal indicator for binary options and Forex. In its work, the indicator uses a complex algorithm for generating signals. Before forming a signal, the indicator analyzes volatility, candlestick patterns, important support and resistance levels. The indicator has the ability to adjust the accuracy of the signals, which makes it possible to apply this indicator for both aggressive and conservative trading. The indicator is set in the usual way, it works on any time period and
WeSpread
Anchor Trading S.R.L.S.
The We-Spread mt4 indicator is a spread trading tools and it is suitable for those who want to study the markets with a different approach to the contents that are normally available in online trading bookstores. I think the Spread Trading strategy is one of the best I've ever used in the last few years. This is a unique indicator for spread trading because allow you to study till 3 spreads in one time. What is Spread Trading on forex The Spread Trading is the study of the strength of 2 currency
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD/Gold intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calcul
Gold Titan King Scalper
Dodong Christian Arnon
Indicator Description GOLD TITAN KING SIGNAL INDICATOR High-Precision Gold Scalping Buy/Sell Signals – Manual Trading Assistant Overview The Gold Titan King Signal Indicator is a manual trading assistant tool designed for high-frequency scalping on Gold (XAUUSD) and other major pairs. It generates clear BUY/SELL signals with precise entry levels, along with adjustable Stop Loss and Take Profit levels displayed directly on the chart. ️ This tool is NOT an EA. It does not execute trades
Currency Strength Meter 1:Correctly identifying trends in foreign exchange investments is critical. 2:TrendSymbolOneClick quickly detects and displays trends that have just begun and those that have already been in place for an extended period of time. 3:There is also a USD JPY EUR GBP AUD NZD strength function. 4:Volatility allows you to know exactly when there is a major market move. 5:You can save time in your market analysis by using Trend Symbol One Click. 6:Analysis available from 1 minut
Offer 249 down from 350 for the next 3 copies. then back to 350 $ Are you tired of using outdated indicators that leave you guessing where to set your profit targets? Look no further than the AK CAP Opening Range Breakout Indicator. This powerful tool is backed by a US patent and has already helped countless traders pass funded challenges like FTMO. We use it daily on our prop traders and internal funds, and now it's available to you as well. The calculation behind the indicator is incredibly a
L'indicateur « Dynamic Scalper System » 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 gén
#EasyWayTradePanel indicator for #MetaTrader4 , is trade assistants for manual trading in any #currency in #FOREX , #CRYPTOCURRENCY as #Bitcoin , #Ethereum , #Lightcoin and more. Also is EasyWay to use for #COMMODITY as #Gold , #Silver , #Oil , #Gas ...... and #CFDs . When installed on the chart in your chosen time frame and trading tool, the indicator automatically draws the following custom indicators used in the EasyWayTradePanel trading strategy. 1) Zigzag_Extreme_Indicator, 2) Regression_C
Detailed blog post with screenshots here: https://www.mql5.com/en/blogs/post/762513 Features: This scanner will show: NRTR Basket Trading Trend direction Last NRTR Switch (breakout) - number of bars and if it was a high volume bar How many bars has the SR stayed steady for When price last entered an NRTR shadow When price bounced off the NRTR shadow back inside NRTR Explained: https://www.mql5.com/en/blogs/post/762509 Basket Trading If you like to basket trade, then you can set multiple scann
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4 Multi-timeframe Order Blocks detection indicator. Features - Fully customizable on chart control panel, provides complete interaction. - Hide and show control panel wherever you want. - Detect OBs on multiple timeframes. - Select OBs quantity to display. - Different OBs user interface. - Different filters on OBs. - OB proximity alert. - ADR High and Low lines. - Notification service (Screen alerts | Push notifications). Summary Order block is a market behavior that indicates order collection
Algo Trading Indicaor  With this indicator , you’ll have zones and trends that hight probability the price will reverse from it. so will gives you all the help that you need  Why should you join us !?  1-This indicator is logical since it’s working in previous days movement , to predict the future movements. 2-Algo trading indicator will help you to draw trends which is special and are too strong than the basics trend , trends will change with the frame time that you work on . 3-We can use
Il s'agit d'une stratégie simple basée sur les niveaux BREAKOUT et FIBONACCI. Après une évasion, soit le marché poursuit son mouvement directement vers les niveaux 161, 261 et 423 ou, revient au niveau de 50 % (également appelé correction) et continue ensuite très probablement le mouvement dans la direction initiale jusqu'aux niveaux 161, 261 et 423. La clé du système est la détection de la barre de répartition indiquée par un objet rectangle vert (UP TREND) ou rouge (DOWN TREND). Au momen
L'indicateur MT4 "Binary Smart Eye" est conçu pour fournir des signaux de trading pour les options binaires et les marchés forex, fonctionnant sur une large gamme d'unités de temps, de M1 à W1. Il emploie une stratégie propriétaire qui combine des niveaux de tendance, une moyenne mobile intelligente et des périodes de trading optimisées pour identifier les points d'entrée potentiels. Voici une ventilation de ses principales caractéristiques : Analyse multi-timeframes : La polyvalence de l'indica
Signal GoldRush Trend Arrow L'indicateur GoldRush Trend Arrow Signal fournit une analyse précise et en temps réel des tendances, spécialement conçue pour les scalpers à haute vitesse et à court terme sur la paire XAU/USD. Conçu spécialement pour les intervalles de temps d'une minute, cet outil affiche des flèches directionnelles indiquant clairement les points d'entrée, ce qui permet aux scalpers de naviguer en toute confiance dans des conditions de marché volatiles. L'indicateur se compose
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabi
Enigmera
Ivan Stefanov
5 (8)
ENIGMERA : Le cœur du marché Important : La démo de MQL5.com fonctionne dans le Strategy Tester et peut ne pas refléter pleinement les fonctionnalités d'Enigmera. Consultez la description, les captures d'écran et la vidéo pour plus de détails. N'hésitez pas à m'envoyer un message si vous avez des questions ! Le code de l'indicateur a été entièrement réécrit. La version 3.0 ajoute de nouvelles fonctionnalités et corrige les bugs accumulés depuis le lancement de l'indicateur. Introduction Cet in
Beast Super Signal
Dustin Vlok
4.73 (89)
Vous recherchez un puissant indicateur de trading forex qui peut vous aider à identifier facilement des opportunités de trading rentables ? Ne cherchez pas plus loin que le Beast Super Signal. Cet indicateur basé sur les tendances facile à utiliser surveille en permanence les conditions du marché, en recherchant de nouvelles tendances en développement ou en sautant sur celles existantes. Le Beast Super Signal donne un signal d'achat ou de vente lorsque toutes les stratégies internes s'alignent e
The Positive Zone
Ellan Dirgantara Tholkhah
Specialized Binary Options Indicator.  The name positive zone is inspired by how this indicator ultimately made me feel, which is "Positive". Not only from a emotional stand point but from a financial one. Once you start earning from this indicator it will give you that runners high, or that nice buzz after you finish a warm cup off coffee in the morning and blast on Cumbawamba's on hit wonder Tubthumping. The key to winning Binary Option is patience and controlling your emotion . This is why th
[V 1.00] MTF NRPA 5 Moving Average RTD est sorti ! Tableau de bord en temps réel avec flèche non repeinte. Si vous recherchez le meilleur indicateur de moyenne mobile, vous êtes sur la bonne page. Généralement, les gens installeront deux moyennes mobiles car l'intersection des deux moyennes mobiles (le croisement) déterminera la direction de la prochaine tendance des prix. Si la moyenne mobile rapide croise la moyenne mobile lente et rapide> lente, la tendance est à la hausse. Inversement, si
Supreme Commander
Ramon Sobrevals Arce
4.13 (8)
The indicator of the indicators. The Most Powerful Technique to Determine Forex Trend Strength in 2023. We have perfected Supreme Commander that it calculates an average of the selected indicators (up to 16) and the selected timeframe (all) with the result of a single trend that indicates the potential of buying and selling.  It includes the following indicators: Accelerator/Decelerator oscillator Average Directional Movement Index Awesome oscillator; Bulls and Bears  Commodity Channel Index; De
Scientific trade
Aleksey Ivanov
5 (1)
An extremely convenient indicator that truly makes the process of making money on the exchange easy. It is based on the scientifically rigorous theory of the market developed by the author, the beginning of which is presented here .                The full algorithm of this indicator operation is presented in the article .               The indicator calculates the most probable price movement trajectory and displays it on the chart. Based on the predicted price movement trajectory
Linear Trend Predictor - Un indicateur de tendance qui combine des points d'entrée et des lignes de support de direction. Fonctionne sur le principe de franchissement du canal des prix haut/bas. L'algorithme de l'indicateur filtre le bruit du marché, prend en compte la volatilité et la dynamique du marché. Capacités de l'indicateur  À l'aide de méthodes de lissage, il montre la tendance du marché et les points d'entrée pour l'ouverture d'ordres d'ACHAT ou de VENTE.  Convient pour déterminer l
PTS Precision Index Oscillator V2
PrecisionTradingSystems
5 (1)
L'oscillateur de l'indice de précision (Pi-Osc) de Roger Medcalf de Precision Trading Systems La version 2 a été soigneusement recodée pour être ultra-rapide à charger sur votre graphique, et quelques autres améliorations techniques ont été incorporées pour améliorer l'expérience. Le Pi-Osc a été créé pour fournir des signaux de synchronisation de trading précis conçus pour trouver des points d'épuisement extrêmes, les points auxquels les marchés sont contraints d'aller simplement pour élimin
Plus de l'auteur
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate back
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
Market Profile Heat indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a fr
Filtrer:
Aucun avis
Répondre à l'avis