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

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.



추천 제품
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
Blahtech Market Profile MT5
Blahtech Limited
5 (9)
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" is an advanced charting indicator that displays total volume traded at every price level over a user specified time period. The main components of the volume profile are POC ( Point Of Control - the price level, at which the maximum number of contracts were executed during a selected period), VAH ( Value Area High - the highest price in the Value Area) and VAL ( Value Area Low - the lowest price in the Value Area). When we settled on the original indicator, we spent a lot o
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 eac
VolumeProfile MT5
Robert Hess
3.75 (8)
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 tim
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
To get access to MT4 version please click here . This is the exact conversion from TradingView: " WaveTrend" by LazyBear. This is a light-load processing and non-repaint indicator. All input options are available. Buffers are available for processing in EAs. You can message in private chat for further changes you need. The filling area option is omitted to fit into MT5 graphics.
Forex Volume MT5
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume shows the buying and selling volume of a currency pair in the form of a colored histogram. The volume is made of buying and selling transactions in an asset. In FX market: If the buying volume gets bigger than the selling volume, the price of a currency pair would go up. If the selling volume gets bigger than the buying volume, the price of a currency pair would go down. Features Avoid the bad trades by confirming them using the tick volume data. It helps you to stay on the si
VP hidden
Emr Aljnaby
4.43 (7)
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: tel
FREE
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
이 표시기의 고유성은 거래량 계산 알고리즘에 있습니다. 누적은 하루의 시작을 참조하지 않고 선택한 기간 동안 직접 발생합니다. 마지막 막대는 계산에서 제외할 수 있습니다. 그러면 현재 데이터가 이전에 형성된 중요한 수준(볼륨)에 미치는 영향이 줄어듭니다. 보다 정확한 계산을 위해 기본적으로 M1 그래프의 데이터가 사용됩니다. 가격 볼륨의 분배 단계가 규제됩니다. 기본적으로 디스플레이의 오른쪽 테두리는 분석에 사용된 데이터의 시작 부분에 해당하는 막대로 설정되어 있지만, 필요한 경우 필요한 막대로 설정할 수 있습니다. 표시된 볼륨 밴드의 길이(오른쪽 테두리)는 계수에 의해 조절되며 왼쪽 또는 오른쪽으로 0(현재) 막대로 이동하거나 현재 막대를 참조하여 미러링할 수도 있습니다. 매개변수: Accumulation period - 부피 누적 계산 기간 Number of excluded last bars - 계산에서 제외된 마지막 막대의 수 Accumulation price step - 가격
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=x0
UPD1 Profile Levels MT5
Vitaliy Kuznetsov
5 (3)
표시기는 지정된 막대 수에 대한 작업 히스토그램에서 최대 및 최소 가격 볼륨(시장 프로필)의 수준을 찾습니다.   복합 프로파일. 히스토그램의 높이는 완전 자동이며 모든 기기 및 기간에 맞게 조정됩니다. 저자의 알고리즘이 사용되며 잘 알려진 아날로그를 반복하지 않습니다. 두 히스토그램의 높이는 촛불의 평균 높이와 거의 같습니다. 스마트 경고는 볼륨 레벨에 관한 가격에 대해 알려 도움이 될 것입니다. 개념Smart Money. Low Volume - Imbalance. ,좋은 시장 상황을 찾아 시장의 구조를 결정하고 바이너리 옵션에 대한 필터로 사용됩니다. 그것은 가격에 대한 자석입니다. High Volume - Liquidity. 는 시험을 위해 축적을 나갈 때 사용됩니다. 입력 매개 변수. 기본. Bars Count - 계산 및 표시 할 막대 수. Signal Fractal = 5 (색상 신호 레벨). 수준은 다음과 같은 조건에서 신호가 될 것입니다:그것을 초과하지 않는
Market profile was developed by Peter Steidlmayer in the second half of last century. This is a very effective tool if you understand the nature and usage. It's not like common tools like EMA, RSI, MACD or Bollinger Bands. It operates independently of price, not based on price but its core is volume. The volume is normal, as the instrument is sung everywhere. But the special thing here is that the Market Profile represents the volume at each price level. 1. Price Histogram The Price Histogram
Simple ATR modern
Pavel Bereznichenko
Simple ATR Modern 시장 변동성을 더 명확하게 추적하기 위한 간소화된 도구로, 데이 트레이딩과 스윙 트레이딩 모두에 이상적입니다. 거래를 시작하거나 초보자에게 가장 적합한 지표입니다. 시각적 지표 색상: ATR Daily - 파란색 Volatility Vision 지표와 결합하여 분석을 향상하세요. 시장 상황의 변동성을 정확하게 측정하여 데이 트레이딩과 스윙 트레이딩 결정을 내리는 데 필수적입니다. 기본 14일(구성 가능) 단순 이동 평균의 진정한 범위 지표를 사용하여 정확성을 보장합니다. 거래 시스템에서 오픈 거래 또는 종료 전략을 구현하는 데 이상적이며 수익성을 극대화합니다. ATR 지표가 다른 지표보다 우수한 이유: 사용의 간편성: ATR 지표는 설정 및 이해가 쉬워 초보 트레이더도 쉽게 사용할 수 있습니다. 다재다능성: 데이 트레이딩과 스윙 트레이딩 모두에 적합하여 다양한 거래 전략에 유연성을 제공합니다. 신뢰성: ATR은 정확한 시장 변동성 데이터를 제공하여
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
VolumeDeltaBars
Stanislav Korotky
This indicator is a conventional analytical tool for tick volumes changes. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) within a specified bar (usually the latest one). The algorithm used internally is the same as in the indicator VolumeDeltaMT5 , but results are shown as cumulative volume delta bars (candlesticks). Analogous indicator for MetaTrader 4 exists - CumulativeDeltaBars . This is a limited substi
Heatmap Volume Profile
Olexandr Savchuk
4.25 (4)
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
Initial Balance MT5
Ricardo Almeida Branco
The Initial Balance (Initial Balance / Initial Balance) is a concept related to the study of volume (to learn more, study about Market Profile and Auction Market Theory. You can find some videos in English when searching for "Initial Balance Market Profile"). The IB defines a range in which prices were negotiated in the first hour of trading.The amplitude of the range is important and the break in the range defined by the Initial Balance may have occurred due to the movement of several players
Tick Chart — full-featured chart for MetaTrader 5. A utility for creating and working with a tick chart in the MetaTrader 5 terminal. You can create a tick chart that works exactly the same as a regular chart. You can apply indicators, Expert Advisors and scripts to the tick chart. You get a fully functional tick chart on which you can work just as well as on a regular chart. You can enable the output of the Ask price data. The data are generated in the form of the upper shadow of a tick bar. Fr
VR Grid Mt5
Vladimir Pastushak
3.6 (10)
VR 그리드 표시기는 사용자 정의 설정으로 그래픽 그리드를 생성하도록 설계 되었습니다. 표준 그리드 와 달리 VR 그리드는 원형 레벨 을 구축하는 데 사용됩니다. 사용자의 선택에 따라 라운드 수준 사이의 단계는 임의적일 수 있습니다. 또한 VR Grid는 다른 인디케이터나 유틸리티와는 달리 기간이 바뀌거나 단말기를 재부팅해도 그리드의 위치 를 유지합니다. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 4] 수직 수준 은 실제 시간 간격을 기준으로 하며 누락 또는 존재하지 않는 기간은 무시 합니다. 따라서 레벨 사이의 단계는 사용자가 선택한 값과 엄격하게 일치합니다. VR 그리드 표시기를 사용할 때 트레이더는 모든 수준에서 스타일 , 수직선 및 수평선의 색상 및 두께를 변경할 수 있습니다. 이를 통해 금융 상품의 라운드 수준 을 제어할 수 있습니다.
FREE
Volume by Price MT5
Brian Collard
4.2 (5)
The Volumebyprice.com Indicator for MetaTrader 5 features Volume Profile and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Session hours filtering and segment concatenation with Market Watch and custom user specifications. Graphical layering, posit
Volume Profile For MT5
Abdelkhabir Yassine Alaoui
Volume Profile is a very useful indicator . it allows you to spot the price levels where important price action took place. It is similar to support and resistance levels but with a different logic. ( Check Out  Fixed Range Volume Profile MT5  ) One of the first thing that traders mark up when analyzing a chart is support and resistance. Volume Profile can be used for doing that too. The indicator scans the defined number of previous bars and calculates the volume of activity at each price
Volume Profile เป็นเครื่องมือที่ใช้สำหรับการวิเคราะห์ระดับการซื้อขายของตลาดในแต่ละระยะเวลาโดยใช้ปริมาณการซื้อขาย (volume) ซึ่งช่วยให้เราเข้าใจว่ามีการซื้อขายเกิดขึ้นมากที่สุดที่ราคาใด รวมทั้งช่วยในการหาจุดที่มีความนิยมในการซื้อขาย (Point of Control: POC) และระดับการซื้อขายอื่น ๆ ที่สำคัญ เรียกว่า Value Area. การใช้งาน Volume Profile ในการวิเคราะห์ตลาดมักจะมีขั้นตอนดังนี้: กำหนดระยะเวลาที่ต้องการวิเคราะห์ : เราต้องกำหนดระยะเวลาที่เราสนใจในการวิเคราะห์ Volume Profile เช่น ชั่วโมง, วัน, หรือสัปดาห์
Moving VVC mt5
Andriy Sydoruk
The   Visual Volatility Clustering   indicator clusters the market based on volatility. The indicator does not redraw and gives accurate data, does not use closing prices. Uses the opening prices or the highs or lows of the previous completed bar. Therefore, all information will be clear and unambiguous. The essence of the indicator is to divide the price market into certain areas according to a similar type of volatility. This can be done in any way. In this example, the indicator is configure
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
Fixed Range Volume Profile MT5
Abdelkhabir Yassine Alaoui
2 (1)
MT5에 대한 경고가 있는 자동 고정 범위 볼륨 프로필 이 지표는 가격이 더 많은 시간을 소비한 위치를 보여주고 거래에 사용할 수 있는 중요한 수준을 강조합니다. 그리고 주어진 거래 세션의 가장 중요한 가격 수준, 가치 영역 및 제어 가치를 요약하여 시간 경과에 따른 가격 밀도를 보여줄 수 있습니다. 이 표시기는 M1과 D1 사이의 기간에 첨부할 수 있으며 일일, 주간, 월간 또는 일중 세션에 대한 시장 프로필을 표시합니다. 더 낮은 기간은 더 높은 정밀도를 제공합니다. 더 나은 가시성을 위해 더 높은 기간이 권장됩니다. 프리 드로우 사각형 세션을 사용하여 임의의 시간대에 맞춤형 시장 프로필을 생성하는 것도 가능합니다. 프로필의 블록을 그리는 데 6가지 색 구성표를 사용할 수 있습니다. 일반 색상 히스토그램으로 프로필을 그리는 것도 가능합니다. 또는 강세/약세 막대를 기반으로 프로필 색상을 선택할 수 있습니다. 이 지표는 베어 프라이스 액션을 기반으로 하며 표준 지표를 사용
RAD Real Acummulation and Distribution
Jose Alejandro Jacome Jimenez
RAD CRITICAL LEVES RAD indicator tracks “Relevant Volume” in real time, identifying accumulation and distribution processes, projecting them in the chart as SUPPORT or RESISTANCE zones. Natural   support   and resistance levels are generated by Volume Accumulation and Distribution processes. As these processes evolve, levels at which the relevant volume in the market place is positioned, become difficult areas to cross upwards or downwards. By using this information, traders can identify very s
Range profile
Mikhail Nazarenko
The indicator automatically calculates the level and   real volume       Point of control, and also displays the market profile for an array of candles, within the boundaries of a rectangle. If your strategy is based on taking profit on a rebound from price accumulations,   the Range profile indicator will become the main tool in scalping trading. Point of control is calculated based on the total volume for each tick or minute candles, depending on the settings and trading timeframe. In the abse
이 제품의 구매자들이 또한 구매함
Atomic Analyst MT5
Issam Kassas
5 (15)
우선적으로 언급할 점은이 거래 지표가 다시 그리지 않고 지연되지 않으며 이를 통해 수동 및 로봇 거래 모두에 이상적이라는 점입니다. 사용자 매뉴얼: 설정, 입력 및 전략. Atomic Analyst는 가격의 강도와 모멘텀을 활용하여 시장에서 더 나은 이점을 찾는 PA Price Action Indicator입니다. 고급 필터를 장착하여 잡음과 거짓 신호를 제거하고 거래 잠재력을 높이는 데 도움이 됩니다. 복잡한 지표의 다중 레이어를 사용하여 Atomic Analyst는 차트를 스캔하고 복잡한 수학적 계산을 간단한 신호와 색상으로 변환하여 초보 트레이더가 이해하고 일관된 거래 결정을 내릴 수 있도록합니다. "Atomic Analyst"는 새로운 및 경험이 풍부한 트레이더를위한 종합적인 거래 솔루션입니다. 프리미엄 지표와 최고 수준의 기능을 하나의 거래 전략에 결합하여 모든 종류의 트레이더에 대한 다재다능한 선택지가되었습니다. 인트라데이 거래 및 스캘핑 전략 : 빠르고 정확한
AT Forex Indicator MT5
Marzena Maria Szmit
5 (4)
The AT Forex Indicator MT5 is a sophisticated trading tool designed to provide traders with a comprehensive analysis of multiple currency pairs. This powerful indicator simplifies the complex nature of the forex market, making it accessible for both novice and experienced traders. AT Forex Indicator uses advanced algorithms to detect trends, patterns and is an essential tool for traders aiming to enhance their forex trading performance. With its robust features, ease of use, and reliable signal
TPSpro RFI Levels MT5
Roman Podpora
5 (8)
Reversal First Impulse levels (RFI)      INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TPSpro  TREND PRO -  Version MT4                 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Main functi
XQ Indicator MetaTrader 5
Marzena Maria Szmit
5 (1)
Step into the realm of Forex trading with confidence and precision using XQ, a cutting-edge Forex indicator designed to elevate your trading game to unprecedented heights. Whether you're a seasoned trader or just stepping into the world of currency exchange, XQ Forex Indicator empowers you with the insights and signals needed to make informed trading decisions. The signal conditions are a combination of three indicators, and XQ Forex Indicator only display  medium and long-term trends . The ind
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"
Bill Williams Advanced
Siarhei Vashchylka
5 (7)
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Automatically analyzes the chart using the "Profitunity" system of Bill Williams. The found signals are placed in a table in the corner of the screen. 2. Equipped with a trend filter based on the Alligator indicator. Most of the system signals are recommended to be used only accordi
SMCpro
Arief
5 (1)
Currently Price  20% OFF  ( for unlimited use ) Indicator   USER MANUAL , trade setups, solving issues, etc :  Direct Download Here     (  for users only  ) Hello World! Introducing.. SMCpro tool and Indicator for  MetaTrader 5 , a cutting-edge feature designed to revolutionize your trading experience. With innovative ICT Smart Money Concept, you gain unparalleled insight into market dynamics, empowering you to make informed trading decisions like never before. SMC Indicator built on th
Go Way TREND
Ywsf Hsyn Hmad Alrsh
Go with the trend.  Yes, wait for an entry signal, whether buy or sell, and enter with the price, and the profit is taken when the drawing line changes, the profit is booked, or when an opposite signal appears. It is very simple and works on all currencies, metals, indices, and on all frames.   How to enter?  Wait for a buy or sell signal and enter with it. You can take or reserve profit after a change appears in the drawing line or the appearance of an opposite signal.
IVISTscalp5
Vadym Zhukovskyi
5 (5)
당신에게 소개하는 iVISTscalp5 지표는 독특하면서도 거래 작업에서 효과적입니다. 이 지표는 시간 데이터를 기반으로 하며 금융 시장의 많은 경험과 깊은 분석의 결과입니다. iVISTscalp5 지표는 수동 거래에 뛰어난 도구입니다. 편리성, 간단함 및 시각화 - 모든 복잡성은 숨겨져 있습니다. 우리는 iVISTscalp5 지표의 설정과 사용을 최대한 단순화했습니다. 이 지표는 MT5 터미널에서 가지고 있는 모든 금융 상품에 적합합니다. 시간 기준으로 작동하는 시간은 4am에서 8pm (UTC+3)입니다. iVISTscalp5 지표 메뉴 (스크린샷 1 참조): History - 표시할 주간 수 계산 dT_min - 시간 설정 간격 선택 (분) TFline - 수평 볼륨 생성 (타임프레임) BARSline - 수평 볼륨 생성 (바 수) TFtrend1 - 매일 채널 생성 (타임프레임) BARStrend1 - 매일 채널 생성 (바 수) TFtrend2 - 주간 채널 생성 (타임프레임
Dragon Multi Indicator MT5
Mansour Babasafary
5 (5)
3 Indicators in 1 indicator Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This indicator is basically 3 different indicatos . But we have combined these 3 indicators in 1 indicator so that you can use 3 indicators at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term Attributes : No repaintin
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.4 TRENDMAESTRO recognizes a new TREND in the bud, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these data a
Piranha version 2
Maria Strudov
5 (1)
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
Golden Gate Algo MT5
James David Lane
4 (6)
크리스마스 40% 할인! 1월 1일에 가격이 $250로 인상됩니다! GoldenGate Entries를 소개합니다: 혁신적인 트레이딩 솔루션! GoldenGate Entries (GGE)를 사용하여 거래하는 혁신적인 방법을 발견하세요. GGE는 귀하의 거래 경험을 향상시키기 위해 디자인된 고급 지표로, 사용자에게 정확성과 자신감을 부여하는 포괄적인 기능을 제공합니다. 페어: 아무거나 (FX - 상품 - 주식 - 주식 - 암호화폐) 타임프레임: 15분에서 H1까지 주요 기능: 매수 및 매도 화살표 표시: 팝업 알림과 함께 매수 및 매도 화살표 표시를 받아 언제나 정보를 확인할 수 있습니다. GoldenGate_Algo: 시장 상황에 대한 통찰력을 얻으려면 GoldenGate_Algo를 사용하세요. 시장이 '과매도'인지 '과매수'인지 평가하는 강력한 도구입니다. 현재 트렌드 분석: 현재 보고 있는 타임프레임에서 현재 트렌드에 액세스하여 거래를 주류 시장 방
SMC Trading Pro Tool
The Anh Pham
5 (1)
Welcome to the world of SMC (Smart Money Concepts) Trading, where we empower traders with the tools and knowledge to make smarter trading decisions. Our latest addition to our suite of trading tools is the SMC Trading Pro indicator, version 1.0. Key Features: Major Market Structure Identification with BODY break. Order Block must be in Major Swing ( not Small Swing ). Order Block with Fair Value Gap Detection. Order Block in Discount | Premium zone. Filter for only Bullish, Bearish or All Order
Good day! I present to you a trading technical indicator for Deriv broker synthetic indices. This indicator ONLY works with the following indices: Boom 300 Index Boom 500 Index Boom 1000 Index Crash 300 Index Crash 500 Index Crash 1000 Index The indicator was created to give signals to open medium-term trades in the direction of Spikes. But you can open trades in the opposite direction to Spikes, at your own risk. Trade only on M1. Other TFs do not guarantee the correct operation of the indic
FxaccurateLS
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them!
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
Introducing the South African Sniper indicator created by a small group of traders with a few years trading trading the financial market profitably . This is a plug and play indicator that provides you with  BUY and SELL (SNIPER ENTRY) signals with TARGET and trail stops. The indicator Works with all MT5 trading instruments. The indicator uses previous  chart data as receipt to speculate on future market moves.  "The South African Sniper indicator community are very happy with the indicator an
PZ Divergence Trading MT5
PZ TRADING SLU
3.75 (4)
Tricky to find and scarce in frequency, divergences are one of the most reliable trading scenarios. This indicator finds and scans for regular and hidden divergences automatically using your favourite oscillator. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to trade Finds regular and hidden divergences Supports many well known oscillators Implements trading signals based on breakouts Displays suitable stop-loss and take-profit levels Configurable oscilla
Scalping Tool for Deriv Description: This trading indicator is designed for traders specializing in scalping. It provides signals for trading in the direction of short-term price movements. The indicator is optimized for use on the M1 timeframe and supports Boom and Crash indices (300, 500, 1000). There are 3 copies left for $350 each The next price of 5 copies is 500$ The indicator will be sold in a limited quantity. Features: Trading direction: towards short-term price movements. Filters
PZ Trend Trading MT5
PZ TRADING SLU
3.67 (3)
Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whipsawed Recognize profitable pullbacks, breakouts and early reversals The ind
Dinapoli Package MT5
Samil Bozuyuk
5 (2)
All in One package includes the  Oscillator Predictor ,  MACD Predictor ,  Thrust Scanner  and  Advanced Fibonacci  indicators which are mandatory for applying  Dinapoli  trade plans.  Please visit below links for detailed explanations of indicators. Advanced Fibonacci Indicator =>  https://www.mql5.com/en/market/product/107933 Thrust Scanner Indicator =>  https://www.mql5.com/en/market/product/52829 Overbought /Oversold Predictor indicator => https://www.mql5.com/en/market/product/52628 Macd
PZ Swing Trading MT5
PZ TRADING SLU
5 (4)
Swing Trading is the first indicator designed to detect swings in the direction of the trend and possible reversal swings. It uses the baseline swing trading approach, widely described in trading literature. The indicator studies several price and time vectors to track the aggregate trend direction and detects situations in which the market is oversold or overbought and ready to correct. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Profit for market swings with
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecast는 가격 데이터의 조화를 기반으로 모든 시장의 미래를 예측하고 시각화합니다. 시장이 항상 예측 가능한 것은 아니지만 가격에 패턴이 있다면 MetaForecast는 가능한 정확하게 미래를 예측할 수 있습니다. 다른 유사한 제품과 비교했을 때, MetaForecast는 시장 동향을 분석하여 더 정확한 결과를 생성할 수 있습니다. 입력 매개변수 Past size (과거 크기) MetaForecast가 미래 예측을 생성하기 위한 모델을 만드는 데 사용하는 막대의 수를 지정합니다. 모델은 선택한 막대 위에 그려진 노란색 선으로 표시됩니다. Future size (미래 크기) 예측해야 할 미래 막대의 수를 지정합니다. 예측된 미래는 핑크색 선으로 표시되며 그 위에 파란색 회귀선이 그려집니다. Degree (차수) 이 입력은 MetaForecast가 시장에서 수행할 분석 수준을 결정합니다. Degree 설명  0 차수 0의 경우, "Past size" 입력에 모든 봉우리
인공 지능을 기반으로 하는 이 지표는 발자국을 판독하여 가능한 시장 반전 지점을 식별하고 소규모 시장 움직임이 발생하기 전에 사전에 신호를 보냅니다. "늦은" 항목을 생성하는 가격 및 거래량 지표와 달리, 즉 방향 변경 시 가격이나 거래량이 이미 확인되어 움직임이 이미 종료된 경우, 이 지표는 "이동이 일어나야 할 때"라는 발자취를 남기고, 따라서 운동이 시작되는 즉시 시장에 진입할 수 있는 가능성을 제공합니다. 이는 반전 신호를 생성할 뿐만 아니라 이미 진행 중인 추세가 지속된다는 신호도 생성합니다. 지표는 인공 지능 덕분에 실제로 시장에서 체결된 계약을 각 수준별로 읽습니다(장부에서 실행 대기 중인 계약이 아니라 실행 직전에 알고트레이딩을 통해 제거됨). 이 지표는 입찰 및 요청으로 실행된 계약(따라서 본질적으로 수동 주문에서 공격적인 주문을 인식함), 시장에서 실행되는 빈도 및 공격성(따라서 대규모 운영자의 "밀기" 의도를 감지함)을 구별할 수 있습니다. 시장을 특정 방향
PZ Day Trading MT5
PZ TRADING SLU
2.83 (6)
This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides value on every timeframe It displays suitable SL and TP levels It impl
The Volume Spread Analysis indicator is based on the original Volume Spread Analysis method. It was designed for quick and easy recognition of VSA patterns. Even though this indicator looks very simple, it is the most sophisticated tool we've ever made. It is a really powerful analytical tool that generates very reliable trading signals. Because it is very user-friendly and understandable, it is suitable for every type of trader, regardless of his experience. What is VSA? VSA - Volume Spread
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.
Binary Options Indicator
Angelo Capoferri
1 (1)
표시기는 BINARY OPTIONS에 대한 진입 신호를 생성하여 차트에 화살표를 그리고 경고음을 내보냅니다. 운영 시간: 6.00 GMT/ 17.00 GMT(17.00 GMT 이후 및 야간에는 변동성이 너무 낮고 거래량이 부족하므로 권장하지 않음) 쌍: EUR/USD(@EU6), GBP/USD(BP6). 소요 시간: 1,2,3,5,10,15분 최적의 시간: 3분 만료: 1개의 양초 지표가 작동하려면 실제 거래량(틱 거래량 없음)이 필요합니다. EUR/USD, GBP/USD ECC 현물 쌍에서는 작동하지 않지만 참조 선물 계약(티커)에서는 작동합니다. 따라서 메타트레이더 5에서 브로커를 사용해야 합니다. 실시간으로 실제 거래량의 선물 계약을 제공합니다. EUR/USD의 기준 미래: @EU6입니다. GBP/USD의 기준 선물은 BP6입니다. 실제 거래량을 실시간으로 무료로 제공하는 브로커는 AMP GLOBAL입니다. (mt5에서 파일/새 계정/APM GLOBA
Introducing the Power Trade Plus indicator designed by a small group of traders with a few years of experience trading the market profitably.  The Power Trade Plus is derived from the Power Trade indicator,  the indicator strive in powerful sniper entries and take profit levels,  with an algorithm that's can determine the markets volatility and Provides entries based on the current market volatility. This indicator is much more effective in stock ,currencies and indices.
제작자의 제품 더 보기
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
Market Profile Heat indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a f
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calc
필터:
리뷰 없음
리뷰 답변