• 미리보기
  • 리뷰
  • 코멘트

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.



추천 제품
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
Time Bubble
Ahmed Mohamed
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
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
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 eac
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/m
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
이 표시기의 고유성은 거래량 계산 알고리즘에 있습니다. 누적은 하루의 시작을 참조하지 않고 선택한 기간 동안 직접 발생합니다. 마지막 막대는 계산에서 제외할 수 있습니다. 그러면 현재 데이터가 이전에 형성된 중요한 수준(볼륨)에 미치는 영향이 줄어듭니다. 보다 정확한 계산을 위해 기본적으로 M1 그래프의 데이터가 사용됩니다. 가격 볼륨의 분배 단계가 규제됩니다. 기본적으로 디스플레이의 오른쪽 테두리는 분석에 사용된 데이터의 시작 부분에 해당하는 막대로 설정되어 있지만, 필요한 경우 필요한 막대로 설정할 수 있습니다. 표시된 볼륨 밴드의 길이(오른쪽 테두리)는 계수에 의해 조절되며 왼쪽 또는 오른쪽으로 0(현재) 막대로 이동하거나 현재 막대를 참조하여 미러링할 수도 있습니다. 매개변수: Accumulation period - 부피 누적 계산 기간 Number of excluded last bars - 계산에서 제외된 마지막 막대의 수 Accumulation price step - 가격
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
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.
FREE
UPD1 Profile Levels
Vitaliy Kuznetsov
5 (6)
표시기는 지정된 막대 수에 대한 작업 히스토그램에서 최대 및 최소 가격 볼륨(시장 프로필)의 수준을 찾습니다.   복합 프로파일. 히스토그램의 높이는 완전 자동이며 모든 기기 및 기간에 맞게 조정됩니다. 저자의 알고리즘이 사용되며 잘 알려진 아날로그를 반복하지 않습니다. 두 히스토그램의 높이는 촛불의 평균 높이와 거의 같습니다. 스마트 경고는 볼륨 레벨에 관한 가격에 대해 알려 도움이 될 것입니다. 개념Smart Money. Low Volume - Imbalance. ,좋은 시장 상황을 찾아 시장의 구조를 결정하고 바이너리 옵션에 대한 필터로 사용됩니다. 그것은 가격에 대한 자석입니다. High Volume - Liquidity. 는 시험을 위해 축적을 나갈 때 사용됩니다. 입력 매개 변수. 기본. Bars Count - 계산 및 표시 할 막대 수. Signal Fractal = 5 (색상 신호 레벨). 수준은 다음과 같은 조건에서 신호가 될 것입니다:그것을 초과하지 않
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
CumulativeDeltaBars
Stanislav Korotky
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
VR Grid
Vladimir Pastushak
4.57 (7)
VR 그리드 표시기는 사용자 정의 설정으로 그래픽 그리드를 생성하도록 설계 되었습니다. 표준 그리드 와 달리 VR 그리드는 원형 레벨 을 구축하는 데 사용됩니다. 사용자의 선택에 따라 라운드 수준 사이의 단계는 임의적일 수 있습니다. 또한 VR Grid는 다른 인디케이터나 유틸리티와는 달리 기간이 바뀌거나 단말기를 재부팅해도 그리드의 위치 를 유지합니다. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 5] 수직 수준 은 실제 시간 간격을 기준으로 하며 누락 또는 존재하지 않는 기간은 무시 합니다. 따라서 레벨 사이의 단계는 사용자가 선택한 값과 엄격하게 일치합니다. VR 그리드 표시기를 사용할 때 트레이더는 모든 수준에서 스타일 , 수직선 및 수평선의 색상 및 두께를 변경할 수 있습니다. 이를 통해 금융 상품의 라운드 수준 을 제어할 수 있습니다.
FREE
Volume by Price MT4
Brian Collard
4.71 (14)
The Volume by Price Indicator for MetaTrader 4 features Volume Profile and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Session filtering and grouping. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Graphical layering, positioning and styling options to suit the user's analytic and aesthetic n
Moving VVC mt4
Andriy Sydoruk
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
History Pattern Search
Yevhenii Levchenko
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
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!
Market Profile 3
Hussien Abdeltwab Hussien Ryad
4 (4)
Market Profile 3 MetaTrader 4 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 t
FREE
이 제품의 구매자들이 또한 구매함
Atomic Analyst
Issam Kassas
5 (3)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한
TPSpro RFI Levels
Roman Podpora
4.85 (20)
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 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. Main functions: Displaying active zones
현재 20% 할인 ! 초보자 또는 전문가 트레이더를 위한 최고의 솔루션! 이 대시보드 소프트웨어는 28개의 통화 쌍에서 작동합니다. 2가지 주요 지표(Advanced Currency Strength 28 및 Advanced Currency Impulse)를 기반으로 합니다. 전체 Forex 시장에 대한 훌륭한 개요를 제공합니다. 고급 통화 강도 값, 통화 이동 속도 및 모든(9) 시간대의 28 Forex 쌍에 대한 신호를 보여줍니다. 추세 및/또는 스캘핑 기회를 정확히 파악하기 위해 차트의 단일 지표를 사용하여 전체 시장을 볼 수 있을 때 거래가 어떻게 개선될지 상상해 보십시오! 잠재적인 거래를 식별하고 확인하면서 강력한 통화와 약한 통화를 더욱 쉽게 식별할 수 있도록 이 지표에 기능을 내장했습니다. 이 표시기는 통화의 강세 또는 약세가 증가 또는 감소하는지 여부와 모든 시간대에서 수행되는 방식을 그래픽으로 보여줍니다. 추가된 새로운 기능은 현재 시장 조건 변화에 적
Enigmera
Ivan Stefanov
5 (3)
에니메라: 시장의 핵심 https://www.enigmera.com 소개 이 지표 및 트레이딩 시스템은 금융 시장에 대한 놀라운 접근 방식입니다. 에니메라는 프랙탈 주기를 사용하여 지지선과 저항선을 정확하게 계산합니다. 진정한 축적 단계를 보여주고 방향과 목표를 제시합니다.  추세에 있든 조정에 있든 작동하는 시스템입니다.  어떻게 작동하나요? 에니메라는 지지선/저항선, 목표선, 편차선의 세 가지 라인으로 구성됩니다. 이 시스템은 과거 데이터를 현재와 미래로 추정하는 일반적인 시장 지표와 달리 현재에 대한 완전한 그림을 제공합니다. 지지선 위에 있으면 실제 지지를 의미하고 저항선 위에 있으면 실제 저항을 의미합니다. 레벨이 깨지면 추세의 변화를 나타냅니다. 다시 그리지 않습니다. 시장이 지속적으로 진화함에 따라 에니메라는 평가 도구를 조정하여 전략을 정기적으로 수정합니다.   이를 통해 모든 시나리오를 철저히 평가할 수 있습니다. 이 시장 지표의 고유성은 분명하며 그 기
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,
ECM Channel MT4
Paulo Rocha
5 (1)
ECM Elite Channel is a volatility-based indicator, developed with a specific time algorithm, 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 channel theory 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's a trading opportunity. The
Gold Channel XAUUSD
Paulo Rocha
5 (2)
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 tra
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
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
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
TrendMaestro
Stefano Frisetti
5 (3)
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.4 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 a
SNR LEVEL INDICATOR Accurate Snr level indicator will only display Fresh Levels that are close to the Current Market Price. This indicator is very accurate in mapping Support & resistance levels. there is an alert feature when the price TOUCHES the SNR LEVEL, WHEN CLOSE CANDLE BREAK/REJECT SNR LEVEL. INDICATOR MARKING :: - SUPPORT LEVEL == V SHAPE - RESISTANCE LEVEL == APEX LEVEL - GAP RESISTANCE & GAP SUPPORT == OPEN CLOSE CANDLE - SUPPORT BECAME RESISTANCE & RESISTANCE BECAME SUPPORT INDIC
ON Trade Optuma Astro
Abdullah Alrai
5 (4)
물론입니다. 아래는 제공해주신 텍스트의 한국어 번역입니다: MT4용 천문학 지표 소개: 귀하의 최상급 하늘 트레이딩 동반자 트레이딩 경험을 천체의 높이로 끌어올리기 준비가 되셨나요? MT4용 천문학 지표를 소개합니다. 이 혁신적인 도구는 복잡한 알고리즘의 힘을 활용하여 탁월한 천문학적 통찰과 정밀한 계산을 제공합니다. 정보의 우주를 손에 담다: 천문학적 데이터의 보물함을 드러내는 포괄적인 패널을 살펴보세요. 행성의 지오/헬리오센트릭 좌표, 태양/지구 거리, 크기, 길이, 별자리, 황도 좌표 및 적도 좌표, 심지어 수평 좌표 등 각각이 정밀하게 계산되고 아름답게 제시됩니다. 지표에 의해 생성된 수직선은 시간 값에 해당하여 트레이딩 여정에 우주적인 시각을 부여합니다. 행성 라인과 관계: 수정 가능한 스케일과 각도로 차트를 장식하는 행성 라인의 마법을 경험해보세요. 직관적인 컨트롤 패널을 통해 각 행성의 라인의 가시성을 손쉽게 전환할 수 있습니다. 쥰션이나 섹스타일, 사분각, 삼분각, 트
Beast Super Signal
Dustin Vlok
4.76 (101)
수익성 있는 거래 기회를 쉽게 식별하는 데 도움이 되는 강력한 외환 거래 지표를 찾고 계십니까? Beast Super Signal보다 더 이상 보지 마십시오. 사용하기 쉬운 이 추세 기반 지표는 시장 상황을 지속적으로 모니터링하여 새로운 개발 추세를 찾거나 기존 추세에 뛰어들 수 있습니다. Beast Super Signal은 모든 내부 전략이 정렬되고 서로 100% 합류할 때 매수 또는 매도 신호를 제공하므로 추가 확인이 필요하지 않습니다. 신호 화살표 알림을 받으면 구매 또는 판매하기만 하면 됩니다. 구매 후 비공개 VIP 그룹에 추가되도록 저에게 메시지를 보내주세요! (전체 제품 구매만 해당). 최신 최적화된 세트 파일을 구입한 후 저에게 메시지를 보내주세요. MT5 버전은   여기에서 사용할 수 있습니다. 여기에서   Beast Super Signal EA를 받으세요. 최신 결과를 보려면 댓글 섹션을 확인하세요! Beast Super Signal은 1:
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading
NAM Order Blocks
NAM TECH GROUP, CORP.
5 (1)
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
PZ Trend Trading
PZ TRADING SLU
4.8 (5)
Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whipsawed Recognize profitable pullbacks, breakouts and early reversals The ind
Pair Trading Station MT4
Young Ho Seo
3.67 (3)
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
The indicator " ZigZag on Trend " is an assistant in determining the direction of price movement, as well as a calculator of bars and points. It consists of a trend indicator, which follows the price direction by the trend line presented in the form of a zigzag and a counter calculating the number of bars traversed in the direction of the trend and the number of points on the vertical scale. (calculations are carried out by the opening of the bar) The indicator does not redraw. For convenience,
XQ Indicator MetaTrader 4
Marzena Maria Szmit
3.67 (3)
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
Cycle Sniper
Elmira Memish
4.39 (36)
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
Full Forex Market View Dashboard
Opengates Success International
5 (2)
전체 외환 시장 보기 대시보드 표시기 이것은 거래자에게 시장에서 일어나는 일에 대한 전체 보기를 제공하기 위해 만들어진 사용자 지정 지표입니다. 실시간 데이터를 사용하여 시장에 액세스하고 성공적인 거래에 필요한 모든 정보를 표시합니다. 설치: 이 지표를 창 차트에 첨부하기 전에 MT4의 Market Watch 패널로 이동하여 필요하지 않거나 거래하지 않는 모든 통화 쌍을 숨기고 나머지는 그대로 두십시오. 그 이유는 FFMV 대시보드가 MT4의 Market Watch에 나타나는 모든 통화 쌍을 표시하기 때문입니다. 최대 30개 이하의 통화 쌍을 표시할 수 있습니다. MT4의 Market Watch에서 그 이상이면 FFMV 대시보드의 글꼴과 이미지가 흐려지고 변형됩니다! 제대로 표시되지 않습니다. 용법:      솔로 트레이딩      바구니 거래의 경우(방법에 대한 스크린샷 참조)      다중 주문 거래에도 사용할 수 있습니다.      자신의 거래
Max Min Cycle
Vitalyi Belyh
Cyclical indicator for trading and predicting the direction of the market. Shows the cyclical behavior of the price in the form of an oscillator. Gives signals for opening deals when rebounding from the upper and lower boundaries of the oscillator. In the form of a histogram, it shows the smoothed strength of the trend. Will complement any trading strategy, from scalping to intraday. The indicator does not redraw. Suitable for use on all symbols/instruments. Suitable time frames for short-term
PZ Mean Reversion MT4
PZ TRADING SLU
2.33 (3)
평균 회귀 거래에 대한 전문적이고 정량적인 접근 방식을 구현하는 고유한 지표입니다. 이는 가격이 예측 가능하고 측정 가능한 방식으로 평균으로 전환되고 반환된다는 사실을 이용하여 비정량적 거래 전략을 훨씬 능가하는 명확한 진입 및 퇴장 규칙을 허용합니다. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 명확한 거래 신호 놀랍도록 쉬운 거래 사용자 정의 가능한 색상 및 크기 성능 통계 구현 대부분의 거래 전략을 능가합니다. 적절한 SL 및 TP 레벨을 표시합니다. 이메일/음향/시각 알림을 구현합니다. 작동 원리 이 지표는 더 높은 기간에서 완전히 사용자 정의 가능한 이동 평균 주변의 표준 편차를 측정하고 추세 추종 접근 방식을 사용하여 정확하게 거래를 찾습니다. 거래는 현재 차트의 가격 동작을 살펴보고 선택한 더 높은 기간에서 계산된 평균 가격대로 가격이 돌아오면 닫힙니다. 코딩 방식 때문
MOTANO indicator
Teofil Creanga
1 (1)
Indicatorul MOTANO Bună ziua! 24 de ore - REDUCERE PREȚ! Profita! Tocmai am terminat indicatorul MOTANO după multă muncă. Este un indicator de săgeată. Merge perfect pe M15, aproape orice pereche. Săgețile indică intrările de cumpărare și vânzare, iar o țintă de profit de 5,10 sâmburi asigură un profit sigur. Un profit și mai mare poate fi stabilit, în funcție de situație. Dar cuvintele sunt de prisos. Testați-l și trageți propriile concluzii. Notă Este posibil ca acești ind
기적적인 외환 지표 소개: 정확한 트레이딩의 힘을 발휘하세요 모든 시간대에서 뛰어난 결과를 제공하는 최고의 외환 지표를 찾는데 지친 적이 있나요? 더 이상 찾을 필요가 없습니다! 기적적인 외환 지표가 도래하여 귀하의 트레이딩 경험을 혁신하고 수익을 새로운 고도로 끌어올립니다. 최첨단 기술과 수년간의 정성스런 개발을 토대로 기적적인 외환 지표는 외환 시장에서의 힘과 정확성의 정점으로 떠오릅니다. 이 탁월한 도구는 모든 수준의 트레이더의 요구를 충족시키고 지속적인 수익을 추구하는 데에서 비길 데 없는 우위를 제공하기 위해 설계되었습니다. 기적적인 외환 지표의 가장 큰 장점은 그 뛰어난 적응성에 있습니다. 당신이 데이 트레이더, 스윙 트레이더이든 장기 포지션을 선호하든, 이 지표는 모든 시간대에서 뛰어난 결과를 제공하기 위해 최적화되었습니다. 그러나 그 정확성과 시장의 복잡한 움직임을 포착하는 능력이 참으로 빛을 발하는 것은 1시간 기간대에서 사용할 때입니다. 기적적인 외환 지표의 정확성
Dragon Multi Indicator MT4
Mansour Babasafary
5 (4)
3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term Attributes : No repaintin
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.82 (22)
현재 20% 할인! 이 대시보드는 여러 기호와 최대 9개의 타임프레임에서 작동하는 매우 강력한 소프트웨어입니다. 주요 지표(최상의 리뷰: 고급 공급 수요)를 기반으로 합니다.   Advanced Supply Demand 대시보드는 훌륭한 개요를 제공합니다. 다음과 같이 표시됩니다.  영역 강도 등급을 포함하여 필터링된 공급 및 수요 값, 영역에 대한/및 영역 내 Pips 거리, 중첩된 영역을 강조 표시하고 모든 (9) 시간 프레임에서 선택한 기호에 대해 4가지 종류의 경고를 제공합니다. 그것은 당신의 개인적인 필요에 맞게 고도로 구성 가능합니다! 당신의 혜택! 모든 트레이더에게 가장 중요한 질문: 시장에 진입하기에 가장 좋은 수준은 무엇입니까? 최고의 성공 기회와 위험/보상을 얻으려면 강력한 공급/수요 영역 내 또는 그 근처에서 거래를 시작하십시오. 손절매를 위한 최적의 장소는 어디입니까? 가장 안전하려면 강력한 수요/공급 구역 아래/위에 정
Currently Price 20% OFF ( for unlimited use )   BONUS  AUX VIP Club 2024 : Include  EA Airbag  and  Load Data History  to enhance the performance of this tool to its maximum potential  Click Here to Download Files   ( for users only )   Hello World! Introducing.. SMCpro VIP tool and Indicator for MetaTrader 4, designed to revolutionize your trading experience with the ICT Smart Money Concept. This system is meticulously crafted to empower traders with advanced insights and precision in
Backtest with good trend detection results from January 2023 EURUSD Time frame: m15, m30, H1 AUDUSD Time frame: m15, m30 NASDAQ Time frame: m15 S&P 500 Time frame: m15, m30 XAUUSD Time frame: m30 BTCUSD Time frame: H4 These are just some of the assets tested (Please note that past results are no guarantee of future results). Note that this is not a complete strategy, you can use this indicator as an entry trigger after your analysis by setting stop loss and take profit values ​​that you d
제작자의 제품 더 보기
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
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
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
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
필터:
리뷰 없음
리뷰 답변