• 概述
  • 评论
  • 评论

SUM Market Profile Heat MT4

Market Profile Heat indicator — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session.
This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a free-draw rectangle session to create a custom market profile on any timeframe. Six different color schemes are available to draw the profile's blocks. Drawing profiles as a plain color histogram is also possible. Alternatively, you may choose to color the profile based on bullish/bearish bars. This indicator is based on bare price action and does not use any standard indicators.

Input parameters

Main

  • Session (default = Daily) — trading session for market profile: Daily, Weekly, Monthly, Intraday, and Rectangle. For a rectangle session to get calculated, a rectangle chart object with the name starting with MPR should be added to the chart. Pressing 'r' on the keyboard will add a properly named rectangle object automatically.
  • StartFromDate (default = __DATE__) — if StartFromCurrentSession is false, then the indicator will start drawing profiles from this date. It draws to the past. For example, if you set it 2018-01-20 and SessionsToCount is 2, then it will draw the profiles for 2018-01-20 and 2018-01-19.
  • StartFromCurrentSession (default = true) — if true, then the indicator starts drawing from today, else — from the date given in StartFromDate.
  • SessionsToCount (default = 2) — for how many trading sessions to draw the market profiles.
  • SeamlessScrollingMode (default = false) — if true, the StartFromDate and StartFromCurrentSession parameters are ignored; the sessions are calculated and displayed starting from the current chart position's rightmost bar. This allows scrolling back in time indefinitely to view past sessions.
  • EnableDevelopingPOC (default = false) — if true, multiple horizontal lines will be drawn to depict how the Point of Control developed through the session.
  • ValueAreaPercentage (default = 70) — a percentage share of the session's TPOs to include in the Value Area.

Looks and colors

  • ColorScheme (default = Blue to Red) — color scheme for profile's blocks:
    • blue to red
    • red to green
    • green to blue
    • yellow to cyan
    • magenta to yellow
    • cyan to magenta
  • SingleColor (default = clrBlue) — if ColorScheme is set to Single Color, this color will be used to draw market profiles.
  • ColorBullBear (default = false) — if true, the color of the profile blocks depends not on the age of the origin bar but on its direction.
  • MedianColor (default = clrWhite) — the color of the control value (median).
  • ValueAreaSidesColor (default = clrWhite) — the color of the value area side borders.
  • ValueAreaHighLowColor (default = clrWhite) — the color of the value area top and bottom borders.
  • MedianStyle (default = STYLE_SOLID) — the Point of Control (median) line style.
  • MedianRayStyle (default = STYLE_DASH) — the Point of Control (median) ray line style.
  • ValueAreaSidesStyle (default = STYLE_SOLID) — the style of the value area side borders.
  • ValueAreaHighLowStyle (default = STYLE_SOLID) — the style of the value area top and bottom borders.
  • ValueAreaRayHighLowStyle (default = STYLE_DOT) — the style of the value area top and bottom rays.
  • MedianWidth (default = 1) — the Point of Control (median) line width.
  • MedianRayWidth (default = 1) — the Point of Control (median) ray line width.
  • ValueAreaSidesWidth (default = 1) — the width of the value area side borders.
  • ValueAreaHighLowWidth (default = 1) — the width of the value area top and bottom borders.
  • ValueAreaRayHighLowWidth (default = 1) — the width of the value area top and bottom rays.
  • ShowValueAreaRays (default = None) — can be set so that the value area's High and Low price levels are projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • ShowMedianRays (default = None) — can be set so that the median is projected to the right side of the chart. Can be set to previous session, current, previous and current, all previous, or all.
  • RaysUntilIntersection (default = Stop_No_Rays) — defines the way median and value area rays will be cut off when they meet the next trading session's price range:
    • Stop_No_Rays — no rays are stopped anywhere.
    • Stop_All_Rays — all rays are stopped at an intersection with the price of another session.
    • Stop_All_Rays_Except_Prev_Session — all rays except the previous session's rays are stopped at an intersection with the price of another session.
    • Stop_Only_Previous_Session — only rays of the previous session are stopped at an intersection with the price of another session.
  • HideRaysFromInvisibleSessions (default = false) — if true, rays from sessions starting behind the left edge of the screen won't be displayed until you scroll back to them.
  • TimeShiftMinutes (default = 0) — time shift for the sessions, in minutes. Positive value will move the session start to the left; negative — to the right.
  • ShowKeyValues (default = true) — if true, Value Area High, Value Area Low, and Point of Control are displayed on the left of the market profile.
  • KeyValuesColor (default = clrWhite) — the color for Value Area High, Value Area Low, and Point of Control printout.
  • KeyValuesSize (default = 8) — the font size for Value Area High, Value Area Low, and Point of Control printout.
  • ShowSinglePrint (default = No) — can be set to Leftside or Rightside and will mark the single print profile — a part of the profile, which is only one TPO wide.
  • SinglePrintRays (default = false) — if true, single print edges are marked with rays.
  • SinglePrintColor (default = clrGold) — the color for single print marking if ShowSinglePrint isn't set to No.
  • SinglePrintRayStyle (default = STYLE_SOLID) — the single print ray line style.
  • SinglePrintRayWidth (default = 1) — the single print ray line width.
  • ProminentMedianColor (default = clrYellow) — the color for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianStyle (default = STYLE_SOLID) — the style for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • ProminentMedianWidth (default = 4) — the width for the prominent median (PPOC) if ProminentMedianPercentage is set to 100 or less.
  • RightToLeft (default = false) — if true, the current session's market profile has its histogram drawn from right to left. In case Session is set to Rectangle, market profiles of all sessions are drawn right-to-left.

Performance

  • PointMultiplier (default = 0) — the higher it is, the wider are the profile's price boxes and the fewer are the chart objects. You can use it to reduce the indicator's load on CPU. When the value is zero, an adaptive multiplier is used — the indicator attempts to calculate the optimal value automatically.
  • ThrottleRedraw (default = 0) — a delay in seconds that will be applied before each redraw of the profiles. You can use it to reduce the indicator's load on CPU.
  • DisableHistogram (default = false) — if true, no market profile histogram is drawn, but Value Area and Median are still marked. This makes indicator work extremely fast, but is less useful for thorough market analysis.

Alerts

  • AlertNative (default = false) — if true, the indicator will issue the platform's native pop-up alert when some alert conditions are met.
  • AlertEmail (default = false) — if true, MetaTrader's email alerts will be sent when some alert conditions are met. Email should be properly configured in MetaTrader via Tools->Options->Email
  • AlertPush (default = false) — if true, MetaTrader's push notification alerts will be sent to your mobile device when some alert conditions are met. Notifications should be properly configured in MetaTrader via Tools->Options->Notifications. This alert type is not available in the cTrader version of the indicator.
  • AlertArrows (default = false) — if true, MetaTrader will draw arrows on the chart when some alert conditions are met.
  • AlertCheckBar (default = Previous) — controls the bar to check the alert conditions on. Current — the indicator will check the current unfinished bar; expect a lot of alerts. Previous — the indicator will check the previous (closed) bar; alerts will be delayed but more concise.
  • AlertForValueArea (default = false) — if true, alerts will be issued whenever a Value Area ray (high or low) is crossed by the price.
  • AlertForMedian (default = false) — if true, alerts will be issued whenever a Median ray is crossed by the price.
  • AlertForSinglePrint (default = false) — if true, alerts will be issued whenever a Single Print ray is crossed by the price.
  • AlertOnPriceBreak (default = false) — if true, alerts will be issued when the price breaks any of the trigger levels but then returns back behind it.
  • AlertOnBarClose (default = false) — if true, alerts will be issued when the bar opens on one side the trigger level and closes on the other side of it.
  • AlertOnGapCross (default = false) — if true, alerts will be issued when the trigger level appears inside a price gap between the last two bars.
  • AlertArrowCodePB (default = 108) — arrow code for price break alert arrows.
  • AlertArrowCodeCC (default = 110) — arrow code for candle close alert arrows.
  • AlertArrowCodeGC (default = 117) — arrow code for gap crossover alert arrows.
  • AlertArrowColorPB (default = clrRed) — arrow color for price break alert arrows.
  • AlertArrowColorCC (default = clrBlue) — arrow color for candle close alert arrows.
  • AlertArrowColorGC (default = clrYellow) — arrow color for gap crossover alert arrows.
  • AlertArrowWidthPB (default = 1) — arrow width for price break alert arrows.
  • AlertArrowWidthCC (default = 1) — arrow width for candle close alert arrows.
  • AlertArrowWidthGC (default = 1) — arrow width for gap crossover alert arrows.

Intraday sessions

  • EnableIntradaySessionN (default = true) — if true and Session is set to Intraday, then the indicator will attempt to drawn the intraday market profile #N on the chart.
  • IntradaySessionNStartTime (default = "HH:MM") — start time in HH:MM format for the intraday session #N.
  • IntradaySessionNEndTime (default = "HH:MM") — end time in HH:MM format for the intraday session #N.
  • IntradaySessionNColorScheme (default = Blue_to_Red) — color scheme for the intraday session #N.

Miscellaneous

  • SaturdaySunday (default = Normal sessions) — how to treat Saturday and Sunday sessions:
    • Normal sessions — Saturday and Sunday will be treated as normal sessions with their own daily and intraday sessions.
    • Ignore Saturday and Sunday — Saturday and Sunday candlesticks will be ignored.
    • Append Saturday and Sunday — Saturday candlesticks will be appended to the Friday session; Sunday candlesticks will be appended to the Monday session.
  • DisableAlertsOnWrongTimeframes (default = false) — if true, no pop-up alerts will appear on using Market Profile with wrong timeframe/session combination.
  • ProminentMedianPercentage (default = 101) — percentage of TPOs out of all possible that should occur inside a median for it to be considered prominent (PPOC). For example, if you set it to 50%, a median will be marked as prominent if it contains at least 24 TPOs in a daily session on M30 timeframe. If it is set to 101, no prominent median is possible.



推荐产品
BoxChart MT4
Evgeny Shevtsov
4.57 (7)
The market is unfair if only because 10% of participants manage 90% of funds. An ordinary trader has slim changes to stand against these "vultures". This problem can be solved. You just need to be among these 10%, learn to predict their intentions and move with them. Volume is the only preemptive factor that faultlessly works on any timeframe and symbol. First, the volume appears and is accumulated, and only then the price moves. The price moves from one volume to another. Areas of volume accumu
Horizontal tick volumes (HTV) Horizontal tick volumes - an easy and convenient indicator of a horizontal market profile in a user-selected time. Produces a visual image of strong trading levels by maximum peaks past volumes and trading direction by color (sell or buy), and also allows you to detect smaller trading levels by differentiating past volumes. In the "Optimal" mode, when displayed on chart periods up to and including "M30", the data of one-minute bars are used, on H1 and H4 - five-minu
Simply The Best Pro
Szymon Palczynski
5 (1)
This indicator displays the histogram and arrows on chart. When Simple The Best Pro are placed on a chart, they identify the trend.  The color of may be blue or red. The blue color stands for upside moves and the red color stands for downside trends. The indicator offers to set Stop Loss (SL) and  Take Profit (TP)  setting. The default value is ATR. Indicator has automatic optimization. The STB is a unique indicator that shows the tendency (button Bars) of a particular signals. The STB tells us
Blahtech Market Profile
Blahtech Limited
4.61 (18)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
Blahtech Supply Demand
Blahtech Limited
4.63 (35)
Was: $299  Now: $99   Supply Demand uses previous price action to identify potential imbalances between buyers and sellers. The key is to identify the better odds zones, not just the untouched ones. Blahtech Supply Demand indicator delivers functionality previously unavailable on any trading platform. This 4-in-1 indicator not only highlights the higher probability zones using a multi-criteria strength engine, but also combines it with multi-timeframe trend analysis, previously confirmed swings
A technical indicator that calculates its readings on trading volumes. In the form of a histogram, it shows the accumulation of the strength of the movement of the trading instrument. It has independent calculation systems for bullish and bearish directions. Works on any trading instruments and time frames. Can complement any trading system. The indicator does not redraw its values, the signals appear on the current candle. It is easy to use and does not load the chart, does not require additi
Time Bubble
Ahmed Mohamed
Time Bubble ***Specialized for GBPJPY 1H time frame*** (tested for two years with success rates about 82%) Time Circle's smart algorithm detects the price circles with time . give strong signals at the right time as result of combine the price and time. our team spent months to develop this indicator specially for GBPJPY ..with high success rates about 82% win trades over two years .tested from December 2016 to November 2018. *** in last two years total signals 1012 with 829 Wins and
A "Volume Profile" is an advanced charting indicator that displays total volume traded at every price level over a user specified time period. The main components of the volume profile are POC ( Point Of Control - the price level, at which the maximum number of contracts were executed during a selected period), VAH ( Value Area High - the highest price in the Value Area) and VAL ( Value Area Low - the lowest price in the Value Area). When we settled on the original indicator, we spent a lot o
Intraday Volume Profile Forex MT4   Intraday Volume Profile  - This is a visualization tool for understanding the high activity zone and low activity zone, as part of the  D1  senior timeframe. The volume profile provides an excellent visual image of supply / demand at each price for the selected timeframe. Introducing  POC  - Point of Control, which indicates the price at which the maximum volume was sold, as well as Value Area - the area where 68% of the instrument's assets are traded. POC  -
VolumeProfile
Robert Hess
3.8 (5)
Descption: The Volume Profile displays detailed informations of historical trading activities at certain price levels (Market Profile). So you can locate the areas with the best prices in the market and get an advantage about other market participants. Features: Customizable Volume Profile / Market Profile Shows the "fair" Value Area with 70% of all Volume Shows critical low volume zones Shows VPOC, VAL and VAH Points Works on all timeframes Also available for MT5 ( https://www.mql5.com/en/m
VPO Profile MT4
Kyra Nickaline Watson-gordon
5 (2)
Definition : VPO is a Volume Price Opportunity. Instead of using bars or candles with an Open, High, Low, and Close price, each "bar" in a Market Profile is represented by horizontal bars against the price It is called Market Profile terminology. In other words volume-price-opportunity (VPO) profiles are histograms of how many volumes were traded at each price within the span of the profile. By using a VPO chart, you are able to analyze the amount of trading activity, based on volume, for eac
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume shows the buying and selling volume of a currency pair in the form of a colored histogram. The volume is made of buying and selling transactions in an asset. In FX market: If the buying volume gets bigger than the selling volume, the price of a currency pair would go up. If the selling volume gets bigger than the buying volume, the price of a currency pair would go down. Features Avoid the bad trades by confirming them using the tick volume data. It helps you to stay on the si
该指标的独特之处在于交易量核算算法:在所选时段内直接进行累积,而无需参考当天的开始。可以从计算中排除最后的柱线,那么当前数据对之前形成的显着水平(交易量)的影响较小。 为了更精确的计算,默认使用 M1 图表中的数据。规范了价格量的分配步骤。默认情况下,显示的右边框设置为用于分析的数据开头对应的栏,但如果需要,可以设置为您需要的栏。显示的音量带的长度(右边界)由系数调节,也可以向左或向右移动到 0(当前)条或参照当前条进行镜像。 参数: Accumulation period -  累积量计算周期 Number of excluded last bars - 从计算中排除的最后一根柱线的数量   Accumulation price step -  按价格参数的成交量总和步骤 Graph length multiplier - 显示数据的长度比例 Use data from timeframe - 用于分析的图表(时间范围) Graph show shift - 开始显示数据的移位,如果留为0,则数据将从分析数据周期开始时间对应的条开始显示; “-1”——显示在左侧; “-2” - 显示
AQ XFifteen
HIT HYPERTECH INNOVATIONS LTD
4.36 (11)
Χ15 indicator is a MetaTrader 4 tool that allows you to BUILD & BACKTEST ON REAL TIME your own strategies quickly, easily and efficiently. It contains 15 of the most popular technical analysis indicators that you can use, each one in a different way. Choose the indicators that you want to use, select how you will use them and you will see on the chart BUY (green) and SELL (red) arrows implementing your strategy. Choose Take Profit and Stop Loss and you will see the results of your strategy with
FREE
FRB Time MT4
Fernando Baratieri
FRB Time - FRB Trader Indicator that shows the server's time of operation. You can edit the font color and size of the timetable. Settings font color Font size Background color To move the Timetable, just click on it and move the mouse to where you want to leave it. After placing the Time where you want it, click again or press "ESC" and the time will stay where you left it.
FREE
Dark Sniper
Dmitriy Kashevich
Dark Sniper arrow indicator. complete lack of redrawing percentage of correct indicator predictions from 80 85% The arrow indicates the direction of the next candle and the possible direction of the trend in the future.  suitable for small m1 timeframes. It is recommended to open deals from 1 to 2 candles. The signal appears on the last candle advantages of the indicator: 1. leading signals. 2.complete lack of redrawing 3. high signal accuracy.
UPD1 Profile Levels
Vitaliy Kuznetsov
5 (6)
该指标在指定柱数的工作直方图上找到最大和最低价格量(市场概况)的水平。   复合型材 。 柱状图的高度是全自动的,并适应任何仪器和时间框架。 作者的算法被使用,并且不重复众所周知的类似物。 两个直方图的高度近似等于蜡烛的平均高度。 智能警报将帮助您了解有关交易量水平的价格。 概念Smart Money   。 Low Volume - Imbalance. 用于寻找良好的市场环境,确定市场结构并作为二元期权的过滤器。 它是价格的磁铁。 High Volume - Liquidity. 用于退出累积时的测试。 输入参数   。 基本   。 Bars Count - 要计数和显示的条数   。 Signal Fractal = 5 (对于颜色信号电平)。 水平将在以下条件下成为信号:顶部和底部有五个直方图不超过它   。 Min Candles For High Volume Level - 在水平蜡烛的最小数量,以便它可以成为一个信号   。 按钮设置   。 Visual Button - 按钮显示(启用/禁用)   。 Corner - 按钮的卡角   。 X i
AQ XFifteen Pro
HIT HYPERTECH INNOVATIONS LTD
Χ15 indicator is a MetaTrader 4 tool that allows you to  BUILD & BACKTEST ON REAL TIME  your own strategies quickly, easily and efficiently. It contains  15 of the most popular technical analysis indicators  that you can use, each one in a different way. Choose the indicators that you want to use, select how you will use them and you will see on the chart BUY (green) and SELL (red) arrows implementing your strategy. Choose Take Profit and Stop Loss and you will see the results of your strategy w
Market Profile is a graphic representation that shows price and time information as a distribution. The benefits of Market Profile include: Determine amount of time, number of ticks and volume traded at specific price levels or price ranges during a period Identify prices perceived as fair by the market Identify support and resistance levels to anticipate future price movements Each group of letters shows the price or price range where trades occured, usually in the 30 minutes chart timeframe. T
CumulativeDeltaBars
Stanislav Korotky
This indicator is a conventional analytical tool for tick volumes changes. It calculates tick volumes for buys and sells separately, and their delta on every bar, and displays volumes by price clusters (cells) within a specified bar (usually the latest one). The algorithm used internally is the same as in the indicator VolumeDelta , but results are shown as cumulative volume delta bars (candlesticks). Analogous indicator for MetaTrader 5 exists - VolumeDeltaBars . This is a limited substitution
Volume by Price MT4
Brian Collard
4.71 (14)
The Volume by Price Indicator for MetaTrader 4 features Volume Profile and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Session filtering and grouping. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Graphical layering, positioning and styling options to suit the user's analytic and aesthetic n
VR Grid
Vladimir Pastushak
4.57 (7)
VR 网格指示器 设计 用于创建具有用户定义设置的图形网格。与 标准网格 不同,VR 网格用于构建 圆形关卡 。根据用户的选择,轮次级别之间的步长可以是任意的。此外,与其他指标和实用程序不同,即使时间段发生变化或终端重新启动,VR Grid 也能保持网格的位置 。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 5] 垂直级别 基于实际时间间隔并 忽略缺失 或不存在的周期。因此,级别之间的步长严格对应于用户选择的值。 使用 VR 网格指标时,交易者 可以更改任何级别的垂直线和水平线的样式 、颜色和粗细。这使您可以控制金融工具的 回合水平 。 整数位是 以两个或多个零结尾 的价格(例如:1.23500、5.65900、1923.200)。人们相信,这样的水平 经常充当 作为支撑或阻力的强点。 Horizontal line settings Horizontal line step Horizontal line color Horizontal line style Horizon
FREE
Strong Support
Vasiliy Strukov
5 (23)
支撑位和阻力位长期以来一直是市场分析的有力工具。 强支撑指标绘制基于本地价格最低值的支撑水平,以及基于本地价格最大值的阻力水平。  我的其他发展可以在这里查看 建议与趋势指标一起使用,例如黄金-这将允许您根据趋势进行交易,同时确定整合或趋势反转区域,以及在支撑位和阻力位设置止损和获利。 购买后立即与我联系,以获得设置和个人奖金!  传入参数 - 指示器不需要复杂的设置,主要参数是色标的调整。 支撑位和阻力位长期以来一直是市场分析的有力工具。 强支撑指标绘制基于本地价格最低值的支撑水平,以及基于本地价格最大值的阻力水平。  我的其他发展可以在这里查看 建议与趋势指标一起使用,例如黄金-这将允许您根据趋势进行交易,同时确定整合或趋势反转区域,以及在支撑位和阻力位设置止损和获利。 购买后立即与我联系,以获得设置和个人奖金!  传入参数 - 指示器不需要复杂的设置,主要参数是色标的调整。
Moving VVC mt4
Andriy Sydoruk
The   Visual Volatility Clustering   indicator clusters the market based on volatility. The indicator does not redraw and gives accurate data, does not use closing prices. Uses the opening prices or the highs or lows of the previous completed bar. Therefore, all information will be clear and unambiguous. The essence of the indicator is to divide the price market into certain areas according to a similar type of volatility. This can be done in any way. In this example, the indicator is configure
The Chaikin Oscillator is a technical indicator developed by Marc Chaikin that combines price and volume data to measure the accumulation and distribution of a financial instrument. It aims to identify potential buying and selling opportunities in the market. The Chaikin Oscillator is calculated by subtracting a 10-day exponential moving average of the Accumulation Distribution Line (ADL) from a 3-day exponential moving average of the ADL. Here's how to use the Chaikin Oscillator indicator in tr
The Market Profile Indicator for MT4 displays the price levels and zones where increased trading activity happens. These zones with substantial forex trading activity provide the forex traders with the best entry levels, support, and resistance levels. Moreover, price levels indicate the best reversal zones. As a result, forex traders can identify BULLISH and BEARISH market trends and BUY and SELL entry points as well as the best reversal points. The indicator works well in all intraday timefram
History Pattern Search
Yevhenii Levchenko
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
Ticks Size
Viktor Kolmakov
This indicator displays in a separate window the difference between the number of points which increased the price, and the number of points that decreased the price during the time interval specified in the settings. The time interval for calculation is expressed as the number of bars of the chart the indicator is attached to. This approach allows you to evaluate the movement direction (growth or fall) of the instrument's price, the strength of the movement and the size of the movement in point
Displays the local time with the time difference you set. (It does not correspond to the time difference in 30-minute increments.) It also displays a price line with a good price, such as 100.000 .100 or .200. The standard gridlines are displayed with the time and price by MT4, but they are very confusing as they become the broker's time and are displayed at the halfway point along with the price. It hides them and displays gridlines at user-defined time differences and prices in easy-to-und
POWR Long Short Zones
Trade Indicators LLC
Wouldn’t you love a heads up alert when the market is switching from bullish to bearish momentum? When the background turns green, there is your signal to place a long trade to increase your profitability. Also, when the background turns red, guess what? It’s time to go short for profits. HOW TO USE 1. When the background turns green, this is the best place to take long trades. This also represents a bull market. 2. When the background turns red, this is the best place to take short trades. This
该产品的买家也购买
TPSpro RFI Levels
Roman Podpora
4.87 (15)
Reversal First Impulse levels (RFI)    INSTRUCTIONS        RUS       -       ENG              R ecommended to use with an indicator   -   TREND PRO -  Version MT5 A key element in trading is zones or levels from which decisions to buy or sell a trading instrument are made. Despite attempts by major players to conceal their presence in the market, they inevitably leave traces. Our task was to learn how to identify these traces and interpret them correctly. Main functions: Displaying active zones
Atomic Analyst
Issam Kassas
5 (3)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交
TrendMaestro
Stefano Frisetti
5 (2)
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
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色
Dragon Multi Indicator MT4
Mansour Babasafary
5 (3)
74% discount for the next 10 buyers (original price $605): 1 left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 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 th
The indicator of a Professional Trader is an arrow indicator for predicting the direction of price movement. I have been working on this indicator since 2014. You can use this indicator as your main indicator, use its entry signals, and use it as your only indicator to find entry points. About the product: Recommended TF [H4-D1-W1]   . The indicator predicts the direction of the next candle. Fits a variety of tools; Flexibility in settings for different instruments and intervals through the
FX Volume
Daniel Stein
4.6 (35)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
Shepherd Harmonic Pattern
Abdullah Alrai
4.68 (59)
这个指标将检测手动和自动方法在图表上绘制的谐波模式。 您可以从此链接查看用户手册: 添加您的评论并联系我们以获得它 有一个免费版本可以在mt4上尝试此产品。 您可以使用它来检测Gartley和Nenstar模式: https://www.mql5.com/en/market/product/30181 您可以从以下链接购买完整的MT4版本: https://www.mql5.com/en/market/product/15212 注意 指标具有控制面板,并将保存每个(图表和时间框架)设置。 您可以将其最小化以在图表上获得更多空间,并且如果您更喜欢使用其他分析工具,则可以按关闭按钮隐藏所有指标数据 当您使用此指标并更改设置,添加诸如移动平均线或布林带之类的指标时,此指标将自动保存您的模板编辑,并且您可以随时加载它们。 如果您使用的是Windows 10,请右键单击MetaTrader图标>兼容性>更改高DPI设置>系统(增强)以获得最佳屏幕设置(应在高清设备中完成)。 指标只是谐波交易理论的解释,用于检测图表上的谐波模式。 如果您想学习它,可以搜索Scott Carney的书,名为“Ha
Wolfe Wave Scanner
Jalitha K Johny
5 (1)
Wolfe Waves scanner - It scans all the Symbols and identify the movement of price and it gives confidence in trade. It automatically plots  fifth wave breaks out of the channel. According to the theory behind the pattern, a line drawn from the point at the beginning of the first wave and passing through the beginning of the fourth wave predicts a target price for the end of the fifth wave. If a trader properly identifies a Wolfe Wave as it forms, the beginning of the fifth wave represents an op
TakePropips Donchian Trend Pro
Eric John Pajarillaga Aldana
4.82 (17)
TakePropips Donchian Trend Pro   (MT4) 是一款功能强大且有效的工具,可使用 Donchian 通道自动检测趋势方向,并为您提供进场和退场交易信号! 这个多功能指标包括趋势扫描器、交易信号、统计面板、筛选器、交易时段和警报历史仪表板。它旨在为您提供交易信号并节省您分析图表的时间! 您可以在我们的博文中下载用户手册和安装指南:   https   :// www.mql5.com/en/blogs/post/751368 今天立减 50%!价格从 98 美元降到 49 美元! 您可以在 Strategy Tester 上测试该指标(启用可视模式) 视频教程也可在说明下方获得更多详细信息。 如果您有任何问题或需要任何帮助,请与我联系。 TakePropips Donchian Trend Pro 指标适用于所有外汇对、金属、商品、指数和加密货币。 主要特点 交易信号 - 检测多个时间范围内所有货币对的买卖机会。它将为您提供警报并在图表上绘制交易信号,最多 3 个止盈价和一个止损价。 Trend Scanner   - 用于快速扫描和识别跨多个时间
ON Trade Optuma Astro
Abdullah Alrai
5 (4)
当然可以!以下是您提供的文本的中文翻译: 引入 MT4 天文指标:您的终极天体交易伙伴 您准备好将交易体验提升到天文高度了吗?不用再寻找,就在我们的革命性 MT4 天文指标中。这个创新工具超越了传统的交易指标,利用复杂的算法提供无与伦比的天文洞察力和精确计算。 指尖上的宇宙信息: 瞻仰一个详尽的面板,展示了一宝藏般的天文数据。了解行星的地理/太阳心坐标,太阳/地球距离,亮度,伸长度,星座,黄道和赤道坐标,甚至是水平坐标——每个细节都经过精心计算并呈现得美轮美奂。指标生成的垂直线对应于时间值,为您的交易旅程提供了宇宙的视角。 行星线条与关系: 在您的图表上欣赏行星线条的魔力,具有可自定义的比例和角度。通过直观的控制面板轻松切换每个行星线条的可见性。通过连结、六分、四分、三分、对冲和逆行等指标,发现行星关系的艺术。在您选择的时间范围内探索这些宇宙构造,使您能够识别重要的交易机会。 揭示甘恩的智慧: 通过受甘恩启发的平方垂直线揭示潜在的反转时机。这种创新修改将甘恩历经考验的原则带入现实,帮助您提前了解市场的转向和趋势。 月亮引导: 在您的图表上优雅地导航月相,因为新月和满月点缀其间。月亮周期
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabi
介绍 ON Trade Waves Patterns Harmonic Elliot Wolfe,这是一款高级指标,旨在使用手动和自动方法检测各种市场模式。以下是它的工作原理: 谐波模式: 该指标可以识别出现在您图表上的谐波模式。这些模式对于练习谐波交易理论的交易者非常重要,正如Scott Carney的书《谐波交易第1卷和第2卷》所描述的那样。无论您是手动绘制它们还是依赖自动检测,ON Trade Waves Patterns都可以胜任。 控制面板: 我们配备了一个用户友好的控制面板,它会保存您的图表和时间帧设置,使您可以轻松切换不同配置。您甚至可以最小化它以最大化图表空间。如果您更喜欢使用其他分析工具,只需单击关闭按钮即可隐藏所有指标数据。 模板保存: 当您自定义设置或添加其他指标,如移动平均线或布林带时,该指标会自动保存您的模板。这意味着您可以随时轻松加载您喜欢的设置。 优化显示: 对于Windows 10用户,我们建议调整您的DPI设置以获得高清设备上的最佳屏幕体验。右键单击MetaTrader图标,选择“兼容性”,然后选择“更改高DPI设置”,将其设置为“系统(增强)”。
How to use Pair Trading Station Pair Trading Station is recommended for H1 time frame and you can use it for any currency pairs. To generate buy and sell signal, follow few steps below to apply Pair Trading Station to your MetaTrader terminal. When you load Pair Trading Station on your chart, Pair Trading station will assess available historical data in your MetaTrader platforms for each currency pair. On your chart, the amount of historical data available will be displayed for each currency pai
PZ Harmonacci Patterns
PZ TRADING SLU
3.43 (7)
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scot
PZ Swing Trading
PZ TRADING SLU
5 (4)
Swing Trading 是第一个旨在检测趋势方向的波动和可能的反转波动的指标。它使用在交易文献中广泛描述的基准摆动交易方法。该指标研究多个价格和时间向量,以追踪总体趋势方向,并检测市场超卖或超买并准备好进行修正的情况。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 市场波动的利润不会被窃取 指示器始终显示趋势方向 彩色价格带代表机会基准 彩色虚线表示可能的反转波动 该指标分析其自身的质量和性能 它实现了一个多时间仪表板 可定制的趋势和波动周期 它实现了电子邮件/声音/推送警报 指示器为非重涂或重涂 什么是摇摆交易 摇摆交易是一种尝试在一天到一周内从证券中获得收益的交易方式,尽管某些交易最终可以保持更长的寿命。摇摆交易者使用技术分析来买入弱点和卖出力量,并有耐心等待这些机会的发生,因为在发生一波抛售浪潮之后购买证券而不是陷入抛售更有意义。 机会基准 关于历史数据的大量研究证明,适合于波动交易的市场倾向于在基线价格带上下交易,基线价格带由图表显示,使用平均真实区间计算得出。波动交易者使用基线,该策略是购买常态和卖出躁狂,或做空常态并掩盖沮丧。
The BB Reversal Arrows technical trading system has been developed to predict reverse points for making retail decisions. The current market situation is analyzed by the indicator and structured for several criteria: the expectation of reversal moments, potential turning points, purchase and sale signals. The indicator does not contain excess information, has a visual understandable interface, allowing traders to make reasonable decisions. All arrows appear to close the candle, without redr
Connect Indicator
Sukunthakan Ngernbamrung
Connect Indicator is a tool used for connecting indicators between the MQL market and MT4. The connected indicators are made by our group and can be used for other applications, such as sending messages to the Line application or Telegram application. If you have any questions, please don't hesitate to ask us to receive support. Function and indicator buffer Buffer one is the high price of the previous candle. Buffer two is the high price of the previous candle. Usage To connect indicators to fu
引入神奇外汇指标:释放精准交易的力量 你是否厌倦了寻找在所有时间框架上都能取得出色结果的完美外汇指标?别再继续寻找了!神奇外汇指标已经来到,改变您的交易体验,将您的利润推向新的高度。 神奇外汇指标基于尖端技术和多年的精心开发,堪称外汇市场上的强大和精确的巅峰之作。这个卓越的工具旨在满足各个层次的交易者需求,在追求持续盈利性方面提供无与伦比的优势。 神奇外汇指标的独特之处在于其无与伦比的适应性。无论您是日内交易者、波段交易者还是更喜欢长期持仓,该指标都经过优化,能在所有时间框架上取得出色的结果。然而,当在1小时时间框架上使用时,它的准确性和捕捉市场复杂走势的能力得到真正展示。 准备好对神奇外汇指标的准确性和可靠性感到惊讶。其先进的算法无缝结合了强大的指标、统计分析和趋势识别,实时为您提供全面的市场视图。指标的智能和动态信号使您能够自信地做出明智的交易决策,最大限度地提高获胜交易的机会。 不再犹豫和迷茫。神奇外汇指标消除了交易的猜测,使您在市场参与者中具有独特的优势。其用户友好的界面和直观的设计使得无论是经验丰富的专业人士还是初学者都能轻松掌握这一卓越工具的力量。 有了神奇外汇指标的支持,
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading
NAM Order Blocks
NAM TECH GROUP, CORP.
5 (1)
MT4多時限訂單塊檢測指示器。 特徵 -在圖表控制面板上完全可自定義,提供完整的交互。 -隨時隨地隱藏和顯示控制面板。 -在多個時間範圍內檢測OB。 -選擇要顯示的OB數量。 -不同的OB用戶界面。 -OB上的不同過濾器。 -OB接近警報。 -ADR高低線。 -通知服務(屏幕警報|推送通知)。 概括 訂單塊是一種市場行為,它指示從金融機構和銀行收取訂單。著名的金融機構和中央銀行帶動了外匯市場。因此,交易者必須知道他們在市場上正在做什麼。當市場建立訂單塊時,它會像發生大多數投資決策的範圍一樣移動。 訂單建立完成後,市場將朝著上升和縮小的方向發展。訂單大宗交易策略的關鍵術語是它包括機構交易者正在做的事情。由於它們是主要的價格驅動因素,因此包括機構交易在內的任何策略都可以。 您將在任何時間範圍內實時看到訂單塊,使用我們的控制面板,您將能夠在所選的歷史記錄週期內檢測常規,拒收和未大寫的訂單塊。 現在您可以接收到訂單塊接近警報,我們在MT4上顯示屏幕通知,並將通知推送到您的手機!
Cycle Sniper
Elmira Memish
4.39 (36)
NEW YEAR SALE PRICE FOR LIMITED TIME!!! Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before pu
Pro SMC 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
Scientific trade
Aleksey Ivanov
5 (1)
An extremely convenient indicator that truly makes the process of making money on the exchange easy. It is based on the scientifically rigorous theory of the market developed by the author, the beginning of which is presented here .                The full algorithm of this indicator operation is presented in the article .               The indicator calculates the most probable price movement trajectory and displays it on the chart. Based on the predicted price movement trajectory
Max Min Cycle
Vitalyi Belyh
Cyclical indicator for trading and predicting the direction of the market. Shows the cyclical behavior of the price in the form of an oscillator. Gives signals for opening deals when rebounding from the upper and lower boundaries of the oscillator. In the form of a histogram, it shows the smoothed strength of the trend. Will complement any trading strategy, from scalping to intraday. The indicator does not redraw. Suitable for use on all symbols/instruments. Suitable time frames for short-term
POWR Rise Coming
Trade Indicators LLC
This indicator is SO SIMPLE… when the green Rise Coming arrow appears, a price drop may be on the way! Plain and easy profits! As you receive more than one 'Rise Coming' text signal in a downtrend, it means momentum is building larger for a bull run. HOW TO USE 1. When the green "Rise Coming" text appears, a price jump may be on the way! This indicator Never Repaints! To get the best setting it's a matter of tweaking the indicator until it gives you the best results. Our recommendation, and what
Smart Ai Levels
Aditya Jayswal
Smart Ai Levels  Accumulation & Distribution indicator Smart Ai Levels are Ai controlled indicator which is based on Wyckoff Price cycle theory . It automatically scans the Accumulation & Distribution phases on chart and Ai draws the possible areas before Mark up and Mark down which acts as hot zones and can be traded with confirmation to catch those big price movements . It's a great tool for both Reversal and Breakout Trades suitable to all Trading Styles such as Scalping - Intraday - Swing 
WARNING: PRICE IS SUBJECT TO RISE AT ANY TIME. GET YOUR COPY TODAY TO AVOID MORE COST! Dear Traders I am so glad to introduce to you my other tool called the Forex Sniper Entries Indicator. This tool is designed to help serious traders and investors capture big moves in the currency price movements. The philosophy behind this tool is all about winning big and riding the price movement from its beginning until the maximum point. We want to capture those big moves in both down and up markets as mu
Golden Gendut
Anthonius Soruh
5 (1)
Gendel Gendut is Binary Option Indicator From @realTatino Trade with expaired time Pairs : All Forex Pair Time Frame : M5 only Trade Time All Time Alert : Alert Message, Alert Email, Alerts Push Buffer : 4 Buffer (0,2 (Buy) || 1,3 (Sell) Broker Suitable : All Broker Binary With Forex Pair Auto Trade : Yes Repaint : NO Delay : NO Other Binary Indicator : https://www.mql5.com/en/market/product/70915 https://www.mql5.com/en/market/product/71054 https://www.mql5.com/en/market/product/57755 etc I
Black series MT4
Dmitriy Kashevich
1 (1)
Black series MT4 - The indicator is designed for trading on binary options with Timeframe M1-M5-M15 Multicurrency (Works on cryptocurrency and currency pairs) The signal appears when the candle opens Up to 90% correct signals There is no signal redrawing at all Can be used with other indicators. Good for scalping! In Settings there is: -Indicator working methods -I Allert Arrow color Red signal down Blue signal up Also watch the video how the indicator works and signals
作者的更多信息
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
Indicator for fast navigation through financial instruments. When you click on the button, you go to the chart of the financial instrument, the name of which was written on the button. In other words, the indicator opens or unfolds an existing chart window. For each chart, you can customize the name of the financial instrument, text color and background color; in total, you can customize symbols buttons that you trade often. The indicator can be installed on any charts for which you need to swit
FREE
This indicator labels swing highs and swing lows as well as the candle pattern that occurred at that precise point. The indicator can detect the following 6 candle patterns:   hammer ,  inverse   hammer ,   bullish engulfing ,   hanging man ,   shooting star   and   bearish engulfing . The notations HH, HL, LH, and LL you can see on the labels are defined as follows: HH : Higher high HL : Higher low LH : Lower high LL : Lower low Setting Length: Sensitivity of the swing high/low de
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link: https://elliottwave-forecast.com/elliott-wave-theory/ - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calculate
Lets dabble a bit into Elliot Waves. This is a simple indicator which tries to identify Wave 1 and 2 of Elliot Impulese Wave and then projects for Wave 3. Ratios are taken from below link:   https://elliottwave-forecast.com/elliott-wave-theory/   - Section 3.1 Impulse Wave 2 is 50%, 61.8%, 76.4%, or 85.4% of wave 1 - used for identifying the pattern. Wave 3 is 161.8%, 200%, 261.8%, or 323.6% of wave 1-2 - used for setting the targets Important input parameters MaximumNumBars : To calc
Market Profile Heat indicator  — is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is also possible to use a f
筛选:
无评论
回复评论