• Overview
  • Reviews
  • Comments

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.



Recommended products
BoxChart MT4
Evgeny Shevtsov
4.57 (7)
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.61 (18)
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. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
Blahtech Supply Demand
Blahtech Limited
4.63 (35)
Was: $299  Now: $99   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
A technical indicator that calculates its readings on trading volumes. In the form of a histogram, it shows the accumulation of the strength of the movement of the trading instrument. It has independent calculation systems for bullish and bearish directions. Works on any trading instruments and time frames. Can complement any trading system. The indicator does not redraw its values, the signals appear on the current candle. It is easy to use and does not load the chart, does not require additi
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
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 o
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  -
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. Support: Please do not hesitate to contact me via the MQL5 Platform. I am very grateful about any Bug report, so that i can constantly improve the indicator. I also appreciate any public review for this product.  Features: Customizable Volume
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 eac
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume shows the buying and selling volume of a currency pair in the form of a colored histogram. The volume is made of buying and selling transactions in an asset. In FX market: If the buying volume gets bigger than the selling volume, the price of a currency pair would go up. If the selling volume gets bigger than the buying volume, the price of a currency pair would go down. Features Avoid the bad trades by confirming them using the tick volume data. It helps you to stay on the si
Strong Support
Vasiliy Strukov
5 (23)
Support and resistance levels have long been a powerful tool for market analysis. The Strong Support indicator plots support levels based on local price minima, and resistance levels based on local price maxima. My other developments can be viewed here It is recommended to use together with a trend indicator, for example, Gold Stuff - this will allow you to trade according to the trend and simultaneously determine the zones of consolidation or trend reversal, as well as set stop loss and ta
The uniqueness of this indicator lies in the volume accounting algorithm: accumulation occurs directly for the selected period without reference to the beginning of the day. The last bars can be excluded from the calculation, then the current data will have less influence on the significant levels (volumes) formed earlier. For a more accurate calculation, data from the M1 graph is used by default. The step of distribution of price volumes is regulated. By default, the right border of the display
AQ XFifteen
HIT HYPERTECH INNOVATIONS LTD
4.36 (11)
Χ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
Dark Sniper
Dmitriy Kashevich
Dark Sniper arrow indicator. complete lack of redrawing percentage of correct indicator predictions from 80 85% The arrow indicates the direction of the next candle and the possible direction of the trend in the future.  suitable for small m1 timeframes. It is recommended to open deals from 1 to 2 candles. The signal appears on the last candle advantages of the indicator: 1. leading signals. 2.complete lack of redrawing 3. high signal accuracy.
UPD1 Profile Levels
Vitaliy Kuznetsov
5 (6)
The indicator finds the levels of the maximum and minimum price volume (market profile) on the working histogram for the specified number of bars.  Composite profile . The height of the histogram is fully automatic and adapts to any instrument and timeframe. The author's algorithm is used and does not repeat well-known analogues. The height of the two histograms is approximately equal to the average height of the candle. Smart alert will help you to inform about the price concerning the volume
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
Market Profile is a graphic representation that shows price and time information as a distribution. The benefits of Market Profile include: Determine amount of time, number of ticks and volume traded at specific price levels or price ranges during a period Identify prices perceived as fair by the market Identify support and resistance levels to anticipate future price movements Each group of letters shows the price or price range where trades occured, usually in the 30 minutes chart timeframe. T
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
FRB Time MT4
Fernando Baratieri
FRB Time - FRB Trader Indicator that shows the server's time of operation. You can edit the font color and size of the timetable. Settings font color Font size Background color To move the Timetable, just click on it and move the mouse to where you want to leave it. After placing the Time where you want it, click again or press "ESC" and the time will stay where you left it.
VR Grid
Vladimir Pastushak
4.57 (7)
The VR Grid indicator is designed to create a graphical grid with user-defined settings. Unlike the standard grid , VR Grid is used to build circular levels . Depending on the user's choice, the step between the round levels can be arbitrary. In addition, unlike other indicators and utilities, VR Grid maintains the position of the grid even when the time period changes or the terminal is rebooted. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can
FREE
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
The indicator builds current quotes, which can be compared with historical ones and on this basis make a price movement forecast. The indicator has a text field for quick navigation to the desired date. Options: Symbol - selection of the symbol that the indicator will display; SymbolPeriod - selection of the period from which the indicator will take data; IndicatorColor - indicator color; Inverse - true reverses quotes, false - original view; Next are the settings of the te
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-und
POWR Long Short Zones
Trade Indicators LLC
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
MarketProfile EForex
Veridiana Adorno Kendrick
Market Profile Shows where the price has spent more time, highlighting important levels that can be used in trading. It is a powerful tool which is designed to take the fundamental components which comprise every market; price/volume/time, and visually display their relationship in real-time as the market develops for a pre-determined time period. Very powerful tool!
Buyers of this product also purchase
Atomic Analyst
Issam Kassas
5 (1)
First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting ,   Non-Redrawing   and   Non-Lagging   Indicator, Which makes it ideal from both manual and robot trading.  The Atomic Analyst  is a PA Price Action Indicator that uses Strength and Momentum of the price to find a better edge in the market. Equipped with Advanced filters which help remove noises and false signals, and Increase Trading Potential. Using Multiple layers of complex Indicators, the Atomic Anal
Currently 20% OFF ! Best Solution for any Newbie or Expert Trader! This dashboard software is working on 28 currency pairs plus one. It is based on 2 of our main indicators (Advanced Currency Strength 28 and Advanced Currency Impulse). It gives a great overview of the entire Forex market plus Gold or 1 indices. It shows Advanced Currency Strength values, currency speed of movement and signals for 28 Forex pairs in all (9) timeframes. Imagine how your trading will improve when you can watch the e
TPSpro RFI Levels
Roman Podpora
5 (13)
A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Reversal First Impulse levels (RFI)   -  Version MT5                INSTRUCTIONS                 RUS                 ENG                                       R ecommended to use with an indicator   -  
Introducing the Miraculous Forex Indicator: Unleash the Power of Precision Trading Are you tired of searching for the perfect forex indicator that truly delivers exceptional results across all time frames? Look no further! The Miraculous Forex Indicator has arrived to revolutionize your trading experience and propel your profits to new heights. Built upon a foundation of cutting-edge technology and years of meticulous development, the Miraculous Forex Indicator stands as the pinnacle of str
TrendMaestro
Stefano Frisetti
5 (2)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link: TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data and therefore the moment in which prices have strong probability of f
FX Volume
Daniel Stein
4.6 (35)
Visit our all-new   Stein Investments Welcome Page   to get the latest information, updates and trading strategies. FX Volume is the FIRST and ONLY volume indicator that provides a REAL insight into the market sentiment from a broker's point of view. It provides awesome insights into how institutional market participants, like brokers, are positioned in the Forex market, much faster than COT reports. Seeing this information directly on your chart is the real game-changer and breakthrough solut
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
Cycle Sniper
Elmira Memish
4.4 (35)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro  (MT4) is a powerful and effective tool that automatically detects the direction of the trend using the Donchian Channel and provides you with an entry and exit trading signals! This multi-function indicator includes a trend scanner, trading signals, statistical panel, screener, trading sessions, and alerts history dashboard. It is designed to provide you with trading signals and save you hours analyzing the charts! You can download the user manual and installation
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals (except early signals mode) strictly at the close of a candle! TPA shows entries and re-entries, every time the bulls are definitely stronger than the bears and vice versa. Not to confuse with red/green candles. The shift of power gets confirmed at the earliest stage and is ONE exit strategy of several. There are available now two free parts of the TPA User Guide for our custo
Indicator : RealValueIndicator Description : RealValueIndicator is a powerful tool designed specifically for trading on the EURUSD pair. This indicator analyzes all EUR and USD pairs, calculates their real currency strength values, and displays them as a single realistic value to give you a head start on price. This indicator will tell you moves before they happen if you use it right. RealValueIndicator allows you to get a quick and accurate overview of the EURUSD currency pair tops and bottoms,
XQ Indicator MetaTrader 4
Marzena Maria Szmit
3 (2)
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange,   XQ Forex Indicator   empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The
Introducing ON Trade Waves Patterns Harmonic Elliot Wolfe, an advanced indicator designed to detect various market patterns using both manual and automated methods. Here's how it works: Harmonic Patterns: This indicator can identify harmonic patterns that appear on your chart. These patterns are essential for traders practicing harmonic trading theory, as popularized by Scott Carney's book "Harmonic Trading vol 1&2." Whether you draw them manually or rely on automated detection, ON Trade Waves
ON Trade Optuma Astro
Abdullah Alrai
5 (4)
This is an astronomy indicator for the MT4 platform like optuma program that performs a variety of functions. It uses complex algorithms to perform its own calculations, which are so accurate. The indicator has a panel that provides astronomical information such as planets' geo/heliocentric cords, distance of sun/earth, magnitude, elongation, constellation, ecliptic cords, equatorial cords, and horizontal cords depending on  the vertical line that generated by the indicator depend on the time va
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.82 (22)
Currently 20% OFF ! This dashboard is a very powerful piece of software working on multiple symbols and up to 9 timeframes. It is based on our main indicator (Best reviews:   Advanced Supply Demand ). The dashboard gives a great overview. It shows: Filtered Supply and Demand values including zone strength rating, Pips distances to/and within zones, It highlights nested zones, It gives 4 kind of alerts for the chosen symbols in all (9) time-frames. It is highly configurable for your personal
Shepherd Harmonic Pattern
Abdullah Alrai
4.68 (59)
This indicator will detect harmonic patterns that are drawn on the chart by manual and automatic methods. You can see user manual from this link: Notes Indicator has control panel and it will save every (chart & timeframe) settings. You can minimize it to have more space on chart and you can press close button to hide all indicator data on chart if you prefer to work with other analysis tools  When you use this indicator and change the settings, add indicators like Moving Average or Bollinger
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.84 (25)
Currently on 10% Discount! Prices may increase in the future! Read description below! Once you purchase, send a message to my inbox for manual and starter kit. Best Entry System for Ultimate Sniper Dashboard: ULTIMATE DYNAMIC LEVELS. (Please Check my products) The Ultimate Sniper Dashboard ONLY works on live markets due to MT4 multicurrency testing limits. Introducing the Ultimate-Sniper Dashboard! Our very best which contains both HA-Sniper, MA-Sniper. and many special modes. The Ultimate S
PZ Day Trading
PZ TRADING SLU
3.67 (3)
This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides value on every timeframe It provides suitable SL and TP levels It impl
Please send me Direct message on MQL5 CHAT after purchasing the Indicator for Training and Installation Support There are some additional files that is important to use with the Indicator . So be sure to contact me after purchasing the Indicator So that I can add you for training and support . If you find any difficulty with installation then send me Direct message here So that I can connect with you via Anydesk or Teamview for the product installation. " Smart Order Block Indicator " to find
Gann Signal
Kirill Borovskii
Gann Signal is a very simple indicator at first glance, but hidden inside is many years of experience in studying W.D.Ganna methods. The indicator gives accurate BUY/SELL signals, without redrawing. The indicator is very easy to use. All you need to do is attach it to your chart and follow its recommendations. The indicator constantly analyzes the market for entry opportunities. When such an opportunity appears, the indicator gives a signal in the form of an arrow. I repeat, all signals are NOT
Order Block Indicator MT4
Diego Arribas Lopez
5 (3)
[ MT5 Version ] Order Block Indicator MT4 Order Block Indicator MT4  is currently the most accurate and customizable indicator in the market. It has been developed to facilitate the analysis of operations based on Order Blocks and Supply and Demand Zones. These zones are possible reversal points of a movement. Order Blocks indicate a possible accumulation of orders in one area. The price usually gets to reach and react strongly to those areas. The most relevant levels for this reaction are the c
Candle Power Pro
Thushara Dissanayake
4.33 (6)
Unlock the power of real volume information with the Candle Power Pro indicator. This dynamic tool captures the actual volume data for each candle and presents it as a percentage of the total volume. By doing so, it empowers you to discern the ongoing struggle between buyers and sellers in the market. The Candle Power Pro displays the battle between buyers and sellers as a percentage of the total volume, giving you valuable insights into market dynamics. You can easily confirm breakouts by anal
Market Breaker Updated version 3
Allistair Kabelo Mandow
1 (1)
Features for software Main functions: Accurate entry signals WITHOUT REPAINTING! Once a signal appears, it remains valid! This is a significant distinction from repainting indicators that might provide a signal and then alter it, potentially leading to deposit losses. Now, you can enter the market with higher probability and precision. There's also a function to colour candles after an arrow appears until the target (take profit) is reached or a reversal signal appears . Display of STOP LOSS
Weis Wave with Alert
Trade The Volume Waves Single Member P.C.
4.79 (19)
Rental/Lifetime Package Options and Privileges' * For optimum results the yearly or lifetime package is suggested due to live training and Discord  channel trading with the  creator! Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Free Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x 2-hour live methodology traini
MartingaleArrow
Abdulkarim Karazon
Martingale Arrow is an arrow type mt4 indicator designed for martingale binary options trading , this arrow prints on bar open/intra bar and gives alert . HOW TO USE : open trade the moment arrow appears, if trade won then wait for next signal and trade same lot. If trade loses double lot on next signal and keep doing so until a signal win, then reset and trade with first trade lot.  RECOMMENDED TIME-FRAME : ANY Minimum Deposit : 200 units. THIS Indicator live does not : repaint/back paint ----
System Trend Pro
Aleksandr Makarov
System Trend Pro - This is the best trend trading indicator!!! The indicator no repaint!!!   The indicator has   MTF   mode, which adds confidence to trading on the trend (   no repaint   ). How to trade? Everything is very simple, we wait for the first signal (big arrow), then wait for the second signal (small arrow) and enter the market in the direction of the arrow. (See screens 1 and 2.) Exit on the opposite signal or take 20-30 pips, close half of it, and keep the rest until the oppo
30% OFF NOW! PRICE INCREASING MARCH 30TH! Introducing GoldenGate Entries: A Cutting-Edge Trading Solution!  Discover a revolutionary approach to trading with GoldenGate Entries (GGE), an advanced indicator designed to elevate your trading experience. GGE provides a comprehensive set of features to empower users with precision and confidence in their trading decisions. No re-painting! Pairs:   Any (FX - Commodities - Equities - Stocks - Crypto) TimeFrames:   15m up to H1 Key Features: Buy
Full STO
Roman Smoroda
Full STO indicator (includes all versions of three STO indicators: Premium, Gold, Silver) - STABLE TRADE OPTION is designed for automatic binary options trading.  READ CAREFULLY!!!!! IMPORTANT In one terminal create two templates with different expirations, a template for 18:01, 18:02 with expirations from 1 to 15 minutes and a template for 22:00 with expirations from 10 to 20 minutes. Winrate: 71% over the past 5 years Money management: 0.3% from the deposit This version of the indic
Connect Indicator
Sukunthakan Ngernbamrung
Connect Indicator is a tool used for connecting indicators between the MQL market and MT4. The connected indicators are made by our group and can be used for other applications, such as sending messages to the Line application or Telegram application. If you have any questions, please don't hesitate to ask us to receive support. Function and indicator buffer Buffer one is the high price of the previous candle. Buffer two is the high price of the previous candle. Usage To connect indicators to fu
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
More from author
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
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 de
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 de
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 calc
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 f
Filter:
No reviews
Reply to review