SUM Market Profile Heat

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.



추천 제품
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Trading Guide MT5 Indicator is a powerful psychological trading assistant designed to keep traders disciplined, focused, and emotionally balanced. This innovative indicator displays real-time motivational messages, trading rules, and analysis
FREE
Boom Crash SMC
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Deriv boom and crash index spike killer system you can use it only on m5 timeframe  follow the structure and get signal with alert on phone open trade set sl tp and enjoy easy analysis and trading made simple 
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis 2. Key Features Dynamic Filtering : The core feature. As soon as the current price crosses a historical liquidity level, that level disappears. This reduces chart clutter and prevents you from trading off "dead" support/resistance. Liquidity Heatma
Deriv Boom and crash
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Boom: Take SELL signals only (price spikes up then crashes) Crash: Take BUY signals only (price drops then spikes up) SL goes beyond the line as labeled Interactive Market Watch Panel : A left-side sidebar showing real-time strength indicators (po
FREE
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
Volume flow Profile
Israr Hussain Shah
Master Edition은 거래량과 자금 흐름의 관점을 통해 시장 구조를 시각화하도록 설계된 전문가급 분석 도구입니다. 표준 거래량 지표와 달리, 이 도구는 차트에 일일 거래량 프로필을 직접 표시하여 가격 발견이 발생한 위치와 "스마트 머니"가 위치한 곳을 정확하게 볼 수 있게 합니다. 이 Master Edition은 명확성과 속도를 위해 설계되었으며, 로드 시 차트 레이아웃을 즉시 아름답게 만드는 독특한 자동 테마 동기화 시스템을 특징으로 합니다. 주요 기능: 진정한 자금 흐름 계산: 표준 틱 거래량을 넘어섭니다. "Use Money Flow"를 활성화하면 거래량이 가격에 따라 가중치가 부여되어 특정 가격 수준에서의 실제 자본 투입을 드러냅니다. 가치 영역(VA) 시각화: 가치 영역(기본값: 거래량의 70%)을 자동으로 계산합니다. VA Fill: 통제 구역을 즉시 식별하기 위해 가치 영역 배경을 음영 처리합니다. 주요 수준: 통제점(POC), 가치 영역 고점(VAH), 가치 영
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Transform Your Trading with Intelligent Market Insights! The 2025 Spike Killer Dashboard is a powerful MQL5 indicator that combines cutting-edge signal generation with an intuitive crystal dashboard for real-time market analysis. Designed for tra
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
BoxChart MT5
Evgeny Shevtsov
5 (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
MR Volume Profile 5
Sergey Khramchenkov
The "MR Volume Profile 5" indicator is a charting tool that displays trading volume at different price levels rather than time intervals. A key concept in volume profile is the point of control (POC)—the price level with the highest volume traded during the session or time range. While tools like VWAP or OBV provide volume trends, the "MR Volume Profile 5" indicator offers granular detail about where the most market activity occurs at specific price levels. This makes it a more precise tool for
Risk Control Tool
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Overview (Short Description) A professional risk management indicator that helps traders calculate lot size, risk percentage, and reward ratio in real time. Perfect for Forex, Indices, Gold, and Synthetic Indices traders who want precise control ov
Spike Blast Pro
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Spike Blaster Pro is a next-generation MT5 indicator designed specifically for synthetic markets. It works seamlessly on Boom Index and Weltrade Index , providing traders with sharp, reliable spike detection signals. What makes Spike Blaster Pro po
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Blahtech Supply Demand MT5
Blahtech Limited
4.54 (13)
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
VOLUME PROFILE SAF-XII MT5용 전문가급 마켓 프로파일 분석 도구 (그리드 스타일 트레이더를 위한 드림 인디케이터) 볼륨 프로파일(Volume Profile)이란? 볼륨 프로파일은 단순히 '시간'에 따른 거래량을 보여주는 일반 지표와 달리, 특정 '가격 수준'에서의 거래 활동을 표시하는 전문 기관용 도구입니다. 설정한 기간 내에 거래가 '어디서' 발생했는지를 시각화하여 다음을 식별할 수 있도록 돕습니다. 가치 영역 (VAH/VAL) – 전체 거래의 대부분이 발생한 가격대. 제어 지점 (POC) – 거래량이 가장 많이 집중된 단일 가격 수준. 유동성 불균형 – 각 가격대에서의 매수(Bull) vs 매도(Bear) 지배력. 지지/저항 – 실제 거래 활동에 기반한 자연적인 가격 지지 및 저항선. 3가지 작동 모드 – "설정 후 방치(Set and Forget)" 가능 VP_MANUAL (스윙 트레이딩 및 주요 레벨 분석) 사용자가 수직선을 드래그하여 분석 범위를 직접
MT4 버전: https://www.mql5.com/en/market/product/166784 MT5 버전: https://www.mql5.com/en/market/product/166785 유동성 프로필 유동성 프로필은 차트에 잠재적 유동성 영역을 동적인 히트맵 스타일 프로필로 표시하는 시각적 시장 구조 도구입니다. 이 지표는 과거 가격 움직임과 틱 볼륨을 분석하여 유동성이 집중될 가능성이 높은 가격 영역을 강조 표시합니다. 다음을 표시합니다. 유동성 라인(잠재적 반응/스윕 레벨) 히트맵 프로필 박스(유동성 집중 영역) POC/최대 유동성 레벨(감지된 최고 집중도) 결과적으로 트레이더가 다음을 파악하는 데 도움이 되는 깔끔한 시각적 프로필이 생성됩니다. 잠재적 자석 레벨, 스윕 가능성이 높은 영역, 현재 가격 상/하의 반응 영역, 진입, 청산 및 위험 관리에 대한 맥락. 주요 기능 동적 유동성 히트맵 프로필 틱 거래량 가중 가격 영역 최대 유동성 지점(POC) 강조 표
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume은 통화쌍의 매수 및 매도 거래량을 컬러 히스토그램 형태로 표시합니다. 거래량은 자산에 대한 매수 및 매도 거래로 구성됩니다. FX 시장에서: 매수량이 매도량보다 많으면 해당 통화쌍의 가격은 상승하는 경향이 있습니다. 매도량이 매수량보다 많으면 해당 통화쌍의 가격은 하락하는 경향이 있습니다. 주요 기능 틱 볼륨 데이터를 활용하여 나쁜 거래를 피할 수 있습니다. 시장 내 큰 자금을 움직이는 플레이어의 방향에 따라 거래할 수 있도록 도와줍니다. Metatrader의 모든 알림 기능이 포함되어 있습니다. 틱 볼륨 활용하기 기타 시장과 달리, 현물 외환 시장은 중앙 집중식이 아니기 때문에 개인 트레이더가 실제 볼륨 데이터를 얻는 것은 매우 어렵습니다. 2011년 베테랑 외환 트레이더 Caspar Marney가 발표한 연구에서는 틱 볼륨과 실제 거래량 사이에 높은 정확도와 상관관계가 있다고 결론지었습니다. 히스토그램 계산 공식 KT Forex Volume 지표
FREE
Volume Profile Delta
Juan Eduardo Verdala
Volume Profile Delta — Indicator for MetaTrader 5 Volume Profile Delta is an indicator that displays the difference between buying volume and selling volume recorded on each bar, represented as a histogram at the bottom of the chart. What this indicator does On each bar it calculates the difference between the volume associated with upward movements and the volume associated with downward movements. The result is shown as a bar in the lower histogram, making it possible to observe whether buying
FREE
Intraday Session TPO
Kummari Raghu Ram
Intraday Session TPO: Precision Volume Profiling for Day Traders Stop trading blind during the most volatile hours of the day. Standard daily volume profiles blend everything together, masking the true areas of liquidity and institutional interest. The Intraday Session TPO is engineered specifically for session-to-session traders. It empowers you to isolate and profile specific time windows—like the London Open, the New York Killzone, or the Asian range—so you can see exactly where the volume is
VPO Profile MT5
Kyra Nickaline Watson-gordon
5 (2)
Definition : VPO is a Volume Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words volume-price-opportunity (VPO) profiles are histograms of how many volumes were traded at each price within the span of the profile. By using a VPO chart, you are able to analyze the amount of trading activity, based on volume, for each
VolumeProfile MT5
Robert Hess
4.14 (7)
Description: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). Locate the areas with the best prices in the market and get an advantage over other market participants. Features: Customizable Market Profile Shows the "fair" Value Area with 70% of all Volume Shows critical low volume zones Shows VPOC, VAL and VAH Points integrated resource management to reduce the load while working with multiple charts Works on all timefr
English Version Unlock the Power of Volume with Next-Generation Volume Profile This advanced Volume Profile indicator transforms your MetaTrader 5 chart into a powerful volume analysis tool. Unlike standard volume indicators that only show volume over time, this tool displays volume distribution across   price levels , allowing you to pinpoint exactly where the "big money" is trading. Why choose this indicator? Dynamic Price Bins:   Set your own precision (number of rows) to view volume clust
Delta Profile Volume
Teresinha Moraes Correia
기술 설명 – MetaTrader 5용 Delta Profile Delta Profile 은 MetaTrader 5에서 정의된 캔들 범위 내의 거래량 흐름을 세부적으로 분석하기 위해 설계된 지표입니다. 이 도구는 각 가격 수준에서 양의 거래량(상승과 관련) 과 음의 거래량(하락과 관련) 간의 불균형을 구조화하고 시각화합니다. 이를 통해 사용자는 실제로 거래가 집중되는 가격 영역과 시장 불균형이 형성되는 구간을 명확하게 파악할 수 있습니다. 핵심 개념 지표는 가격 레벨 을 인식하고 이를 양의 거래량, 음의 거래량 및 순 델타(양-음 차이)로 분류합니다. 각 가격 레벨은 수평 막대 로 차트에 표시되며, 거래가 집중되는 구간을 직관적으로 보여줍니다. 사용자는 분석할 캔들의 개수 , 가격 반올림 정밀도 , 최대 표시 레벨 수 , 표시 옵션 등을 직접 설정할 수 있습니다. 주요 기능 가격 레벨 매핑 : 사용자가 지정한 자릿수에 맞게 가격을 반올림하여 거래량을 집계합니다. 순 델타 계산 : 양
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis Short Description: Stop overloading your charts with dozens of indicators.   Bollinger Fibo  Pro   is a sophisticated, all-in-one trading system for MetaTrader 5 that merges two legendary concepts into a single, powerful tool. It enhances standard
This indicator allows you to enjoy the two most popular products for analyzing request volumes and market deals at a favorable price: Actual Depth of Market Chart Actual Tick Footprint Volume Chart This product combines the power of both indicators and is provided as a single file. The functionality of Actual COMBO Depth of Market AND Tick Volume Chart is fully identical to the original indicators. You will enjoy the power of these two products combined into the single super-indicator! Below is
Advanced POC Fixed Range Volume Profile 은 MetaTrader 5용으로 설계된 대화형 볼륨 프로파일 지표입니다. 전체 알고리즘과 사용의 유동성은 TradingView의 유명한 "고정 범위 볼륨 프로파일(Fixed Range Volume Profile)" 도구를 기반으로 합니다. 차트의 임의의 영역을 수동으로 선택하여 거래량 분포를 분석할 수 있습니다. 이를 통해 유동성이 높은 구간, 가격 거부 영역, 특정 기간 동안 자산의 적정 가격을 즉시 식별할 수 있습니다. 주요 특징 POC(Point of Control), VAH(Value Area High), VAL(Value Area Low)의 시각적 강조. 온디맨드 거래량 분석: 계산이 시작되고 끝나는 위치를 정확히 선택합니다. 완벽한 반응형: 시간대(Timeframe)를 변경하거나 차트 확대/축소를 변경할 때 도구가 프로파일을 완벽하게 다시 계산하고 조정합니다. MT5에서 도구 사용 방법 간단한 단축키를
Binary Rise Fall
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Fractals_Price indicator is a technical analysis tool that identifies fractal patterns on price charts. Fractals are recurring patterns that signal potential trend reversals or continuation points. This indicator marks both upward and downward
Swing Supply Demand
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis 1. Institutional Supply & Demand Zones Auto-Detection:   Automatically draws zones at valid pivot points. Smart Extension:   Zones extend into the future for easy visibility but automatically cut off when price breaks them. Mitigation Logic:   When
LevelsHunter Pro
Dmitrii Kovalevskii
LevelsHunter Pro – 전문가용 거래량 프로필 및 과거 분석 무엇인가요? LevelsHunter Pro는 현재 POC, VAH, VAL 레벨을 표시할 뿐만 아니라   과거로 돌아가   과거 거래 순간에 이 레벨들이 어디에 있었는지 볼 수 있는 거래량 프로필 지표입니다. 차트에서 추측하는 도구가 아닙니다. 이미 일어난 일을   냉정하게 분석 하기 위한 도구입니다. 트레이더에게 필요한 이유 문제점:   대부분의 지표는 '지금 여기'만 보여줍니다. 거래를 마감하고 실수를 분석하려고 하면 이미 레벨이 이동해 있습니다. POC가 진입가 위에 있었는지 아래에 있었는지 알 수 없습니다. 가격이 왜 반등했는지 또는 레벨을 돌파했는지 알 수 없습니다. 해결책:   LevelsHunter Pro는 모든 봉의 레벨을 기록합니다. 과거의 어떤 캔들이든 클릭하면 그 순간의 거래량 프로필을 정확히 볼 수 있습니다. 거래에서 어떻게 사용하나요? 1. 실시간 진입 개선 매수 신호가 보입니다. 가격이
이 제품의 구매자들이 또한 구매함
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Quantum MT5
Hamed Dehgani
4.6 (10)
M1 Quantum을 이용한 실시간 트레이딩 신호 : 신호   ( Quantum Trade Assistant 에 의해 거래가 자동으로 실행되며, 이 제품에 무료 로 포함되어 있습니다.) 가격 계획: 현재 가격: $169 (얼리 어답터 혜택) 다음 예정 가격: $189 예정 소매 가격: $299 개발자 안내: 구매 후 저에게 연락하시면 최신 권장 설정 파일(Set File) , 사용 팁, 그리고 다른 M1 Quantum 사용자들과 소통할 수 있는 VIP 지원 그룹 초대장을 받으실 수 있습니다. 자주 묻는 질문 - 설정 파일 - 설치 가이드 M1 Quantum 은 M1 전용 전문 트레이딩 시스템으로, 손절(Stop Loss), 익절(Take Profit), 그리고 스마트 자금 관리 기능이 내장된 빠르고 정확한 거래 신호를 제공합니다. M1 Quantum 은 연속 수익 거래 에 집중하여 계좌를 빠르게 성장시키도록 설계된 전문 자금 관리 시스템을 포함하고 있습니다. M1 Quantum
UZFX {SSS} 스캘핑 스마트 시그널 v4.0 MT5는 급변하는 시장에서 정확한 실시간 시그널을 필요로 하는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 설계된 리페인팅이 없는 고성능 트레이딩 지표입니다. (UZFX-LABS)에서 개발한 이 지표는 가격 움직임 분석, 추세 확인 및 스마트 필터링을 결합하여 모든 통화 쌍과 시간대에서 높은 확률의 매수 및 매도 신호, 경고 신호, 추세 지속 기회를 생성합니다. 거래에 대한 의구심을 떨쳐버리고, 명확성, 정밀성, 그리고 규율 있는 시장 실행을 원하는 트레이더를 위해 설계된 체계적인 신호 시스템을 따르기 시작하세요. 제 추천* 최적의 시간대: 15분 이상. {H1}이 제가 가장 선호하는 시간대입니다. 그리고 그 결과는 정말 놀라울 정도입니다...!! 주요 기능 업데이트 • 자동 매수 및 매도 신호 감지 • 고급 반전 인식 로직 • 잠재적인 시장 반전 전 조기 경고 신호 • 추세 지속 확인 신호 • 진입, 손절, TP1, TP2,
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro는 MetaTrader 5용 추세추종형 지표로, 차트에서 더 명확한 신호, 더 구조적인 트레이드 설정, 그리고 더 실용적인 리스크 관리를 원하는 트레이더를 위해 설계되었습니다. 단순한 화살표만 표시하는 것이 아니라, GEM Signal Pro는 전체 트레이드 아이디어를 더 깔끔하고 읽기 쉬운 방식으로 보여줍니다. 조건이 확인되면 진입가, 손절가, 목표가를 차트에 표시하여 트레이더가 설정을 더 효율적으로 검토할 수 있도록 도와줍니다. 작동 방식 이 지표는 먼저 내부 로직에 따라 유효한 초기 신호를 식별합니다. 확인 조건이 충족되면, GEM Signal Pro는 차트에 전체 설정을 표시합니다. 이를 통해 트레이더는 거래 구조를 더 명확하게 보고, 수동 분석 작업을 줄일 수 있습니다. 차트에 표시되는 거래 레벨 확인된 신호에 대해, GEM Signal Pro는 다음을 표시할 수 있습니다. 진입가 손절가 목표가 1 목표가 2 목표가 3 손
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
TPA True Price Action indicator reveals the true price action of the market makers through 100% non-repainting signals 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 customers. The first "The Basics"
시장이 진짜로 무엇을 하고 있는지 보십시오.   세 가지 시장 국면(수축, 확장, 추세)을 눈앞에서 실시간으로 지켜보고, 추세 국면의 초기 단계에서 더 나은 진입을 잡으십시오.   추측을 멈추십시오. 기관과 스마트 머니가 하는 것처럼 시장을 읽기 시작하십시오.   MT5용 Apex Market Structure Pro는 노이즈를 걷어내고 모든 캔들 아래에 있는 진짜 구조를 보여 주는 정밀 스마트 머니 분석 도구입니다.   유동성, 구조 전환, 매집 구간, 추세 편향을 하나의 깔끔하고 전문적인 오버레이에 담았습니다. 후행 지표에 지쳐 명확함으로 매매할   준비가 된 진지한 트레이더를 위해 만들어졌습니다.      중요: 이 지표는 Heikin Ashi(하이킨 아시) 캔들에서 작동하도록 설계되었습니다. 사용 전 차트를 Heikin Ashi로 설정하여 그 잠재력을   온전히 끌어내십시오. 모든 분석은 Heikin Ashi 가격 흐름을 중심으로 설계되었습니다. Apex Market S
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
Transaction Speed MT5
Ivan Stefanov
5 (4)
이 지표는 시장에서 관심이 나타나는 영역 을 강조 표시한 후, 주문이 누적되는 영역 을 보여줍니다. 이는 **대규모 오더북(호가창)**처럼 작동합니다. 이것은 거대한 자금 을 위한 인디케이터입니다. 성능은 탁월하며, 시장에서 어떤 관심이 있든 반드시 포착할 수 있습니다 . (이것은 완전히 새로 작성되고 자동화된 버전 입니다 – 이제 수동 분석은 필요하지 않습니다.) **거래 속도(Transaction Speed)**는 새로운 개념의 인디케이터로, 시장에 대규모 주문이 언제, 어디에 쌓이는지를 보여주며 , 그 이점을 분석합니다. 매우 초기 단계에서 트렌드 전환 을 감지할 수 있습니다. FX 시장에서 흔히 사용하는 "거래량(volume)"은 오해입니다. 실제로는 시간당 가격 변화량 이므로, 올바른 용어는 거래 속도 입니다. 우리가 어떻게 사고하고, 행동하며, 분석하느냐 가 가장 중요합니다. 분석 패러다임의 전환 은 필수적입니다. 이 인디케이터는 외환 시장에서의 볼륨 개념을 논리적으로
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
KURAMA GOLD SIGNAL PRO (MT5) — 7중 필터 · 자동 TP/SL · 품질 점수 · 시그널 기록 저장 | XAUUSD 완전 트레이딩 시스템 실시간 리페인트 없음. 시그널이 나타나는 순간 화살표, 진입, TP, SL이 그 자리에 고정되어 이후 절대 움직이지 않습니다. 여러분이 거래하는 것은 바로 이 실시간 시그널입니다. 그리고 v7.20에서는 실제로 발신된 모든 시그널이 자동 저장되어 재시작 후에도 정확히 복원됩니다. 구매자 전용 보너스 평생 라이선스를 구매하시면 AI Zone Radar($59 상당) + 완전 PDF 매뉴얼을 무료로 드립니다. 제품 가격에 더해 $59 상당의 보너스가 따라옵니다. 구매 후 MQL5로 메시지를 보내주세요. AI Zone Radar: https://www.mql5.com/en/market/product/175834 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction 은 3D 시장 분석 도구입니다. 다양한 매개변수에 걸쳐 정확한 백분율 편차를 계산하면서 완벽하게 객관적인 알고리즘 기반 시장 분석을 제공합니다. 첨단 AI 기반 모델링 도구와 엄격한 테스트를 거쳐 개발된 이 알고리즘은 타의 추종을 불허하는 정확도로 시장을 분석합니다. 플랫폼에서 모든 통화쌍 또는 금융 상품을 분석할 수 있습니다. 단기 거래, 데이 트레이딩, 스윙 트레이딩 등 어떤 유형의 거래를 하든 Quant Direction은 최적의 선택입니다. 운영자가 되는 것의 진정한 이점 퀀트 디렉션의 진정한 장점은 감정, 눈의 피로, 과도한 분석을 완전히 배제한다는 점입니다. 더 이상 수십 개의 차트를 일일이 살펴보며 방향을 찾거나 자신의 판단에 끊임없이 의문을 품을 필요가 없습니다. 이 시스템은 8개의 시간 간격(5개월에서 수개월까지)을 밀리초 단위로 처리합니다. 특정 시점의 주요 시장 참여자를 정확하게 식별하여 항상 성공 확률이 가장 높은 방향으로 거래할
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
대부분의 화살표 인디케이터는 신호만 보여주고, 나머지 판단은 모두 트레이더에게 맡깁니다. KT Alpha Hunter Arrows는 완성된 트레이딩 플랜을 제공합니다. 각 신호 화살표가 표시될 때마다 진입선, 손절선, 네 개의 익절 목표, 그리고 현재 심볼과 시간대가 지금 거래할 가치가 있는지 알려주는 실시간 엣지 판정이 함께 그려집니다. 포함된 Trade Manager EA는 사용자가 직접 진입한 뒤의 실행 관리를 맡아, 시장이 흔들리고 감정이 개입되기 쉬운 상황에서도 거래 원칙을 유지할 수 있도록 도와줍니다. 리페인트 없음. 종가 확정 후 신호만 표시. Forex, Gold, Indices 및 사용자가 거래하는 다양한 MT5 지원 상품에 맞게 설계되었습니다. 주요 기능 캔들이 마감된 후에만 표시되는 리페인트 없는 매수 및 매도 화살표. 각 신호마다 진입선, 구조적 손절선, 네 개의 익절 목표 표시. 현재 차트에서 매수와 매도 셋업을 별도로 평가하는 Edge Dashboard.
Beast Super Signal MT5
Florian Zuercher
2.71 (7)
수익성 있는 거래 기회를 쉽게 식별하는 데 도움이 되는 강력한 외환 거래 지표를 찾고 계십니까? Beast Super Signal보다 더 이상 보지 마십시오. 사용하기 쉬운 이 추세 기반 지표는 시장 상황을 지속적으로 모니터링하여 새로운 개발 추세를 찾거나 기존 추세에 뛰어들 수 있습니다. Beast Super Signal은 모든 내부 전략이 정렬되고 서로 100% 합류할 때 매수 또는 매도 신호를 제공하므로 추가 확인이 필요하지 않습니다. 신호 화살표 알림을 받으면 구매 또는 판매하기만 하면 됩니다. 구매 후 비공개 VIP 그룹에 추가되도록 저에게 메시지를 보내주세요! (전체 제품 구매만 해당). 최신 최적화된 세트 파일을 구입한 후 저에게 메시지를 보내주세요. MT4 버전은   여기에서 사용할 수 있습니다. 여기에서   Beast Super Signal EA를 받으세요. 최신 결과를 보려면 댓글 섹션을 확인하세요! Beast Super Signal은 1:1, 1:2
WaveSniper
Alessandro Farinella
Wave Sniper One indicator. Adaptive baseline, multi-layer signal engine, and closed-bar confirmed entries — designed for traders who want precision without complexity. I tried to build the perfect indicator. I ended up deleting most of them. I used, studied and coded hundreds of indicators. I analyzed and converted entire libraries from PineScript, ProRealCode, EasyLanguage, MQL. Oscillators, moving averages, bands, candlestick pattern: you name it! I spent weeks, even months optimizing param
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
Manipolatio regis
Simone Degl Innocenti
Manipulatio Regis — Scanner di Simmetria Istituzionale Manipulatio Regis rileva le manipolazioni dei Market Maker leggendo i Trading Ranges e i progetti obiettivi simmetrici da Price Action istituzionale. Non prevede il Future: legge una manipolazione già avvenuta e progetti in cui Il prezzo tende a tornare a ribilanciarsi. Come funziona: • Evento significativo (SI): rileva un impulso anomalo ad alta efficienza (rapporto ATR). • Gamba e Candela #1: isola la gamba di ritracciamento controdirezion
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
CISD Levels Pro automatically draws CISD Buy and Sell levels directly on your chart. It highlights pending levels while they are forming, then marks confirmed levels after the confirmation candle closes. Optional confirmation arrows help you spot the signal quickly. This tool is designed for traders who want clean, simple CISD level visualization without extra indicators or clutter. Key Features Draws Bullish (BUY) CISD levels and Bearish (SELL) CISD levels Shows Pending levels (dashed) and
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Smart Bubble Dominance Pro
Dioney De Jesus Batista Alves
실시간 기관 수급 흐름과 시장 공격성을 분석하는 최강의 도구, Smart Bubble Dominance Pro 를 소개합니다. 정밀한 타점을 원하는 트레이더를 위해 개발된 이 지표는 복잡한 거래량 데이터를 명확한 시각적 신호로 변환하여 '스마트 머니(Smart Money)'가 어디에 포진해 있는지 즉각적으로 식별해 줍니다. BTCUSD 전용 최적화 이 지표는 **BTCUSD(비트코인)**의 변동성과 특유의 움직임에 맞춰 정밀하게 튜닝되었습니다. 시장의 노이즈를 제거하고 실제 의미 있는 움직임만을 포착하여, 여러분이 항상 추세의 유리한 방향에 설 수 있도록 돕습니다. 도미넌스 비주얼 맵 (델타 컬러) 직관적인 컬러 코딩 시스템을 통해 단 몇 초 만에 시장 심리를 읽을 수 있습니다: 시안색 버블 (강력 매수): 매수세의 공격적인 지배를 나타냅니다. 가격이 강한 확신과 함께 상승하고 있다는 신호입니다. 마젠타색 버블 (강력 매도): 압도적인 매도 압력을 나타냅니다. 시장이 기관
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER는 MetaTrader 5용 전문 금융 시장 지표로, 여러 분석 도구를 하나의 통합 시스템으로 결합합니다. 독점적인 거래량 가중 평균 가격(VWAP) 방법론을 사용하여 모든 계산을 자동으로 수행하며, 주관적인 해석을 완전히 배제합니다. 이 지표는 모든 자산 클래스(Forex, 주식, 지수, 상품, 암호화폐)와 M1부터 월간 차트까지 모든 시간 프레임에서 작동합니다. 기본 원리는 “가격은 거래량을 따른다”입니다. MERAVITH는 기관 거래량이 집중되는 위치를 식별하고, 그 집중에서 수학적으로 정확한 가격 수준을 도출합니다. 예측이나 투기를 하지 않으며, 계산만 수행합니다. MERAVITH SCANNER를 사용하면 28개의 주요 Forex 통화쌍을 모든 시간 프레임에서 단 2~3분 만에 스캔할 수 있습니다. 또한 원하는 시장을 스캔할 수도 있으며, 예를 들어 약 100개의 주식을 약 10분 안에 스캔할 수 있습니다. 지표는 소진 레벨, 균형선, 편차, 통계
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Chimera Volume
Marko Milenkovic
MetaTrader 5용 Chimera Volume 고급 거래량 분석 및 시장 활동 시각화 Chimera Volume은 MetaTrader 5 전용 사용자 정의 지표로, 정규화된 거래량 활동을 분석하고 역동적인 시각적 프레임워크를 통해 시장 참여도의 변화를 보여주도록 설계되었습니다. 이 지표는 적응형 정규화 알고리즘을 사용하여 틱 거래량 데이터를 처리하며, 다양한 시장 상황 속에서 거래량의 강도, 매집 단계, 활동 변화를 구조화된 형태로 생성합니다. 원시 거래량 값을 표시하는 일반 거래량 지표와 달리, Chimera Volume은 추가 계산을 적용하여 시장 활동의 상대적 변화를 강조하고 차트의 가독성을 향상시킵니다. 주요 기능 루트 인텐트 히스토그램 (Root Intent Histogram): 정규화된 거래량 강도와 시장 참여도를 시각화하는 동적 히스토그램입니다. 적응형 색상 전환을 사용하여 활동 증가 시기와 참여 감소 시기를 명확하게 구분합니다. 관성 라인 (Inertia Line
Meravith MT5
Ivan Stefanov
5 (3)
마켓 메이커를 위한 도구. Meravith는 다음과 같은 기능을 제공합니다: 모든 타임프레임을 분석하고 현재 유효한 추세를 표시합니다. 강세와 약세 거래량이 동일한 유동성 구간(거래량 균형 구간)을 강조 표시합니다. 서로 다른 타임프레임의 모든 유동성 레벨을 차트에 직접 표시합니다. 텍스트 기반 시장 분석을 생성하여 참고용으로 제공합니다. 현재 추세를 기반으로 목표가, 지지선 및 손절가를 계산합니다. 거래의 위험 대비 보상 비율(Risk/Reward)을 계산합니다. 계좌 잔고에 따라 포지션 크기를 산출하고 잠재 수익을 추정합니다. 시장에 중대한 변화가 발생할 경우 경고도 제공합니다. 지표의 주요 라인: 강세/약세 거래량 소진 라인 — 목표가로 사용됩니다. 시장 추세를 나타내는 라인. 시장이 강세인지 약세인지에 따라 색상이 변경되며 추세 지지선 역할을 합니다. 색상은 주로 시장 심리를 보여줍니다. 거래량 균형선(Eq). Eq(Volume Equilibrium) 라인은 시스템의 핵심입니
제작자의 제품 더 보기
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate back
Market Profile Heat indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a fr
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low detection,
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
필터:
리뷰 없음
리뷰 답변