Market profile system MT5

Market Profile MetaTrader System — 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. 

A system of alerts is available for price crossing the levels of Value Area high and low, Median, and Single Print zones.

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.


추천 제품
The Horizontal Ray Tool is a lightweight, professional charting utility designed to streamline support and resistance mapping on MetaTrader 5. It brings rapid, one-click horizontal level placement directly to your live chart, eliminating the workspace clutter associated with infinite horizontal lines or manually drawn trendlines. Key Features: Interactive On-Screen Button: Spawns a clean, responsive "DRAW RAY" button docked directly on your chart canvas. A single click drops an independent hor
Delta Profile Volume
Teresinha Moraes Correia
기술 설명 – MetaTrader 5용 Delta Profile Delta Profile 은 MetaTrader 5에서 정의된 캔들 범위 내의 거래량 흐름을 세부적으로 분석하기 위해 설계된 지표입니다. 이 도구는 각 가격 수준에서 양의 거래량(상승과 관련) 과 음의 거래량(하락과 관련) 간의 불균형을 구조화하고 시각화합니다. 이를 통해 사용자는 실제로 거래가 집중되는 가격 영역과 시장 불균형이 형성되는 구간을 명확하게 파악할 수 있습니다. 핵심 개념 지표는 가격 레벨 을 인식하고 이를 양의 거래량, 음의 거래량 및 순 델타(양-음 차이)로 분류합니다. 각 가격 레벨은 수평 막대 로 차트에 표시되며, 거래가 집중되는 구간을 직관적으로 보여줍니다. 사용자는 분석할 캔들의 개수 , 가격 반올림 정밀도 , 최대 표시 레벨 수 , 표시 옵션 등을 직접 설정할 수 있습니다. 주요 기능 가격 레벨 매핑 : 사용자가 지정한 자릿수에 맞게 가격을 반올림하여 거래량을 집계합니다. 순 델타 계산 : 양
ONNYX INDICATOR 버전 1.14 MetaTrader 5용 수요·공급 구역 분석 지표입니다. 확정된 스윙을 기준으로 구역을 생성하고 ATR로 폭을 조정하며 품질을 백분율로 표시합니다. 종가가 확정된 후 생성된 BUY/SELL 신호는 사라지지 않도록 설계되었습니다. 주요 기능 - 구역 내부에 품질 백분율을 표시하는 수요·공급 구역. - 확정 봉에서 나타나는 큰 BUY/SELL 화살표. - 선택 가능한 EMA 추세 필터와 캔들 거부 확인. - 추세, 가격 레벨 및 시장 상황 패널. - 관련 경제 뉴스 최대 5개 표시. 발표 전 Forecast/Previous, 발표 후 Actual 표시. - 60초 뉴스 갱신 및 전략 테스터용 캘린더 캐시. - 팝업, 푸시 및 이메일 알림. - iCustom 버퍼: 0=BUY 가격, 1=SELL 가격. 사용 방법 차트에 지표를 적용하고 히스토리 로딩을 기다린 뒤 추세와 활성 구역을 확인하십시오. 확정 봉 신호를 개인 리스크 관리와 함께 사용하십
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
거래량 프로파일 멀티모드: 지표 방식이 아닌, 원하는 방식으로 거래량을 분석하세요. 대부분의 거래량 프로파일 지표는 거래자들이 미리 정해진 분석 범위 안에 갇히도록 만듭니다. 하지만 시장은 고정된 틀 안에서 움직이지 않는데, 분석까지 그럴 필요가 있을까요? 볼륨 프로파일 멀티 모드는 거래량 분석 시점, 장소, 방법을 완전히 자유롭게 결정할 수 있도록 해줍니다. 시장 구조 분석, 거래 세션 프로파일링, 더 높은 시간대의 활동 모니터링, 또는 진행 중인 경매 추적 등 어떤 목적이든 이 지표는 사용자의 거래 스타일에 맞춰 조정되므로 사용자가 거래 스타일에 맞춰야 할 필요가 없습니다. 직관적인 워크플로우를 원하는 초보자와 유연성을 요구하는 전문가를 위해 설계된 Volume Profile Multi-Mode는 네 가지 강력한 프로파일링 방법을 하나의 고도로 상호작용적이고 맞춤 설정 가능한 거래 도구로 결합합니다. 4가지 강력한 프로파일링 모드 1.       플렉서블 박스 : 대시보드에서 토
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
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
Volume flow Profile
Israr Hussain Shah
Master Edition은 거래량과 자금 흐름의 관점을 통해 시장 구조를 시각화하도록 설계된 전문가급 분석 도구입니다. 표준 거래량 지표와 달리, 이 도구는 차트에 일일 거래량 프로필을 직접 표시하여 가격 발견이 발생한 위치와 "스마트 머니"가 위치한 곳을 정확하게 볼 수 있게 합니다. 이 Master Edition은 명확성과 속도를 위해 설계되었으며, 로드 시 차트 레이아웃을 즉시 아름답게 만드는 독특한 자동 테마 동기화 시스템을 특징으로 합니다. 주요 기능: 진정한 자금 흐름 계산: 표준 틱 거래량을 넘어섭니다. "Use Money Flow"를 활성화하면 거래량이 가격에 따라 가중치가 부여되어 특정 가격 수준에서의 실제 자본 투입을 드러냅니다. 가치 영역(VA) 시각화: 가치 영역(기본값: 거래량의 70%)을 자동으로 계산합니다. VA Fill: 통제 구역을 즉시 식별하기 위해 가치 영역 배경을 음영 처리합니다. 주요 수준: 통제점(POC), 가치 영역 고점(VAH), 가치 영
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
VibeFox Volume Profile — MetaTrader 5용 Volume Profile VibeFox Volume Profile는 MetaTrader 5를 위한 완전한 Volume Profile 도구 모음입니다. 거래된 거래량을 가격에 따라 수평으로 분포시켜 그려내므로, 시장이 가장 많은 활동을 보인 곳, 거래가 얇았던 곳, 그리고 어떤 가격 수준이 자석이나 장벽처럼 작용할 가능성이 높은지를 즉시 확인할 수 있습니다. 모든 프로파일은 차트 위에 직접 그려지며, 현대적이고 마우스로 조작하는 패널에서 제어됩니다 — 뒤져야 할 메뉴도, 첨부할 스크립트도 없습니다. 캔들만으로 지지와 저항을 추측하는 대신, 거래량의 실제 발자취로 작업합니다. 가격을 끌어당기는 고거래량 노드, 가격이 흔히 빠르게 통과하는 저거래량 간극, 그리고 대부분의 거래가 이루어진 공정 가치 구역입니다. 필요한 방식 그대로의 Volume Profile Volume Profile는 하나의 고정된 프로파일이 아닙니다
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
우리의   Basic Support and Resistance   표시기는 기술 분석을 향상시키는 데 필요한 솔루션입니다.이 표시기는 차트/ MT4 버전 특징 피보나치 수준의 통합 : 지원 및 저항 수준과 함께 피보나치 수준을 표시하는 옵션과 함께, 우리의 지표는 시장 행동과 가능한 역전 영역에 대한 더 깊은 통찰력을 제공합니다. 성능 최적화 : 각 막대의 개구부에서만 확장 라인을 업데이트하는 옵션을 사용하여, 우리의 지표는 지원 및 저항 수준의 정확도를 희생하지 않고 최적의 성능을 보장합니다. 입력 주요 설정 Timeframe:  이 입력을 통해 차트에 더 높은 기간의 지지선과 저항선을 표시하도록 선택할 수 있습니다. Support/Resistance Strength [Number of Bars]:   이 입력을 사용하면 지지대와 저항의 강도를 결정할 수 있습니다.숫자가 높을수록지지/저항이 더 강해집니다. Price mode:  이 매개 변수를 사용하면 지원 및 저항 수준을
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
Pattern Recognition EA
Claudiu-georgian Zavera
Pattern Recognition EA - From Learn to Earn. The market repeats itself. This EA finds every past repeat of the current candle sequence - and lets history vote the direction. ONE SHAPE. EVERY REPEAT IN HISTORY VOTES. The last N candles on your signal timeframe form a shape. The EA scans the history you choose - a fixed number of bars or everything your broker provides - for the SAME shape, and checks what happened next, every single time. Only when enough repeats exist AND a clear majority of t
Ignition
Dansie Software Limited
Strategy Overview The Ignition EA tries to take advantage of sudden momentum when the Ignition pattern is detected. The final bar in the ignition pattern has a small opening wick, a very little or no closing wick, is large in comparison to recent bars and must start from the lower end of the current range (for a bullish ignition) Quick Testing Use Symbol EURUSD, Timeframe M2, and remove the GBPUSD symbol from the "Symbols" input (stratergy 1 and stratergy 2) Settings The below settings appe
ALIEN Dashboard
Youssef Esseghaiar
ALIEN DASHBOARD FULL EDITION – Professional ICT & Precision Trading Dashboard for MT5 ( HYBRID ENGINE ) Overview The   Alien Dashboard Full Edition   is a comprehensive, all‑in‑one technical indicator for MetaTrader 5 that merges the most powerful concepts from Inner Circle Trader (ICT) methodology with advanced precision‑entry logic, multi‑timeframe analysis, and an intuitive on‑chart dashboard. Designed for serious traders who want to visualise institutional order flow, identify high‑probabili
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
PZ Mean Reversion MT5
PZ TRADING SLU
1 (1)
평균 회귀 거래에 대한 전문적이고 정량적인 접근 방식을 구현하는 고유한 지표입니다. 이는 가격이 예측 가능하고 측정 가능한 방식으로 평균으로 전환되고 반환된다는 사실을 이용하여 비정량적 거래 전략을 훨씬 능가하는 명확한 진입 및 퇴장 규칙을 허용합니다. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] 명확한 거래 신호 놀랍도록 쉬운 거래 사용자 정의 가능한 색상 및 크기 성능 통계 구현 대부분의 거래 전략을 능가합니다. 적절한 SL 및 TP 레벨을 표시합니다. 이메일/음향/시각 알림을 구현합니다. 작동 원리 이 지표는 더 높은 기간에서 완전히 사용자 정의 가능한 이동 평균 주변의 표준 편차를 측정하고 추세 추종 접근 방식을 사용하여 정확하게 거래를 찾습니다. 거래는 현재 차트의 가격 동작을 살펴보고 선택한 더 높은 기간에서 계산된 평균 가격대로 가격이 돌아오면 닫힙니다. 코딩 방식 때문에 지
MultiTimeframe Support and Resistance Zones
Mohamed Gamal Abdelnasser Yous Hashesh
A powerful indicator that highlights key market zones and helps traders identify potential opportunities across multiple timeframes. Designed for clarity and efficiency, it provides real-time alerts to keep you informed of important price levels. Key Features: Works on multiple timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1. Customizable zone colors for each timeframe. Real-time alerts and notifications when price reaches significant zones. Automatically manages chart objects to keep your wor
What if you could finally SEE where the market really wants to go? Most traders watch price. Pros watch VOLUME — where the money was actually traded. Volume Profile Fibo Confluence puts that reading right in front of you, in plain language, no jargon. WHAT YOU SEE ON YOUR CHART • The POC, the most-traded price: the market's natural magnet • The value area (VAH / VAL): the "house" where price spends its time • Automatic Fibonacci retracement + the golden pocket • Low-volume nodes
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 - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
Max Min Delta Indicator - Market Volume Imbalance Analysis Gain Deeper Insights into Market Volume Imbalance with Delta Analysis What is the Max Min Delta Indicator? The Max Min Delta Indicator is a powerful market volume analysis tool that visually represents maximum and minimum delta values using a histogram. It helps traders identify market strength, weakness, absorption, and aggressive buying/selling activity with precision. Key Features Histogram Visualization: Displays Max Delta (Green) an
Smart DOM Tick Flow
Konstantin Chechnev
Smart DOM Tick Flow는 적응형 SmartDOM, 틱 흐름 분석, 가격 움직임의 스펙트럼 평가, 시장 활동 수준, 거래 신호의 다중 단계 확인을 결합한 자체 개발 인트라데이 지표입니다. 지표의 핵심 요소는 SmartDOM입니다. 가격 균형의 이동과 가격대별 활동 분포를 보여 주는 동적 지도입니다. 가격 움직임의 방향뿐 아니라 현재 시장 경매 과정의 내부 구조도 파악할 수 있습니다. 참여가 어디에 집중되는지, 움직임에 대한 저항이 어디에서 형성되는지, 활동 중심이 어디로 이동하는지, 현재의 매수 또는 매도 압력이 얼마나 안정적인지를 보여 줍니다. 이 지표는 가격, 틱, 거래량, 움직임 속도, 레벨 반응, 임펄스 품질이 서로를 확인해야 하는 하나의 통합 시스템으로 시장을 분석합니다. SmartDOM — 지능형 시장 심도 모델 SmartDOM은 브로커가 제공하는 제한된 주문만 사용하는 대신 정규화된 Bid, Ask, Last 틱 데이터를 적응형 가격 레벨에 분배합니다.
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
Profile Map MT5
Dmitriy Sapegin
5 (5)
Market Profile helps the trader to identify the behavior if major market players and define zones of their interest. The key feature is the clear graphical display of the range of price action, in which 70% of the trades were performed. Understanding of the location of volume accumulation areas can help traders increase the probability of success. The tool can be used as an independent system as well as in combination with other indicators and trading systems. this indicator is designed to suit
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro — 규율 있는 비트코인 트레이딩을 위한 신뢰할 수 있는 파트너. 최신 버전은 OpenAI 인공지능 기술 이 통합되어, 높은 변동성을 가진 암호화폐 시장 환경에서 더욱 정교한 실행과 향상된 거래 필터링을 제공합니다. 이 전문 Expert Advisor는 MetaTrader 5 플랫폼에서 Bitcoin (BTCUSD) 거래를 위해 특별히 설계되었으며, 구조화된 실행, 노출 관리, 그리고 지능적인 리스크 관리에 중점을 두고 있습니다. 가격: $499  →  다음 단계: $699  →  최종 가격: $999 LIVE SIGNAL HERE OpenAI 기반 실행 필터 최신 버전은 OpenAI 기술을 활용하여 실시간 시장 상황을 분석하고, 품질이 낮거나 신뢰도가 부족한 거래 설정을 필터링합니다. AI 안전 레이어: 인공지능 모듈은 거래 실행 전에 작동하는 2단계 승인 시스템으로 설계되었습니다. 이는 예측 도구가 아닌 실행 필터로만 사용됩니다. 모든 거래는 구조화
MACD Sniper Pro
Noppawat Tumjai
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
FREE
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
이 제품의 구매자들이 또한 구매함
Superhero
Ihor Otkydach
5 (1)
SUPERHERO 지표는 “올인원” 방식으로 설계된 다중 통화 거래 시스템입니다. 이 지표는 시장을 독자적으로 분석하여 포지션을 개설하고 청산할 시점에 대한 신호를 제공합니다. 손절매(Stop Loss) 및 익절(Take Profit) 주문을 활용하며, 위험 대비 수익 비율(R:R)은 1:1입니다. 가끔 저는 이 시스템의 신호를 바탕으로 직접 거래를 하는데, 그 결과는 다음과 같습니다— 실시간 신호 이 시스템은 스마트폰으로 푸시 알림을 전송할 수 있으므로, PC에 묶여 있을 필요 없이 “이동 중에도” 매매를 할 수 있습니다. 이는 자체 거래 전문 회사에 안성맞춤입니다. 모든 고객님께 드리는 특별 혜택: 이 지표를 구매하시는 모든 분께는 제가 특별히 준비한 유틸리티를 선물로 드릴 예정이며, 이 유틸리티는 다음과 같은 기능을 제공합니다: 손절매 및 익절 주문을 자동으로 설정합니다 가격이 목표 수준에 도달하면 자동으로 포지션을 청산합니다 미결제 주문 거래를 지원합니다 평균화 거래 모드를
Neuro Poseidon MT5
Daria Rezueva
4.85 (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
Entry Points Pro for MT5
Yury Orlov
4.51 (148)
전설이 돌아왔습니다: Entry Points Pro 10. MQL5 마켓 Top-3 자리를 3년간 지켜온 전설적인 지표의 재출시입니다. 수백 개의 호평 리뷰(두 버전 합산 589개), 매일 이 지표로 거래하는 수천 명의 트레이더, 31,000회 이상의 데모 다운로드   MT4+MT5 . 지난 5년간 여러분이 남긴 리뷰를 하나도 빠짐없이 읽었고, 약속 대신 그 답을 버전 10에 담았습니다. 1999년부터 시장에서 활동하며 정직함과 자신의 평판, 그리고 고객을 소중히 여기는 개발자가 만들었습니다. Entry Points Pro의 진입 시그널은 절대 리페인팅되지 않습니다. 그리고 이번에는 개발자의 말뿐이 아니라 검증 가능한 사실입니다: 확정 시그널은 캔들 종가에서만 표시되며, 자동화 테스트에서 리페인팅 0건 이 확인되었습니다(EURUSD, XAUUSD, BTCUSD에서 2,486,568회의 불변조건 검사 — 위반 0건). 검증 방법은 공개되어 있으니 전략 테스터에서 직접 재현해 보실 수
Divergence Bomber
Ihor Otkydach
4.89 (93)
가끔은 제가 직접 이 시스템을 이용해 거래를 하곤 합니다. 실계좌에서 제가 직접 수행하는 BOMBER 트레이딩을 확인해 보세요 - LIVE SIGNAL 이 지표를 구매하신 분께는 다음과 같은 혜택이 무료로 제공됩니다: 각 거래를 자동으로 관리하고, 손절/익절 수준을 설정하며, 전략 규칙에 따라 거래를 종료하는 전용 도우미 툴 "Bomber Utility" 다양한 자산에 맞게 지표를 설정할 수 있는 셋업 파일(Set Files) "최소 위험", "균형 잡힌 위험", "관망 전략" 모드로 설정 가능한 Bomber Utility의 셋업 파일 이 전략을 빠르게 설치, 설정, 시작할 수 있도록 돕는 단계별 영상 매뉴얼 주의: 위의 모든 보너스를 받기 위해서는 MQL5 개인 메시지 시스템을 통해 판매자에게 연락해 주세요. 독창적인 커스텀 지표인 “Divergence Bomber(다이버전스 봄버)”를 소개합니다. 이 지표는 MACD 다이버전스(괴리) 전략을 기반으로 한 올인원(All-in-On
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
M1 Quantum을 이용한 실시간 트레이딩 신호 : 신호   ( Quantum Trade Assistant 에 의해 거래가 자동으로 실행되며, 이 제품에 무료 로 포함되어 있습니다.) 가격 계획: 현재 가격: $169 (얼리 어답터 혜택) 다음 예정 가격: $189 예정 소매 가격: $299 개발자 안내: 구매 후 저에게 연락하시면 최신 권장 설정 파일(Set File) , 사용 팁, 그리고 다른 M1 Quantum 사용자들과 소통할 수 있는 VIP 지원 그룹 초대장을 받으실 수 있습니다. 자주 묻는 질문 - 설정 파일 - 설치 가이드 M1 Quantum 은 M1 전용 전문 트레이딩 시스템으로, 손절(Stop Loss), 익절(Take Profit), 그리고 스마트 자금 관리 기능이 내장된 빠르고 정확한 거래 신호를 제공합니다. M1 Quantum 은 연속 수익 거래 에 집중하여 계좌를 빠르게 성장시키도록 설계된 전문 자금 관리 시스템을 포함하고 있습니다. M1 Quantum
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
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
SuperTrend   ,   RSI   ,   Stochastic   의 힘을 하나의 포괄적인 지표로 결합하여 트레이딩 잠재력을 극대화하는 궁극의 트레이딩 도구   인 Quantum TrendPulse를   소개합니다. 정밀성과 효율성을 추구하는 트레이더를 위해 설계된 이 지표는 시장 추세, 모멘텀 변화, 최적의 진입 및 종료 지점을 자신 있게 식별하는 데 도움이 됩니다. 주요 특징: SuperTrend 통합:   주요 시장 추세를 쉽게 따라가고 수익성의 물결을 타세요. RSI 정밀도:   매수 과다 및 매도 과다 수준을 감지하여 시장 반전 시점을 파악하는 데 적합하며 SuperTrend 필터로 사용 가능 확률적 정확도:   변동성이 큰 시장에서 숨겨진 기회를 찾기 위해 확률적 진동   을 활용하고 SuperTrend의 필터로 사용 다중 시간대 분석:   M5부터 H1 또는 H4까지 다양한 시간대에 걸쳐 시장을 최신 상태로 유지하세요. 맞춤형 알림:   맞춤형 거래 조건이 충족되면
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
SkyHammer Signal Pro
Shengzu Zhong
5 (4)
SkyHammer Signal Pro Entry, SL, TP 레벨이 고정되는 전문 No-Repaint 추세 신호 인디케이터 SkyHammer Signal Pro는 명확하고 고정되며 검증 가능한 신호를 원하는 트레이더를 위해 설계된 구조적인 추세 및 모멘텀 신호 인디케이터입니다. 특히 M1 및 M5 같은 낮은 시간대에서 가장 효과적으로 작동합니다. 이 인디케이터는 시장의 고점이나 저점을 예측하려고 하지 않습니다. 대신 신호를 생성하기 전에 확인된 시장 구조, 추세 방향, 모멘텀 강도, 건강한 변동성, 그리고 목표까지의 충분한 공간을 기다립니다. 주요 기능 고정 신호 메커니즘 신호가 확인되면 화살표, Entry, Stop Loss, TP1, TP2 레벨이 차트에 영구적으로 고정됩니다. 이후 캔들 움직임 때문에 신호가 사라지거나, 이동하거나, 변경되지 않습니다. 이를 통해 트레이더는 각 신호를 명확하게 검토할 수 있으며, 실시간 시장에서 신호가 사라지는 일반적인 문제를 피할 수 있습니다
TrendMaestro5
Stefano Frisetti
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.5 TRENDMAESTRO recognizes a new TREND from the start, 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 da
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
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
UZFX {SSS} 스캘핑 스마트 시그널 v4.0 MT5는 급변하는 시장에서 정확한 실시간 시그널을 필요로 하는 스캘퍼, 데이 트레이더, 스윙 트레이더를 위해 설계된 리페인팅이 없는 고성능 트레이딩 지표입니다. (UZFX-LABS)에서 개발한 이 지표는 가격 움직임 분석, 추세 확인 및 스마트 필터링을 결합하여 모든 통화 쌍과 시간대에서 높은 확률의 매수 및 매도 신호, 경고 신호, 추세 지속 기회를 생성합니다. 거래에 대한 의구심을 떨쳐버리고, 명확성, 정밀성, 그리고 규율 있는 시장 실행을 원하는 트레이더를 위해 설계된 체계적인 신호 시스템을 따르기 시작하세요. 제 추천* 최적의 시간대: 15분 이상. {H1}이 제가 가장 선호하는 시간대입니다. 그리고 그 결과는 정말 놀라울 정도입니다...!! 주요 기능 업데이트 • 자동 매수 및 매도 신호 감지 • 고급 반전 인식 로직 • 잠재적인 시장 반전 전 조기 경고 신호 • 추세 지속 확인 신호 • 진입, 손절, TP1, TP2,
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
Precision Spike Detector
Francisco Mandomo Simbine
5 (2)
Precision Spike Detector V3 – Institutional-Grade AI Trading System Attention: The price increases by US$50 for every 10 purchases.  Final price: US$599 Precision Spike Detector V3   is a   state-of-the-art, institutional-grade market analysis system   for   MetaTrader 5 , designed to detect   high-probability market movements   in synthetic indices such as   Boom, Crash, GainX, and PainX . After purchase, please contact me through the MQL5 messaging system to receive the order management tool
Trend Forecaster
Alexey Minkov
5 (8)
Trend Forecaster is a MetaTrader 5 indicator that combines breakout signals, possible reversal area analysis, market range data and a visual statistics panel in one chart workspace. It shows Buy and Sell signals, tracks Average Range and Current Range, and can automatically adjust Sensitivity for the current symbol and timeframe. Manual Sensitivity control is also available. The indicator can be used on Forex pairs, metals, stocks, indices and cryptocurrencies. Different timeframes are supported
Zain Gold ScalpingV5
Ahmed Gamal Abdel Nasser Mohamed
# Zain Gold Scalping V5 Indicator - Multi-Timeframe Forex & Gold Trading Indicator **Zain Gold Scalping V5** is a comprehensive and professional technical analysis tool, specifically designed for the MetaTrader 5 (MT5) platform. This indicator is tailored to meet the needs of both retail and professional traders, offering an exceptional combination of speed, multi-timeframe adaptability, and superior analytical accuracy. Whether you're looking for high-volatility price movements in precious me
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 골드 트레이더 커뮤니티에서 실제로 사용되며 정확성과
MT5용 A2SR 지표: 자동화된 실제 수요 및 공급(S/R). + 거래 상품. Product description in English here. --   Guidance   : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog 더욱 스마트한 거래 결정을 위한 강력하고, 정확하며, 시간 절약적인 기능 + EA 호환 객체. 주요 장점 선행 실제 SR 레벨(지연 또는 재표시 없음) 2014년부터 MT4 에서 수년간 입증된 신뢰성을 바탕으로 A2SR이 이제 MetaTrader 5에서도 사용 가능합니다. 가격이 도달하기 전에 실제 지지선과 저항선을 식별하는 선행적이고 재표시 없는 지표를 통해 트레이더에게 탁월한 우위를 제공합니다. A2SR은 가격이 도달하기 전에 지지선과 저항선을 미리 계산하여 트레이더가 자신
Ziva LSE Pro
Hassan Abdullah Hassan Al Balushi
ZIVA LSE Pro: Trade the Flow, Not the Noise ZIVA LSE Pro was developed around a simple belief: professional traders do not need more random signals; they need better context. This workflow reflects the ZIVA approach to filtering market noise and focusing on the liquidity and structural mechanics that influence price behavior. Most indicators treat the market like a static picture. ZIVA LSE Pro is built to read it as a dynamic environment where liquidity, structure, volatility, and execution con
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT4 Version Available Full Setup Guide & Strategy Playbook: https://www.mql5.com/en/blogs/post/768683 MT4 Version: https://www.mql5.com/en/market/product/171742 Indicator Overview The ICT PO3 AMD Protocol Framework is a complete structural overlay for MetaTrader 5 that maps the True Daily Cycle directly onto your lower-timeframe execution chart. It projects
소개       Quantum Breakout PRO   , 브레이크아웃 존 거래 방식을 변화시키는 획기적인 MQL5 지표! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발한       퀀텀 브레이크아웃 PRO       혁신적이고 역동적인 브레이크아웃 존 전략으로 거래 여정을 새로운 차원으로 끌어올리도록 설계되었습니다. Quantum Breakout Indicator는 5개의 이익 목표 영역이 있는 브레이크아웃 영역의 신호 화살표와 브레이크아웃 상자를 기반으로 한 손절 제안을 제공합니다. 초보자 거래자와 전문 거래자 모두에게 적합합니다. Quantum EA 채널:       여기를 클릭하세요 중요한! 구매 후 설치 매뉴얼을 받으려면 개인 메시지를 보내주십시오. 추천: 기간: M15 통화쌍: GBPJPY, EURJPY, USDJPY,NZDUSD, XAUUSD 계정 유형: 스프레드가 매우 낮은 ECN, Raw 또는 Razor 브로커 시간: GMT +3 중개인 :
Connix MT5
Garry James Goodchild
5 (1)
Connix SMC by G-Labs — Smart Money Concepts and ICT multi-pair scanner for MetaTrader 5. Order blocks, fair value gaps, break of structure, change of character, VWAP, premium and discount range, and multi-timeframe dashboard from one chart. Connix scans multiple symbols across configurable timeframes and shows market structure status in an interactive table while drawing the same structures on the active chart. It is an analytical toolkit — you control every setting; it does not place trades a
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
현재 33% 할인! 초보자나 전문 트레이더를 위한 최고의 솔루션! 이 보조지표는 우리가 다수의 독창적 기능과 새로운 공식을 통합한 독특하고 고품질이며 저렴한 거래 도구입니다. 이 업데이트를 통해 이중 시간대를 표시할 수 있습니다. 더 높은 TF를 표시할 수 있을 뿐만 아니라 차트 TF와 더 높은 TF 모두를 표시할 수 있습니다: 중첩 영역 표시. 모든 Supply Demand 트레이더들이 좋아할 것입니다. :) 중요한 정보 공개 Advanced Supply Demand의 잠재력을 극대화하려면 다음을 방문하십시오. https://www.mql5.com/ko/blogs/post/720245   진입 또는 목표의 명확한 트리거 포인트를 정확히 찾아냄으로 해서 거래가 어떻게 개선될지 상상해 보십시오. 새로운 알고리즘을 기반으로 매수자와 매도자 간의 잠재적인 불균형을 훨씬 더 쉽게 분간할 수 있습니다. 왜냐하면 가장 강한 공급영역과 가장 강한 수요 영역과 과거에 어떻게 진행 되었는지를(이전
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 손
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
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
QUASAR SYNC 3TF: The Ultimate Pro HUD Dashboard A next-generation MTF indicator combining perfect visibility with high-precision trend analysis. [ 5 Core Features ] 100% Non-Repaint: Arrows and signals never repaint, disappear, or shift after the candle closes. 3TF Sync System: Instantly analyzes the current and two higher timeframes. The panel and candles highlight brightly when all 3 trends perfectly align. 10 Premium Themes: Click the "THEME" button to instantly switch between 10 beautiful U
Spike detector Rider
Francisco Mandomo Simbine
5 (1)
Spike Detector Rider – Intelligent Trading in Volatile Markets Introduction The Spike Detector Rider  is an advanced system for MetaTrader 5 designed to detect explosive price movements in high-volatility assets such as synthetic indices and commodities. It combines volatility filters, trend analysis, and automated risk management to provide intelligent trade confirmations. After purchase, please send me a private message via MQL5 to receive the installation manual and setup instructions. Asset
Gold Scalper Pro PSAR ADX Dashboard MT5 전문가용 다중 시간대 트레이딩 인디케이터로, 고급 신호 감지 기능을 제공합니다. 개요 Parabolic SAR V3 + ADX는 추세 추종형 Parabolic SAR과 추세 강도를 측정하는 ADX를 결합한 고급 기술 분석 인디케이터입니다. 이 향상된 버전은 통화쌍별 최적화, 다국어 알림 시스템, 그리고 전문 트레이더를 위한 다중 시간대 대시보드를 제공합니다. 주요 기능 핵심 기능 - Parabolic SAR 통합: 사용자 지정 가능한 단계 및 최대값으로 정확한 추세 반전 감지. - ADX 필터 시스템: 추세 강도 기반으로 약한 신호 필터링. - DI 교차 감지: +DI/-DI 교차를 통한 추가 확인 신호. - ADX 클라우드 시각화: 동적 높이 조정이 가능한 추세 강도 시각 표시. 통화쌍별 최적화 주요 거래 자산에 대한 보수적 사전 설정: - XAUUSD (골드): 금속 변동성에 최적화. - EURUSD: 주요
필터:
리뷰 없음
리뷰 답변