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 平滑成交量 – 减少噪音,使信号更清晰。  如何帮助交易者: 发现机构活动 – 异常的成交量尖峰指示大玩家进场。 确认突破/反转 – 强烈的德尔塔背离警告假动作。 基于成交量的支撑/阻力 – 中位线充当动态参考水平。 日内交
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.83 (162)
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 (69)
Scalper Inside PRO Scalper Inside PRO 是一款适用于 MetaTrader 4 的日内趋势与剥头皮指标,使用专有算法快速识别市场方向和关键目标价位。它能够自动计算进场价、出场价以及多级止盈目标,并显示详细的绩效统计,让您了解不同交易品种和策略以往的表现情况,从而帮助您为当前的市场环境选择最合适的交易工具。此外,您还可以将自己的箭头指标轻松接入 Scalper Inside PRO,快速评估其统计数据和历史表现。 该指标可用于任何交易品种和任何周期(建议在 M5 上进行日内交易),并内置多种交易策略,因此既可以作为独立的剥头皮工具使用,也可以作为您交易系统中功能强大的分析组件。 主要功能 通过专有算法(Next‑Generation Trend Detection Algorithm,NG TDA)快速识别当前市场趋势。 自动计算日内交易的进场价、出场价和多级止盈目标。 内置策略与统计模块,用于评估不同市场环境下各品种的表现。 支持接入自定义箭头指标(PRO 模式),并计算其详细信号统计数据。 适用于外汇、金属、指数、股票、商品、期货和加密货币等各类市
PZ Harmonacci Patterns
PZ TRADING SLU
3.17 (6)
可以说,这是您可以为MetaTrader平台找到的最完整的谐波价格形成自动识别指标。它检测19种不同的模式,像您一样认真对待斐波那契投影,显示潜在的反转区域(PRZ),并找到合适的止损和获利水平。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 它检测19种不同的谐波价格形态 它绘制了主要,衍生和互补的斐波那契投影(PRZ) 它评估过去的价格走势并显示每个过去的形态 该指标分析其自身的质量和性能 它显示合适的止损和获利水平 它使用突破来表明合适的交易 它在图表上绘制所有样式比率 它实现了电子邮件/声音/视觉警报 受斯科特·M·卡尼(Scott M. Carney)的书的启发,该指标旨在满足最纯粹和最熟练的交易者的需求。但是,它采取了一种使交易更容易的方式:在向交易发出信号之前,它会等待Donchian朝正确方向突破,从而使交易信号非常可靠。 斐波那契投影与向量无关 它实现了电子邮件/声音/推送警报 它绘制了ABCD投影 重要提示: 为了符合 Scott M. Carney先生 的商标申诉,某些图案名称已重命名为不言自明的替代方式, Scott M.
M1 Sniper
Oleg Rodin
5 (23)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Auto Optimized Parabolic RSI: 高级 3D 动量引擎 大多数零售指标之所以失效,是因为它们依赖于静态输入,一旦市场波动率发生变化,这些输入就会崩溃。Auto Optimized Parabolic RSI 通过不断重新计算自身的数学优势,解决了“指标衰退”的问题,将机构级别的量化自适应能力直接引入您的 MT5 终端。 核心优势:定制的内存 3D 优化   标准的自动优化器通常会导致 MT5 平台卡顿,因为它们通过标准的指标调用使终端超载。该工具完全绕过了这些性能瓶颈。内部引擎采用定制的原生基于 RAM 的计算器构建,每次加载图表或更改时间周期时,它都会执行极速的 3D 网格搜索。它同时扫描 RSI 周期(频率)、SAR 步长(加速度)和 SAR 最大值(速度限制),在绝对的毫秒级时间内测试数以万计的参数组合,且完全不会拖慢您的平台。它不是仅仅寻找一个“不错”的设置,而是映射整个参数空间,以寻找资产当前动量结构的绝对全局最大值。 严格的财务评分与逼真的交易模拟   与基于抽象“指标点数”进行优化评分的业余工具不同,该引擎的 3.10 版本严格与资金数学挂钩。每
NAM Order Blocks
NAM TECH GROUP, CORP.
3.67 (3)
MT4多時限訂單塊檢測指示器。 特徵 -在圖表控制面板上完全可自定義,提供完整的交互。 -隨時隨地隱藏和顯示控制面板。 -在多個時間範圍內檢測OB。 -選擇要顯示的OB數量。 -不同的OB用戶界面。 -OB上的不同過濾器。 -OB接近警報。 -ADR高低線。 -通知服務(屏幕警報|推送通知)。 概括 訂單塊是一種市場行為,它指示從金融機構和銀行收取訂單。著名的金融機構和中央銀行帶動了外匯市場。因此,交易者必須知道他們在市場上正在做什麼。當市場建立訂單塊時,它會像發生大多數投資決策的範圍一樣移動。 訂單建立完成後,市場將朝著上升和縮小的方向發展。訂單大宗交易策略的關鍵術語是它包括機構交易者正在做的事情。由於它們是主要的價格驅動因素,因此包括機構交易在內的任何策略都可以。 您將在任何時間範圍內實時看到訂單塊,使用我們的控制面板,您將能夠在所選的歷史記錄週期內檢測常規,拒收和未大寫的訂單塊。 現在您可以接收到訂單塊接近警報,我們在MT4上顯示屏幕通知,並將通知推送到您的手機!
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 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
RFI levels PRO
Roman Podpora
5 (1)
该指标能够准确显示反转点和价格回落区域。     行业领军人物 。您能洞察新趋势的形成,并以最高的精准度做出决策,掌控每一笔交易。 与……结合时,展现其最大潜力     趋势线专业版   指标  VERSION MT5 该指标显示的内容: 新趋势开始时的反转结构和反转水平及其激活。 显示屏   获利了结   和   止损   风险回报比最低的水平     RR 1:2       。 具有智能减值逻辑的止损。 显示指定指标中两种趋势类型的反转形态。 指标: 根据     趋势线     (全球趋势变化) 潮流专业版     (趋势快速变化) 简单有效   扫描器   实时趋势(新增)。 多时间框架工具筛选。 展示   利润   在 LOGIC AI 信号之后。 以下列出今日走势积极的金融工具。(RB键) 能够为终端启用通知(警报)功能,并向移动设备推送通知。 逻辑人工智能     — 利用人工智能寻找最佳切入点。 只有在启用 MTF(多时间框架分析)模式时,该功能才可用。 兼容性。 当与趋势线指标结合使用时,该指标能发挥其最大潜力。 这     RFI LEVELS PRO    
Apollo SR Master
Oleg Rodin
5 (2)
Apollo SR Master 是一款支撑/阻力指标,其特殊功能使利用支撑/阻力区域进行交易更加便捷可靠。该指标通过检测局部价格顶部和底部,实时计算支撑/阻力区域,没有任何时间延迟。为了确认新形成的支撑/阻力区域,该指标会显示特殊信号,表明该支撑/阻力区域可以作为实际的卖出或买入信号。在这种情况下,支撑/阻力区域的强度会增强,因此从该区域进行交易的成功率也会更高。这正是该指标的核心理念。 SR区域也使止损和止盈的操作更加便捷。根据信号方向,可以将SR区域上方或下方的空间用作止损位。此外,相对的SR区域也可以用作潜在的止盈区域。 我还免费向所有 Apollo SR Master 指标的用户提供我的“Apollo 价格行为系统”指标。这两个指标结合使用将帮助您找到更好的入场点。 购买后请联系我,即可免费获得我的交易技巧以及我的“阿波罗价格行为系统”指标作为赠品!
购买此指标即可免费获得我的专业交易管理器。 首先,值得强调的是,这个交易系统是一个非重绘、非重画和非滞后的指标,这使得它非常适合手动和机器人交易。 在线课程,手册和下载预设。 “智能趋势交易系统 MT5”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它结合了超过 10 个优质指标,具有 7 多个强大的交易策略,使其成为适用于各种市场条件的多功能选择。 趋势跟随策略:提供精确的入场和止损管理,以有效地跟随趋势。 反转策略:识别潜在的趋势反转,使交易者能够利用区域市场的机会。 剃头策略:专为快速准确的日内交易和短期交易而设计。 稳定性:所有指标都不会重绘、不会重画和不会滞后,确保可靠的信号。 定制:支持自定义策略,以满足个人交易偏好。超过 7 种策略和组合可帮助您找到最佳策略。 信号清晰度:提供箭头信号,以指示清晰的入场和退出点。 实时警报:通过交易进出警报使交易者保持了解。 深入分析:提供更高时间框架的趋势分析和实时交易监控。 自适应颜色编码:利用蜡烛颜色编码来显示成交量、趋势和反转蜡烛信号。通过蜡烛颜色分析市场方向。 “智能趋势交易系统 MT5”赋予交易者必要的工具,以便在
GoldRush Trend Arrow Signal
Kirk Lee Holloway
5 (2)
GoldRush 趨勢箭頭信號 GoldRush 趨勢箭頭信號 指標為 XAU/USD 中的高速、短期短線交易者提供精確、實時的趨勢分析。 專為1分鐘時間框架設計,此工具顯示方向箭頭以明確顯示入場點,使短線交易者能在波動市場中自信操作。 該指標包含主要和次要警示箭頭。主要信號為白色和黑色方向箭頭,用於指示趨勢方向的轉變;次要信號為藍色和紅色箭頭,用於確認主要箭頭指示的方向並提示潛在交易入場點。 注意:當趨勢方向發生變化後僅出現一個主要警報箭頭時,請注意可能會出現多個次要藍/紅箭頭。次要信號將在滿足信號標準的任何蠟燭圖後出現,因此在長期趨勢移動中,螢幕上將顯示大量次要箭頭(如附帶的截圖所示)。您可在設置中開啟或關閉任一箭頭類型。 以下是我使用此指標進行交易的方式: - 對於買入入場,我會耐心等待白箭頭在蠟燭收盤時出現,並在下一根可用蠟燭收盤時出現藍箭頭時進行買入交易。 - 對於賣出入場,我會耐心等待黑箭頭在蠟燭收盤時出現,並在下一根可用蠟燭收盤時出現紅箭頭時進行賣出交易。 - 獲利了結/止損設置由使用者自行負責,但我個人使用最低R:R為1:2,並發現這在倫敦/紐約開盤等
Advanced Currency Strength28 Indicator
Bernhard Schweigert
4.91 (657)
目前40%的折扣 任何新手或专家交易者的最佳解决方案! 这个指标是一个独特的、高质量的、可负担得起的交易工具,因为我们纳入了一些专有的功能和一个新的公式。只需一个图表,你就可以读出28个外汇对的货币强度!想象一下,你的交易将如何得到改善,因为你的交易是在你的手中进行的。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里  https://www.mql5.com/en/blogs/post/697384 这是第一本,原版的! 不要买一个毫无价值的崇拜者的克隆品。 特别的 子窗口中的箭头显示强劲的货币势头GAP将指导你的交易! 当基础货币或报价货币处于超卖/超买区域(外盘斐波那契水平)时,在个人图表的主窗口中出现警告信号。 当货币力量从外围区间回落时,回撤/反转警报。 十字星模式的特别警报 可选择多个时间框架,以快速查看趋势! 货币强度线在所有的时间框架中都非常平稳,当使用较高的时间框架来识别总体趋势,然后使用较短的时间框架来确定精确的入口时,效果非常好。你可以根据自己的意愿选择任何时间框架。每个时间框架都由其自身进行了优化。
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
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
Advanced Supply Demand
Bernhard Schweigert
4.91 (300)
现在优惠 40%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
PZ Turning Points MT4
PZ TRADING SLU
1 (1)
该指标检查不同时期分形的价格结构,以确定市场中可能的反转点,从而为已经具有基本或技术估值模型的仓位交易者提供时机。与它的弟弟 Reversal Fractals不同 ,该指标不会因为所选时期而错过反转,并且会以之字形方式找到反转分形,而忽略那些没有足够动量来引发持续价格波动的反转。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 转折点可以开始长期趋势 指示器不重涂 它实现了各种警报 可自定义的颜色和尺寸 该指示符是无功或滞后信号,因为分形是奇数个条形的地层,是中间地带中最高或最低的条形,并且指示符在分形中的所有条形都闭合时绘制。但是,具有预先设定的方向偏差的交易者会发现该指标非常有用,可以提早进入切入点。 该指标既不是下探信号指标,也不是完整的交易系统。请不要这样评价或审查它。 输入参数 最小分形数:分形上的最小条形数。必须为奇数,例如3、5、7、9、11、13,... 最大分形:分形上的最大条形数量。必须为奇数,例如3、5、7、9、11、13 ... 最大历史柱数:指标加载时评估的过去柱数。 颜色:自定义箭头和线条的颜色和大小。 警报:启用或禁用各
如果您进行外汇交易,了解货币强弱和货币对相关性等详细信息,可以让您的交易更上一层楼。通过相关性分析,您可以将风险减半,而强弱分析将帮助您最大化利润。 本指标通过结合货币强弱分析和货币对相关性,提供了一种混合的方法,帮助选择最合适的货币对进行交易。 如何使用货币强弱分析 假设您的交易策略在AUD/JPY上提供了买入机会,但通过KT货币强弱分析发现JPY比AUD更强。那么,这笔交易很可能以亏损告终。有了这个指标,您可以轻松避免此类亏损。 如何使用货币对相关性 假设您的交易策略同时在NZD/USD和GBP/JPY上提供了卖出机会。通过KT货币对相关性功能,您发现这两个货币对的相关性达到77%。  由于这些货币对高度相关,同时交易它们只会加倍您的风险。如果在NZD/USD上出现亏损,GBP/JPY上的交易也很有可能出现亏损。 功能特点 快速识别最强和最弱货币,用以验证交易策略生成的交易机会。 通过避免交易高度相关的货币对,将风险降低一半甚至三分之一。 当某个货币成为最强或最弱时,接收警报通知。 通过货币金字塔分析强弱报告,将货币按强到弱进行排序。 详细了解货币强弱分析 货币强弱分析通
Trend Catcher ind
Ramil Minniakhmetov
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
Day Trader Master
Oleg Rodin
5 (15)
Day Trader Master 是一个完整的日间交易者交易系统。该系统由两个指标组成。一个指标是买入和卖出的箭头信号。这是你得到的箭头指示器。我将免费为您提供第二个指标。第二个指标是专门设计用于与这些箭头结合使用的趋势指标。 指标不重复也不迟到! 使用这个系统非常简单。您只需按照当前趋势方向的箭头信号,显示为双色线。蓝色是买入趋势。红色是一种销售趋势。蓝色箭头是买入信号。红色箭头是卖出信号。您需要箭头的颜色和信号的方向来匹配趋势线的颜色。 箭头指标主要是为 M5 和 M15 时间间隔的日内交易而创建的。但从技术上讲,该系统可以用于其他时间间隔。 指示器配备带有推送消息功能的弹出警报。 购买后一定要写信给我!我将为您提供与系统交易的个人建议,以及我的趋势指标。此外,还有丰厚的奖励等着您!
KURAMA GOLD SIGNAL PRO(MT4版)— 7层过滤器、自动TP/SL、品质评分搭载 XAUUSD完整交易系统 不重绘。不重画。不延迟。每个信号永久固定。所见即所得。 福利:购买买断版许可证可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。购买后请给我发消息。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 交易员的信赖:已被活跃的黄金交易员社区使用。因精度和易用性获得赞誉。 你的问题 — 以及解决方案 你知道黄金每天波动$30-50。你知道这里有钱可赚。但是: - 入场过早,价格反向$10后才朝你的方向走 - 每次MA触碰都入场,结果一半都失败 - 没有TP/SL系统,所以持仓太久或离场太早 - 在死寂时段交易,然后想为什么什么都不顺 KURAMA GOLD SIGNAL PRO解决了这一切。不是用一个过滤器,而是七个。 工作原理 — 3步 1. 图表上出现箭头信号 2. 在面板上查看TP价格、SL价格、品质评分、风险回报比 3. 下单并等待 无
Dynamic Scalper System
Vitalyi Belyh
5 (1)
“ Dynamic Scalper System ”指标专为在趋势波内进行剥头皮交易而设计。 已在主要货币对和黄金上进行测试,并可与其他交易工具兼容。 提供顺势短线建仓信号,并提供额外的价格变动支持。 指标原理: 大箭头决定趋势方向。 在趋势波内,我们采用一种生成小箭头形式的剥头皮交易信号的算法。 红色箭头代表看涨方向,蓝色箭头代表看跌方向。 敏感的价格变动线会沿着趋势方向绘制,并与小箭头信号协同作用。 信号运作方式如下:当线在适当时刻出现时,将形成入场信号;在出现线时,持仓;线完成后,平仓。 建议的操作时间范围为M1 - H4。 箭头在当前K线上方形成,如果下一根K线已开仓,则不会重新绘制上一根K线上方的箭头。 输入参数 Trend Wave Period - 趋势方向(大箭头)的周期,改变趋势波的时间间隔。值 1 表示趋势方向的最长持续时间,参数值越大,持续时间越短。 Scalper Arrows Period - 信号箭头(小箭头)的计算周期,改变入场信号的生成频率。值 3 表示最频繁的生成频率,参数值越大,箭头频率越低,准确度越高。 这些参数可以根据不同的时间范
头肩形态是一种图表形式,类似于具有三个峰的基线,外部两个峰的高度接近,中间峰最高。它可以预测牛市到牛市的趋势反转,并且被认为是最可靠的趋势反转模式之一。它是几种顶部模式之一,以不同程度的准确性发出趋势即将结束的信号。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 清除交易信号 可自定义的颜色和尺寸 实施绩效统计 可定制的斐波那契回撤水平 显示适当的止损和获利水平 该指标可用于查找连续或反转形态 它是不可重涂和不可重涂的 它实现了电子邮件/声音/视觉警报 设置 将指标加载到任何图表时,将显示一组选项作为输入参数。如果您认为它们太多,请不要感到失望,因为参数被分组为不言自明的块。这就是每个参数块的作用。 幅度-幅度表示替代价格点之间的最小柱线量。要找到大图案,请增加幅度参数。要查找较小的模式,请减小幅度参数。您可以在图表中多次加载具有不同幅度的指标。 闵。回撤-形态中所需的最小斐波那契回撤。设置为零不对其进行评估。 最大。回撤-形态中可能的最大斐波那契回撤。设置为零不对其进行评估。 领口扁平率-此参数描述图案领口必须如何“平坦”。 最大历史柱线-指标在图
PZ Double Top Bottom
PZ TRADING SLU
5 (1)
该指标找到双顶和双底反转形态,并使用突破引发交易信号。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 清除交易信号 可自定义的颜色和尺寸 实施绩效统计 可定制的斐波那契回撤水平 它显示合适的止损和获利水平 它实现了电子邮件/声音/视觉警报 这些图案可以扩展,并且指示器通过重新绘制跟随图案。但是,该指标采用了一种扭曲方式,以使其更容易交易:它在向交易发出信号之前等待Donchian突破,然后发出交易信号,使其信号非常可靠,并且几乎没有重涂。 输入参数 幅度:幅度表示替代价格点之间的最小柱线量。要找到大图案,请增加幅度参数。要查找较小的模式,请减小幅度参数。 闵。回撤:形态中所需的最小斐波那契回撤。 最大。回撤:形态中可能的最大斐波那契回撤。 最大历史柱数:指标在图表中加载时要评估的过去柱数。 显示统计信息:显示或隐藏统计信息显示板和效果数据。 显示SL / TP电平:显示或隐藏每个信号的合适的止损和获利水平。 绘图选项:看涨或看跌的线条和标签的颜色和大小以及字体大小。 突破:突破箭头的颜色和大小。 警报:启用或禁用各种警报。 作者 Arturo
Gold Scalper Super
Aleksandr Makarov
5 (2)
Gold Scalper Super is an easy-to-use trading system. The indicator can be used as a standalone scalping system on the M1 time frame, as well as part of your existing trading system. Bonus: when purchasing an indicator, Trend Arrow Super is provided free of charge, write to us after purchase. The indicator 100% does not repaint!!! If a signal appears, it does not disappear! Unlike indicators with redrawing, which lead to the loss of a deposit, because they can show a signal and then remove it.
Cyclic Impulse
Vitalyi Belyh
构建图表并识别周期性价格变动的技术指标。 可以在任何图表上工作。 几种类型的通知。 图表本身还有额外的箭头。 无需重新绘制历史记录,只需关闭蜡烛即可。 建议使用 M5 及以上的 TF。 易于使用和配置参数。 当使用 2 个具有不同参数的指标时,您可以单独使用它们,而无需其他指标。 有 2 个输入参数 周期性和信号持续时间 这两个参数处理图表结构的处理。 Cyclicity 调节反转周期的变化频率,平滑周期。 Signal duration 为最小数字,检测价格变动中的脉冲,最大长期趋势变动。    ---------------------------------------------------------------------------------------
KuKl
IGOR KIRIANEN
The indicator is built on a non-standard Zig Zag, it draws accumulations after which if the price leaves this zone and a test of this zone occurs, then a sound signal is given and an arrow appears - after the test candle closes.The indicator does not redraw its signals, it is very easy to use, there are only three settings 1- this is the zig zag parameter 2- this is the minimum price exit from the zone 3- this is the maximum price exit from the zone. The lower the parameter for Zig Zag, the more
Trend Screener
STE S.S.COMPANY
4.79 (95)
趋势指标,趋势交易和过滤的突破性独特解决方案,所有重要趋势功能都内置在一个工具中! 它是 100% 非重绘多时间框架和多货币指标,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。 限时优惠:支撑和阻力筛选指标仅售 65美元,终身有效。(原价 250 美元)(优惠延长) 趋势筛选器是有效的指标趋势跟踪指标,它在图表中提供带有点的箭头趋势信号。 趋势分析器指标中可用的功能: 1.趋势扫描仪。 2. 具有最大利润分析的趋势线。 3.趋势货币强度计。 4. 带有警报的趋势反转点。 5. 带有警报的强趋势点。 6. 趋势箭头 每日分析示例,每日信号表现...等与我们的趋势筛选指标,可以在这里找到: 点击这里 限时优惠:Trend Screener Indicator 仅售 150 美元且终身可用。原价 199$) 通过访问我们的 MQL5 博客,您可以找到我们所有的高级指标以及分析示例、每日信号表现...等。 : 点击这里 我们的趋势系统由 2 个指标组成: 1. Trend Screener Indicator:显示趋势仪表盘、图表中的趋势线、入场点...等。 2. Trend
作者的更多信息
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 
筛选:
无评论
回复评论