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
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
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 represent   potential areas of liquidity concentration , where stop-loss clusters or liquidation events   may   occur. Please note: The levels shown are   model-based estimations   and   do not represent actual or guara
“动态剥头皮震荡指标”是一款高级自定义加密货币外汇指标,适用于 MT4 平台,高效交易! - 新一代震荡指标 - 参见图片了解如何使用。 - 动态剥头皮震荡指标具有自适应超卖/超买区域。 - 震荡指标是一款辅助工具,可从动态超卖/超买区域找到准确的入场点。 - 超卖值:低于绿线,超买值:高于橙线。 - 该指标也非常适合与价格行为模式结合使用。 - 它比标准震荡指标更精准。适用时间范围:30 分钟、1 小时、4 小时、1 天、1 周。 - 提供 PC 和移动端警报。 ................................................................................................................. 点击这里查看高质量的交易机器人和指标! 本产品为原创,仅在 MQL5 网站上提供。
Market Profile with Dashboard Indicator - Complete User Guide indicator Overview The Market Profile with Dashboard is a comprehensive trading analysis tool for MetaTrader 4 that displays market profile data, volume analysis, and key market structure information directly on your chart. This indicator helps traders identify significant price levels, market balance areas, and potential trading opportunities based on market profile theory. Core Components and Features Market Profile Display - Sh
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
Swing trading is a method in which traders attempt to take advantage of market fluctuations. They buy a security when they believe the market will rise and sell if they feel the market will fall, which, as you can imagine, is common in most trading strategies, irrespective of trading style. The four most frequently occurring patterns in the swing trading domain are reversal, retracement (or pullback), breakouts, and breakdowns. it work all currency pair, and work all timeframe 100% non repaint
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
该产品的买家也购买
Gann Made Easy
Oleg Rodin
4.83 (159)
Gann Made Easy 是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Market Makers
Mohamed Hassan
5 (3)
After purchase, contact me privately to receive 1 month of free testing with EA Forex Proton! This advanced MT4 trading robot automatically executes signals from any MT4 indicator, including Market Makers. The latest version also includes AI integration, allowing each trade signal to be analyzed using Artificial Intelligence. Live Signal with EA Forex Proton: Click here Market Makers is a powerful price action trading system designed to identify high-probability Buy and Sell opportunities based
Scalper Inside PRO
Alexey Minkov
4.74 (69)
12% OFF EASTER SALE An exclusive indicator that utilizes an innovative algorithm to swiftly and accurately determine the market trend. The indicator automatically calculates opening, closing, and profit levels, providing detailed trading statistics. With these features, you can choose the most appropriate trading instrument for the current market conditions. Additionally, you can easily integrate your own arrow indicators into Scalper Inside Pro to quickly evaluate their statistics and profitabi
PRO Renko System
Oleg Rodin
5 (30)
PRO Renko Arrow Based System for trading renko charts.  准确的信号交易任何外汇工具. 另外,我将免费提供系统的附加模块! PRO Renko系统是RENKO图表上高度准确的交易系统。该系统是通用的。 该交易系统可应用于各种交易工具。 该系统有效地中和了所谓的市场噪音,打开了获得准确反转信号的通道。 该指标易于使用,只有一个参数负责产生信号。 您可以很容易地使算法适应您感兴趣的交易工具和renko酒吧的大小。 我很乐意通过提供任何咨询支持来帮助所有客户有效地使用该指标。 祝您交易成功!购买后,立即写信给我! 我将与您分享我的建议和我的renko发电机。 另外,我将免费提供系统的附加模块!
M1 Sniper
Oleg Rodin
5 (20)
M1 SNIPER 是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Advanced Supply Demand
Bernhard Schweigert
4.91 (299)
现在优惠 40%! 任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需
Volatility Trend System - a trading system that gives signals for entries. The volatility system gives linear and point signals in the direction of the trend, as well as signals to exit it, without redrawing and delays. The trend indicator monitors the direction of the medium-term trend, shows the direction and its change. The signal indicator is based on changes in volatility and shows market entries. The indicator is equipped with several types of alerts. Can be applied to various trading ins
Atomic Analyst
Issam Kassas
5 (4)
首先值得强调的是,该交易指标是非重绘、非延迟的指标,这使其成为手动和机器人交易的理想选择。 用户手册:设置、输入和策略。 Atomic Analyst是一种PA价格行动指标,利用价格的力量和动量来寻找市场上更好的机会。配备了高级过滤器,可帮助去除噪音和假信号,并提高交易潜力。使用多层复杂的指标,Atomic Analyst扫描图表,并将复杂的数学计算转化为任何初学者都能理解并用来做出一致交易决策的简单信号和颜色。 “Atomic Analyst”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它将高级指标和一流功能融合为一体的交易策略,使其成为所有类型交易者的多功能选择。 日内交易和剥头皮策略:专为快速准确的日内交易和短期交易而设计。 日内和摆动交易策略:可用作追求价格大幅波动的日内和摆动交易者的可靠工具。 多货币和市场:凭借其可靠的精度,在不同的工具和市场上运作。 多个时间框架:可在多个时间框架上使用,性能良好。 稳定性:所有指标均不重绘、不重绘和不滞后,确保可靠的信号。 信号清晰度:提供箭头信号,用于清晰的入场和出场点。 实时警报:通过交易入场、SL和TP警报通知交易者
Trend Screener
STE S.S.COMPANY
4.79 (95)
趋势指标,趋势交易和过滤的突破性独特解决方案,所有重要趋势功能都内置在一个工具中! 它是 100% 非重绘多时间框架和多货币指标,可用于所有符号/工具:外汇、商品、加密货币、指数、股票。 限时优惠:支撑和阻力筛选指标仅售 50美元,终身有效。(原价 250 美元)(优惠延长) 趋势筛选器是有效的指标趋势跟踪指标,它在图表中提供带有点的箭头趋势信号。 趋势分析器指标中可用的功能: 1.趋势扫描仪。 2. 具有最大利润分析的趋势线。 3.趋势货币强度计。 4. 带有警报的趋势反转点。 5. 带有警报的强趋势点。 6. 趋势箭头 每日分析示例,每日信号表现...等与我们的趋势筛选指标,可以在这里找到: 点击这里 限时优惠:Trend Screener Indicator 仅售 50 美元且终身可用。原价 125$) 通过访问我们的 MQL5 博客,您可以找到我们所有的高级指标以及分析示例、每日信号表现...等。 : 点击这里 我们的趋势系统由 2 个指标组成: 1. Trend Screener Indicator:显示趋势仪表盘、图表中的趋势线、入场点...等。 2. Trend
Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
4.82 (22)
折扣价为299美元! 未来可能会涨价! 请阅读下面的描述! 终极狙击手仪表盘的最佳进入系统。终极动态水平。(请查看我的产品) 由于MT4多币种测试的限制,终极狙击手仪表盘只适用于实时市场。 介绍Ultimate-Sniper Dashboard! 我们最好的产品包括HA-狙击手、MA-狙击手和许多特殊模式。终极狙击手仪表盘是一个绝对的野兽! 对于任何新手或专家交易者来说,这是最好的解决方案! 永远不要再错过任何一个动作! 对于那些喜欢简单和点数的交易者,我们有一个特别的产品给你。本质上很简单,该仪表板根据多种自定义算法查看28种货币对,完成所有工作。只需一张图表,你就可以像专家一样阅读市场。试想一下,如果你能在任何外汇对开始移动时准确地确定其方向,你的交易会有多大的改善。   我们的系统是为了寻找高概率信号并实时向用户发送警报。没有滞后或错误的信号。 为了保持图表的清洁,你可以在不需要时隐藏Ultimate-Sniper。只需按下箭头按钮即可隐藏仪表板。 Ultimate-Sniper适用于从1分钟到月度的所有时间框架,因此你可以在你选择的任何时间框架上快速发现趋势。 高概率信号
Dynamic Scalper System
Vitalyi Belyh
5 (1)
“ Dynamic Scalper System ”指标专为在趋势波内进行剥头皮交易而设计。 已在主要货币对和黄金上进行测试,并可与其他交易工具兼容。 提供顺势短线建仓信号,并提供额外的价格变动支持。 指标原理: 大箭头决定趋势方向。 在趋势波内,我们采用一种生成小箭头形式的剥头皮交易信号的算法。 红色箭头代表看涨方向,蓝色箭头代表看跌方向。 敏感的价格变动线会沿着趋势方向绘制,并与小箭头信号协同作用。 信号运作方式如下:当线在适当时刻出现时,将形成入场信号;在出现线时,持仓;线完成后,平仓。 建议的操作时间范围为M1 - H4。 箭头在当前K线上方形成,如果下一根K线已开仓,则不会重新绘制上一根K线上方的箭头。 输入参数 Trend Wave Period - 趋势方向(大箭头)的周期,改变趋势波的时间间隔。值 1 表示趋势方向的最长持续时间,参数值越大,持续时间越短。 Scalper Arrows Period - 信号箭头(小箭头)的计算周期,改变入场信号的生成频率。值 3 表示最频繁的生成频率,参数值越大,箭头频率越低,准确度越高。 这些参数可以根据不同的时间范
Quantum Breakout Indicator PRO
Bogdan Ion Puscasu
4.96 (26)
介绍     Quantum Breakout PRO   ,突破性的 MQL5 指标,正在改变您交易突破区域的方式!   Quantum Breakout PRO 由拥有超过 13 年交易经验的经验丰富的交易者团队开发,旨在通过其创新和动态的突破区域策略将您的交易之旅推向新的高度。 量子突破指标将为您提供带有 5 个利润目标区域的突破区域的信号箭头,以及基于突破框的止损建议。 它既适合新手交易者,也适合专业交易者。 量子 EA 通道:       点击这里 MT5版本:   点击这里 重要的!购买后请私信我领取安装手册。 建议: 时间范围:M15 货币对:GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD 账户类型:ECN、Raw 或 Razor,点差极低 经纪商时间:GMT +3 经纪商:IC Markets、Pepperstone with Raw 和 Razor 的点差最低 规格: 不重漆! 最多 5 个建议利润目标区域 建议止损水平 可定制的盒子。您可以设置自己的 Box Time Start 和 Box Time End。 接触 如果您
Scalper Vault
Oleg Rodin
5 (36)
Scalper Vault 是一个专业的剥头皮系统,为您提供成功剥头皮所需的一切。该指标是一个完整的交易系统,可供外汇和二元期权交易者使用。推荐的时间范围是 M5。 该系统为您提供趋势方向的准确箭头信号。它还为您提供顶部和底部信号以及江恩市场水平。无论您拥有何种交易经验,该系统都易于使用。您只需要遵循简单的规则并每天重复该过程。 建议将此系统用于主要货币对。感谢您的关注! 请注意,该指标在策略测试器中可能无法正常工作。因此,我建议仅在模拟或真实账户的真实交易条件下使用该系统。 指示器提供所有类型的警报,包括推送通知。 购买指标后请与我联系。我将免费与您分享我的个人交易建议和出色的奖励指标! 祝您交易愉快,盈利!
Trend indicator AI
Ramil Minniakhmetov
4.53 (83)
趋势人工智能指标是一个伟大的工具,将加强交易者的市场分析结合趋势识别与可操作的进入点和逆转警报。 该指标使用户能够自信和精确地驾驭外汇市场的复杂性 除了主要信号,趋势Ai指标识别在回调或回调期间出现的次要入口点,使交易者能够利用既定趋势内的价格修正。 重要优势: *MT4及MT5工程 *明确买入或卖出信号 ·不重绘 *适用于所有资产 小心我不卖EA或设置电报它骗局. 所有设置免费在这里的博客。  重要! 购买后立即与我联系,以获得指示和奖金! 真实的操作监控以及我的其他产品可以在这里找到: https://www.mql5.com/en/users/mechanic/seller&nbsp ; 设置和输入: 建议为所有资源设置默认设置。 第...
Currency Strength Exotics
Bernhard Schweigert
4.88 (33)
目前8折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个指标是专门用来显示任何符号的货币强度,如异国货币对、商品、指数或期货。它是同类产品中的第一个,任何符号都可以添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度。这是一个独特的、高质量的、负担得起的交易工具,因为我们已经纳入了一些专有的功能和一个新的公式。想象一下,你的交易将如何改善,因为你能够准确地确定新趋势或剥头皮机会的触发点? 用户手册:点击这里   https://www.mql5.com/en/blogs/post/708876 它适用于所有时间框架。你将很快能够看到TREND! 根据新的基础算法设计,它使识别和确认潜在交易变得更加容易。这是因为它以图形方式显示了8种主要货币和一种符号的强弱。 该指标显示了8种主要货币(澳元加元瑞士法郎欧元英镑日元新西兰美元)的强弱线,再加上一个符号! 该指标显示了符号的真实价值。例如:对于XAUUSD(黄金):价格以美元报价。如果黄金在上涨,你怎么能知道是黄金的强势还是美元的弱势?只有当黄金走强时,我们才会进行交易。该指
Route Lines Prices -  是一款用于寻找价格方向的指标。其简洁的界面包含多种价格行为和未来方向计算算法。这些算法包括基于所用时间周期的波动率计算和价格平滑。 该指标只有一个参数,用于更改“ Calculating price values ”。默认值 1 提供均衡的自动计算, 无需手动配置即可使用。 通过手动更改 2 到 500 之间的值,您可以根据自己的交易系统自定义指标。 建议在 M1 到 H4 的时间周期内使用此指标。适用于任何交易品种。 信号箭头在蜡烛图收盘时生成;不会重绘历史数据。 主图表上提供重复箭头。 提供多种类型的警报。内置的线轨迹计数器基于收盘价工作。这意味着,当出现相反信号时,会确定价格轨迹的数值,并在信号结束后的下一根蜡烛图上显示这些数值。 总计数器将获得的值相加,以便在相应的图表上方便地调整参数。
目前八折优惠! 对任何新手或专家交易者来说都是最好的解决方案! 这个仪表板软件适用于28种货币对。它基于我们的两个主要指标(高级货币强度28和高级货币冲动)。它对整个外汇市场提供了一个伟大的概述。它显示高级货币强度值,货币运动速度和28个外汇对在所有(9)时间段的信号。想象一下,当你可以使用图表上的单一指标观察整个市场,以确定趋势和或剥头皮的机会时,你的交易将得到改善 我们已经在这个指标中建立了一些功能,使你更容易识别强势和弱势货币,同时识别和确认潜在的交易。该指标以图形方式显示货币的强势或弱势是增加还是减少,以及它在所有时间段的表现。 增加的新功能是动态市场斐波那契水平,它适应当前的市场条件变化,这是一个已经在我们的高级货币强度28和高级货币冲动指标中使用的成熟的加分项。 在交易时,总是将弱势货币和强势货币配对,这个新指标将帮助你做到这一点。 用户手册:点击这里  https://www.mql5.com/en/blogs/post/708783 特点  显示每个时间段的ACS28和GAP-speed(冲动)的货币强度值。 列:颜色代码以7种颜色显示货币强度:强势
Support Resistance screnner
STE S.S.COMPANY
4.95 (37)
支撑和阻力筛选器是 MetaTrader 的一个级别指标,它在一个指标内提供多种工具。 可用的工具有: 1. 市场结构筛选器。 2. 看涨回调区。 3. 看跌回调区。 4.每日枢轴点 5.每周枢轴点 6. 每月枢轴点 7. 基于谐波形态和成交量的强大支撑和阻力。 8. 银行级区域。 限时优惠:HV 支撑和阻力指示器仅售 50 美元且终生可用。 (原价 125$) 您想尝试不受 Metatrader Backtester 限制的指标吗? 单击此处下载演示版本。 主要特点 基于谐波和音量算法的强大支撑和阻力区域。 基于谐波和成交量算法的看涨和看跌回调区域。 市场结构筛选器 每日、每周和每月的枢轴点。 文档 所有支持和阻力筛选器文档(说明)和策略详细信息均可在我们 MQL5 博客的这篇文章中找到: 单击此处。 接触 如果您有任何问题或需要帮助,请通过私信联系我。 作者 SAYADI ACHREF,金融科技软件工程师,Finansya 创始人。
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO 帮助您了解市场真正的方向转变点。该指标显示真实的趋势反转点以及主要参与者重新入场的时机。 您可以看到 BOS线、 趋势变化和更高时间框架的关键水平——无需复杂的设置或不必要的干扰。信号不会重绘,并在K线收盘后仍然保留在图表上。 VERSION MT 5    -   与……搭配使用时,可发挥其最大潜力   RFI LEVELS PRO 指示器 该指标显示的内容: 实际变化 趋势(BOS 线) 一旦信号出现,它就始终有效!这与会重绘的指标有着重要的区别,后者可能会发出信号后又改变信号,从而导致资金损失。现在,您可以更精准、更准确地进入市场。此外,还有一个功能,会在箭头出现后为K线着色,直到达到目标价位(止盈)或出现反转信号为止。 重复条目   以及主要玩家的充值 为了提高寻找入场点时的视觉清晰度,我们创建了一个模块,该模块首先显示买入/卖出区域,并在该区域内寻找最佳入场点。此外,我们还加入了智能逻辑来管理止损位,该逻辑会随着时间的推移逐步降低止损位的大小,从而降低入场交易时的初始风险(移动止损位)。 信号强度水平(BOS) 该指标采用三个显著性等级来衡量
- Real price is 80$ - 40% Discount (It is 49$ now) Contact me for instruction, add group and any questions! - Non-repaint - I just sell my products in Elif Kaya profile, any other websites are stolen old versions, So no any new updates or support. - Lifetime update free Related product:   Bitcoin Expert Introduction The breakout and retest strategy is traded support and resistance levels. it involves price breaking through a previous level.  The break and retest strategy is designed to help tr
Reversal Master
Alexey Minkov
4.8 (15)
12% OFF EASTER SALE The Reversal Master is an indicator for determining the current direction of price movement and reversal points. The indicator will be useful for those who want to see the current market situation better. The indicator can be used as an add-on for ready-made trading systems, or as an independent tool, or to develop your own trading systems. The Reversal Master indicator, to determine the reversal points,  analyzes a lot of conditions since the combined analysis gives a more a
BlueDigitsFx Easy 1 2 3 System
Ziggy Janssen
4.87 (299)
MT5 版本下载链接: https://www.mql5.com/en/market/product/50048 Telegram 频道和群组: https://t.me/bluedigitsfx V.I.P 群组访问: 发送任何付费产品的付款证明到我们的私信 推荐经纪商: https://bit.ly/BlueDigitsFxStarTrader BlueDigitsFx Easy 123 系统 — MT4 强大的反转和突破检测指标 一款适合新手和专家交易者的全能非重绘系统,用于识别市场反转和突破。 BlueDigitsFx Easy 123 系统通过直观的图形和提醒信号,帮助您轻松识别市场结构变化、突破和趋势反转。 该指标遵循“123”模式: 步骤 1: 在潜在的疲劳点,通过大箭头标示新的高点或低点 步骤 2: 当结构被突破时,发出信号,确认可能的趋势反转 步骤 3: 通过小箭头和支撑/阻力点确认入场时机 注意: 大箭头在当前K线收盘前可能会重绘(因实时监测结构变化)。 小箭头一旦出现,100% 不会重绘。 主要功能 大箭头:识别强烈的结构转变,提示潜在反转 小箭头:10
Auto Optimized MFI
Davit Beridze
5 (1)
Auto Optimized MFI 是一款自适应指标,通过对历史数据进行真实交易模拟,自动调整最适合您市场和时间周期的 MFI 买入/卖出水平。不同于传统固定的 80/20 阈值,它根据实际价格与成交量的行为进行优化,帮助您找到更有效的进出场区域。 工作原理 该指标会扫描指定范围内的历史K线,并基于MFI信号进行交易模拟,记录每次交易的胜率、回撤、止盈止损等表现。根据这些结果,它会自动在每日、每周或每月周期内更新最优的 MFI 水平,使策略始终贴近当前市场状态。 主要功能 可自定义的 MFI 周期(默认:14) 优化所用的历史K线数量(优化范围) 买入/卖出水平的边界设定 可调节的步进间距,用于精细优化 设置最小利润目标,过滤无效策略 MFI线和信号箭头的样式可自定义 这款工具非常适合寻求策略自动优化的交易者,使您的交易系统能随着市场动态不断调整,而不再依赖固定规则。
购买此指标即可免费获得我的专业交易管理器。 首先,值得强调的是,这个交易系统是一个非重绘、非重画和非滞后的指标,这使得它非常适合手动和机器人交易。 在线课程,手册和下载预设。 “智能趋势交易系统 MT5”是专为新手和经验丰富的交易者量身定制的综合交易解决方案。它结合了超过 10 个优质指标,具有 7 多个强大的交易策略,使其成为适用于各种市场条件的多功能选择。 趋势跟随策略:提供精确的入场和止损管理,以有效地跟随趋势。 反转策略:识别潜在的趋势反转,使交易者能够利用区域市场的机会。 剃头策略:专为快速准确的日内交易和短期交易而设计。 稳定性:所有指标都不会重绘、不会重画和不会滞后,确保可靠的信号。 定制:支持自定义策略,以满足个人交易偏好。超过 7 种策略和组合可帮助您找到最佳策略。 信号清晰度:提供箭头信号,以指示清晰的入场和退出点。 实时警报:通过交易进出警报使交易者保持了解。 深入分析:提供更高时间框架的趋势分析和实时交易监控。 自适应颜色编码:利用蜡烛颜色编码来显示成交量、趋势和反转蜡烛信号。通过蜡烛颜色分析市场方向。 “智能趋势交易系统 MT5”赋予交易者必要的工具,以便在
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 对的双重动量买入和卖出。 超买/超卖警告外部范围和止损。 反转
Pips Generator
Oleg Rodin
4.6 (10)
Apollo Pips Generator 是提供趨勢方向信號的指標。該指標提供多個入口點,因此您總能找到獲利的交易機會。注意截圖。 屏幕截圖顯示了點數生成器工具與我的其他工具的組合,該工具由帶有指示頂部和底部的星形信號的通道表示。這種組合為您提供了多種應用系統的方式。 購買後請聯繫我免費獲得我的第二個指標。您將擁有與我在屏幕截圖中顯示的完全相同的系統。 我還將為您提供有關如何使用該系統以獲得最佳結果的說明。 這兩種工具都提供所有類型的警報,包括推送通知。 該指標可用於任何貨幣對、商品、指數、金屬或任何其他資產。它也可以用於任何時間範圍。 無論您擁有何種級別的交易經驗,您一定會發現此工具對您的交易需求和目標很有幫助。 祝您交易愉快!
GOLD Impulse with Alert
Bernhard Schweigert
4.67 (12)
这个指标是我们2个产品 Advanced Currency IMPULSE with ALERT  +   Currency Strength Exotics 的一个超级组合。 它适用于所有时间框架,并以图形方式显示8种主要货币和一种符号的强势或弱势冲动! 该指标专门用于显示任何符号的货币强度加速,如黄金、异国货币对、商品、指数或期货。这是它的第一个指标,任何符号都可以被添加到第9行,以显示黄金、白银、石油、DAX、US30、MXN、TRY、CNH等的真实货币强度加速(冲动或速度)。 建立在新的基础算法上,它使识别和确认潜在的交易更加容易。这是因为它以图形方式显示了一种货币的强势或弱势是否正在加速,并测量了这种加速的速度--把它想象成你汽车中的速度表。当你加速时,事情显然会发生得更快,这在外汇市场上也是一样的,即如果你配对的货币正在向相反的方向加速,你就会发现一个潜在的有利可图的交易。 动态市场斐波那契28水平被用作警报触发器,将适应市场活动。如果冲动击中黄色触发线,你将收到警报。然后你就知道作为一个交易员应该做什么。货币对和方向已经给出。只需点击警报按钮,就可以切换到该货
Currency Strength Matrix
Raymond Gilmour
4.5 (26)
THE ONLY CURRENCY STRENGTH INDICATOR THAT IS BASED ON PRICE ACTION. DESIGNED FOR TREND, MOMENTUM & REVERSAL TRADERS This indicator  reads price action to confirm trend and strength . Advanced multi-currency and multi-time frame indicator that shows you simply by looking at one chart, every currency pair that is trending and the strongest and weakest currencies driving those trends. For full details on how to use this indicator, and also how to get a FREE chart tool, please see user manual HERE
Wave Cycle Counter
Eric Evert Ouweneel
Wave and Cycle counter to give an immediate indication how far the ongoing trend has progressed. Low numbers: trend has just started, ride the trend. Higher numbers: trend is 'older', watch for reversals This indicator is 100% compatible with the fantastic TopDog trading strategy. (I will NOT give any details about this Top Dog strategy) The trend direction is determined by a SMA value (or any other MA) you can set. Waves and cycles numbers and letters are derived from a SlowStoch setting. Wave
KT Gaussian Trend Filter MT4
KEENBASE SOFTWARE SOLUTIONS
KT Gaussian Trend Filter 结合高斯滤波与线性回归平滑处理,为交易者提供清晰且准确的趋势分析。它生成直观的买入和卖出信号,同时有效地突出市场的长期方向。 功能特点 可自定义的高斯滤波器: 可调节周期和极点设置,优化平滑效果并提升趋势可读性。 线性回归增强: 进一步细化高斯平滑效果,减少市场波动带来的假信号。 多周期扫描仪: 自动检测多个周期的高斯趋势方向,并在面板中清晰显示。 回撤带功能: 便于在趋势回调阶段识别有效的进场机会。 可自定义颜色设置: 可根据图表风格和个人偏好轻松调整指标配色。 内置提醒功能: 支持弹窗、邮件、推送和声音提醒,实时通知信号变化。 使用方法 该指标提供直观的信号,帮助交易者判断何时进场与出场。一个实用的方法是在回调结束后寻找趋势延续信号。过滤器能有效判断回调是否结束,以及主趋势是否重新启动。 多周期分析: 在不同周期上应用此指标,可更全面地评估趋势一致性并优化入场时机。 控制平滑强度: 过度平滑可能掩盖重要价格变化。建议适度调整设置,以平衡趋势清晰度与灵敏度。 参数设置 Gaussian Period – 定义高斯滤波器的周期长度
作者的更多信息
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 
筛选:
无评论
回复评论