Volli v9

The Volli v9 indicator is based on the analysis of zones built on volumes. That is, it is based on the analysis of how the price behaves near/in these zones, whether it rebounds, moves further, or does not react.  

The indicator also displays the aggregate strength of currencies, recommended stops, trend direction, volume trend and their changes.


Also there is EA.

https://www.mql5.com/en/market/product/145026?source=Site+Profile


Description

1) The arrows. Drawn on the current candle. On the current candle arrow can disappear. When candle closed arrow remains on the chart. Arrows draws when price go out from the zone (touch). The arrow is designed to make attention to the situation on the chart. There are alert when you see arrows. It is recommended not to reopen an order and not open an additional order if a new arrow in a row one way worse and costs for the previous one(for example when the down arrow costs 1.3020, and previous was priced at 1.3040). 2) Zone. Are drawn on the basis of the largest volume. You can choose from their number, type, whether to show the zone for the current period current period area has its own color, can repaint. Different color zones this indication was volume bullish or bearish. For visual convenience color unidirectional alternating volumes. The zone is intended to identify supply and demand. When the price is suitable to the area, it is recommended to watch the behavior of prices. I.e. how many times the price of the retouch of the zone, how many ran it as it happened (or drastically slow). The combination of zones in one place can be thought of as flat. It is recommended when analyzing for example H1 period to assess the situation on the M5, M5 must not have opposite signal to H1. 3) Trend(red-blue squares) shown in a top of subwindow of the indicator. Do not trade oposite trend! 4) Dividing lines. You can change the view. You can include instead of lines filled with certain color zone. Is used to separate the graph window into zones with small, medium and large volumes. Measured in% in relation to the largest volume. 5) Increasing volume. You can choose after how many bars in a row growing volumes of allocating them. This is the default Blue histograms. Used for monitoring plot where volumes grew. This is usually where price plots unfolding. 6) Falling volumes. You can choose after how many bars in a row of falling volumes of allocating them. The default is white. Used for monitoring plot where falling volumes. Usually in such areas it is advisable to close the order. 7) The most bullish volume. By default, has a bright green color. Shows where for a certain period was the largest volumes of splash on bullish candle. 8) The most bearish volume. By default, the color is red. Shows where for a certain period was the largest volumes of splash on bearish candle. 9) Similar volumes by default are yellow. Show where the plots where similar volumes. 10) OnBalanceVolume. The indicator OBV superimposed on the indicator window in% ratio. Can be used as an oscillator. You can also see this pattern as a double-tap some level indicator window or zones in the indicator window. 11) Correla. indicator window draws a correlation of Exchange calculated from all 28 pairs. Layout and location can be changed. Is used as an input filter, for example, if you pair GBPUSD decided to make a BUY, and the correlation data indicate that GBP significantly weaker for USD, it's best not to open Bai. 12) Name of the indicator on the main chart. Draws the indicator name. Every tick changes the color of a particular symbol. Can be used for visual perception of ticks speed.

It is very important to use a live ECN account.

There is also a description of the settings.

"//////////////////////////Main settings//////////////////////////" count_volumes = tick_volumes; Consider tick volumes, broker (not yet connected) or from ClusterDelta Bars_Count = 2000; Number of bars for counting refresh_in_seconds = 2; Update data in seconds "//////////////////////////Volumes window settings//////////////////////////" identify _ one _ way _ volumes = true ; highlight whether falling or rising or similar amounts in a row (white, blue, yellow histograms) allowable _ indent _ same _ volumes _ identified = 1; permissible backlash in% for the same volume identification (yellow histograms) min _ numb _ same _ way _ volumes _ identified = 4; the minimum number of falling or rising volumes for their display (white and blue histograms) show _ OBV _ line = true ; whether to show the line of the indicator OBV (OnBalanceVolume) show _ volli _ label = true ; whether to show the inscription Volli count _ real _ volumes = false ; whether to use real volumes for calculations (until setting is not active but when volumes appear in MT4 from the broker that you are ready for this) "//////////////////////////Highest Volume settings/////////////////////////" use_highest_volume = true; Show whether the greatest volume TF _ chek = PERIOD _ W 1; the time interval where to look for the greatest volume periods _ highest _ vol = 9; number of intervals use _ vol _ the zones = true ; whether to draw the support zone based on volume use _ double _ volume _ chek = true ; check the set of volumes on 2 candlelight bool draw_doubled_zones = false; whether to draw a zone on the dual plugs show _ current _ zone = true ; whether to draw the zone for the current interval start _ draw _ from clause _ volume _ bar = true ; start of zone of candles with the highest volume number _ of _ the zones = 4; the number of zones to draw Min _ vol _ level _ perc = 55; the minimum number of% of the largest volume on the schedule with the volumes for his show zone _ shift = 0; shear zone relative to the candles with the highest volume Zone_right_side_shift_bars = 3; shift the right edge of the zone Zone_left_side_shift_bars = 0; shift the left edge of the zone zones_width = 2; line thickness zone extern ENUM_LINE_STYLE zones_style = STYLE_DOT; style line zone zones_color_up_today = clrYellow; color zone the current interval with bullish volume zones_color_up = clrLime; color zone with bullish volume zones_color_up2 = clrAqua; color 2 zone with bullish volume zones_color_down_today = clrViolet; color zone the current interval to the bearish volume zones_color_down = clrRed; color zone with the bearish volume zones_color_down2 = clrOrangeRed; color 2 zone with the bearish volume the zones _ ray = true ; to draw a zone up to the current candle the zones _ back = false ; whether the color area to fill show _ normalC _ the zones = true ; whether to show the zone in volume show _ opositeC _ the zones = false ; whether to show the opposite zone in volume use _ sunday _ shift = false ; whether to use the Sunday market opening time sunday_minutes_shift = 120; shift in minutes "//////////////////////////Arrows settings//////////////////////////" show _ arrows = true ; whether to display arrows by zones point _ koef = _10; multiplier paragraph 1 Min _ zone _ width _ points = 0; the minimum size for drawing arrows on it Max _ zone _ width _ points = EMPTY _ VALUE ; the maximum size of area to draw on her shooter use _ refresh _ arrows = false ; an update of the old shooter arrows _ indent = 3; points of indent arrows from candles arrow_code_up = 233; code arrow up arrow_code_down = 234; code arrow down arrow_color_up = clrLime; color arrow up arrow_color_down = clrRed; color arrow down arrows _ width = 1; the thickness of the arrows use _ HL _ (C) _ patern = true ; use a combination of candles1 (e.g. up arrow = Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + low and close should be above the bottom of the zone) use _ HL _ HL _ (C) _ patern = false ; use a combination of candles2 (e.g. up arrow = previous Lowe candles above the upper boundary of the zone + Lowe last candle below the upper boundary of the zone + close current candle above the upper boundary of the zone at a certain distance + Lo, and Lo and close should be above the bottom of the zone) distance _ from clause _ zone _ signal = 11; the distance at which the price should be farther from the zone zone _ width _ plus _ from clause = 2; adding items to the border zone, opposite to the direction of the arrow keys (up arrow, for example, the lower bound is increased to 2 points) zone _ width _ plus _ to = 2; adding items to the border zone in the direction of the arrow (e.g. up arrow, the upper limit will be increased to 2 points) input string co_set = "//////////////////////////i settings//////////////////////////"; input bool show_trend = true; //show trend input int trend_period = 60; //trend period input double trend_mult = 1; //trend multiplier trend _ on _ top = true ; to draw trend at the top of the idikatora or on volumes use _ alert _ SWB _ on = false ; alert on/off when you see a trend trend _ up _ alert = " trend up"; alert message when there was a trend up trend _ down _ alert = " trend starts"; alert message when there was a trend down use _ alert _ SWB _ off = false ; on/off alert when candles in a row ended "//////////////////////////Lines in indicator window//////////////////////////" show _ lines = true ; whether to draw a line separating the indicator window in% draw _ colored _ the zones = false ; whether to draw the shaded zones separate indicator window lines_width = 1; thickness lines extern ENUM_LINE_STYLE lines_style = STYLE_DOT; style lines line_center_color = clrDodgerBlue; color Central line line_low_color = clrNavajoWhite; color the bottom line line_high_color = clrOrangeRed; color top of the line line_low_percents = 20; lower border in % line_high_percents = 80; upper border in % "//////////////////////////i settings//////////////////////////" show_corella = true; Show whether the correlation between currencies TF = PERIOD _ W 1; the period from which considered correlation chek _ bar = 0; candle on a point with which considered correlation Percents _ level _1 = 2.5; level one where the rectangle changes color Percents _ level _2 = 5.0; level one where the rectangle changes color Percents _ level .3_3 = 40.0; level one where the rectangle changes color update _ seconds = 7; interval, in seconds, for data refresh symbols _ prefix = ""; the prefix character if needed (proEURUSD) symbols _ postfix = ""; Postfix characters if needed (EURUSDpro) Rectangle _ width = 47; the width of the rectangle, in pixels Rectangle _ height = 25; the height of the rectangle Rectangle _ X = 60; the x-coordinate of the first rectangle Rectangle _ X _ step = 50; step between rectangles on the x-axis Rectangle _ Y = 20; coordinate Y the first rectangle Rectangle _ Y _ step = 48; step between rectangles on an axis Y Rectangle_color_up_3 = clrAqua; color level3 up Rectangle_color_up_2 = clrDodgerBlue; color level2 up Rectangle_color_up_1 = clrLightBlue; color level1 up Rectangle_color_medium_up = clrMoccasin; color level0 + Rectangle_color_medium_down = clrMoccasin; color level0- Rectangle_color_down_1 = clrOrange; color level1 down Rectangle_color_down_2 = clrRed; color level2 down Rectangle_color_down_3 = clrMagenta; color level3 down extern fonts Text_symb_font = font9; font text characters Text _ symb _ color = clrWhite ; the color of the text characters Text _ symb _ size = 7; the size of the text characters Text _ symb _ shift _ X = 8; offset text character relative to the rectangle along the x axis Text _ symb _ shift _ Y = 9; shift text character relative to the rectangle of the Y extern fonts Text_perc_font = font192; font text data Text _ perc _ color = clrBlack ; the color of text data Text _ perc _ size = 9; data text size Text _ perc _ shift _ X = 3; shift text data on a rectangle along the x axis Text _ perc _ shift _ Y = -12; shift text data on the rectangle of the Y percents _ digits = 2; the number of digits after the decimal point in the data "//////////////////////////Alerts on arrows settings//////////////////////////" use _ alert = false ; on/off alert when you see candles on candle closed up _ alert = " Arrow up"; alert message when prompted with an up arrow down _ alert = " Arrow down"; alert message when the down arrow appears use _ sound = false ; on/off the sound when you see candles on candle closed up _ sound = " news "; a sound file when you are prompted with the up arrow down _ sound = " ok "; sound file when the down arrow appears


推荐产品
Basic Volume Profile
Mehran Sepah Mansoor
使用我们的 Metatrader 交易量曲线指标,探索交易量分析的威力!  / MT5 版本 基本成交量曲线是专为希望优化交易的手动交易者设计的指标。对于任何希望更好地了解市场行为的严肃交易者而言,成交量曲线指标都是必不可少的工具。利用我们的创新解决方案,您可以清晰、简明地直观了解交易量在不同价格间的分布情况。这样,您就可以确定关键的关注区域,如支撑位和阻力位、累积区和分布区以及重要的控制点。与显示特定日期交易量的普通交易量指标不同,Basic Volume Profile 显示的是特定价格的交易量。 我们的指标具有直观和可定制的界面,让您可以根据自己的交易偏好进行调整。 特点 在价格图表上清晰显示成交量概况。 快速识别高低成交量活动区域。 完全自定义颜色和样式,以适应您的交易风格。 支持多时段综合分析。 专门的技术支持,确保体验顺畅。 配置参数 指标设置 Number of histograms: 要显示的成交量条数 Profile position:   是否希望在第一根蜡烛或侧面显示成交量曲线 Color mode:   是否希望将成交量曲线分为看涨/看跌两种模式 指标
Forex Volume MT4
KEENBASE SOFTWARE SOLUTIONS
KT Forex Volume 以彩色柱状图的形式显示货币对的买入和卖出成交量。成交量由某一资产的买入和卖出交易构成。 在外汇市场中: 如果买入量大于卖出量,该货币对的价格通常会上涨。 如果卖出量大于买入量,该货币对的价格通常会下跌。 功能特点 通过使用点差成交量数据进行确认,避免不良交易。 帮助您跟随市场上的大资金参与者。 集成所有 Metatrader 警报提醒功能。 关于 Tick 成交量的使用 与其他市场不同,现货外汇市场是一个非集中式市场,因此零售交易者很难获得真实准确的成交量数据。 资深外汇交易员 Caspar Marney 于 2011 年提交的一份研究报告指出,Tick 成交量与实际成交量之间存在高度相关性和准确性。 柱状图计算公式 KT Forex Volume 指标基于 Chaikin 振荡器计算得出。该振荡器由 Marc Chaikin 提出,通过测量快速和慢速移动平均线之间的累积/分布关系来构建。 N = [(收盘价 - 最低价) - (最高价 - 收盘价)] / (最高价 - 最低价) M = N * 成交量(周期) ADL = M(前一周期) + M
Reverse side scalper is the manual trading system, that works on choppy(anti-trend) market. As a rule markets are on 80% choppy and only 20% is trend phase. System is based on custom step Moving and RSI and reverse pattern. System defines up movement, down movement, trend / choppy phases. Indicator plots Buy signal arrow when current direction is down and phase is trend, Sell signal arrow is plotted when currently is up movement and phase is trend. As a rule it allows to "catch" local maximum/mi
MT4 版本: https://www.mql5.com/en/market/product/157433 MT5 版本: https://www.mql5.com/en/market/product/167286 成交量不平衡指标是一款轻量级的成交量分布图 + Delta 不平衡可视化工具,旨在帮助您在可配置的回溯范围内发现高成交量价格区域、方向性压力和“空位”价格区域。 与仅显示总成交量的传统成交量分布图不同,该指标将每个价格水平拆分为: 牛市成交量(买入压力)——根据阳线(收盘价 > 开盘价)估算 熊市成交量(卖出压力)——根据阴线(收盘价 ≤ 开盘价)估算 最终生成一个简洁的、类似 TradingView 风格的成交量分布图,绘制在图表右侧,此外还有一个 Delta 汇总面板,显示各个价格区间的不平衡百分比 (Δ%),方便您识别买方或卖方主导的区域。 它还会突出显示零成交量区域(选定回溯期内成交量为零的价格区间),这些区域流动性较差,价格可能在此快速波动。 注意:对于外汇/差价合约交易品种,该指标使用逐笔成交量(由经纪商提供)。Delta 值是基于K线方向的估
Adjustable Consecutive Fractals  looks for 2 or more fractals in one direction and sends out a on screen alert, sound alert and push notification, for strong reversal points . Adjustable Consecutive Fractals, shows the fractals on chart along with a color changing text for buy and sell signals when one or more fractals appear on one side of price. Adjustable Consecutive Fractals is based Bill Williams Fractals . The standard Bill Williams fractals are set at a non adjustable 5 bars, BUT withe th
Scalping Snake Pro 是一種獨特的剝頭皮指標,可向交易者顯示價格反轉時刻且不會重繪。與 Internet 上的許多其他指標不同,該指標不會重新繪製其值。它在第一個柱上繪製信號,這樣您就不會遲到開倉交易。當信號出現時,該指標通過電話和電子郵件向交易者發送通知。您只需 147 美元即可獲得所有這些功能。 如何使用該指標進行​​交易? 打開 H1 時間框架。貨幣對 GBPUSD 或 EURUSD。我們正在等待指標將繪製藍線的第一個柱。我們開立交易買入並設置 TakeProfit +20 點。止損將是相反方向的信號,即紅線。要打開賣出交易,請等待指標繪製紅線的第一個柱。之後,我們開立交易出售。止盈 20 點。止損將是相反方向的信號,即藍線。 該指標是否正在重繪? 不,該指標不會重繪。 這個指標是遲到的信號嗎? 不,這個指標沒有滯後。它在第一個柱上顯示信號。 這個指標可以用在你的機器人上嗎? 是的你可以。該指示器使用內存緩衝區,可以將其集成到任何機器人中。 客戶通過購買該指標得到什麼? 您獲得此指標 + 您在鏈接 https://www.mql5.com/en/market/
The indicator allows you to trade binary options. The recommended time frame is М1 and the expiration time is 1,2,3 minutes. The indicator suitable for auto and manual trading. A possible signal is specified as a arrows above/under a candle. You should wait until the candle closes! Arrows are not re-painted Trade sessions: TOKYO section (Half-end) Currency pairs: USD/JPY Working time frame: M1 Expiration time: 1,2,3 minutes. The indicator also shows good results when using the martingale strateg
FREE
The new update makes this indicator a complete tool for studying, analyzing and operating probabilistic patterns. It includes: On-chart Multi-asset percentage monitor. Configurable martingales. Twenty-one pre-configured patterns , including Mhi patterns and C3. An advanced pattern editor to store up to 5 custom patterns. Backtest mode to test results with loss reports. Trend filter. Hit operational filter. Martingale Cycles option. Various types of strategies and alerts. Confluence between patte
Indicator (includes Volume Profile + Order Blocks) - a revolutionary indicator that combines two of the most powerful concepts of modern technical analysis: volume profiles and institutional players' order blocks. This tool allows you to see what is hidden from most traders and gives you a significant advantage in the market. Key benefits of the indicator: Visualization of "smart money": Clearly shows the areas of concentration of large players, highlighting areas with maximum volume in bright
Volume Profile Sniper v11.1是一款全面的市场分析工具 专业的交易方法 Volume Profile Sniper v11.1在一个指标中结合了超过15个关键过滤器,根据对市场情况的全面评估提供清晰的信号。 主要特点 成交量不平衡分析-该算法计算每个蜡烛中买家和卖家的份额,表明其中一方的优势(可配置阈值从50%到90%)。 多级信号滤波-指标考虑到: 趋势指标(EMA9/21) Rsi不包括超买/超卖区域 蜡烛图案(针杆,吸收,锤子) 支持/阻力水平(自动检测) 音量峰值,以确定主要参与者的活动 经典和放大的RSI分歧 波动率评估的ATR 用于确定趋势强度的ADX 价格行动(内部和外部酒吧) 多时间帧确认 市场结构(高点/低点) 会话过滤器(亚洲,伦敦,纽约会话) 防止新闻排放 灵活的配置系统-MinFiltersRequired参数允许您设置生成信号所需的最小数量的滤波器。 这使得可以使指标适应任何交易策略,从激进到保守。 可视化设置-您可以通过将指示器集成到图形样式中来更改箭头的大小和颜色(ArrowSize,BuyArr
DSZ Mini Charts
Dariusz Szewczyk
This indicator displays a bar chart for any time period and symbol. It allows to implement "top-down" investment approach. Charts have many features including unique statistical bands, rounded numbers, pivots, the elapsed time count, information about orders, change chart by clicking, saving and loading graphic objects and many others. Key Futures Up to 9 chart per row. Unlimited number of instances. Symbol and timeframe freely adjustable for every chart. Moving Averages that have a unique meth
“动态剥头皮震荡指标”是一款高级自定义加密货币外汇指标,适用于 MT4 平台,高效交易! - 新一代震荡指标 - 参见图片了解如何使用。 - 动态剥头皮震荡指标具有自适应超卖/超买区域。 - 震荡指标是一款辅助工具,可从动态超卖/超买区域找到准确的入场点。 - 超卖值:低于绿线,超买值:高于橙线。 - 该指标也非常适合与价格行为模式结合使用。 - 它比标准震荡指标更精准。适用时间范围:30 分钟、1 小时、4 小时、1 天、1 周。 - 提供 PC 和移动端警报。 ................................................................................................................. 点击这里查看高质量的交易机器人和指标! 本产品为原创,仅在 MQL5 网站上提供。
Markets Heat
Viktor Yatsyshyn
Markets Heat indicator can help you determine correct course of action at current market situation, by calculating market's "heat level". What is market's "heat level"? Well, it's my own way of simplifying complex market conditions to ease decision-making process. How does it work? Most of time market is moving in some narrow range and can't "decide" where to go -> flat market -> cold market. Other times, price goes Up or Down -> making trend movements -> heating the market. More powerful trends
Max Volume
Maksim Slovakov
Подкрашивает аномально большие тиковые объёмы в красный цвет. Имеет следующие настройки: "Процент" по умолчанию "70"  (Процент на который аномальный объём должен быть больше предыдущего) "Уровень" по умолчанию "500" (Количество тиков, больше которого будем брать во внимание аномальный объём) Внимание! Данный индикатор был разработан для мелких таймфреймов M1,M5,M15. Идея в том, что на таких Таймфреймах увеличение количества тиков говорит об увеличении количество сделок, увеличения интереса к цен
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Blahtech Market Profile
Blahtech Limited
4.53 (15)
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
该指标基于离散哈特利变换。使用此转换允许您在处理金融时间序列时应用不同的方法。该指标的一个显着特点是它的读数不是指图表上的一个点,而是指指标周期的所有点。 处理时间序列时,指标允许您选择时间序列的各种元素。过滤的第一种可能性是建立在这种方法上的——所有不必要的高频分量都被简单地丢弃。第一个图展示了这种方法的可能性,选择CutOff参数,可以选择原始时间序列的细节(红线-只剩下主要信息CutOff = 0,黄色-主要和最低频率周期CutOff = 1 , 蓝色 - 所有最高频的噪声都被丢弃 CutOff = 4 )。然而,这不是唯一的可能性——噪声分量可以通过额外的过滤来抑制。 这两个选项都在该指标中实施。它的参数是: iPeriod - 指标周期 Shift - 指标相对于当前柱的偏移。通过更改此参数,您可以评估指标过去的表现。 NoiseReduction 是一种降低噪音的方法。可能的值:none - 不抑制噪声(在这种情况下只有 CutOff 参数起作用),constant - 噪声通过常数衰减,linear - 线性噪声抑制,对数 - 对数衰减,square - 根据平方根进行
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 183 Lo
Nirvana prop controler MT4
Aiireza Arjmandi Nezhad
面向专业交易者与评估账户(Prop)的风险管理与限制监控指标 本工具仅在图表上展示风险管理与限制相关的精确信息,帮助你更专注地做出决策。该指标不执行开仓/平仓/修改操作,也不会与智能交易系统(EA)产生干扰。 功能 监控日内与总回撤 基于余额(Balance)或净值(Equity)计算并显示日内/总回撤(可配置)。 显示距离预设限制的剩余百分比。 清晰专业的图表面板 摘要表:余额、净值、当前盈亏、日内/总回撤、预警阈值。 简洁易读的界面,便于专注决策。 基于风险的仓位大小 根据百分比/固定金额风险和所选止损距离计算大致手数。 在图表上显示风险回报比(R:R)以及入场、止损(SL)、止盈(TP)水平。 警报与通知 接近日内/总回撤阈值时触发警报(阈值百分比可设置)。 价格触及 SL/TP 或其他自定义事件时发送通知。 支持向桌面和移动端推送通知。 兼容性与非干预 指标仅用于信息展示,不执行或管理订单。 可同时用于多个图表与品种。 即使在不允许 EA 的环境中也可使用。 使用方法 将指标加载到所需品种与时间周期上。 设置日内/总限制、计算基准(Balance/Equity)以及时区或每日
Rhino NW
Sergei Shishaev
Нестандартный индикатор определения текущего тренда. Альтернативный подход к определению текущей рыночной тенденции. В основе лежит уникальный алгоритм. Не используются   скользящие средние , осцилляторы , супер-тренды и прочие стандартные индикаторы. Для таймфреймов:   от M15 до D1 . Для стилей торговли:  интрадэй, свинг, долгосрок . Может стать готовой торговой стратегией совместно с любым канальным индикатором. Например таким, как индикатор   "Snake" . Внимание! Это индикатор, а не советник,
GND Tail Candle
Nguyen Dang Giang
A tall upper shadow occurs when the price moves during the period, but goes back down, which is a bearish signal. A tall lower shadow forms when bears push the price down, but bulls pull it back up, which leaves a long line or shadow. This is considered a bullish signal. Some technical analysts believe a tall or long shadow means the stock will turn or reverse. Some believe a short or lower shadow means a price rise is coming. In other words, a tall upper shadow means a downturn is coming, while
The Smart Liquidation Clusters  is a custom technical indicator designed for the MetaTrader 4 (MT4) platform. It calculates and visualizes   estimated liquidation zones   based on price action and internal algorithms, displaying them as a dynamic heatmap on the chart. These zones are known by several names, sometimes referred to as liquidity pools, liquidity levels, leverage levels, liquidation heatmap levels, leverage heatmap zones, or leverage heatmap levels. These zones represent   potential
Simple Anchored VWAP is a lightweight yet powerful tool designed for traders who want precise volume-weighted levels without complexity. This indicator lets you anchor VWAP from any point on the chart and instantly see how price reacts around institutional volume zones. MT5 Version -  https://www.mql5.com/en/market/product/155321/ Join To Learn Market Depth -   https://www.mql5.com/en/channels/suvashishfx Using VWAP bands and dynamic levels, the tool helps you understand where real buying and s
FREE
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
SuperSignalsX
Mykola Pavliuchenko
SuperSignalsX is a modern indicator designed to simplify market analysis and make it more visual and effective. Its main function is to automatically detect local highs and lows based on Average True Range (ATR). At these points, the indicator places clear marks in the form of circles with arrows, allowing traders to quickly navigate even in highly volatile market conditions. Using SuperSignalsX significantly increases efficiency, as it removes routine calculations and eliminates the need to man
我们为您提供一个指标"蜡烛收盘台",它将成为您在贸易领域不可或缺的助手。 这就是为什么知道蜡烛何时关闭会有所帮助的原因: 如果你喜欢使用蜡烛花纹进行交易,你就会知道蜡烛何时关闭。 此指标将允许您检查是否形成了已知模式以及是否存在交易的可能性。 该指标将帮助您做好市场开放和市场关闭的准备。 可以设置一个计时器来创建计划新闻的预览,这样就可以检查市场对此的反应。 您可以设置指示灯,以便在蜡烛关闭前几秒钟发送警报/警告。 通知/警报/警报可以发送到: 屏幕警报 电子邮件 移动应用 MT4烛台计时器指示器为什么有用 那么烛台计时器什么时候有用呢?如果你长期交易,你可能不需要蜡烛计时器指示器,因为你的参赛不会受到一分钟或一小时的太大影响。但是,如果你在短时间内是黄牛或交易员,那么你知道时机非常重要。 外汇市场24小时开放,只在周末关门,有些策略可能会受到您入仓时出现错误时机的严重影响。 MT4蜡烛计时器指示器可以显示当前蜡烛中的剩余时间,以便为下一次蜡烛打开做好准备。 可以从这一指标中受益的一些情况例子有: 预定消息传出 地理市场开闭 预定发生的事件,通常是金融、经济或政治事件
NN8D Volume
Aleksandr Nikolskii
4 (1)
NN8D Volume is one of the indicators included to NN8D trading system ( N ikolsky's N esting D oll). NN8D Volume displays a trend direction sorting out the market noise and keeping trades even during main trend corrections. Buy checklist: Bulls on the current bar and preferably on the previous one. NN8D Volume line should go up moving away from Bulls points, showing a bullish trend and increase in volatility. Current bar - Buy (an open price is below a close one). Sell checklist: Bears on the cur
EARLY REMINDER: The Starting price is 65 price will rise soon up to 365$ and then 750$ after first 10 copies of sales. Grab this offer now! Introduction Hello, traders! Welcome to the demonstration of the Forex Beast Indicator , a comprehensive tool designed to assist aspiring traders in navigating the complexities of the forex market. This indicator incorporates seven essential components to provide a well-rounded trading experience: Moving Averages Colored Zones Support and Resistance Levels
The Time_Price_SQ9_Degree indicator is based on the 9 Gann square. Using this indicator, you can identify strong time and price zones. The indicator displays the levels as a degree value. The degrees can be set in the settings. After launching, the MENU button appears. If it is highlighted, it can be moved to any point on the graph, and after double-clicking on it, it stops being highlighted and menu buttons appear. To hide the menu, just double-click on the button, it will become highlighted a
Volume Compair
Thiago Pereira Pinho
5 (1)
专业累计德尔塔与成交量中位线指标 通过这款强大的成交量分析工具,追踪 真实的买卖压力 。 成交量比较指标 (Volume Compare Indicator) 结合了 累计德尔塔 (Cumulative Delta) 和 成交量中位线 (Volume Medians) ,帮助您识别机构活动、失衡以及潜在的反转。  主要特点:  累计德尔塔直方图 – 实时可视化净买入成交量与净卖出成交量。  买入/卖出成交量中位线 – 显示平均买入和卖出成交量水平的水平线。  智能成交量分类 – 分隔: 强劲买入(绿色) – 看涨压力。 强劲卖出(红色) – 看跌压力。 买入成交量中位线(蓝色线) – 典型买入量的参考。 卖出成交量中位线(橙色线) – 典型卖出量的参考。  可自定义参数 – 调整 CDIPeriod 和 CDIRange 以设置敏感度。  EMA 平滑成交量 – 减少噪音,使信号更清晰。  如何帮助交易者: 发现机构活动 – 异常的成交量尖峰指示大玩家进场。 确认突破/反转 – 强烈的德尔塔背离警告假动作。 基于成交量的支撑/阻力 – 中位线充当动态参考水平。 日内交
该产品的买家也购买
Genesis Matrix Pro is a professional multi-timeframe trend detection indicator designed to help traders identify high-quality market alignment with clarity and structure. It combines 12 different technical indicators into one visual alignment matrix, allowing traders to quickly see when market conditions are bullish, bearish, or neutral. A signal is generated only when the selected strategies are aligned, helping reduce noise and improve decision-making. PLEASE CONTACT ME AFTER PURCHASE TO GET
Gann Made Easy
Oleg Rodin
4.83 (163)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
The Propfolio Master Suite is the ultimate all-in-one analytical workstation for professional traders. Combining the power of the Beat The Market Maker (BTMM) methodology, Smart Money Concepts (SND/Liquidity), and Advanced Volume Profile, this suite replaces multiple different indicators with one optimized engine. Monitor up to 14 pairs simultaneously from a single chart, instantly identify market cycles, and seamlessly map institutional footprints with the click of a button. The Command Center
Scalper Inside PRO
Alexey Minkov
4.74 (68)
Scalper Inside PRO Scalper Inside PRO 是一款适用于 MetaTrader 4 的日内趋势与剥头皮指标,使用专有算法快速识别市场方向和关键目标价位。它能够自动计算进场价、出场价以及多级止盈目标,并显示详细的绩效统计,让您了解不同交易品种和策略以往的表现情况,从而帮助您为当前的市场环境选择最合适的交易工具。此外,您还可以将自己的箭头指标轻松接入 Scalper Inside PRO,快速评估其统计数据和历史表现。 该指标可用于任何交易品种和任何周期(建议在 M5 上进行日内交易),并内置多种交易策略,因此既可以作为独立的剥头皮工具使用,也可以作为您交易系统中功能强大的分析组件。 主要功能 通过专有算法(Next‑Generation Trend Detection Algorithm,NG TDA)快速识别当前市场趋势。 自动计算日内交易的进场价、出场价和多级止盈目标。 内置策略与统计模块,用于评估不同市场环境下各品种的表现。 支持接入自定义箭头指标(PRO 模式),并计算其详细信号统计数据。 适用于外汇、金属、指数、股票、商品、期货和加密货币等各类市
M1 Sniper
Oleg Rodin
5 (23)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4多時限訂單塊檢測指示器。 特徵 -在圖表控制面板上完全可自定義,提供完整的交互。 -隨時隨地隱藏和顯示控制面板。 -在多個時間範圍內檢測OB。 -選擇要顯示的OB數量。 -不同的OB用戶界面。 -OB上的不同過濾器。 -OB接近警報。 -ADR高低線。 -通知服務(屏幕警報|推送通知)。 概括 訂單塊是一種市場行為,它指示從金融機構和銀行收取訂單。著名的金融機構和中央銀行帶動了外匯市場。因此,交易者必須知道他們在市場上正在做什麼。當市場建立訂單塊時,它會像發生大多數投資決策的範圍一樣移動。 訂單建立完成後,市場將朝著上升和縮小的方向發展。訂單大宗交易策略的關鍵術語是它包括機構交易者正在做的事情。由於它們是主要的價格驅動因素,因此包括機構交易在內的任何策略都可以。 您將在任何時間範圍內實時看到訂單塊,使用我們的控制面板,您將能夠在所選的歷史記錄週期內檢測常規,拒收和未大寫的訂單塊。 現在您可以接收到訂單塊接近警報,我們在MT4上顯示屏幕通知,並將通知推送到您的手機!
Smart Price Action Concepts
Issam Kassas
4.77 (13)
首先,值得强调的是,这个交易工具是非重绘、非重画和非滞后的指标,非常适合专业交易。 在线课程,用户手册和演示。 智能价格行动概念指标是一个非常强大的工具,既适用于新手,也适用于经验丰富的交易者。它将超过20个有用的指标合并到一个指标中,结合了高级交易思想,如内圈交易员分析和智能资金概念交易策略。该指标侧重于智能资金概念,提供有关大型机构交易方式的见解,帮助预测它们的动向。 它在流动性分析方面尤其擅长,有助于理解机构的交易方式。它擅长预测市场趋势,并仔细分析价格波动。通过将您的交易与机构策略对齐,您可以更准确地预测市场走向。该指标多才多艺,擅长分析市场结构,识别重要的订单区块,并识别各种模式。 它擅长识别BOS和CHoCH等模式,理解动量的转变,并突出显示供需强劲的关键区域。它还擅长发现强大的不平衡,并分析价格创造更高高点或更低低点的模式。如果您使用斐波那契回撤工具,该指标可以满足您的需求。它还可以识别相等的高点和低点,分析不同的时间框架,并通过仪表板显示数据。 对于使用更高级策略的交易者,该指标提供了工具,如公平价值差指标和优惠和折扣区域的识别。它特别关注高时间框架订单区块,并
Quants HL Break
Ferhat Mutlu
5 (2)
通過純價格行為進行高級計算,以找到 LH 和 HL 突破。 它會給你一個很好的市場反轉點。 LH 和 HL 信號也可用於 traingle 突破。 一旦突破發生,則表明強烈反轉。 移動平均線的漂亮過濾器。 我強烈建議將其與趨勢指標一起使用。 可用作支撐和阻力、供需指標的額外確認。 可以在以下外匯線程中找到更多詳細信息: 該指標未重新繪製。 Buffers :   SetIndexBuffer ( 0 ,UpBar);      SetIndexBuffer ( 1 ,UpBar2);           SetIndexBuffer ( 2 ,DnBar);      SetIndexBuffer ( 3 ,DnBar2);           SetIndexBuffer ( 4 ,UpBarTop);      SetIndexBuffer ( 5 ,UpBarLow);                    SetIndexBuffer ( 6 ,DnBarTop);      SetIndexBuffer ( 7 ,DnBarLow);           SetIn
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - 下一代外汇交易工具。 当前 49% 折扣。 Dynamic Forex28 Navigator 是我们长期流行的指标的演变,将三种功能合二为一: 高级货币强度 28 指标 (695 条评论)+ 高级货币 IMPULSE 带警报 (520 条评论)+ CS28 组合信号(奖励)。 有关指标的详细信息 https://www.mql5.com/en/blogs/post/758844 下一代强度指标提供什么? 您喜欢的原始指标的一切,现在通过新功能和更高的精度进行了增强。 主要特点: 专有货币强度公式。  所有时间范围内的平滑和准确的强度线。 非常适合识别趋势和精确进入。 动态市场斐波那契水平(市场斐波那契)。  此指标独有的独特功能。 斐波那契应用于货币强度,而不是价格图表。 适应实时市场活动以获得准确的反转区域。 实时市场动量。  第 9 行显示市场是活跃还是被动。 对于定时交易至关重要。 全面的警报和显示。  每种货币最强的买入和卖出动量。 ​​28 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
Auto Optimized Parabolic RSI: 高级 3D 动量引擎 大多数零售指标之所以失效,是因为它们依赖于静态输入,一旦市场波动率发生变化,这些输入就会崩溃。Auto Optimized Parabolic RSI 通过不断重新计算自身的数学优势,解决了“指标衰退”的问题,将机构级别的量化自适应能力直接引入您的 MT5 终端。 核心优势:定制的内存 3D 优化   标准的自动优化器通常会导致 MT5 平台卡顿,因为它们通过标准的指标调用使终端超载。该工具完全绕过了这些性能瓶颈。内部引擎采用定制的原生基于 RAM 的计算器构建,每次加载图表或更改时间周期时,它都会执行极速的 3D 网格搜索。它同时扫描 RSI 周期(频率)、SAR 步长(加速度)和 SAR 最大值(速度限制),在绝对的毫秒级时间内测试数以万计的参数组合,且完全不会拖慢您的平台。它不是仅仅寻找一个“不错”的设置,而是映射整个参数空间,以寻找资产当前动量结构的绝对全局最大值。 严格的财务评分与逼真的交易模拟   与基于抽象“指标点数”进行优化评分的业余工具不同,该引擎的 3.10 版本严格与资金数学挂钩。每
RFI levels PRO
Roman Podpora
5 (1)
该指标能够准确显示反转点和价格回落区域。     行业领军人物 。您能洞察新趋势的形成,并以最高的精准度做出决策,掌控每一笔交易。 与……结合时,展现其最大潜力     趋势线专业版   指标  VERSION MT5 该指标显示的内容: 新趋势开始时的反转结构和反转水平及其激活。 显示屏   获利了结   和   止损   风险回报比最低的水平     RR 1:2       。 具有智能减值逻辑的止损。 显示指定指标中两种趋势类型的反转形态。 指标: 根据     趋势线     (全球趋势变化) 潮流专业版     (趋势快速变化) 简单有效   扫描器   实时趋势(新增)。 多时间框架工具筛选。 展示   利润   在 LOGIC AI 信号之后。 以下列出今日走势积极的金融工具。(RB键) 能够为终端启用通知(警报)功能,并向移动设备推送通知。 逻辑人工智能     — 利用人工智能寻找最佳切入点。 只有在启用 MTF(多时间框架分析)模式时,该功能才可用。 兼容性。 当与趋势线指标结合使用时,该指标能发挥其最大潜力。 这     RFI LEVELS PRO    
Trend Catcher ind
Ramil Minniakhmetov
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
Apollo SR Master
Oleg Rodin
5 (2)
Apollo SR Master 是一款支撑/阻力指标,其特殊功能使利用支撑/阻力区域进行交易更加便捷可靠。该指标通过检测局部价格顶部和底部,实时计算支撑/阻力区域,没有任何时间延迟。为了确认新形成的支撑/阻力区域,该指标会显示特殊信号,表明该支撑/阻力区域可以作为实际的卖出或买入信号。在这种情况下,支撑/阻力区域的强度会增强,因此从该区域进行交易的成功率也会更高。这正是该指标的核心理念。 SR区域也使止损和止盈的操作更加便捷。根据信号方向,可以将SR区域上方或下方的空间用作止损位。此外,相对的SR区域也可以用作潜在的止盈区域。 我还免费向所有 Apollo SR Master 指标的用户提供我的“Apollo 价格行为系统”指标。这两个指标结合使用将帮助您找到更好的入场点。 购买后请联系我,即可免费获得我的交易技巧以及我的“阿波罗价格行为系统”指标作为赠品!
Grabber System
Ihor Otkydach
5 (2)
向您介绍一款优秀的技术指标——Grabber,它是一套即开即用的“全包式”交易策略。 在一个代码中集成了强大的市场技术分析工具、交易信号(箭头)、提醒功能和推送通知。 每位购买该指标的用户还可免费获得以下内容: Grabber辅助工具:用于自动管理已开仓位 视频操作指南:逐步教学如何安装、设置和使用该指标进行交易 原创Set文件:可快速自动配置,帮助实现最佳交易效果 忘掉其他策略吧!只有Grabber能够真正激励你在交易中攀登新高峰! Grabber策略的主要特点: 交易周期:从M5到H4 适用资产:任意,但我推荐我亲自测试过的品种(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、EURAUD、EURGBP、EURCHF、USDCAD、USDSGD) 交易时间:全天候 24/7 交易类型:波段交易(反转系统)
Advanced Supply Demand
Bernhard Schweigert
4.91 (300)
现在优惠 40%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
GoldRush Trend Arrow Signal
Kirk Lee Holloway
5 (2)
GoldRush 趨勢箭頭信號 GoldRush 趨勢箭頭信號 指標為 XAU/USD 中的高速、短期短線交易者提供精確、實時的趨勢分析。 專為1分鐘時間框架設計,此工具顯示方向箭頭以明確顯示入場點,使短線交易者能在波動市場中自信操作。 該指標包含主要和次要警示箭頭。主要信號為白色和黑色方向箭頭,用於指示趨勢方向的轉變;次要信號為藍色和紅色箭頭,用於確認主要箭頭指示的方向並提示潛在交易入場點。 注意:當趨勢方向發生變化後僅出現一個主要警報箭頭時,請注意可能會出現多個次要藍/紅箭頭。次要信號將在滿足信號標準的任何蠟燭圖後出現,因此在長期趨勢移動中,螢幕上將顯示大量次要箭頭(如附帶的截圖所示)。您可在設置中開啟或關閉任一箭頭類型。 以下是我使用此指標進行交易的方式: - 對於買入入場,我會耐心等待白箭頭在蠟燭收盤時出現,並在下一根可用蠟燭收盤時出現藍箭頭時進行買入交易。 - 對於賣出入場,我會耐心等待黑箭頭在蠟燭收盤時出現,並在下一根可用蠟燭收盤時出現紅箭頭時進行賣出交易。 - 獲利了結/止損設置由使用者自行負責,但我個人使用最低R:R為1:2,並發現這在倫敦/紐約開盤等
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
Currency Strength Wizard
Oleg Rodin
4.85 (59)
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。 该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.91 (657)
目前40%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进行了优化。
Cycle Sniper
Elmira Memish
4.39 (36)
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 purchasing. Videos, settings  and descri
Market Structure Patterns MT4
Samuel Manoel De Souza
5 (18)
Market Structure Patterns   is an indicator based on   smart money concepts   that displays   SMC/ICT   elements that can take your trading decisions to the next level. Take advantage of the   alerts ,   push notifications   and   email messages   to keep informed from when an element is formed on the chart, the price crosses a level and/or enters in a box/zone. Developers can access the values of the elements of the indicator using the   global variables  what allows the automation of trading d
购买后请联系我,获取基于此指标的奖励EA。 Self Optimizing Double MA Strategy 是一款专业级别的交易工具,旨在消除参数猜测。它由内置的自动优化引擎驱动,通过在后台模拟数千种参数组合,不断适应不断变化的市场条件,从而保持统计上的优势。 该指标不依赖于静态、过时的设置,而是动态更新其内部逻辑,为当前的时间周期和交易品种寻找最赚钱的配置。 核心功能 内置自动优化:系统会根据您选择的更新频率,定期重新计算快速 MA、慢速 MA 和 RSI 的周期,确保您的设置始终与当前的市场节奏保持一致。 MA 发散过滤器:一项核心的趋势强度指标,仅在移动平均线积极发散时才确认信号的有效性。这可以防止在均线收敛或平缓的盘整市场中产生虚假的入场信号。 时序评分引擎:内部模拟器在图表上绘制任何实时信号之前,会根据您的具体目标(例如最大化利润因子或最小化回撤)对历史信号进行评估。 动态 ATR 区域:根据实时市场波动率,自动计算并在图表上直观地投射出止盈和止损区域。 实时绩效仪表板:直接在您的图表上跟踪并显示实时的系统指标,包括历史胜率、平均回撤以及产生的总点数。 完美支持 EA
Day Trader Master
Oleg Rodin
5 (15)
Day Trader Master 是一个完整的日间交易者交易系统。该系统由两个指标组成。一个指标是买入和卖出的箭头信号。这是你得到的箭头指示器。我将免费为您提供第二个指标。第二个指标是专门设计用于与这些箭头结合使用的趋势指标。 指标不重复也不迟到! 使用这个系统非常简单。您只需按照当前趋势方向的箭头信号,显示为双色线。蓝色是买入趋势。红色是一种销售趋势。蓝色箭头是买入信号。红色箭头是卖出信号。您需要箭头的颜色和信号的方向来匹配趋势线的颜色。 箭头指标主要是为 M5 和 M15 时间间隔的日内交易而创建的。但从技术上讲,该系统可以用于其他时间间隔。 指示器配备带有推送消息功能的弹出警报。 购买后一定要写信给我!我将为您提供与系统交易的个人建议,以及我的趋势指标。此外,还有丰厚的奖励等着您!
Candle Power Pro
Thushara Dissanayake
4.5 (8)
这   蜡烛电源专业版   是一款旨在解码的复杂交易工具   实际成交量压力、报价数据不平衡以及机构订单流动态   通过测量   牛市蜱虫与熊市蜱虫之间的斗争   实时。该指标将原始   成交量数据转化为可操作的见解 ,帮助交易者识别   智能货币运动、流动性追逐和隐藏的市场心理   在每个价格 K 线图背后。通过分析   买方/卖方成交量百分比、分歧模式和基于成交量的确认 ,它弥补了   价格行为和交易量分析 ,对于关注以下交易者来说非常有价值     ICT、SMC 和机构交易方法 。 与传统的成交量指标不同,     蜡烛电源专业版   专注于   报价数据粒度 ,揭示每根蜡烛的走势是否与标的一致   牛市/熊市强度   或发出潜在信号   做市商陷阱、逆转或突破延续 。它与   基于时段的策略(伦敦/纽约杀戮地带)、公允价值缺口(FVG)和区间突破 ,提供对   市场流动性和参与者意图 。 工作原理: 指标流程   实时报价量数据 ,计算百分比   看涨交易与看跌交易   每根蜡烛内。这揭示了: 买家/卖家不平衡:     看跌蜡烛图上牛市跳动百分比较高,警告   潜在的逆
如果您进行外汇交易,了解货币强弱和货币对相关性等详细信息,可以让您的交易更上一层楼。通过相关性分析,您可以将风险减半,而强弱分析将帮助您最大化利润。 本指标通过结合货币强弱分析和货币对相关性,提供了一种混合的方法,帮助选择最合适的货币对进行交易。 如何使用货币强弱分析 假设您的交易策略在AUD/JPY上提供了买入机会,但通过KT货币强弱分析发现JPY比AUD更强。那么,这笔交易很可能以亏损告终。有了这个指标,您可以轻松避免此类亏损。 如何使用货币对相关性 假设您的交易策略同时在NZD/USD和GBP/JPY上提供了卖出机会。通过KT货币对相关性功能,您发现这两个货币对的相关性达到77%。  由于这些货币对高度相关,同时交易它们只会加倍您的风险。如果在NZD/USD上出现亏损,GBP/JPY上的交易也很有可能出现亏损。 功能特点 快速识别最强和最弱货币,用以验证交易策略生成的交易机会。 通过避免交易高度相关的货币对,将风险降低一半甚至三分之一。 当某个货币成为最强或最弱时,接收警报通知。 通过货币金字塔分析强弱报告,将货币按强到弱进行排序。 详细了解货币强弱分析 货币强弱分析通
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Discounted   Price   $50  !!     Secure your lifetime access   now   before it switches to   subscription-only ! Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of   Smart Money Concepts (SMC)   and trade precisely like the institutions with the   Ultimate CRT Indicator . Built exclusively for serious traders, this indic
Route Lines Prices -  是一款用于寻找价格方向的指标。其简洁的界面包含多种价格行为和未来方向计算算法。这些算法包括基于所用时间周期的波动率计算和价格平滑。 该指标只有一个参数,用于更改“ Calculating price values ”。默认值 1 提供均衡的自动计算, 无需手动配置即可使用。 通过手动更改 2 到 500 之间的值,您可以根据自己的交易系统自定义指标。 建议在 M1 到 H4 的时间周期内使用此指标。适用于任何交易品种。 信号箭头在蜡烛图收盘时生成;不会重绘历史数据。 主图表上提供重复箭头。 提供多种类型的警报。内置的线轨迹计数器基于收盘价工作。这意味着,当出现相反信号时,会确定价格轨迹的数值,并在信号结束后的下一根蜡烛图上显示这些数值。 总计数器将获得的值相加,以便在相应的图表上方便地调整参数。
头肩形态是一种图表形式,类似于具有三个峰的基线,外部两个峰的高度接近,中间峰最高。它可以预测牛市到牛市的趋势反转,并且被认为是最可靠的趋势反转模式之一。它是几种顶部模式之一,以不同程度的准确性发出趋势即将结束的信号。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 清除交易信号 可自定义的颜色和尺寸 实施绩效统计 可定制的斐波那契回撤水平 显示适当的止损和获利水平 该指标可用于查找连续或反转形态 它是不可重涂和不可重涂的 它实现了电子邮件/声音/视觉警报 设置 将指标加载到任何图表时,将显示一组选项作为输入参数。如果您认为它们太多,请不要感到失望,因为参数被分组为不言自明的块。这就是每个参数块的作用。 幅度-幅度表示替代价格点之间的最小柱线量。要找到大图案,请增加幅度参数。要查找较小的模式,请减小幅度参数。您可以在图表中多次加载具有不同幅度的指标。 闵。回撤-形态中所需的最小斐波那契回撤。设置为零不对其进行评估。 最大。回撤-形态中可能的最大斐波那契回撤。设置为零不对其进行评估。 领口扁平率-此参数描述图案领口必须如何“平坦”。 最大历史柱线-指标在图
CRYSTAL HEIKIN ASHI SIGNALS MT4 Professional Trend Detection Indicator with Smart Entry Signals See the Trend. Catch the Move. Trade with Confidence. The professional Heikin Ashi indicator built for traders who want clarity, precision, and EA-ready signal automation. WHAT IS CRYSTAL HEIKIN ASHI SIGNALS? Crystal Heikin Ashi Signals is a professional-grade MetaTrader 4 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both
作者的更多信息
Volli 9 EA
Vasyl Nosal
It is based on the Volli indicator. The Expert Advisor trades by volume levels. It is set up for EURUSD H1. Stops are set and managed depending on market volatility. The lot is set depending on the deposit. The main settings are lot, stop, symbol, and TF blocks.In general, it is advisable not to change the settings. It is designed for trading from $40. It is very important to test on quotes from a live account. EA is designed for long-term trading. 2.3 orders per month. Also there is indicator 
筛选:
无评论
回复评论