• 概述
  • 评论
  • 评论

Market profile system MT5

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

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

Input parameters

Main

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

Looks and colors

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

Performance

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

Alerts

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

Intraday sessions

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

Miscellaneous

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


推荐产品
Blahtech Market Profile MT5
Blahtech Limited
5 (8)
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
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
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.
Your Trend Friend
Luigi Nunes Labigalini
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements
该指标自动计算并绘制斐波那契支撑位和阻力位 - 最有效的市场分析工具之一。 计算使用所选期间和时间范围的平均价格数据。此期间的最小值和最大值被视为运动的开始和结束。 斐波那契水平让您可以看到潜在的参考点,围绕这些点价格走势可以放缓或逆转,也就是说,它们用于预测进一步的走势,以及设置止损和限价单。 参数: PartsShow - 从当前柱状图显示的历史级别数 CalcPeriod - 价格平均周期 SmoothingMethod - 价格平均法(26 个选项) TF - 用于计算的时间范围 LevelColor - 水平线的颜色 ZeroLevelColor - 零级颜色 ShowVerticalLine - 启用/禁用水平之间的垂直线的显示 VLineStyle - 垂直线的样式 VLineColor - 垂直线的颜色 ShowInfo - 启用以标签形式显示有关级别百分比值的信息,否则以对象描述的形式显示 InfoFontSize - 信息字体大小 InfoColor - 信息字符串的颜色 FiboLevels - 显示水平的百分比值
The best time to trade Using this Indicator is when the time reach exactly hour,half,45 minutes,15 minutes and sometimes 5 minutes.. This indicators is helpful to those who trade boom and crash indecies.How to read this indicator first you'll see Blue allow and Red allow all these allows used to indicate or to detect the spike which will happen so the allow happens soon before the spike happen.This indicator works properly only in boom and crash trading thing which you have to consider when
Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
PipFinite Exit EDGE MT5
Karlo Wilson Vendiola
4.89 (35)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orde
Forex Forensics License MT5
Forex Forensics 101 LLC
License required to run all EAs created by Forex Forensics 101 LLC.  How to use: - Download from marketplace - Move to 'Indicators' folder, can not be in folders within the 'Indicators' folder Disclaimer: Forex Forensics 101 LLC is not affiliated with anyone selling an EA created through Forex Forensics 101 LLC. As such, the buyer is responsible for all wins and losses they may experience. Trading the forex market is high risk. You should always consult an expert before risking any capital. 
Mine Farm
Maryna Kauzova
5 (1)
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
其中一个数字序列称为“森林火灾序列”。它被公认为最美丽的新序列之一。它的主要特点是该序列避免了线性趋势,即使是最短的趋势。正是这一属性构成了该指标的基础。 在分析金融时间序列时,该指标试图拒绝所有可能的趋势选项。只有当他失败时,他才会认识到趋势的存在并给出适当的信号。这种方法可以让人们正确地确定新趋势开始的时刻。然而,误报也是可能的。为了减少它们的数量,该指标添加了一个额外的过滤器。当新柱打开时会生成信号。在任何情况下都不会发生重绘。 指标参数: Applied Price   - 应用价格常数; Period Main   - 指标的主要周期,其有效值在 5 - 60 之间; Period Additional   - 附加周期,此参数的有效值为 5 - 40; Signal Filter   - 附加信号滤波器,有效值 0 - 99; Alerts   - 启用后,指示器会在出现新信号时提醒您; Send Mail   - 允许指标向电子邮件发送消息; Push   - 允许您发送 Push 消息。
Trend Catcher with Alert MT5
Issam Kassas
4.64 (59)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
该指标将向您显示您已经为图表上的每个订单设置的 TP 和 SL 值(以该货币表示)(接近交易/订单行),这将帮助您估算每个订单的利润和损失。它还会向您显示 PIP 值。显示的格式是“我们的损益/PIP 值的货币值”。 TP 值将以绿色显示,SL 值将以红色显示。 如有任何问题或了解更多信息,请随时通过 fxlife.asia@hotmail.com 或 fxlife.asia@yahoo.com 与卖家联系 (而指标中即将加入的下一个功能是“自动或半自动TP和SL设置”,我们的客户将免费获得更新版本。谢谢...^_^) (或者如果您认为在指示中应该增加一些功能,请随时告诉我们) ========================================================
Ignition
Dansie Software Limited
Strategy Overview The Ignition EA tries to take advantage of sudden momentum when the Ignition pattern is detected. The final bar in the ignition pattern has a small opening wick, a very little or no closing wick, is large in comparison to recent bars and must start from the lower end of the current range (for a bullish ignition) Quick Testing Use Symbol EURUSD, Timeframe M2, and remove the GBPUSD symbol from the "Symbols" input (stratergy 1 and stratergy 2) Settings The below settings
Blahtech Supply Demand MT5
Blahtech Limited
4.57 (14)
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
Owl Smart Levels MT5
Sergey Ermolov
4.47 (36)
MT4版本  |   FAQ Owl Smart Levels Indicator 是一個完整的交易系統,包含 Bill Williams 的高級分形、構建正確的市場波浪結構的 Valable ZigZag 以及標記準確入場水平的斐波那契水平等流行的市場分析工具 進入市場和地方獲利。 策略的详细说明 指示灯使用说明 顾问-贸易猫头鹰助手助理 私人用户聊天 ->购买后写信给我,我会将您添加到私人聊天中,您可以在那里下载所有奖金 力量在於簡單! Owl Smart Levels 交易系統非常易於使用,因此適合專業人士和剛開始研究市場並為自己選擇交易策略的人。 策略和指標中沒有隱藏的秘密公式和計算方法,所有策略指標都是公開的。 Owl Smart Levels 允許您快速查看進入交易的信號,突出顯示下訂單的水平並向您發送有關已出現信號的通知。 優點很明顯: 清楚地顯示主要和更高時間框架的趨勢方向。 指示儀器信號的出現。 標記開單、止損設置和固定利潤的水平。 沒有多餘的,只有必要的結構! ZigZag 表示全球趨勢的方向,因此也表示貿易方向。 市場反轉點的短線清楚地表明在什麼水平上構建斐波
Orbit Rage Final 2
BILLY ARANDUQUE ABCEDE
Note : i only sell this EA on MQL5, any other sellers is fake. Orbit Rage Final, a cutting-edge trading strategy meticulously designed around the bull/bear candle approach and divergence analysis. This powerful tool is engineered to empower you to shape the life you desire. To embark on this transformative journey, simply download and seamlessly integrate it into your MetaTrader 4 platform by placing it in the experts advisors folder. Orbit Rage Final revolutionizes trading by offering a risk-f
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
1.7*24小时全时在线,安全,可靠,低延时ping; 2.按券商要求智能跟单,详见英文简介   3.本系统仅提供跟单软件服务,不提供交易策略,不代单操作; 4.不限交易手数,客户自行设置A仓手机app端即可,不额外收费 5.客户可按月,季,年付费方式,不同方式,不同优惠,先付费后使用; 6.因券商MT5服务器异常,导致断网后跟单异常,客户需自行风控处理,本系统不提供风控处理 7.券商下单规则改变,会自动更新最新跟单系统 8.详细购买流程,请咨询  wehcat  :zfflyer; 9.再次强调,本系统,仅保障以技术层面实现跟单功能,不参与客户的下单,交易策略,以及风控措施。 10.本系统已稳定运行9个月,经历各种复杂行情考验,稳定,可靠
Perfect Sniper
Ignacio Agustin Mene Franco
Perfect Sniper! is a triple indicator with support resistance detection, downtrend channel, uptrend channel Bands included! where he hunts the rebounds in the red lines for sale, in the green lines mark purchase, in the lower bands that are the breaks gives another second entry either buy or sell, perfect to take advantage of the double entrance, It is used in any temporality, It is used to scalp and long on h1 or h4 to D1. It works for Forex markets, All pairs. It is used for the synthetic inde
该指标的独特之处在于交易量核算算法:在所选时段内直接进行累积,而无需参考当天的开始。可以从计算中排除最后的柱线,那么当前数据对之前形成的显着水平(交易量)的影响较小。 为了更精确的计算,默认使用 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” - 显示
Provided Trend
Nadiya Mirosh
Provided Trend is a complex signal formation indicator. As a result of the work of internal algorithms, you can see only three types of signals on your chart. The first is a buy signal, the second is a sell signal, and the third is a market exit signal. Options: CalcFlatSlow - The first parameter that controls the main function of splitting the price chart into waves. CalcFlatFast - The second parameter that controls the main function of splitting the price chart into waves. CalcFlatAvg - Par
Ultimate Candle Patterns
Wojciech Daniel Knoff
This is a multi-symbol and multi-timeframe table-based indicator designed for a candlestick patterns detection with 46 patterns for META TRADER 5. Each formation has own image for easier recognition. Here you find most popular formations such as "Engulfing", "Hammer", "Three Line Strike", "Piercing" or Doji - like candles. Check my full list of patterns on my screenshots below. Also you can not only switch all bearish or bullish patterns from input, but also select formation for a specified symb
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
PZ Trend Trading MT5
PZ TRADING SLU
3.67 (3)
许多盈利交易者不仅知道如何识别市场趋势,而且也能把握趋势建立后的交易机会。 Pz 趋势交易 指标设计用来在趋势行情中尽可能的赚取利润。 已建立的趋势提供了一揽子交易机会,但大多数趋势交易指标完全忽视了它们,让交易者在趋势行情时完全不知道该如何做!一般趋势指标只通知有关的趋势变化,但根本不足以得到卓越的回报. Pz 趋势交易 指标比一般趋势指标显示多达 20 倍的交易 , 因为它注重所谓的市场时机。它不仅显示当前的市场趋势,也有回调,内柱线的突破和调整。它令您在趋势回调之后介入,安全的柱线内突破金字塔加仓,以及发现潜在的反转,和已知的调整。 趋势改变 一个趋势改变在市场方向变化时发生。趋势变化在图表上用带数字的彩色圆圈显示。蓝色 (1) 信号为上涨开始, 而红色 (1) 信号为下跌开始。趋势变化并非评估当前价格动作的结果, 它意味着交易设置是不定时地。如果您正确使用本指标, 在趋势变化时, 您将将已经入场 (参看下面的调整)。 回调 但凡趋势在运动中,行情上下抖动,盈利者收割利润,且其它参与者入场。趋势回调代表好的买入机会,通常是由主力获利离场导致。如果行情在回调后回归上行, 指
GoldTrader
Yashar Seyyedin
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. martingale version is available here . Strategy description - Detect trend based on EMA18-EMA50-SMA200 alignment in three time frames: M15, H1, H4 - Trade in trend direction and exit when above alignment is broken. - The bot is tuned to trade XAUUSD(Gold). - The bot output is break even in rangi
FREE
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. Support: The indicator is constantly being developed and improved. Please do not hesitate to contact me via the MQL5 Platform. I am very grateful about any Bug report, so that i can constantly improve the indicator. I appreciate any public review for this
KT Renko Patterns MT5
KEENBASE SOFTWARE SOLUTIONS
KT Renko Patterns scans the Renko chart brick by brick to find some famous chart patterns that are frequently used by traders across the various financial markets. Compared to the time-based charts, patterns based trading is easier and more evident on Renko charts due to their uncluttered appearance. KT Renko Patterns features multiple Renko patterns, and many of these patterns are extensively explained in the book titled Profitable Trading with Renko Charts by Prashant Shah. A 100% automate
该产品的买家也购买
Atomic Analyst MT5
Issam Kassas
4.27 (11)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交易者。 多个利润水平:使用
FX Volume MT5
Daniel Stein
4.94 (17)
通过 mql5 和 Telegram 上 的 " 晨间简报 "获取每日市场更新,包括详细信息和屏幕截图 ! 外汇交易量(FX Volume)是第一个也是唯一一个从经纪商角度真正洞察市场情绪的交易量指标。 直接在您的图表上看到这些信息是真正改变游戏规则和突破性的交易解决方案。 受益于独特的市场数据洞察,如 比率(Ratios )显示货币多头和空头头寸的比率(百分比 比率变化 显示所选时间段内的多头比率及其百分比变化 总交易量 显示货币的总交易量(多头和空头),以手为单位 多头 交易量显示货币所有多头头寸的交易量 空头 交易量显示所有货币空头头寸的交易量 净多头 显示净多头交易量,即所有多头头寸减去所有空头头寸(以手为单位)。 净多头百分比 显示货币净多头交易量的变化 请阅读我们的基本教程 -> "如何使用外汇交易量进行交易 " 获取更多信息,如常见问题、交易技巧和教程视频,请访问我们的 外汇交易量公共信息频道 请 安装并运行 SI Connect 以建立与我们数据中心的持续连接 背景信息 我们都知道,外汇是一个分散的市场。这就是为什么我们必须打破常规思维,开发一个独
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需区域用作警报触发器
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
ON Trade Gann Squares MT5
Abdullah Alrai
5 (1)
Gann 方块指标是一种强大的市场分析工具,基于 W.D. Gann 在其“市场预测数学公式”一文中介绍的数学概念。该指标融合了与平方数(如 144、90 和 52)有关的 Gann 技术,以及平方 9。此外,它还融入了  关于如何将平方 9 与通道和星形图案结合使用的方法。 用户手册和使用方式: 在使用该指标之前,我们建议您阅读用户手册,并与我们联系以获得任何澄清。您可以在我们的网站上找到完整的用户手册。 该指标提供了 MT5 的完整版本供购买,也提供了 MT4 的免费版本供测试。提供了两个版本的链接供您方便使用。 主要特点和功能: Gann 方块指标为您的交易环境提供了全套工具,使您能够基于几何图案和 Gann 的概念做出明智的决策。以下是主要特点: 平方 9 分析:   该指标可以绘制与平方 9 有关的各种元素,包括水平线、星形图案、网格、Gann 扇形等。这在您的图表上提供了 Gann 的几何概念的视觉表示。 Gann 方块:   该指标绘制了 Gann 方块 52、90 和 144,使您能够可视化和分析它们与价格走势的关系。 自由 Gann 星形图案:   该指标使您能够直接
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 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 and therefore the mome
Professional Scalping Tool on Deriv Attention! The indicator will be sold in limited quantities!!! Description: This trading indicator is designed for professional traders focused on scalping. Designed with the market in mind, it provides highly accurate spike trading signals. It works on the M1 timeframe and supports the following symbols: Boom 300 Index, Boom 500 Index, Boom 1000 Index, Crash 300 Index, Crash 500 Index, Crash 1000 Index. Functional Features: - Direction: - Trading is ca
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves
IVISTscalp5
Vadym Zhukovskyi
5 (3)
我们向您介绍iVISTscalp5指标,它不仅独特,而且在交易操作中也非常有效。该指标基于时间数据,是多年金融市场经验和深入分析的结果。iVISTscalp5指标是手动交易的优秀工具。便利性、简单性和可视化 - 所有的复杂性都隐藏在内部。我们将iVISTscalp5指标的设置和使用简化到了最大程度。该指标适用于MT5终端中您所拥有的所有金融工具。 操作时间为UTC+3的早上4点到晚上8点。 iVISTscalp5指标菜单(见截图1): History - 计算行情的周数 dT_min - 选择时间间隔的时间(分钟) TFline - 绘制水平成交量(时间帧) BARSline - 绘制水平成交量(条数) TFtrend1 - 绘制日线通道(时间帧) BARStrend1 - 绘制日线通道(条数) TFtrend2 - 绘制周线通道(时间帧) BARStrend2 - 绘制周线通道(条数) ALERT_TIMER - 设置闹钟 ALERT - 开启/关闭闹钟 Save - 开启/关闭将时间记录到文本文件。 图表上的红色和蓝色旗帜表示时间(VIST智能剃须系统的信号)。卖出信号为红旗,买入
PZ Swing Trading MT5
PZ TRADING SLU
5 (4)
Swing Trading 是第一个旨在检测趋势方向的波动和可能的反转波动的指标。它使用在交易文献中广泛描述的基准摆动交易方法。该指标研究多个价格和时间向量,以追踪总体趋势方向,并检测市场超卖或超买并准备好进行修正的情况。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 市场波动的利润不会被窃取 指示器始终显示趋势方向 彩色价格带代表机会基准 彩色虚线表示可能的反转波动 该指标分析其自身的质量和性能 它实现了一个多时间仪表板 可定制的趋势和波动周期 它实现了电子邮件/声音/推送警报 指示器为非重涂或重涂 什么是摇摆交易 摇摆交易是一种尝试在一天到一周内从证券中获得收益的交易方式,尽管某些交易最终可以保持更长的寿命。摇摆交易者使用技术分析来买入弱点和卖出力量,并有耐心等待这些机会的发生,因为在发生一波抛售浪潮之后购买证券而不是陷入抛售更有意义。 机会基准 关于历史数据的大量研究证明,适合于波动交易的市场倾向于在基线价格带上下交易,基线价格带由图表显示,使用平均真实区间计算得出。波动交易者使用基线,该策略是购买常态和卖出躁狂,或做空常态并掩盖沮丧。
SMCpro
Arief
5 (1)
SMCpro MT5  Original Price  $440   ---  Currently Price  40% OFF  ( for unlimited use ) 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. Built on the foundation of advanced algorithms and real-time data analysis, SMCpro tool and Indicat
[ MT4 Version ] Backtesting Simulator Are you tired of spending months on demo or live accounts to test your trading strategies? The Backtesting Simulator is the ultimate tool designed to elevate your backtesting experience to new heights. Utilizing Metatrader historical symbol information, it offers an unparalleled simulation of real market conditions. Take control of your testing speed, test ideas quickly or at a slower pace, and witness remarkable improvements in your testing performance.
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.93 (15)
Rental/Lifetime Package Options and Privileges  * For optimum results the yearly or lifetime package is suggested due to live training ! Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Free Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x 2-hour live methodology training x How to trade with it:    http://
PZ Harmonacci Patterns MT5
PZ TRADING SLU
3.25 (4)
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scot
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
PZ Divergence Trading MT5
PZ TRADING SLU
3.75 (4)
棘手的发现和频率稀缺是最可靠的交易方案之一。该指标使用您喜欢的振荡器自动查找并扫描常规和隐藏的发散。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 容易交易 发现常规和隐藏的分歧 支持许多知名的振荡器 根据突破实现交易信号 显示适当的止损和获利水平 可配置的振荡器参数 可自定义的颜色和尺寸 按条形过滤大小差异 实现绩效统计 它实现了电子邮件/声音/视觉警报 为了提供广阔的市场前景,可以使用不同的振荡器在同一张图表中多次加载该指标,而不会产生干扰。该指标支持以下振荡器: RSI CCI MACD OSMA 随机 动量 很棒的振荡器 加速器振荡器 威廉姆斯百分比范围 相对活力指数 由于差异可能会扩大很多,尤其是在外汇市场中,因此该指标产生了转折:它在等待交易突破之前等待donchian突破确认差异。最终结果是带有非常可靠的交易信号的重新粉刷指示器。 输入参数 幅度:用于寻找差异的之字形周期 振荡器-选择要加载到图表的振荡器。 突破期-交易信号的突破期,以柱为单位。 发散类型-启用或禁用发散类型:隐藏,常规或两者。 最小散度单位为条形-最
"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
Big Player Range
Thalles Nascimento De Carvalho
5 (2)
欢迎使用"BigPlayerRange"指标,这是一款技术分析工具,旨在识别市场中金融机构关注的重要区域。该指标提供了对大型市场参与者表现出相当活跃和关注的价格范围的精确分析。 主要特点: 1. 机构兴趣区域映射: "BigPlayerRange" 准确地突出显示金融机构表现出强烈活动的图表区域。这些点具有战略重要性,提供了对可能市场走势的见解。 2. 投影作为退出参考:除了识别关注区域,该指标还使用投影作为两个不同阶段可能退出的参考。这些投影帮助投资者基于未来可能的价格方向规划策略。 3. 返回到识别范围时的回撤概率: "BigPlayerRange" 的一个独特功能是当价格返回到关注范围时计算回撤概率。这有助于评估潜在的趋势反转。 如何使用 "BigPlayerRange": - 辨识关注区域:使用该指标辨识金融机构活动较多的区域。这些点可能对于预测重大波动至关重要。 - 投影作为退出参考:在计划市场退出时,使用投影作为参考。这些投影提供在关闭仓位时可能价格方向的见解。 - 评估回撤概率:在价格返回到已识别范围时注意回撤的概率。这有助
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
AI Binary Sniper
Angelo Capoferri
基於人工智慧的指標,可產生二元期權的可能的看漲期權和看跌期權條目。 此指標適用於 3 種不同的策略: 1) 透過讀取交易量,它會在價格應該反轉時發出訊號 2)透過價格和成交量之間的背離,發出趨勢何時繼續或反轉的信號 3)透過價格和成交量之間的收斂,它發出了趨勢何時應該繼續的信號。 此指標適用於所有時間範圍,但在 3 分鐘或 5 分鐘期限內獲得最佳結果(因為在低時間範圍內會出現機構攻擊)。 最佳時間是流動性較大的時間,即格林威治標準時間 7 點至 18 點。 雖然該指標產生超過 70% 的正確訊號,但您可能會遇到操縱價格或相互排斥的機構之間的爭鬥,從而產生一系列錯誤訊號,因此我們建議使用充分的資金管理(例如 Masaniello )...
Harmonic ABCD Monitor MT5
Mihail Matkovskij
5 (2)
Multi-currency, multi-timeframe, harmonic pattern indicator AB = CD. Supports sending push notifications about signals to a mobile device, messages on e-mail, as well as messages using alerts on all available currency pairs and timeframes. This indicator was based on the indicator Harmonic ABCD Universal. Version for MetaTrader 5:  https://www.mql5.com/en/market/product/44972 . See also: Harmonic ABCD Universal for MetaTrader 4 . Using modern software development methods has made the indicator a
Ershov 38 parrots MT5
Aleksei Ershov
5 (1)
The indicator is designed to close positions on the market in time. For example: to take profits ahead of schedule if the price has not reached TakeProfit, and the market is turning around. The indicator analyzes the momentum, not the trend. He does not give any information about the trend. The indicator is well suited for finding divergence. The Ershov 38 Parrots indicator dynamically adjusts to the market and detects price movement impulses of medium and high amplitude. It almost does not rea
MetaForecast M5
Vahidreza Heidar Gholami
5 (2)
MetaForecast能够根据价格数据中的谐波来预测和可视化任何市场的未来走势。虽然市场不总是可预测的,但如果价格中存在模式,MetaForecast可以尽可能准确地预测未来。与其他类似产品相比,MetaForecast通过分析市场趋势可以生成更精确的结果。 输入参数 Past size (过去的尺寸) 指定MetaForecast用于创建生成未来预测模型的柱数量。该模型以一条黄色线绘制在所选柱上。 Future size (未来的尺寸) 指定应预测的未来柱数量。预测的未来以粉色线表示,并在其上绘制了蓝色回归线。 Degree (程度) 此输入确定了MetaForecast将在市场上进行的分析级别。 Degree 描述  0 对于程度0,建议使用较大的值来设置“过去的尺寸”输入,以覆盖价格中的所有高峰、低谷和细节。  1 (建议的) 对于程度1,MetaForecast可以理解趋势,并通过较小的“过去的尺寸”生成更好的结果。  2 对于程度2,除了趋势,MetaForecast还可以识别反转点。对于大于1的程度,必须使用较高的“细节”和“噪音减少”输入值。  大于2 不建议使用大
Shepherd Gann Squares MT5
Abdullah Alrai
5 (11)
該指標是一種市場分析方法,基於 W.D. Gann 撰寫的“市場預測的數學公式”文章,根據 9 的平方和 144 的平方方法。 用戶手冊: Add Your review And contact us to get it 您可以從以下位置購買完整的 MT4 版本: https://www.mql5.com/en/market/product/15316 您可以免費在 MT4 上進行測試: https://www.mql5.com/en/market/product/15320?source=Site +Profile+Seller#!tab=reviews 本產品可以為您繪製 9 的正方形作為級別 / 星星 / 網格 / 江恩迷 / 。 它還將繪製江恩平方:52 / 90 /144。 它將直接在圖表上繪製可移動的自由江恩星。 它也將繪製江恩菱形。 它有很多計算器,讓您能夠為您的條目計算最佳手數。 指標有一個面板,它允許您: 在 144/90/52 方格/9 方格/江恩自由星/江恩鑽石/命理工具/手數計算器和帳
Elliot Waves Analyzer Pro
Viktor Weidenthal
3.25 (4)
Elliot Waves Analyzer Pro calculates Elliot Waves to Help Identify Trend direction and Entry Levels. Mainly for Swing Trading Strategies. Usually one would open a Position in trend direction for Wave 3 or a Correction for Wave C . This Indicator draws Target Levels for the current and next wave. Most important Rules for Elliot Wave Analysis are verified by the Indicator.  The Pro version analyzes Multiple Timeframes and shows the Subwaves and Target-Levels.   For an Overview  " Elliot Waves Anal
Elliott Wave Trend MT5
Young Ho Seo
4 (3)
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
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
PZ Day Trading MT5
PZ TRADING SLU
2.83 (6)
该指标仅使用价格行为分析和donchian渠道以锯齿形检测价格反转。它是专门为短期交易而设计的,根本不需要重新粉刷或补漆。对于精明的交易者来说,这是一个绝佳的工具,旨在增加他们的运作时间。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 极易交易 它在每个时间段都提供价值 实施自我分析统计 它实现了电子邮件/声音/视觉警报 基于可变长度的突破和拥挤区域,该指标仅使用价格行为来选择交易并对市场快速做出反应。 显示过去信号的潜在利润 该指标分析其自身的质量和性能 突围的损失突出显示并解决 该指标是不可重涂和不可重涂的 该指标将帮助盘中交易者不要错过单个价格反转。但是,并非所有价格反转都是一样的,也不是具有相同的可行质量。决定要突破哪些突破而忽略哪些取决于交易者的良好判断。 如何解释统计数据 该指标研究其自身信号的质量,并在图表上绘制相关信息。将分析每笔交易,并在图表的左上角显示总体历史结果,这使您可以针对任何给定的工具和时间范围自行优化指标参数。每个乐器和时间表都有其自己的最佳设置,您可以自己找到它们。 最大优惠交易:对于任何给定的交易,MFE都是
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
Tatino Super Signals is Non Repaint Indicator for Binary Option trading and Forex trading. Recommendations: Timeframe: All timeframes. For best results we recommend using it on M1, M5 and M15 timeframes. Currency pairs: All Pairs Account type: All Type Broker time: Any Brokers : Alls Binary Trading : Expired 1 Candle Buffer Buy=1, Sell=0, Entry Next Candle Recommended Forex trading stop loss : 15 pips Recommended  Forex tradingTake profit levels : 15 pips Specifications: Does not repaint  
作者的更多信息
Trades Assistant MT5
Martin Muriu Maina
Trade Assistant MetaTrader System  — a multi-timeframe system that is based on three standard indicators:   Stochastic oscillator ,   RSI   (Relative Strength Index), and   CCI   (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. Input parameters CheckCandl
Forex Trade copier MT4/MT5.  It copies forex trades, positions, orders from any accounts to any other account, Be it MT4 or MT5 even multiple accounts. The unique copying algorithm exactly copies all trades from the master account to your client account. It is also noted for its high operation speed and Tough error handling. It also can copy from demo account to live account too. It is one of the best free trade copiers that can do , MT4 to another MT4 or MT5 or to multiple accounts ( МТ4 => МТ4
Murray Math Xline
Martin Muriu Maina
Murrey Math Line X MetaTrader SYSTEM  — a pivot line system that will definitely help every trader who knows how to trade with support, resistance, and pivot lines. It displays 8 primary lines (with 5 more additional ones) on the main chart, helping you to find the best points to sell, buy, and exit your positions. You can download this indicator for MT4 and MT5 platform. Input parameters Period   (default = 64) — a period in bars or in other upper timeframe periods (set via the   UpperTimeFrame
筛选:
无评论
回复评论