Institutional Framework Trading System MT5

概述

Institutional Framework Trading System MT5 是一款面向金融交易品种的多层级共振分析指标,基于 Smart Money Concepts(SMC)价格结构、期权持仓数据(针对 XAUUSD)以及宏观市场状态评分构建。

指标仅在K线完全收盘后生成不重绘的买入和卖出信号,并会直接在图表上绘制其检测到的底层市场结构,包括订单块(Order Blocks)、供给区与需求区、流动性扫掠(Liquidity Sweeps)、衰竭(Exhaustion)、吸收(Absorption)以及 Delta 背离(Delta Divergence)

因此,每一个信号背后的市场结构和分析依据都可以直接在图表上查看,而不是隐藏在一个“黑箱”系统中。

该指标不会执行交易、管理风险或计算仓位大小。它是一个信号与市场分析层,旨在与您自己的交易管理系统配合使用。

信号检测

两个独立的检测层协同工作:

  • 结构(Structure):识别多头和空头订单块、供给区和需求区、对前期摆动高点/低点的流动性扫掠,以及当前活跃交易区间内的溢价 / 折价 / 均衡区域。

  • 确认(Confirmation):识别衰竭K线(长影线、小实体,并与被突破的摆动结构方向相反)、吸收(在关键价位的窄幅区间内出现高成交量并被拒绝),以及摆动点上的 Delta 或成交量背离。同时使用基于 ATR 缩放的最小摆动幅度过滤器,以减少由市场噪音造成的虚假信号。

两种信号模式

  • Conservative(保守模式):要求订单块、流动性扫掠和背离同时满足(每项要求均可单独开启或关闭),随后通过评分机制进行评估,并必须达到最低共振阈值。在此模式下,基本面/市场情绪状态(见下文)可以阻止与当前市场状态方向相反的信号。

  • Rangebound(区间模式):要求存在结构(订单块或供给/需求区),同时至少满足一个确认因素。在此模式下,无论宏观状态评分是多少,多空两个方向均保持有效。

其他过滤器——包括高时间框架方向确认、交易时段窗口、信号冷却时间以及订单块最大有效年龄——同时应用于两种模式,并且均可独立配置。

期权持仓分析层

Max Pain(最大痛点)、Support/Resistance(支撑/阻力)、Battle Zones(争夺区)以及基于 Gamma 的价格水平,均根据期权未平仓量(Open Interest)和成交量计算。

系统支持两种数据来源:

  • 您提供的 CSV 文件,其中包含真实的黄金期权链数据,以及手动输入的周度行权价。

  • 可选的实时 API 模式,从第三方 Gamma Exposure 数据提供商获取数据。在该提供商的免费套餐中,无法直接获取黄金期货期权数据,因此该模式使用具有相关性的黄金矿业股票作为市场情绪代理,而不是实际的黄金期权数据。每当该模式启用时,指标会在自身的图表信息面板中明确披露这一点。

在该模式下,基于代理数据计算出的价格水平不会绘制在黄金图表上;图表中仅显示真实的黄金价格水平。

宏观市场状态评分

两个独立的 0–100 综合评分——基本面评分和市场情绪评分——可以参与信号逻辑:

  • 自动组件:CFTC Commitment of Traders(交易者持仓报告)持仓数据、黄金 Fear & Greed(恐惧与贪婪)指标、美联储资产负债表、CPI、PPI 以及失业率。这些数据均从公开数据源获取,并按照可配置的刷新间隔进行更新。

  • 手动组件:对于一些没有可靠免费公开数据源的数据,系统保留为由用户直接输入的参数,包括美联储政策立场、降息概率、NFP/ADP 实际值与预期值、地缘政治紧张程度以及 Bank Participation Report(银行参与报告)数据。

两个综合评分也可以被关闭,改为使用单一固定输入值,或者由独立的 Expert Advisor 通过 GlobalVariables 提供。

可视化

订单块、供给/需求区、当前活跃交易区间、衰竭 / 吸收 / 背离标记、集群共振标记以及 Fibonacci 扩展参考线(明确标记为仅供视觉参考)均以图表对象的形式绘制。

每一种可视化元素都可以独立开启或关闭。

警报

每出现一个新信号时,可以触发弹窗警报以及移动端 Push 推送通知

默认情况下,历史回填信号不会触发警报。因此,当指标首次加载到一个已经存在历史数据的图表上时,不会因为过去已经形成的信号而产生大量历史警报。

系统要求

自动基本面/市场情绪数据以及实时期权数据功能,需要在交易终端的 Expert Advisor 设置中,为指定的外部主机启用 WebRequest,同时需要为其中一个数据源提供免费的 API Key。

完整说明可以在指标自身的输入参数提示以及图表日志输出中查看。

如果您不希望授予终端网络访问权限,所有自动数据功能都可以关闭,并改为使用手动输入。

输入参数

信号模式

  • SignalMode — Conservative 或 RangeBound(参见上面的说明)。

市场状态输入(备用)

  • FundamentalScore — 固定的基本面评分(0–100)。仅当自动数据获取关闭且没有设置 GlobalVariable 覆盖值时使用。

  • SentimentScore — 固定的市场情绪评分,使用逻辑与上述参数相同。

自动基本面与市场情绪

  • UseAutoFundamentals — 自动计算基本面评分。

  • UseAutoSentiment — 自动计算市场情绪评分。

  • FRED_API_Key — 您自己的免费 API Key,用于获取美联储资产负债表数据。仅该数据组件需要此 Key。

  • OilSymbol — 您的经纪商所使用的 WTI 原油交易品种符号,用于石油因素分析(直接读取,不进行外部请求)。

  • FundamentalsRefreshHours / SentimentRefreshHours — 自动组件的刷新间隔。

基本面:手动组件

  • ManualFedStance — 您对当前美联储政策基调的判断(0 = 极度鹰派,100 = 极度鸽派)。

  • ManualCmeCutProb — 下一次会议降息概率,根据您从其他来源获得的数据进行输入。

  • ManualNFPActual / ManualNFPExpected — 最新 Non-Farm Payrolls(非农就业)实际值和市场共识预期值。

  • ManualADPActual / ManualADPExpected — 最新 ADP 就业数据实际值和市场共识预期值。

  • ManualGeoScore — 您对当前地缘政治风险的判断(0–100)。

市场情绪:手动组件

  • BPR_USBanksLong / BPR_USBanksShort — 来自 CFTC Bank Participation Report 的美国银行多头/空头持仓数据。指标会根据这两个数值,自动计算其相对于历史存储数据的百分位排名。

SMC / 结构检测

  • SwingWing — 确认一个摆动点所需的左右两侧K线数量。

  • SwingLookback — 向历史回溯搜索摆动结构的范围。

  • ATRPeriod — 内部 ATR 的平均计算周期,该 ATR 用于指标中的多个计算。

  • DisplacementMult — 通用 displacement 阈值(信息参数)。

  • OBDisplacementMult — 订单块 displacement K线所要求的最小实体/ATR 比率。

  • OBMaxWickRatio — 该K线允许的最大影线比例。

  • SDMoveMultiple — 相对于其基础结构,价格需要产生多大的移动才能被认定为供给/需求区。

  • EquilibriumBandPct — 活跃交易区间内部“Equilibrium(均衡)”中性区域的宽度。

信号评分(仅 Conservative 模式)

  • RequireOrderBlock / RequireSweep / RequireDivergence — 分别独立开启或关闭订单块、流动性扫掠和背离要求。

  • MinSignalScore — 触发信号所需达到的最低共振评分。

  • OBProximityPct — 当前价格必须接近有效订单块的程度。

Delta(原生 Tick 数据)

  • MaxTickBars — 最近多少根K线使用真实 Tick 级别的买卖 Delta 数据;超过该范围后,指标将使用成交量作为代理数据。具体取决于经纪商提供的 Tick 历史数据。

衰竭检测

  • EnableExhaustion — 开启/关闭。

  • ExhaustionWickMult / ExhaustionBodyMult — 基于 ATR 的影线和实体大小阈值,用于定义有效的衰竭K线。

吸收检测

  • EnableAbsorption — 开启/关闭。

  • AbsorptionVolFactor — 相对于近期平均成交量的成交量阈值。

  • AbsorptionRangeFactor — 允许的最大K线波动范围(相对于 ATR)。

  • AbsorptionRejectPct — 所要求的最小影线拒绝程度。

Delta 背离

  • EnableDivergence — 开启/关闭。

  • DrawDivergenceMarks — 在图表上显示背离标记。

  • DivergenceMinSwingATR — 在较低低点 / 较高高点被计入背离之前,所需的最小摆动幅度差异(以 ATR 缩放)。

集群共振

  • UseClusterScoring — 开启/关闭。

  • MinClusterSignals — 被视为一个集群所需的同时出现的因素数量。

  • ClusterBonusScore — 检测到集群后添加到共振评分中的额外分数。

可视化

  • DrawActiveRange / DrawOrderBlocks / DrawExhaustionMarks / DrawAbsorptionMarks — 分别独立开启或关闭相应的图表元素。

  • ZoneRayBars — 供给/需求区或其他区域矩形向右延伸的K线数量。

  • GV_Prefix — 此指标内部 GlobalVariables 使用的前缀。只有在运行多个互相独立、且不应共享状态的指标实例时才需要修改。

供给与需求区

  • DrawSupplyDemandZones — 开启/关闭。

  • SDLookback — 向历史回溯搜索供给/需求区的范围。

  • SDMaxBaseCandles — 可被视为区域基础(Base)的最大K线数量。

  • SDDisplacementMult — 区域成立所需的最小 displacement 阈值。

  • SDMaxZonesShown — 每个方向最多显示的区域数量。

  • SupplyZoneColor / DemandZoneColor — 供给区 / 需求区的图表颜色。

标记显示

  • MarkLookbackBars — 向历史回溯多少根K线,用于绘制衰竭、吸收、背离和集群标记。

期权:数据源(CSV 模式)

  • CSV_File_Name — 您的期权链 CSV 文件名称(仅在 Live API 模式关闭时使用)。

  • Weekly_Call_Strikes / Weekly_Put_Strikes — 手动输入的周度 Call / Put 行权价数据。

  • Weekly_Weight — 周度数据相对于月度数据的权重。

实时数据源

  • UseLiveAPI — 开启/关闭(参见上面的“期权持仓分析层”)。

  • FlashAlpha_API_Key — 您自己的实时数据提供商 API Key。

  • FlashAlpha_Symbol — 实时模式下使用的相关性资产交易符号。

  • FlashAlpha_Expiration — 目标期权到期日。

  • RefreshIntervalHours / MaxDailyAPICalls — 数据刷新频率以及自行设定的每日 API 调用上限。

期权:阈值

  • Min_OI_Threshold / Min_Volume_Threshold — 一个行权价被纳入计算所需的最低未平仓量(OI)和成交量。

  • Max_Pain_Buffer — 计算出的 Max Pain 水平周围允许的容差范围。

  • Max_Strikes_Processed — 过滤后最多保留的行权价数量。

  • Max_Battle_Zones_Shown — 最多显示的高成交量“Battle Zone(争夺区)”水平数量。

期权:刷新

  • Refresh_Hotkey — 用于强制立即刷新数据的图表快捷键。

  • Auto_Refresh_Seconds — CSV 模式下的自动刷新间隔。

期权流动性共振

  • UseOptionsConfluence — 允许附近的期权价格水平为共振评分提供额外加分。

  • OptionsConfluenceATRMult — 以 ATR 缩放的价格接近容差。

  • OptionsConfluenceBonus — 应用到共振评分中的额外分数。

高时间框架确认

  • UseHTFFilter — 要求当前信号方向与高时间框架方向一致。

  • HTFTimeframe — 用于检查的高时间框架周期。

  • HTFLookbackBars — 用于比较的高时间框架历史K线数量。

  • HTFNeutralPct — 被视为有效方向所需的最小百分比移动。当移动幅度低于该值时,高时间框架被视为中性。

交易时段过滤器

  • AllowedSession — 将信号限制在伦敦时段、纽约时段、两个时段或全部交易时段内(基于近似 UTC 时间窗口)。

  • UTCOffsetHours — 根据经纪商服务器时间偏移进行调整。

警报

  • AlertOnSignal — 每出现一个新信号时触发弹窗警报。

  • SendPushNotification — 每出现一个新信号时发送移动端 Push 推送。

  • SuppressAlertsOnBackfill — 指标首次加载到图表时,禁止历史信号触发警报。

信号冷却

  • SignalCooldownBars — 同一价格水平上重复信号之间所需的最小K线数量。

过期区域衰减

  • MaxBarAgeForSignal — 一个订单块从形成开始计算,最多允许存在多少根K线后,仍可被视为有效并用于生成新信号。

Fibonacci 扩展参考

  • EnableFibTargets — 开启/关闭。

  • FibTP1 / FibTP2 / FibTP3 — 用于绘制参考线的 Fibonacci 扩展比例(仅供视觉参考)。

  • FibTP1Color / FibTP2Color / FibTP3Color / TrailBEColor — 各 Fibonacci 参考线及 Trail/BE 线的图表颜色。


推荐产品
Smart FVG Stats
- Md Rashidul Hasan
5 (1)
The  Smart FVG Statistics Indicator  is a powerful MetaTrader 5 tool designed to automatically identify, track, and analyze Fair Value Gaps (FVGs) on your charts. Love it? Hate it? Let me know in a review! Feature requests and ideas for new tools are highly appreciated. :) Try "The AUDCAD Trader": https://www.mql5.com/en/market/product/151841 Key Features Advanced  Fair Value Gap  Detection Automatic Identification : Automatically scans for both bullish and bearish FVGs across specified histo
FREE
Swiss VWAPsimple
Terence Gronowski
4.8 (5)
Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The values
FREE
White Weis Volume Ticks
Ricardo Almeida Branco
5 (4)
White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance
High Low Open Close
Alexandre Borela
4.98 (45)
如果你象这个项目一样,就有5个饥饿审查。 这项指标采用了既定价格的公开、高、低价和关闭价格 可以对特定时间区加以调整。 许多机构和专业人士都认为这些是重要的。 贸易商可以为你了解他们可能更进一步的地点, 积极。 现有期间为: 前一日。 前一星期。 曾任Month。 曾任。 前一年。 或: 目前日。 目前周。 目前 Month。 目前配额。 今年。
FREE
VWAP Anchor Tool
Jackson Mukurani Wanguthi
Anchored VWAP is a lightweight, interactive volume-weighted average price indicator designed for traders who need precision without clutter. Unlike standard VWAP that resets every session, this tool lets you drop up to five custom anchors directly on any candle. Each anchor calculates VWAP from that exact point forward, complete with standard deviation bands to highlight where price may find support or resistance relative to volume. Key Features: • Up to 5 simultaneous anchors — compare multi
FREE
Basic Vwap
james mugendi
4 (1)
Simple Vwap with the daily, weekly and monthly VWAP is the abbreviation for   volume-weighted average price , which is a technical analysis tool that shows the ratio of an asset's price to its total trade volume. It provides traders and investors with a measure of the average price at which a stock is traded over a given period of time. How it's used Identify entry and exit points:   Traders can use VWAP to determine when to buy or sell an asset.   Understand price trends :  Traders can use V
FREE
VWAP + Volume Profile Combined Indicator FREE Launch Offer OVERVIEW Professional combination of VWAP (Volume Weighted Average Price)  and Volume Profile in a single MT5 indicator. This powerful tool  combines two of the most respected institutional trading tools  into one seamless display. KEY FEATURES 1. VWAP with 6 calculation modes 2. Volume Profile with Value Area analysis 3. Point of Control identification 4. Standard deviation bands 5. Dynamic color changing 6. Separate buy/sell vol
FREE
Weis Wave Double Side Alert
Eduardo Da Costa Custodio Santos
The Weis Wave Bouble Side Indicator for MT5 is part of the toolkit (Wyckoff Academy Wave Market) The Weis Wave Bouble side Indicator for MT5 was created based on the already established Weis Wave created by David Weis. The Weis Wave Double Side indicator reads the market in waves as R. Wyckoff did in 1900. It helps in the identification of effort x result, cause and effect, and Supply and demand Its differential is that it can be used below the zero axis and has a breakout alert showing Who is s
Donchian Breakout And Rsi
Mattia Impicciatore
4.5 (2)
概述 本指标是经典 Donchian 通道 的增强版,增加了多种实用的交易功能。 除了标准的三条线(最高、最低和中线),系统能够检测 突破 ,并在图表上用箭头进行可视化标记,同时只显示 与当前趋势方向相反的那条线 ,让图表更加简洁。 功能包括: 可视化信号 :突破时在图表上绘制彩色箭头 自动通知 :弹窗、Push 推送和 Email 邮件 RSI 过滤 :根据市场相对强弱验证信号 个性化设置 :颜色、线条粗细、箭头符号、RSI 阈值等 工作原理 Donchian 通道计算: 上轨线 :最近 N 根已收盘 K 线的最高价 下轨线 :最近 N 根已收盘 K 线的最低价 中线 :最高价和最低价的平均值 看涨突破 :收盘价高于上轨线 看跌突破 :收盘价低于下轨线 指标会: 绘制三条 Donchian 通道线 仅在 方向变化后的首次突破 绘制箭头 隐藏顺应趋势方向的那条线(上涨趋势: 只显示红色下轨线;下跌趋势: 只显示绿色上轨线) 可选用 RSI 过滤突破信号,减少虚假突破 支持实时发送通知 参数说明 Donchian 通道设置 indPeriod :计算通道高低点的已收盘 K 线数量 Lin
FREE
Indicator Description Range Filter Pro is a sophisticated trading tool for XAUUSD (Gold) that combines adaptive price filtering with volume analysis and real-time market monitoring. Designed for both novice and professional traders, this indicator helps identify trend direction, potential reversals, and significant market movements through its multi-layered approach. Key Components 1.Dynamic Range Filter 2.Volatility-Adjusted Bands 3.Volume-Enhanced Candles 4.Professional Trading Dashboard 5.M
FREE
How it works –   Base-departure detection — algorithmically finds consolidation bases (overlapping range with compressed volatility) followed by displacement departures. Patterns: Drop-Base-Rally, Rally-Base-Drop, Rally-Base-Rally, Drop-Base-Drop — detected structurally, not by candle names. –   Strength score (0–100) — from departure velocity, time-at-base, freshness (each revisit decays the score), higher-timeframe confluence and origin volume. –   Lifecycle — Fresh, Tested (decaying), Broken
FREE
MIDAS Super VWAP
Flavio Javier Jarabeck
4.27 (11)
Imagine VWAP, MVWAP and MIDAS in one place... Well, you found it! Now you can track the movement of Big Players in various ways, as they in general pursue the benchmarks related to this measuring, gauging if they had good execution or poor execution on their orders. Traders and analysts use the VWAP to eliminate the noise that occurs throughout the day, so they can measure what prices buyers and sellers are really trading. VWAP gives traders insight into how a stock trades for that day and deter
FREE
Macro-R Pro Signal — Advanced Trading Signal Indicator Macro-R Pro Signal is a professional trading indicator designed to deliver high-quality BUY and SELL signals with enhanced precision and reduced market noise. By combining Bollinger Bands, RSI, and adaptive volatility filtering , this indicator helps traders identify high-probability reversal points while avoiding unfavorable market conditions. How the Strategy Works This indicator is built on a mean reversion + momentum confirmation concep
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
MSX Hybrid Heiken Scalper
Som Prakash Gehlot
5 (1)
MSX Hybrid Heiken Scalper Overview MSX Hybrid Heiken Scalper is a MetaTrader 5 indicator based on a modified Heiken Ashi methodology with closed-bar smoothing. The indicator is designed to display trend direction through color-coded candles while reducing sensitivity to short-term market fluctuations. All calculations are performed using completed candles, allowing historical values to remain fixed after bar close. Features • Modified Heiken Ashi calculation • Closed-bar processing • Color-code
FREE
Simple Weis Wave
Jean Jacques Huve Ribeiro
3.67 (3)
One of the best tools for analyzing volume, Weis Wave was idelized by David Weis, to facilitate the reading of directional flow. For the VSA method disciples it is an evolution of the practices created by Richard Wycoff, facilitating a predictive reading of the market, always seeking an accumulation and distribution of the negotiated contracts. Cumulative wave volume  Range of wave ( removed) Average Wave volume Ref "Tim Ord lectures" ( removed)
FREE
VWAP Diaria
Samuel De Souza Ferreira
Daily VWAP — Institutional Reference for Intraday Value The Daily VWAP is a professional indicator based on the Volume-Weighted Average Price (VWAP) , designed to reveal the true balance between price and volume throughout the trading session. Unlike traditional moving averages, the Daily VWAP incorporates the weight of traded volume in every price movement, providing a much more accurate reference to the behavior of institutional traders and large market participants. What the indicator deliver
FREE
Correlation Matrix Pro - 多货币相关性分析 实时了解货币对之间的相关性! 一款强大的分析工具,可帮助您同时可视化多达6个货币对之间的统计关系。非常适合投资组合管理、风险分散和对冲策略。 主要功能 - 使用对数收益率的实时皮尔逊相关性 - 同时监控多达6个货币对 - 自动时间框架检测 - 可调回溯周期(5-200根K线) - 自动对冲机会检测 - 简约可折叠面板设计 - 颜色编码矩阵,即时解读 颜色编码 绿色 (+0.70 至 +1.00) = 强正相关 浅绿色 (+0.50 至 +0.69) = 中等正相关 灰色 (-0.49 至 +0.49) = 弱/无相关 橙色 (-0.50 至 -0.69) = 中等负相关 红色 (-0.70 至 -1.00) = 强负相关(对冲) 为什么要关注相关性? 风险管理 避免通过高度相关的头寸使风险加倍。 对冲策略 自动找到具有强负相关性的货币对进行有效对冲。 投资组合多元化 使用低相关性货币对构建多元化投资组合。 相关性突破 检测背离——通常是即将到来的市场变动信号。 输入参数 显示设置: - 面板 X/Y 位置 - 启动时
FREE
Follow The Line MT5
Oliver Gideon Amofa Appiah
4.6 (35)
This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL. (you can change the colors). It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more powerful and reliable signals. Get them here: https://www.m
FREE
Key level wedge MT5
Presley Annais Tatenda Meck
The   Key level wedge MT5   indicator automatically draws rising wedge pattern and falling wedge pattern for you on the chart. This pattern is really good when used as a confirmation entry at key support & resistance, supply & demand and reversal zones. Advantages  The   Key level wedge MT5   block DOES NOT RE-PAINT, giving you confidence when a signal appears and also helps when looking back.  The   Key level wedge MT5   includes an on/off button on the chart to easily keep the charts clean
VisualVol EURUSD
Maxim Kuznetsov
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Renko bricks drawn as time-anchored boxes on your ordinary chart, so brick structure and real time stay visible together. A renko brick prints when price moves a set distance, ignoring how long that takes. That strips out the sideways noise a time chart is full of. The usual way to see them is a separate offline chart, which loses the clock. This draws the same bricks over your normal candles instead, so you keep the time axis, your other indicators, and your orders. How the bricks are built Onl
FREE
Levels of Pivots
Nikolay Mitrofanov
The utility draws reversal levels using the formulas for each of the selected number of candles: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)) H = high L = low U = if the candle is bullish, then close. Otherwise - open D = if the candle is bullish, then open. Otherwise - close On any timeframe. After a new candle closes on the calculated timeframe
FREE
Sweep Liquidity
Nawal Kishor Yadav
5 (1)
Liquidity Sweep Pro v3.2 — 智能资金流动性检测 专业指标,专为实时检测机构流动性扫荡而设计。可识别买入侧流动性(BSL)和卖出侧流动性(SSL)扫荡,并自动分类为 Strong(强)和 Weak(弱)。 主要功能: • 实时检测 BSL 和 SSL 流动性扫荡 • 基于影线比例、实体收盘和成交量进行 Strong vs Weak 分类 • 内置质量过滤器:    - Wick Ratio Filter(影线比例过滤器,可为 Strong & Weak 分别调整)    - Volume Filter(tick 成交量与 MA 比较)    - Body-Close Filter(实体收盘过滤器) • 当前交易时段的扫荡计数仪表板(Strong/Weak BSL & SSL) • 非重绘箭头 — 信号在柱线收盘后确认 • 完全可自定义颜色、箭头距离、面板位置和过滤器设置 • 冷却系统,防止信号过于密集 • 轻量级,性能优化 仪表板(Dashboard) 在屏幕角落以简洁面板显示当前时段的扫荡统计、活动过滤器和配置摘要。 输入参数 Swing Strength 和
FREE
Girassol Sunflower MT5 Indicator
Saullo De Oliveira Pacheco
3.86 (7)
This is the famous Sunflower indicator for Metatrader5. This indicator marks possible tops and bottoms on price charts. The indicator identifies tops and bottoms in the asset's price history, keep in mind that the current sunflower of the last candle repaints, as it is not possible to identify a top until the market reverses and it is also not possible to identify a bottom without the market stop falling and start rising. If you are looking for a professional programmer for Metatrader5, please
FREE
Pivot Point Fibo RSJ
JETINVEST
4.41 (22)
枢轴点斐波那契 RSJ 是一个指标,它使用斐波那契汇率追踪当天的支撑线和阻力线。 这个壮观的指标使用斐波那契汇率通过枢轴点创建多达 7 个支撑位和阻力位。 价格如何尊重该支撑和阻力的每个水平真是太棒了,在那里可以感知操作的可能进入/退出点。 特征 多达 7 个支撑位和 7 个阻力位 单独设置级别的颜色 输入 枢轴类型 Pivot Fibo RSJ1 = Fibo ratio 1 计算 Pivot Fibo RSJ2 = Fibo ratio 2 计算 Pivot Fibo RSJ3 = Fibo ratio 3 计算 Pivot Fibo Classic = 经典枢轴计算 最低枢轴级别 旋转 3 个级别 旋转 4 个级别 旋转 5 个级别 枢轴 6 个级别 旋转 7 个级别 如果您仍有疑问,请通过直接消息与我联系: https://www.mql5.com/zh/users/robsjunqueira/
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.57 (14)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
Bollinger Bands B
Flavio Javier Jarabeck
4.5 (6)
John Bollinger created this indicator in 2010 as a way to read the original indicator (Bollinger Bands) in a more "technical" way, shown as an oscillator. The typical range of the Bollinger Bands %B is 0 - 0.5 - 1.0, where "0" represents the lower band, the "0.5" the middle band, and "1" the upper band. The line on the indicator represents the Closing prices. As simple as that. SETTINGS Bollinger Bands period of analysis Standard Deviation multiplier Shift Price type to be analyzed If you like
FREE
Intraday Vwap Orion
Joao Paulo Botelho Silva
Theory VWAP is a volume-weighted moving average, bringing greater relevance to prices. The VWAP base calculation follows the classic formula described in Investopedia ( https://www.investopedia.com/terms/v/vwap.asp ). VWAP = sum(typical price[i]*volume[i]) / sum(volume[i]) Functionalities Orion Intraday VWAP innovates by allowing the user to choose between the conventional Daily, Weekly and Monthly periods, also having the option of calculating the Intraday indicator, as used in other platform
该产品的买家也购买
Neuro Poseidon MT5
Daria Rezueva
4.8 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
Boom & Crash & PainX & GainX Ultimate Spike Detector Trade Spikes With Confidence — Not Guesswork Catching spikes should be one of the most profitable strategies in synthetic markets. But for most traders, it becomes one of the most frustrating. You enter too early… price goes against you. You wait for a spike… it never comes. You finally catch one… but don’t know whether to hold or close. You make profit… then give it all back because there’s no exit plan. This is exactly the problem the Ultim
Boom & Crash & PainX & GainX Ultimate Spike Detector Trade Spikes With Confidence — Not Guesswork Catching spikes should be one of the most profitable strategies in synthetic markets. But for most traders, it becomes one of the most frustrating. You enter too early… price goes against you. You wait for a spike… it never comes. You finally catch one… but don’t know whether to hold or close. You make profit… then give it all back because there’s no exit plan. This is exactly the problem the Ultim
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro 是一款適用於 MetaTrader 5 的趨勢跟隨指標,專為希望在圖表上獲得更清晰訊號、更有結構的交易設定,以及更實用風險管理的交易者而設計。 它不僅僅顯示一個簡單的箭頭,GEM Signal Pro 還能以更清晰、更易讀的方式呈現完整的交易思路。當條件確認完成後,指標可在圖表上顯示進場價、止損價與止盈目標,幫助交易者更有效率地評估交易設定。 運作方式 該指標首先根據其內部邏輯識別有效的初始訊號。 當確認條件滿足後,GEM Signal Pro 會在圖表上顯示完整的交易設定。這讓交易者可以更清楚地看到交易結構,並減少手動分析與計算的工作量。 圖表上的交易價位 對於已確認的訊號,GEM Signal Pro 可顯示: 進場價 止損價 止盈 1 止盈 2 止盈 3 風險報酬比 這讓交易設定更容易理解,也有助於讓圖表分析更有條理。 內建風險管理 風險管理是此指標設計的重要部分。 止損位基於近期市場結構,結合附近的擺動高低點與可選的 ATR 緩衝距離。這能讓交易價位更貼近當前市場條件,而不只是依賴固定距離。 圖表資訊面板 GEM Si
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
FX-AIEA 供给需求区智能识别指标(Supply and Demand Indicators MT5)——技术原理与参数讨论 版本:2.51 | 适用平台:MetaTrader 5 引言 供给需求区是机构订单流的重要表现形式,相比传统支撑阻力位能更直接地反映买卖力量的失衡。本指标尝试通过算法自动识别高概率供需区域,以减少手动绘制的耗时与主观性。其核心逻辑基于自适应 ZigZag 算法,提取波峰波谷并生成区域标识 。 核心技术特点 全自动绘制机制 :基于改良版 ZigZag 动态提取有效极值,标记潜在供给区与需求区。指标遵循 MQL5 原生   prev_calculated   机制,在新 K 线生成时自动重绘,支持跨周期强制计算( Forced_TimeFrame   参数)。 区域边界模式 :支持宽带(覆盖K线影线极值)与窄带(仅覆盖实体)两种模式,用户可通过   use_narrow_bands   参数切换,以适应不同交易风格。 滤噪算法 :启用   kill_retouch   后,自动剔除被后续行情反复轻触但未有效突破的弱势区域,以提升信号有效性。 视觉与性能 :支持自
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
大多数箭头指标只给你一个信号,然后让你自己去判断剩下的一切。KT Alpha Hunter Arrows 为你提供完整的交易计划。 每一个信号箭头出现时,都会同时绘制一套完整计划:入场线、止损位、四个止盈目标,以及实时优势判断,告诉你当前这个交易品种和时间周期是否值得交易。随附的 Trade Manager EA 会在你手动入场后负责后续执行,让你在市场波动剧烈、情绪干扰明显时也能保持交易纪律。不重绘。仅在K线收盘后确认信号。适用于 Forex、黄金、指数以及任何你在 MT5 上交易的品种。 核心功能 不重绘买入和卖出箭头,只在K线收盘后生成。 每个信号都会显示入场线、结构性止损位和四个止盈目标。 Edge Dashboard 会分别评估当前图表上的买入和卖出机会。 判断系统包括:No Edge、Marginal、Tradeable、Good 或 Strong。 一键 Auto Optimize 按钮可根据当前品种和时间周期自动优化设置。 完整套装包含 Trade Manager EA,并提供五种专为本指标设计的预设交易管理方案。 Prop Firm Risk Panel 可在图表上
SMC Sweep Fvg MT5
Daniil Sleptsov
SMC Sweep Fvg MT5 — 像聪明钱一样看市场,就在你的图表上 你一定有过这种感觉:价格扫掉你的止损,随后反转,并正好走到你预期的方向。方向你是对的,错的只是入场。 这个指标就是为了让这类情况少发生。它接手分析中最繁重的部分——图表标注,把真正重要的留给你:决策。 你会在图表上看到什么 市场结构 — 真实的结构高点与低点,带有 HH / HL / LH / LL 标记和水平线。趋势一目了然,无需猜测。 失衡区(FVG) — 价格推进过快、之后常会回补的区域。未回补与已回补的区域用不同颜色显示。 流动性行为 — 指标跟踪市场在反转前扫过关键水平的时刻。 现成的交易布局 — 入场箭头、止损位与盈利目标。全部画好,无需心算。 趋势过滤 — 更高周期的趋势线,帮你站在主趋势一侧。 指标关注流动性扫荡、失衡形成与结构状态——并只突出这些因素同时对齐的情形。 统计面板——回应每一个疑虑 你不必只听别人说。图表上的内置面板会按所选历史显示: 分析周期(K线数量); 检测到的情形总数; 多少到达目标、多少触及止损; 仍在运行中的数量; 以点数计的净结果。 切换品种——面板重
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Transaction Speed MT5
Ivan Stefanov
5 (4)
当然,以下是翻译成中文(简体)的版本: 该指标标出市场中显现出 交易兴趣 的区域,并随后显示 订单积累区域 。它的工作方式类似于大规模的订单簿。 这是为 大资金 打造的指标,性能卓越。市场中有任何兴趣,你都能通过它清晰看到。 (这是一个 完全重写的自动化版本 —— 不再需要手动分析。) 交易速度 是一个全新的概念指标,它显示了市场上大订单 何时 、 何地 聚集,并揭示了其背后的意义。它可以在 非常早期 就检测到趋势的变化。 在外汇市场,所谓的“交易量”实际上是误导性的,因为那指的是价格在单位时间内的变化,因此真正的名称应是“交易速度”。 一切都取决于我们如何思考、如何行动、如何分析。 改变分析范式至关重要。 该指标完全重构了外汇市场上“交易量”的概念,用逻辑方式重新定义并应用,从而成为一个 独特而精准的工具 。 使用方法: 默认情况下,指标处于 自动模式 ,可独立用于任何时间周期。如果你希望切换到手动模式,只需点击 Auto / Manual Mode 按钮即可。 在 手动模式 下,所有计算从 2025年1月1日 开始。你可以根据需要更改该日期,以查看不同的分析结果。 最优数据周期
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 量化市场操作系统 终身访问限时 70% 折扣 - 加入 2,000+ 交易员社区 为什么大多数交易者即使拥有“完美”指标也会失败? 因为他们在真空中交易 单一概念 。没有背景的信号是赌博。要持续获胜,您需要 共振 (CONFLUENCE) 。 RelicusRoad Pro 不是一个简单的箭头指标。它是一个完整的 量化市场生态系统 。它描绘价格运行的“公允价值之路”,区分市场噪音和真实的结构性突破。 停止猜测。开始用机构级“路”逻辑进行交易。 核心引擎:“Road” (路) 算法 系统的核心是 Road Algo ,一个实时适应市场条件的动态波动率通道。它投射出 安全线 (平衡) 和价格可能反转的 扩展水平 。 Simple Road: 典型市场的标准结构映射。 Smooth Road: 针对震荡盘整的降噪计算。 Breakout Road: 专为识别波动率扩张和爆发性走势而调整。 1. 算法动量与确认 我们的“剥头皮箭头”不只是简单的交叉。它们利用 高阶多项式逻辑 过滤噪音,确保信号与主周期一致。我们检测动量、价格行为和 Road 结构汇聚的精确入场
看清市场真正在做什么。   在您眼前实时观察三大市场阶段(收缩、扩张、趋势),并在趋势阶段的早期阶段抓住更优的入场点。   不要再猜测。开始像机构和聪明钱那样解读市场。   Apex Market Structure Pro(MT5 版)是一款精准的聪明钱分析工具,它剥离噪音,向您展示每根 K 线之下的真实结构:流动性、结构转变、吸   筹区域与趋势偏向,全部呈现在一个简洁、专业的图层中。专为厌倦了滞后指标、准备以清晰视角交易的严肃交易者打造。   重要提示:本指标专为 Heikin Ashi(平均足)K 线设计。使用前请将图表切换为 Heikin Ashi,以释放其全部威力。全部分析都围绕 Heikin   Ashi 的价格流构建。正是在这里,Apex Market Structure Pro 发挥出最佳表现。   交易者为何选择 Apex Market Structure Pro:   流动性,一览无遗: 瞬间看清止损池所在之处。卖方与买方流动性会被自动标注。实时关注尚未被扫的价位,捕捉价格攫取流动性并反转的精确时   刻。在聪明钱交易的地方交易。   会说话的结构:
历史相似性匹配指标  概述 历史相似性匹配器(Historical Similarity Matcher)是 MetaTrader 5 的技术分析指标。它扫描历史价格数据,寻找与用户在图表上选定的参考时期具有统计相似性的片段。当找到匹配时,指标会显示历史模式,并根据这些历史片段的后续走势绘制潜在未来价格走势的投影。 本指标仅供教育和分析用途,不构成财务、投资或交易建议。不保证结果或盈利能力。过去表现不代表未来结果。交易存在重大损失风险。用户对自己的交易决策和结果负全责。  功能特点 - 识别与选定参考时期具有相关性的历史价格片段 - 支持正向和反向模式匹配 - 显示多个匹配的历史模式(数量可配置) - 为每个匹配绘制基于历史延续的独立投影线 - 可选 OpenCL 支持,在兼容硬件上加速计算(不支持时回退到 CPU) - 适用于任何时间周期和交易品种 - 允许在不同于当前图表的时间周期上进行扫描 - 在图表上提供启动扫描和导出结果的按钮 - 导出每个匹配的截图以及包含匹配详情的 CSV 文件  工作原理 1. 用户通过在图表上放置两条垂直线或在输入参数中设置日期来选择
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Gold Uptrend Insider
Lawrence Chiiambb Mkandawi
5 (1)
Uptrend Insider A clean and powerful trend-following indicator that helps you catch the beginning of uptrends and exit before the market turns into a range or downtrend. How it works:   Green → Uptrend signal (potential buying opportunity) Orange → Ranging / sideways market possibility but maintain the trend positions just keep an eye for possible ranges and reversals. Red → Downtrend or exit signal (time to close long positions) The indicator is designed to be extremely simple and visual. You o
OrderFlow Absorption – 專業級MT5買賣差與吸收訊號指標 釋放真正訂單流分析的力量,OrderFlow Absorption 是MetaTrader 5上最強大的買賣差(Delta)直方圖與吸收訊號指標。專為想看清每一個價格波動背後真相的交易者設計,這個工具揭示了隱藏的買賣壓力與推動市場的吸收事件。 功能特色 買賣差直方圖視覺化:   以清晰的色彩直方圖即時顯示買方與賣方壓力。 吸收訊號偵測:   先進邏輯自動辨識多空吸收事件,及早預警潛在反轉。 圖表標記:   吸收訊號直接標示於主圖表,方便視覺辨識。 彈出式警報:   新吸收訊號出現時即時通知。 自訂門檻:   過濾弱訊號,專注高勝率機會。 資源管理:   高效運算,適用於大型圖表也能流暢運行。 全品種兼容:   適用於任何商品與週期,包括外匯、指數、商品等。 簡易整合:   參數簡單,快速上手與調整。 OrderFlow Absorption 的邏輯說明 OrderFlow Absorption 採用專利演算法,能在沒有完整Tick數據的情況下,估算每根K棒的買賣壓力(Delta)。它分析成交量、價格行為、K
Meravith MT5
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋势
您好,交易员! 大多数散户交易者依赖于滞后的网页脚本。真正具有交易优势需要机构化的架构。 Astro AI 指标并非标准的图表叠加层。它是一个编译后的神经网络,包含两个代理,直接运行在您的终端上。 以下是该系统背后的具体技术: 1. 代理 1:分析师(图神经网络 - GNN) 市场并非孤立的价格柱;它们是相互关联的数据网络。 功能:代理 1 使用图神经网络来映射这些复杂的非线性关系。 优势:标准指标仅考虑单一的历史移动平均线,而我们的 GNN 可以实时处理深层的市场结构关系,在散户交易量发挥作用之前揭示隐藏的相关性。 2. 代理 2:执行器(近端策略优化 - PPO) 模式识别只是成功的一半。基于当前市场波动做出正确的决策,才是预测模型与滞后模型之间的区别所在。 功能:代理 2 使用 PPO(一种先进的强化学习算法)来确定最佳入场点。 优势:它持续调整交易策略,而非使用静态的“超买”或“超卖”线。它会分析当前市场状况并计算最可能的成交点。 执行桥接:通过 ONNX 集成到交易终端 如果执行速度慢,模式识别就毫无用处。我们已通过 ONNX(开放神经网络交换平台)
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
Flag Pattern Angelo
Brighton Mufaro Mudzingwa
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
This indicator automatically detects internal & swing market structure, Fibonacci Retracement and Fibo Levels. Features Full internal & swing market structure labeling in real-time Fibonacci Retracement Fibonacci Levels After purchasing the indicator, the full source code is provided, and via indicator buffers it can be easily integrated into your Expert Advisors (EAs) for automated trading strategies.
Chimera Volume
Marko Milenkovic
适用于 MetaTrader 5 的 Chimera Volume 高级成交量分析与市场活跃度可视化 Chimera Volume 是一款为 MetaTrader 5 设计的自定义指标,旨在通过动态视觉框架分析标准化成交量活跃度,并展示市场参与度的变化。 该指标利用自适应标准化算法处理 Tick 成交量数据,生成关于成交量强度、累积阶段以及不同市场条件下活跃度变化的结构化表达。 与显示原始成交量数值的标准成交量指标不同,Chimera Volume 应用了额外的计算方法,以突出市场活动的相对变化并提高图表的可读性。 主要功能 根意图直方图 (Root Intent Histogram): 一种动态直方图,用于可视化标准化成交量强度和市场参与度。该直方图使用自适应颜色过渡,以区分活跃度增加时期与参与度减弱时期。 惯性线 (Inertia Line): 一条由标准化成交量计算得出的平滑分析线。旨在帮助交易者观察成交量动能的变化,并监控扩张期与收缩期之间的转换。 信号线 (Signal Line): 一个用于比较短期和长期成交量表现的次级计算层,在评估市场状况时可作为辅助参考。 自适应成交量
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER 是一款适用于 MetaTrader 5 的专业金融市场指标,将多种分析工具整合为一个统一的系统。它基于专有的成交量加权平均价格(VWAP)方法自动完成所有计算,完全消除主观判断。 该指标适用于所有资产类别(外汇、股票、指数、大宗商品、加密货币)以及从 M1 到 Monthly 的所有时间周期。其核心原理是价格跟随成交量。MERAVITH 识别机构资金成交量的集中区域,并从该集中区域中推导出数学上精确的价格水平。它不预测,不推测。它只计算。 使用 MERAVITH SCANNER,您可以在 2–3 分钟内扫描全部 28 个主要外汇货币对的所有时间周期。您也可以扫描任何您选择的市场——例如,大约 100 只股票约需 10 分钟。 该指标计算耗尽水平、平衡线、偏差、统计水平以及目标投射。 图表元素 Origin Point 标记所有计算的起始位置。指标会自动将其放置在最佳位置。红色标签(TOP)表示市场高点并带有看跌倾向。绿色标签(BOTTOM)表示市场低点并带有看涨倾向。 Sentiment Line 是一条动态曲线,反映基于成交量加权计算得出的市场情绪。
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — 适用于沪深300和美元人民币的最佳MT5指标 探索 BigPlayerRange 的强大功能,它被认为是用于 沪深300、上证指数、USD/CNH 等资产的 MetaTrader 5 最佳指标 。该工具能精准识别机构主力的关键区域,帮助交易者进行高精度的技术分析。 指标工作原理: BigPlayerRange 绘制两个水平区域,通过成交量分析反映市场能量: 绿色区域 :买方防守位置,支撑价格。 红色区域 :卖方压制位置,形成阻力。 使用策略: 收盘价突破绿色区域上方 :可能开启上涨趋势,目标为上方区间。 收盘价跌破红色区域下方 :暗示下跌压力增强,目标为下方支撑。 价格停留在区间内 :行情震荡,等待突破信号。 核心优势: 机构活动区域识别 :提前发现主力进出场信号。 自动计算的目标价格 :提供两个明确的止盈位置。 回调概率分析 :优化风险控制,提升稳定性。 参数个性化设置: 自定义交易时间与成交量类型(Tick或真实成交量)。 使用机构逻辑提升日内交易效率。 推荐搭配
ZIVA Signal Intelligence
Hassan Abdullah Hassan Al Balushi
ZIVA Signal Intelligence An Adaptive, Modular Market Intelligence System ZIVA Signal Intelligence is not positioned as a conventional trading indicator. It is a fully integrated, proprietary market intelligence system engineered to deliver structured, high-precision interpretation of price behavior within a controlled analytical environment. Developed through an independent architectural approach, ZIVA does not rely on, derive from, or replicate existing indicators. It represents a standalone
筛选:
无评论
回复评论