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.



추천 제품
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
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
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. 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
MT4 버전: https://www.mql5.com/en/market/product/166784 MT5 버전: https://www.mql5.com/en/market/product/166785 유동성 프로필 유동성 프로필은 차트에 잠재적 유동성 영역을 동적인 히트맵 스타일 프로필로 표시하는 시각적 시장 구조 도구입니다. 이 지표는 과거 가격 움직임과 틱 볼륨을 분석하여 유동성이 집중될 가능성이 높은 가격 영역을 강조 표시합니다. 다음을 표시합니다. 유동성 라인(잠재적 반응/스윕 레벨) 히트맵 프로필 박스(유동성 집중 영역) POC/최대 유동성 레벨(감지된 최고 집중도) 결과적으로 트레이더가 다음을 파악하는 데 도움이 되는 깔끔한 시각적 프로필이 생성됩니다. 잠재적 자석 레벨, 스윕 가능성이 높은 영역, 현재 가격 상/하의 반응 영역, 진입, 청산 및 위험 관리에 대한 맥락. 주요 기능 동적 유동성 히트맵 프로필 틱 거래량 가중 가격 영역 최대 유동성 지점(POC) 강조 표
Dynamic Trend Sniper MT5
Vincent Georges David Ferrier
Trade Like an Institution. Protect Like a Professional. Early Sniper Access: Limited Launch Offer! Get ready to elevate your trading precision. We are offering an exclusive, highly limited launch price for the first Dynamic Trend Sniper users. Our Unbeatable Launch Offer: First 10 Snipers Only: $69 (Full lifetime access + all v1.x updates) Standard Retail Price (After 10 Purchases): $129 Why Act Now? This is not just a discount; it's a strategic entry point. We are committed to rewarding
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
Delta Profile Volume
Teresinha Moraes Correia
기술 설명 – MetaTrader 5용 Delta Profile Delta Profile 은 MetaTrader 5에서 정의된 캔들 범위 내의 거래량 흐름을 세부적으로 분석하기 위해 설계된 지표입니다. 이 도구는 각 가격 수준에서 양의 거래량(상승과 관련) 과 음의 거래량(하락과 관련) 간의 불균형을 구조화하고 시각화합니다. 이를 통해 사용자는 실제로 거래가 집중되는 가격 영역과 시장 불균형이 형성되는 구간을 명확하게 파악할 수 있습니다. 핵심 개념 지표는 가격 레벨 을 인식하고 이를 양의 거래량, 음의 거래량 및 순 델타(양-음 차이)로 분류합니다. 각 가격 레벨은 수평 막대 로 차트에 표시되며, 거래가 집중되는 구간을 직관적으로 보여줍니다. 사용자는 분석할 캔들의 개수 , 가격 반올림 정밀도 , 최대 표시 레벨 수 , 표시 옵션 등을 직접 설정할 수 있습니다. 주요 기능 가격 레벨 매핑 : 사용자가 지정한 자릿수에 맞게 가격을 반올림하여 거래량을 집계합니다. 순 델타 계산 : 양
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 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
Rolling vwap atr market panel
Florian Alain Bernard Jean-paul Pierre Cuiset
Rolling VWAP + ATR Bands + Market Panel — powerful visual tool for scalping, extensions detection and intraday market structure analysis. Rolling VWAP + Panel Rolling VWAP + Panel is a professional MetaTrader 5 indicator designed to analyze market structure using a Rolling Volume Weighted Average Price (VWAP) combined with ATR-based volatility bands , a real-time market analysis panel , and an integrated candle countdown timer . This indicator provides a clear and structured view of price beha
FREE
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume은 통화쌍의 매수 및 매도 거래량을 컬러 히스토그램 형태로 표시합니다. 거래량은 자산에 대한 매수 및 매도 거래로 구성됩니다. FX 시장에서: 매수량이 매도량보다 많으면 해당 통화쌍의 가격은 상승하는 경향이 있습니다. 매도량이 매수량보다 많으면 해당 통화쌍의 가격은 하락하는 경향이 있습니다. 주요 기능 틱 볼륨 데이터를 활용하여 나쁜 거래를 피할 수 있습니다. 시장 내 큰 자금을 움직이는 플레이어의 방향에 따라 거래할 수 있도록 도와줍니다. Metatrader의 모든 알림 기능이 포함되어 있습니다. 틱 볼륨 활용하기 기타 시장과 달리, 현물 외환 시장은 중앙 집중식이 아니기 때문에 개인 트레이더가 실제 볼륨 데이터를 얻는 것은 매우 어렵습니다. 2011년 베테랑 외환 트레이더 Caspar Marney가 발표한 연구에서는 틱 볼륨과 실제 거래량 사이에 높은 정확도와 상관관계가 있다고 결론지었습니다. 히스토그램 계산 공식 KT Forex Volume 지표
Anchored VWAP Simple
Renan Souza Da Motta
This is a simple Volume Weighted Average Price (VWAP) indicator. Simply add it to the chart and adjust the vertical line that is used as start anchor point and it is done. Volume Weighted Average Price (VWAP) is a trading benchmark that represents the average price a security has traded at throughout the day, based on both volume and price. It is calculated as the sum of price times volume for each trade, divided by total volume.
FREE
VP hidden
Emr Aljnaby
4.33 (12)
The indicator works to convert normal volume into levels and determine financial liquidity control points. It is very similar in function to Fixed Volume Profile. But it is considered more accurate and easier to use than the one found on Trading View because it calculates the full trading volumes in each candle and in all the brokers present in MetaTrade, unlike what is found in Trading View, as it only measures the broker’s displayed prices. To follow us on social media platforms: telegram
FREE
Haven Volume Profile
Maksim Tarutin
4.56 (9)
Haven Volume Profile은 거래량 분포를 기반으로 중요한 가격 수준을 식별하는 데 도움이 되는 다기능 볼륨 프로파일 분석 지표입니다. 시장을 더 잘 이해하고 중요한 진입 및 퇴장 지점을 식별하려는 전문 트레이더를 위해 설계되었습니다. 기타 제품 ->  여기 주요 기능: Point of Control (POC) 계산 - 최대 거래 활동 수준으로, 가장 유동성이 높은 수준을 식별하는 데 도움이 됩니다 Value Area 정의 (높은 활동 영역) 및 사용자 지정 가능한 거래량 비율로 거래 범위를 보다 정확하게 평가할 수 있습니다 틱 거래량과 실제 거래량 모두 지원, 다양한 시장 유형과 거래 전략에 적합 계산 기간(일 수)의 유연한 설정으로 모든 시간 프레임에 도구를 적용할 수 있습니다 터미널의 밝은 테마와 어두운 테마에 자동 적응하여 사용자 인터페이스의 시각적 경험을 향상시킵니다 레벨 시각화가 명확하고 스타일과 색상을 사용자 지정할 수 있어 빠른 의사 결정을 돕습니다 이 지표
FREE
Heatmap Volume Profile
Olexandr Savchuk
3.5 (2)
A Heatmap with a Volume Profile is like a thermal imager or x-ray machine. It will help you to estimate the relative distribution of volume during the price movement and to understand  the relationship between volume and price. Indicator Volume Profile "Volumos Maxima" is a powerful tool for analyzing this relationship. After simple experimentation with heatmap, you can find that each trading instrument has its own “ characteristic ” way of distributing volume. And this will help you to make a b
Volume Profile Delta
Juan Eduardo Verdala
Stop guessing based on price alone. Visualize true institutional intent by measuring buying and selling pressure in real time. Here’s what you get with Volume Profile Delta: Per-Candle Volume Confirmation: Instantly analyze the volume Delta (Buy vs. Sell) on every single candle to validate trends. Identify Exhaustion and Strength: Detect when a trend is losing steam or when buying/selling power is building up for an imminent move. Clear Visual Signals: An intuitive lower histogram chart for q
FREE
Advanced Volume Profile
Henry Armando Baltazar
Advanced Volume Profile Liquidity Analysis via Custom Area Selection The Advanced Manual Volume Profile is a precision tool for MetaTrader 5 designed to deconstruct market structure through price-level volume analysis. Unlike static profiles, this indicator exclusively processes the price and time range defined by the user via a rectangle object, offering a surgical view of the market auction. Elite Technical Specifications Dynamic Algorithm: Real-time calculation (400ms refresh rate) based on t
CVD SmoothFlow Pro
Thalles Nascimento De Carvalho
CVD SmoothFlow Pro - 모든 자산에 대한 무제한 볼륨 분석! CVD SmoothFlow Pro 는 정밀하고 무제한의 볼륨 분석을 원하는 트레이더를 위한 최적의 솔루션입니다. Cumulative Volume Delta (CVD) 계산과 고급 노이즈 필터링을 활용하여, Pro 버전은 모든 금융 자산 거래에 필요한 유연성과 정확성을 제공합니다. CVD SmoothFlow Pro가 제공하는 기능: 명확한 분석 : 시장 노이즈를 필터링하고 모든 금융 자산에서 중요한 볼륨 변동을 강조합니다. ️ 정확한 계산 : 매수와 매도 차이를 모니터링하여 외환, 지수, 암호화폐 등 자산의 볼륨 행동을 상세히 제공합니다. 직관적인 인터페이스 : 데이터가 명확하게 제시되어 분석이 쉽고 효율적입니다. 트렌드 식별 : 시장 트렌드를 자신 있게 식별하여 정보에 기반한 결정을 지원합니다. 실용적인 적용: 모든 자산의 실시간 매수자와 매도자 균형을 모니터링합니다. 볼륨을 기반
Z Score Plus MT5
Eduardo Da Costa Custodio Santos
In finance, Z Scores are measures of the variability of an observation and can be used by traders to help determine market volatility. Z scores tell Traders whether a score is typical for a specified dataset or is atypical. Z scores also enable analysts to adapt scores from multiple datasets to make scores that can be more accurately compared to each other. # In practice, we have the ZScore with zero point and oscillations between 2 and 3 for ultra high high points and oscillations between -2 an
Volume Profile V6
Andrey Kolesnik
4.67 (3)
시장 매물대 지표(Volume Profile) + 스마트 오실레이터. 통화 쌍, 주식, 선물, 암호화폐 등 거의 모든 종목에서 작동하며, 실제 거래량(Real Volume)과 틱 거래량(Tick Volume)을 모두 지원합니다. 프로파일 생성 범위를 일주일이나 한 달 등으로 자동 설정할 수 있을 뿐만 아니라, 두 개의 수직선(빨간색과 파란색)을 이동하여 수동으로 범위를 설정할 수도 있습니다. 히스트그램 형태로 표시되며, 특정 가격 수준의 히스토그램 너비는 해당 가격대에서 발생한 거래량을 의미합니다. Mode level line color 파라미터를 사용하면 가격이 반등할 가능성이 높은 주요 매물대 수준을 자동으로 표시할 수 있으며, Maximum color 파라미터는 설정된 전체 범위에서 거래가장 많이 발생한 최대 거래량 수준을 별도로 보여줍니다. 스마트 오실레이터는 과매수 및 과매도 구간을 표시합니다. 여러 지표로부터 오는 정보를 분석하고, 처리된 데이터를 바탕으로 과매수 및 과매
Aklamavo Dom Ladder
Sylvester Aklamavo
This is a   Market Depth (DOM - Depth of Market) Indicator   for MetaTrader 5 that displays real-time order book data in a visual ladder format. The DOM provides a comprehensive view of market depth with clear visual cues for volume imbalances, making it useful for both scalping and swing trading decisions This indicator provides traders with a professional-grade market depth visualization that can be customized to match individual trading preferences and strategies.  You can easily switch betwe
Mirror Chart MT5
Andrej Hermann
5 (1)
The Mirror Chart MT5 is a overlay indicator specifically designed to project a second financial instrument directly onto the main chart window. This tool is invaluable for traders who rely on correlation analysis, as it visualizes the price movements of two different instruments in real time. Unlike traditional overlays, this indicator utilizes intelligent, dynamic centering and scaling logic. It continuously analyzes the visible price range in the current window for both symbols and calculates
FREE
The MarketProfileTPO indicator for MetaTrader 5 is a powerful tool designed to bring the Market Profile concept, based on Time Price Opportunity (TPO) analysis , directly onto your main chart window. This indicator calculates and displays the price distribution over a specified period, highlighting key areas of market activity and concentration. It is particularly optimized for high-volatility instruments like NAS100, US30, and XAUUSD when used on the M1 (1-minute) timeframe, offering a detailed
The indicator calculates ZigZag using the classic algorithm with three parameters: Depth, Deviation, and Backstep. Its main function is detecting and visualizing repaints — moments when the last ZigZag point shifts to a new bar. Upon loading, the indicator performs a simulation over the specified history depth. The algorithm sequentially recalculates ZigZag for each bar, comparing the current position of the last point with the previous one. If a shift is detected, a repaint line appears on the
FREE
MT4 버전: https://www.mql5.com/en/market/product/157433 MT5 버전: https://www.mql5.com/en/market/product/167286 볼륨 불균형(Volume Imbalance)은 가벼운 볼륨 프로파일과 델타 불균형 시각화 도구로, 설정 가능한 조회 범위 내에서 거래량이 많은 가격대, 방향성 압력, 그리고 거래량이 적은 가격대를 파악하는 데 도움을 줍니다. 총 거래량만 보여주는 기존 볼륨 프로파일과 달리, 이 지표는 각 가격대를 다음과 같이 구분합니다. 매수 거래량(매수 압력) – 상승 캔들(종가 > 시가)을 기준으로 추정 매도 거래량(매도 압력) – 하락 캔들(종가 ≤ 시가)을 기준으로 추정 결과적으로 차트 오른쪽에는 TradingView 스타일의 깔끔한 프로파일이 표시되고, 델타 요약 패널에는 가격대별 불균형 비율(Δ%)이 표시되어 매수자와 매도자가 우세했던 지점을 쉽게 확인할 수 있습니다. 또한, 선택한 기간 내
이 제품의 구매자들이 또한 구매함
Azimuth Pro
Ottaviano De Cicco
5 (6)
LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
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
RelicusRoad Pro MT5
Relicus LLC
5 (24)
RelicusRoad Pro: 퀀트 시장 운영 체제 70% 할인 평생 이용권 (한정 시간) - 2,000명 이상의 트레이더와 함께하세요 왜 대부분의 트레이더는 "완벽한" 지표를 가지고도 실패할까요? 진공 상태에서 단일 개념 만으로 거래하기 때문입니다. 문맥 없는 신호는 도박입니다. 지속적인 승리를 위해서는 컨플루언스(중첩) 가 필요합니다. RelicusRoad Pro는 단순한 화살표 지표가 아닙니다. 완전한 퀀트 시장 생태계 입니다. 독점적인 변동성 모델링을 사용하여 가격이 이동하는 "공정 가치 로드"를 매핑하고, 단순 노이즈와 실제 구조적 돌파를 구분합니다. 추측은 그만두세요. 기관급 로드 로직으로 거래를 시작하세요. 핵심 엔진: "Road" 알고리즘 시스템의 중심에는 시장 상황에 실시간으로 적응하는 동적 변동성 채널인 Road Algo 가 있습니다. 세이프 라인(평형) 과 가격이 수학적으로 반전될 가능성이 높은 확장 레벨 을 투영합니다. Simple Road: 일반적인 시장을 위
ARIPoint
Temirlan Kdyrkhan
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
Ultimate SMC Indicator
Hicham Mahmoud Almoustafa
1 (1)
Ultimate SMC PRO – Smart Money Concepts Indicator (Order Blocks, FVG, Liquidity, BOS) for MetaTrader 5  Ultimate SMC PRO is a professional trading indicator designed to visualize Smart Money Concepts directly on the chart. The indicator combines several institutional trading tools in one system to help traders identify potential high-probability trading zones. ULTIMATE SMC INDICATOR — COMPLETE TRADING GUIDE +   SMC Bridge The indicator analyzes market structure, liquidity behavior an
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX 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 with real-time stat
Meravith MT5
Ivan Stefanov
5 (1)
마켓 메이커를 위한 도구. Meravith는 다음과 같은 기능을 제공합니다: 모든 타임프레임을 분석하고 현재 유효한 추세를 표시합니다. 강세와 약세 거래량이 동일한 유동성 구간(거래량 균형 구간)을 강조 표시합니다. 서로 다른 타임프레임의 모든 유동성 레벨을 차트에 직접 표시합니다. 텍스트 기반 시장 분석을 생성하여 참고용으로 제공합니다. 현재 추세를 기반으로 목표가, 지지선 및 손절가를 계산합니다. 거래의 위험 대비 보상 비율(Risk/Reward)을 계산합니다. 계좌 잔고에 따라 포지션 크기를 산출하고 잠재 수익을 추정합니다. 시장에 중대한 변화가 발생할 경우 경고도 제공합니다. 지표의 주요 라인: 강세/약세 거래량 소진 라인 — 목표가로 사용됩니다. 시장 추세를 나타내는 라인. 시장이 강세인지 약세인지에 따라 색상이 변경되며 추세 지지선 역할을 합니다. 색상은 주로 시장 심리를 보여줍니다. 거래량 균형선(Eq). Eq(Volume Equilibrium) 라인은 시스템의 핵심입니
우선적으로, 이 거래 도구는 전문적인 거래에 이상적인 비-다시 그리기 및 지연되지 않는 지표입니다.  온라인 강좌, 사용자 매뉴얼 및 데모. 스마트 가격 액션 컨셉트 인디케이터는 신규 및 경험 많은 트레이더 모두에게 매우 강력한 도구입니다. Inner Circle Trader Analysis 및 Smart Money Concepts Trading Strategies와 같은 고급 거래 아이디어를 결합하여 20가지 이상의 유용한 지표를 하나로 결합합니다. 이 인디케이터는 스마트 머니 컨셉트에 중점을 두어 대형 기관의 거래 방식을 제공하고 이동을 예측하는 데 도움을 줍니다.  특히 유동성 분석에 뛰어나 기관이 어떻게 거래하는지 이해하는 데 도움을 줍니다. 시장 트렌드를 예측하고 가격 변동을 신중하게 분석하는 데 탁월합니다. 귀하의 거래를 기관 전략에 맞추어 시장의 동향에 대해 더 정확한 예측을 할 수 있습니다. 이 인디케이터는 시장 구조를 분석하고 중요한 주문 블록을 식별하고 다양
ZIVA Signal Intelligence
Hassan Abdullah Hassan Al Balushi
ZIVA Signal Intelligence An Adaptive, Modular Market Intelligence System ZIVA Signal Intelligence is not positioned as a conventional trading indicator. It is a fully integrated, proprietary market intelligence system engineered to deliver structured, high-precision interpretation of price behavior within a controlled analytical environment. Developed through an independent architectural approach, ZIVA does not rely on, derive from, or replicate existing indicators. It represents a standalone
Ace Trend
Mikhail Sergeev
5 (3)
우리는 당신에게 트렌드 거래의 세계에서 게임의 규칙을 변경하는 혁신적인 지표를 제시한다. 이 표시기는 성능을 재고하고 거래 경험을 전례없는 높이로 높이도록 설계되었습니다. 우리의 표시기는 경쟁 업체와 차별화 된 고급 기능의 고유 한 조합을 자랑합니다. "실제 가격 요인"의 첨단 기술은 가장 어렵고 휘발성 시장 상황에서도 탁월한 안정성을 보장합니다. 불안정한 패턴,깨진 지표 및 의식적이고 통제 된 거래에 작별 인사를하십시오. 표시기는 단지 아름다운 그림이 아닙니다! 지표는 거래자의 편으로 확률을 이동시켜 이익을 얻어야 합니다. 표시 신호(완전 자동 모드)에 따라 거래 결과에 익숙해: https://www.mql5.com/ko/signals/2339244 표시기는 형성된 막대에 다시 그리지 않습니다. 막대가 형성된 경우 표시기 판독 값은 변경되지 않습니다. 이 표시기는 모든 시간대에 작동합니다. 표준은 시간대입니다. 귀하의 의견은 매우 중요합니다! 당신은 어떤 질문,제안이,또는 당신의
" Dynamic Scalper System MT5 " 지표는 추세 파동 내에서 스캘핑 방식으로 거래하도록 설계되었습니다. 주요 통화쌍 및 금에서 테스트되었으며, 다른 거래 상품과의 호환성이 가능합니다. 추가적인 가격 변동 지원을 통해 추세에 따라 단기 포지션 진입 신호를 제공합니다. 지표의 원리 큰 화살표는 추세 방향을 결정합니다. 작은 화살표 형태의 스캘핑 신호를 생성하는 알고리즘은 추세 파동 내에서 작동합니다. 빨간색 화살표는 상승 방향을, 파란색 화살표는 하락 방향을 나타냅니다. 민감한 가격 변동선은 추세 방향으로 그려지며, 작은 화살표의 신호와 함께 작용합니다. 신호는 다음과 같이 작동합니다. 적절한 시점에 선이 나타나면 진입 신호가 형성되고, 선이 있는 동안 미결제 포지션을 유지하며, 완료되면 거래를 종료합니다. 권장되는 작업 시간대는 M1~H4입니다. 화살표는 현재 캔들에 형성되며, 다음 캔들이 이미 시작되었더라도 이전 캔들의 화살표는 다시 그려지지 않습니다. 입
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
이 지표는 실제 거래에 완벽한 자동 파동 분석 지표입니다! 사례... 참고:   웨이브 그레이딩에 서양식 이름을 사용하는 데 익숙하지 않습니다. Tang Lun(Tang Zhong Shuo Zen)의 명명 규칙의 영향으로 기본 웨이브를   펜   으로 명명하고 2차 웨이브 밴드를   세그먼트   로 명명했습니다. 동시에, 세그먼트에는 추세 방향이 있습니다.   주요 추세 세그먼트에는   이름이 지정되지만(이 이름 지정 방법은 향후 노트에서 사용됩니다. 먼저 말씀드리겠습니다.) 알고리즘은 굴곡 이론과 거의 관련이 없으므로 그렇게 해서는 안 됩니다. 이는 나의 시장 분석을   통해 요약된 끊임없이 변화하고 복잡한 운영 규칙을   반영합니다. 밴드는 더 이상 사람마다 다르지 않도록 표준화되고 정의되었습니다. 인위적인 간섭의 드로잉 방법은 시장 진입을 엄격하게 분석하는 데 핵심적인 역할을 합니다. 이 지표를 사용하는 것은 거래 인터페이스의 미학을 개선하고 원래의 K-line 거래를
이 위치가 매수에 적합한지 판단하는 데 도움을 줍니다. 이 위치가 매도에 적합한지 판단하는 데 도움을 줍니다. 네 개의 지표가 동시에 바닥에 도달하면 반등 기회를 중점적으로 살펴보시기 바랍니다. 네 개의 지표가 동시에 상단에 위치하면 하락 기회를 중점적으로 살펴보시기 바랍니다. 이 시스템은 중국의 첨단 알고리즘 기술과 고급 수학 모델링 체계를 기반으로 구축되었습니다. 저는 주로 XAUUSD M5 주기에서 이 지표를 사용하며, 이 주기가 가장 좋은 결과를 보여줍니다. 이 지표의 알고리즘과 수학 공식은 매우 복잡하기 때문에 테스트 시 진행 속도가 느릴 수 있습니다. 테스트할 때는 지표가 리페인트되는지, 지연되는지만 확인하시면 됩니다. 정식 버전은 실제 사용 시 더 안정적입니다. 이 지표 시스템은 절대 리페인트하지 않으며 미래 데이터를 사용하지 않습니다. 구매 전에 직접 테스트하고 확인하실 수 있습니다. 이 지표에는 완전히 개인화된 알림 시스템이 포함되어 있으며, 아래 링크를 통해 확인하
OrderFlow Absorption – MT5용 전문 델타 & 흡수 신호 인디케이터 OrderFlow Absorption으로 진정한 오더플로우 분석의 힘을 경험하세요. MetaTrader 5를 위한 궁극의 델타 히스토그램 및 흡수 신호 인디케이터입니다. 가격 움직임의 이면에서 실제로 무슨 일이 일어나는지 알고 싶은 트레이더를 위해 설계된 이 도구는, 시장을 움직이는 숨겨진 매수/매도 압력과 흡수 이벤트를 드러냅니다. 주요 기능 델타 히스토그램 시각화:   매수와 매도 압력을 색상별 히스토그램으로 즉시 확인할 수 있습니다. 흡수 신호 감지:   고급 로직으로 강세 및 약세 흡수 이벤트를 식별하여 반전 신호를 미리 알려줍니다. 차트 마커:   흡수 신호가 차트에 직접 표시되어 시각적으로 쉽게 확인할 수 있습니다. 팝업 알림:   새로운 흡수 신호가 발생하면 실시간으로 알림을 받을 수 있습니다. 사용자 지정 임계값:   약한 신호는 필터링하고, 확률이 높은 기회에 집중할 수 있습니다.
Gold Xausd Hunter
Metin Erkamoglu
MATADOR GOLD — XAUUSD M5 ( TimeFrame M5 ) Scalp Signals for MT5 Strategy Tester Visualization Video https://youtu.be/_cWbbyg2RSs Not every move deserves a signal. MATADOR GOLD was built for traders who prefer selective, structured, high-quality decision support over noisy, hyperactive signal tools. Designed specifically for Gold (XAUUSD / GOLD) on M5 , MATADOR helps you read short-term momentum with more discipline by combining trend logic, market-condition filters, momentum timing, spread pro
프리시전 트레이딩 시스템의 로저 메드칼프에 의한 프리시전 인덱스 오실레이터 (Pi-Osc) 버전 2는 차트에 신속하게 로드되도록 주의 깊게 다시 코딩되었으며 경험을 향상시키기 위해 몇 가지 다른 기술적 개선 사항이 통합되었습니다. Pi-Osc는 정확한 거래 타이밍 신호를 제공하도록 개발되었으며 시장이 모든 사람의 스톱을 청산하기 위해 가야 하는 극도의 고갈 지점을 찾는 데 목적이 있습니다. 이 제품은 극단적인 지점이 어디에 있는지 알고 있는 고전적인 문제를 해결하며 트레이더로서의 삶을 훨씬 간단하게 만듭니다. 이것은 업계 표준 오실레이터와는 상당히 다른 강력한 차이점을 가지고 있는 고도로 복잡한 합의 지표입니다. 사용하는 기능 중 일부는 수요 지수, 자금 흐름, RSI, 스토캐스틱, 패턴 인식, 거래량 분석, 표준 편차 극단점 및 다양한 길이에서 위와 유사한 변형을 갖습니다. 미숙한 눈에는 다른 오실레이터와 비슷해 보일 수 있지만 RSI 또는 모멘텀과 같은 다른 오실레이
Owl Smart Levels MT5
Sergey Ermolov
4.03 (32)
추세를 따라 거래할 때 가장 어려운 점은 레벨을 찾는 것이 아니라, 어디에서 진입이 실제로 유효한지를 이해하는 것입니다. 가격은 종종 레벨에 반응하지만 움직임이 이어지지 않는 경우가 많으며, 이는 잘못된 진입이나 기회 상실로 이어집니다. Owl Smart Levels는 단순히 레벨만 표시하는 것이 아니라 , 시장 구조와 되돌림을 기반으로 형성된 구간을 보여줍니다. 이를 통해 진입 포인트를 다르게 평가할 수 있으며 일부 잘못된 신호를 피할 수 있습니다. Owl Smart Levels 시스템 구성 Owl Smart Levels 는 단순한 레벨 표시가 아니라, 각 요소가 서로 보완하는 완전한 트레이딩 모델 입니다. 구성 요소: Owl Smart Levels (지표) 추세 방향, 되돌림 구간, 그리고 사전에 정의된 진입, StopLoss, TakeProfit 레벨을 표시 시스템 가이드 실제 거래에서 신호를 어떻게 활용할지 설명: 어떤 상황을 고려하고 어떤 상황을 건너뛸지, 그리고 거래
ARIScalping
Temirlan Kdyrkhan
ARIScalp 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 Cus
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"
Gem SIGNAL
Shengzu Zhong
GEM Signal Pro GEM Signal Pro는 MetaTrader 5용 추세추종형 지표로, 차트에서 더 명확한 신호, 더 구조적인 트레이드 설정, 그리고 더 실용적인 리스크 관리를 원하는 트레이더를 위해 설계되었습니다. 단순한 화살표만 표시하는 것이 아니라, GEM Signal Pro는 전체 트레이드 아이디어를 더 깔끔하고 읽기 쉬운 방식으로 보여줍니다. 조건이 확인되면 진입가, 손절가, 목표가를 차트에 표시하여 트레이더가 설정을 더 효율적으로 검토할 수 있도록 도와줍니다. 작동 방식 이 지표는 먼저 내부 로직에 따라 유효한 초기 신호를 식별합니다. 확인 조건이 충족되면, GEM Signal Pro는 차트에 전체 설정을 표시합니다. 이를 통해 트레이더는 거래 구조를 더 명확하게 보고, 수동 분석 작업을 줄일 수 있습니다. 차트에 표시되는 거래 레벨 확인된 신호에 대해, GEM Signal Pro는 다음을 표시할 수 있습니다. 진입가 손절가 목표가 1 목표가 2 목표가 3 손
Native Channels
BeeXXI Corporation
5 (1)
This indicator recognizes all support and resistance levels. A number of unique high-performance techniques have been applied, which made the existence of this indicator possible. All formed channels are naturally visible: horizontal linear linear parabolic cubic (Polynomial 3 degrees - Wave) This is due to a bundle of approximating channels. The formed channels form "standing waves" in a hierarchical sequence. Thus, all support and resistance levels are visible. All parameter management is i
Transaction Speed MT5
Ivan Stefanov
5 (3)
이 지표는 시장에서 관심이 나타나는 영역 을 강조 표시한 후, 주문이 누적되는 영역 을 보여줍니다. 이는 **대규모 오더북(호가창)**처럼 작동합니다. 이것은 거대한 자금 을 위한 인디케이터입니다. 성능은 탁월하며, 시장에서 어떤 관심이 있든 반드시 포착할 수 있습니다 . (이것은 완전히 새로 작성되고 자동화된 버전 입니다 – 이제 수동 분석은 필요하지 않습니다.) **거래 속도(Transaction Speed)**는 새로운 개념의 인디케이터로, 시장에 대규모 주문이 언제, 어디에 쌓이는지를 보여주며 , 그 이점을 분석합니다. 매우 초기 단계에서 트렌드 전환 을 감지할 수 있습니다. FX 시장에서 흔히 사용하는 "거래량(volume)"은 오해입니다. 실제로는 시간당 가격 변화량 이므로, 올바른 용어는 거래 속도 입니다. 우리가 어떻게 사고하고, 행동하며, 분석하느냐 가 가장 중요합니다. 분석 패러다임의 전환 은 필수적입니다. 이 인디케이터는 외환 시장에서의 볼륨 개념을 논리적으로
The iChannels
BeeXXI Corporation
5 (2)
Ultra-fast recognition of parabolic channels (as well as linear, horizontal and wavy channels) throughout the depth of history, creating a hierarchy of channels. Required setting: Max bars in chart: Unlimited This indicator is designed primarily for algorithmic trading, but can also be used for manual trading.  This indicator will have a very active evolution in the near future and detailed descriptions on how to apply to create robots
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
Orderflow Scalp Pro
TitanScalper
5 (2)
Orderflow Scalp Pro v2.4   delivers institutional-grade trading intelligence through advanced volume analysis, dynamic VWAP calculations, real-time aggressive score monitoring, and precision arrow signals. This complete trading system transforms complex market data into clear, actionable signals for consistent profitability on 3-4 minute timeframes. Full Documentation: [Download PDF] Four Powerful Components in One System Volume Profile HeatMap with POC/VAH/VAL Transform your charts into inst
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (17)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Training Room and  complete manual access.  Wei
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecast는 가격 데이터의 조화를 기반으로 모든 시장의 미래를 예측하고 시각화합니다. 시장이 항상 예측 가능한 것은 아니지만 가격에 패턴이 있다면 MetaForecast는 가능한 정확하게 미래를 예측할 수 있습니다. 다른 유사한 제품과 비교했을 때, MetaForecast는 시장 동향을 분석하여 더 정확한 결과를 생성할 수 있습니다. 입력 매개변수 Past size (과거 크기) MetaForecast가 미래 예측을 생성하기 위한 모델을 만드는 데 사용하는 막대의 수를 지정합니다. 모델은 선택한 막대 위에 그려진 노란색 선으로 표시됩니다. Future size (미래 크기) 예측해야 할 미래 막대의 수를 지정합니다. 예측된 미래는 핑크색 선으로 표시되며 그 위에 파란색 회귀선이 그려집니다. Degree (차수) 이 입력은 MetaForecast가 시장에서 수행할 분석 수준을 결정합니다. Degree 설명  0 차수 0의 경우, "Past size" 입력에 모든 봉우리와
Rtc ML Ai Predictor
Muhammad Faisal Sagala
Rtc ML Ai | Predictor CORE MACHINE LEARNING ENGINE Adaptive ML Market Predictor – Multi-Bar Trend & Candle Forecast What This Indicator Does This indicator is a  real-time market prediction engine  designed to analyze price behavior and estimate  future market tendencies . Unlike conventional indicators, this system  does not rely on static parameters or historical curve-fitting , but adapts its internal state dynamically during live market operation. Instead of using static rules, the indic
SunSignal ML — AI Gold Signals with Multi-Timeframe Confluence SunSignal ML is an advanced AI-powered signal indicator purpose-built for XAUUSD gold trading. It combines a proprietary adaptive trend algorithm with six machine learning models trained on confirmed price pivots to produce high-confidence entry signals with multi-timeframe validation. The indicator runs efficiently on M1, M5 and M15 timeframes and is designed for traders who want precision entries guided by data rather than guesswor
제작자의 제품 더 보기
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
필터:
리뷰 없음
리뷰 답변