适用于MetaTrader 5的新技术指标 - 20
概述
我不会刻意索要评价或评分,这完全取决于您的使用体验和感受。
这是一个专为 MetaTrader 5 (MQL5) 开发的自定义蜡烛图着色指标。它根据蜡烛在每日循环周期中的位置(例如:当天的第 1、第 2 或第 3 根蜡烛)为图表上的每根蜡烛着色,同时还能区分每个位置上的看涨(阳线)和看跌(阴线)蜡烛。
其主要目的是通过独特的颜色直观地突出显示当天的特定蜡烛(特别是在 8 小时、4 小时等较大时间周期图表上的每日首根蜡烛),从而帮助交易者快速识别日内形态或基于交易时段的市场行为。
核心功能
每日循环逻辑:在“每日 N 根蜡烛”的图表设置下(例如 8 小时周期对应每日 3 根蜡烛),该指标为每根蜡烛分配一个位置编号(0、1、2……然后次日循环)。
看涨/看跌区分:针对循环中的每个位置,根据蜡烛是看涨(收盘价 ≥ 开盘价)还是看跌(收盘价 < 开盘价),使用不同的颜色进行标识。
完美叠加:采用原生的 `DRAW_COLOR_CANDLES` 绘图样式。这意味着着色蜡烛直接绘制在实际价格蜡烛之上,实现像素级的精准对齐——无需创建额外对象,不存在重绘(repainting)问
FREE
用于蜡烛图和交易时段开始时间的倒计时器。图表上的一个小方框控制着与当前时刻相关的所有信息:当前蜡烛收盘剩余时间、其他时间周期的走势、哪些交易时段已开启以及当前K线的状态。
面板显示内容
面板中央是当前K线收盘的倒计时。倒计时下方是K线进度指示器,其颜色会随着K线接近收盘而变化:初始阶段为平静状态,最后几分钟为警告柱,最后几秒为关键柱。您还可以设置不同的通知类型。
接下来是您设置的其他时间周期的倒计时(默认为M1、M5、M15、H1、H4和D1):当前周期会高亮显示,点击K线即可切换图表周期。下方是一个包含悉尼、东京、伦敦和纽约开盘指标的会话计时器,以及下一事件的倒计时,还有一个上下文蜡烛图面板:显示当前K线相对于平均ATR的范围、带有阈值警告的实时点差,以及方向箭头。该面板可以展开为功能齐全的监控面板,也可以折叠成包含单个时间周期和倒计时的紧凑型面板,或者直接附加到图表上当前K线的收盘价。该面板支持拖放操作,并且在切换时间周期时会记住其位置和所选视图。
设置
常规主题、面板大小、字体和字号、倒计时字体大小以及X/Y轴位置。
时间周期:面板的时间周期列表。
会话:显示
FREE
Pivot Confluence Zones 是一款 适用 于 MT4 和 MT5 的技术分析指标, 旨在 通过将 枢轴点 、 斐波那契回撤 、 ATR 和 ADR 整合到一个交易工作区中, 识别 回撤区域 、 反转区域 以及 支撑位和阻力位 。该指标并非依赖单一技术工具,而是搜索 多个交易水平重叠的 汇合区域 ,帮助交易者评估可能吸引更多市场关注的区域。为了增强价格分析,该指标还包含 多达 45 种 K 线形态 、 移动平均线趋势过滤器 、交互式绘图工具和可配置的触及价位警报。Pivot Confluence Zones 专为 外汇交易者 、 黄金 (XAUUSD) 交易者 、 指数交易 者 、 加密货币 交易者 、 短线 交易 者 、 日内交易者 、 波段交易者 、 价格行为交易者 和 趋势交易者 而设计,在一个集成的仪表板中提供了一种结构化的方法,用于分析市场结构、规划入场和出场点以及管理重要的交易水平。 核心功能
枢轴汇合区指标将多种常用的技术分析方法整合到一个指标中,简化了图表分析和日常交易准备。该指标无需手动绘制和管理多个工具,即可自动计算重要的 枢轴点 、 斐波那契
描述 ATR ZigZag with BBands Pro 是一个专业的 MetaTrader 5 指标,结合了 ATR ZigZag(基于波动性的趋势线识别)、Bollinger Bands(动态支撑/阻力位)和 Pips 标签(以点为单位直观显示运动幅度)。该指标自动检测市场反转,显示最近5次确认的走势及其规模。
入场信号 买入 (BUY): 价格触及下轨布林带(底部红色标签) 发生向上反转(TROUGH) 上方出现绿色标签,带有 + 号 入场:突破前一峰值水平 卖出 (SELL): 价格触及上轨布林带(顶部绿色标签) 发生向下反转(PEAK) 下方出现红色标签,带有 - 号 入场:突破前一谷底水平
止损设置 根据 ATR(推荐): 止损 = ATR × 1.5(参数 AtrMultiplier=1.5 ) 激进交易:ATR × 1.0 保守交易:ATR × 2.0 根据 ZigZag 极值: 买入:止损设在最后一个最低点(TROUGH) 卖出:止损设在最后一个最高点(PEAK) 根据布林带: 买入:止损设在下轨下方 10-20 点 卖出:止损设在上轨上方 10-20 点
止
Candlestick Pattern Alert 是一款 适用于 MT4 和 MT5 平台的蜡烛图形态指标, 旨在 实时 自动检测、分类和显示 50 多种主要的日本蜡烛图形态 。该指标专为 价格行为交易 和 技术分析 而设计,能够扫描已完成的蜡烛图,识别已确认的 看涨和看跌反转形态 以及 持续形态 ,并在图表上用清晰的箭头和标签直接标记出来。交互式仪表盘允许交易者一键启用或禁用单个形态、管理警报并整理形态类别,而内置的教学卡片则解释了每种形态、其市场含义、交易背景和可靠性评级。Candlestick Pattern Alert 专为 外汇交易者 、 黄金 (XAUUSD) 交易者 、 指数交易 者 、 加密货币交易者 、 超短线 交易者 、 日内交易者 、 波段交易者 以及学习 日本蜡烛图形态的 交易者而设计,它 能够自动识别重要的价格行为形态,无需持续手动阅读图表,从而简化图表分析。该指标适用于从 M1 到 MN 的 所有时间框架 ,支持 外汇 、 金属 、 指数 、 加密货币 和其他 CFD 市场,并将 非重绘蜡烛图模式检测 、 趋势过滤 和 多通道警报 结合 到一个可自定义的交
枢轴点是市场上相当一部分人每个交易时段都在看的支撑与阻力位,在任何图表上算法都一样。这款 Pivot Points 会用上一根已收盘的 K 线替你算好并画出来:中枢、阻力和支撑各自标注价格,并给出与当前价的距离。 三种计算方式 Classic ,经典枢轴:中枢,R1 到 R3,S1 到 S3。 Fibonacci :以前一段波幅的 0.382、0.618、1.000 比例投射出阻力与支撑。 Camarilla :基于收盘价的价位,包含反转位 R3 与 S3、突破位 R4 与 S4。 日线、周线或月线 选择枢轴的取值周期。看当日行情用日线,需要整周或整月有效的高级别价位就用周线和月线。一次只画一个周期,图表才不会乱。 一眼看清每个价位 每个价位都是带价格标注的线,紧凑的面板会把它们按 Resistance、Pivot、Support 的顺序分组,每组之内从最外侧的价位开始排。每一行都写着该价位的价格,以及当前价距它多远。这个距离要按点数、价格差还是百分比显示,由你自己选。百分比是唯一在任何品种上含义都相同的一种。 价格到了就提醒你 可选功能,不打开就不会动。弹窗、声音、推送到手机
FREE
SmartWaterMark Essential 是一款适用于 MetaTrader 5 的轻量级水印指标。
它可以在图表中央显示清晰、简洁的交易品种水印,帮助您快速识别当前图表正在查看的交易品种。对于同时使用多个图表、多个品种或多个时间周期的交易者来说,这可以让工作区更加整洁,也能减少切换图表时的识别错误。
功能: - 居中的交易品种水印 - 可在基于时间的图表上选择显示时间周期 - 支持显示交易品种描述 - 提供基本的文字颜色、透明度和字体自定义
SmartWaterMark Essential 专为日常图表管理而设计,设置简单,视觉风格低调,不会干扰价格走势阅读,同时让图表信息更加清楚。
简洁、清晰,并且适合日常图表整理。适合日常使用。
FREE
饥饿的鳄鱼是MetaTrader5的一个指标,它实现了比尔*威廉姆斯的经典理念:"鳄鱼睡觉的时间越长,醒来的饥饿越多。"该工具自动检测鳄鱼线(颌骨,牙齿,嘴唇)在狭窄范围内(平坦)交织的时期,积累这种状态的内部波动,并在击穿后计算运动的潜在目标–严格基于累积的能量,不
该指标不仅仅显示交叉点,而是突出显示"睡眠"区域,并绘制明确的水平目标,这些目标成为入场,获利或部分获利回吐的基准。
客观性-目标仅根据价格数据计算,无需调整系数。
可见性-平面区域和目标水平以颜色突出显示,无需在指标之间切换。
灵活性-您可以调整任何仪器和时间框架的平坦阈值。
多功能性-适用于所有市场(外汇,加密货币,股票指数,原材料)。
它没有重绘–所有对象都是在蜡烛关闭后构建的,信号保持静态。
[医]期内 钳口移动平均线的周期(蓝线)。 默认值为13。 N.换档,换档 下巴转向未来. 默认值为8。 [医]期内 牙的时期(红线)。 默认值为8。 [医]内移 牙齿移位。 默认值为5。 [医]期内 唇期(绿线)。 默认值为5。 N.换档,换档 唇移。 默认值为3。 InpMAMethod,InpMAMet
为什么交易者选择 Trend Capture Pro Trend Capture Pro 专为希望获得更清晰的市场结构、更明确的突破背景以及更少低质量入场的交易者而设计。它不会用杂乱的内容塞满图表,而是专注于真正重要的水平和信号:当前支撑与阻力、历史区域、趋势确认以及突破提示,帮助你更有信心地做出决策。 它将多层分析整合到一个指标中,让你可以快速看到价格在哪里反应、动能在哪里增强,以及趋势何时得到确认。历史支撑和阻力区域会一直保留在图表上,直到被有效突破,这能帮助你更好地理解市场在哪些位置已经接受价格、又在哪些位置拒绝价格。结果就是,你能从更有纪律、更多上下文的角度观察市场。 主要功能包括: 实时支撑和阻力区域,帮助快速理解突破背景。 历史区域会保留在图表上,直到价格真正突破它们。 买入和卖出突破信号,用于突出确认后的动能。 EMA 趋势过滤,帮助获得更干净的方向判断。 RSI 确认,减少弱势入场。 支持 Bollinger Bands、Parabolic SAR、MACD、Stochastic、CCI、ATR、OBV 和 MFI,提供更广泛的市场背景。 多时间框架 EMA 趋势分析,
Confluence Edge Indicator Confluence Edge Indicator is a powerful all-in-one technical analysis tool designed to provide a complete multi-timeframe view of market conditions. It removes the need for multiple chart indicators by combining proven trading methodologies into a single, clean, intuitive dashboard. Built for traders who rely on confluence, this indicator delivers real-time analysis using price action, volume, momentum, market structure, and algorithmic scoring concepts. It is designed
Directional CLM (Composite Liquidity Metric) 大多数振荡指标告诉你价格做了什么。CLM告诉你价格赢得了什么。 Directional CLM 衡量市场在每单位摩擦与参与度下实际取得的位移,并将这种"赢得的位移"的持续性转化为单一的方向性信心读数。安静而高效、持续推进的滑行,与喧闹的冲击同样有力地累积信心;而付出巨大努力却寸步难行的嘈杂磨蹭,则什么也累积不了。这一区分正是本面板的全部意义:它把"在做功"的市场与"只是在动"的市场分离开来。 您将看到 信心柱 — 核心输出。随着证据积累向 +1 或 −1 增长,证据停止到来时衰减。信心的设计是慢得快失:逆持有方向的流动会以惩罚系数侵蚀读数,使过时的判断迅速消亡。 承诺/释放标记 — 仅当信心突破承诺水平时面板才承诺做多或做空,跌破释放水平时释放为中性。两个水平相互独立,因此状态不会在边界处闪烁。 压缩圆点 — 面板检测市场摩擦异常低于自身常态的时段,并在零轴上标记压缩区间。 点火箭头 — 当压缩释放且方向信号足够强时,沿流动方向触发点火箭头。箭头分级:高强度释放为亮色,普通释放为暗色。 任何信息
Smart Breakout Reversal (SBR) – 纯M5流动性扫荡反转指标 交易者的核心痛点:为什么你总是掉进假突破的陷阱? 你是否也曾经历过:当价格突破关键高点时,你果断做多,结果几分钟后价格却暴烈反转,直接扫掉你的止损? 在假突破极其频繁的外汇和贵金属(尤其是黄金 XAUUSD)市场中, 每日早盘70%的突破都是市场陷阱(假突破 / 流动性扫荡) 。机构主力故意将价格推过散户的心理关口,以此触发散户的止损盘来为自己补充仓位,随后便会将价格拉向真正的方向。缺乏精准的工具,你的本金就只会沦为机构推进趋势的“燃料”。 解决方案:Smart Breakout Reversal (SBR) 指标 Smart Breakout Reversal (SBR) 正是为了破解这一困局而生。它不再让你沦为假突破的牺牲品,而是精确捕捉机构主力完成操纵、准备展开暴烈反转的绝对拐点。它会自动绘制日内核心区间,并在M5图表的最极端反转位置瞬间输出精准的箭头信号。 ️ 核心运作原理(纯M5本地机械引擎) 该指标完全基于M5周期进行本地化算法集成,彻底告别多周期混用带来的卡顿与延迟: 日内区
Dynamic Trend Follower 主图指标深度解析:双均线变色 + 金叉死叉标记 + 买卖信号 + 趋势转换 + 强势金/死叉 指标概述 Dynamic Trend Follower 是一款专为 MT4、5平台 设计的高品质主图均线交叉综合信号指标。它突破了传统单一均线或简单交叉的局限,通过整合 双均线趋势变色系统 、 金叉死叉"+"标记与差值百分比 、 买卖信号箭头 、 趋势转换提示 以及 强势金叉/死叉识别 ,结合均线状态判定和多层信号标注机制,在主图上直观呈现市场趋势方向、交叉爆发点和关键反转预警。其核心价值在于利用多维度均线算法融合和信号过滤机制,帮助交易者在复杂行情中精准识别高概率的趋势跟随和反转机会。 1. 核心信号系统 1.1 双均线趋势变色系统 短期均线(Short MA) — 线宽2:上涨 lime绿色 / 下跌 红色 / 走平 蓝色 长期均线(Long MA) — 线宽3:上涨 lime绿色 / 下跌 红色 / 走平 蓝色 交易意义 :通过颜色直观判断均线方向,绿色代表多头趋势,红色代表空头趋势,蓝色
FREE
双通道趋势主图指标(Channel Breakout Master)深度解析:加权通道、双重EMA与趋势状态实战指南 指标简介 Channel Breakout Master(双通道趋势主图指标)是一款专为MT4/MT5平台设计的高阶主图趋势指标。它突破了传统单一布林带或均线通道的局限,通过 加权高低点EMA90通道 与 双重EMA平滑通道(25/60周期) 的双通道嵌套架构,配合趋势状态判定和通道触及信号,在主图上直观呈现市场的趋势方向、强弱状态及关键转折点。其核心价值在于利用多层通道过滤与信号冷却机制,帮助交易者在复杂行情中精准识别高概率的顺势交易与反转机会。 核心信号详解 1. 双通道系统架构 指标在主图上绘制两套核心通道,用于定义市场的多层级状态: 加权高低点通道(90周期EMA)
采用20,19,...,2,1的加权方式计算高低点,再经过90周期EMA平滑
生成扩展上轨(SLTD8)和扩展下轨(SLTD9),作为通道的宏观边界参考 双重EMA平滑通道(25/60周期)
25周期通道(白色虚线 + 黄色中线) :由双重EMA(EMA嵌套EMA)平滑计算
终极信号枢纽主图指标(Ultimate Signal Hub)深度解析:MA60趋势基准、动量起爆与多层共振实战指南 指标简介 Ultimate Signal Hub(终极信号枢纽主图指标)是一款专为 MT4/MT5 平台 设计的高阶主图综合信号指标。它突破了传统单一均线或振荡器的局限,通过 MA60 趋势基准线 、 MACD 变种起爆算法 、 类 KDJ 振荡器 以及 突破/追涨形态识别 的多维嵌套架构,配合趋势状态判定和多层信号过滤机制,在主图上直观呈现市场的趋势方向、动量爆发点及关键转折预警。其核心价值在于利用多维度算法融合与信号冷却机制,帮助交易者在复杂行情中精准识别高概率的趋势跟踪与反转机会。 1. 核心信号体系 1.1 趋势基准线(MA60) 绘制 60 周期简单移动平均线 (白色虚线),用于界定市场主要趋势方向。 实战意义 :价格在 MA60 之上时,优先考虑做多信号;价格在 MA60 之下时,优先考虑做空信号。MA60 是整个指标系统的 “方向锚点” 。 1.2 动量起爆类信号(MACD 变种算法) Ignite(起
产品简介 Bull Bear Decision Maker 是一款专为 MT4 和 MT5 双平台设计的多合一主图趋势与反转决策指标。它源自经典的 NXMMA 交易体系,深度融合了威廉指标变种、KDJ、RSI 以及多重均线系统。该指标通过多维度的算法共振,帮助交易者在复杂的行情中精准识别高概率的趋势跟随、底部反转以及顶部逃顶机会,并提供完善的实时状态监控与多通道信号提醒。 核心功能 趋势追踪与 K 线染色 内置 MA17、EMA55 和 MA30 三条核心均线,直观展示中长期趋势方向。图表右侧会实时显示当前的 Bull (多头) 或 Bear (空头) 状态。 MT5 版本额外支持趋势 K 线染色功能 ,通过 K 线颜色的自动切换,让多空动能的转换一目了然。 多维买入信号 提供 6 种不同级别的买入提示。 B (基础买入) 捕捉威廉变种趋势反转; Buy In (买进) 代表多重均线共振突破; Attack (进攻) 提示短期动能爆发; Bull (牛) 则在完美均线多头排列时触发,信号可靠性极高。 精准逃顶机制 包含 S (基
Channel State Analyzer 是一款专为 MT4 和 MT5 双平台设计的趋势通道主图指标。它融合了线性回归斜率趋势线、加权通道、55 周期高低点监控以及通道状态识别。该指标通过动态通道与趋势线的配合,帮助交易者在复杂行情中精准识别趋势转折、通道突破以及短期底部机会,并提供完善的实时状态监控与多通道信号提醒。 核心功能 斜率趋势线与 K 线染色 基于 10 周期线性回归斜率与 EMA20 平滑算法,构建高灵敏度的主趋势线,直观展示中短期趋势方向。图表右侧会实时显示当前的 Bull Trend (多头趋势) 或 Bear Trend (空头趋势) 状态。 MT5 版本额外支持趋势 K 线染色功能 ,多头为蓝色、空头为黄色、涨幅超过 5% 显示为青色,让多空动能转换一目了然。 加权趋势通道 采用独特的 8 级权重算法构建上下轨通道,上轨为加权均值线,下轨为多重低点均值平滑线。通道的收窄与扩张直观反映市场波动率变化,帮助交易者判断调整结束与趋势启动时机。 55 周期极值监控 自动标记 55 周期内的 55 High (新高) 和
概述 Multi Timeframe Open Lines是一款适用于MetaTrader 5的轻量级指标,可在当前图表上直接显示所选时间周期的开盘价水平线。 本指标可以显示更高时间周期、更低时间周期以及相同时间周期的开盘价。 例如,可以在H1图表上显示H4和D1的开盘价,也可以在H1图表上显示M15的开盘价。 最多可以同时设置三个时间周期,并且每个时间周期都可以单独配置。 本指标仅用于辅助图表分析。它不会提供交易信号,不会开仓、修改持仓或平仓。 工作原理 每条开盘价线从所选时间周期的开始时间绘制到下一个周期的开始时间。 通过这种分段显示方式,可以清楚地确认每个开盘价所属的时间区间,并查看当前市场价格位于该开盘价的上方还是下方。 本指标也可以显示当前正在形成周期的开盘价,并自动更新显示。 主要功能 最多同时显示三个时间周期的开盘价 支持更高、更低和相同时间周期 可单独启用或关闭每个时间周期 可单独设置每条线的颜色、样式和宽度 可调整历史周期的显示数量 可显示当前周期的开盘价 可使用垂直线连接连续的开盘价水平 在图表右侧显示最新开盘价标签 可调整标签文字大小 可调整刷新间隔 自动使用当前
FREE
LotPulse — Traded Lots Dashboard
LotPulse turns your account's trading volume into a clean, modern on-chart dashboard. It shows how many lots you traded today, this week, this month, last week and last month — all symbols combined, updated about once per second.
While the indicator is running, the price chart behind the panel is hidden completely, so you get a calm, distraction-free statistics screen. When you remove the indicator, your chart settings are restored automatically.
What it sh
FREE
Smart Phase Box (SPB) — Indicator Description Smart Phase Box automatically locates consolidation zones (bases, flats) on the chart and analyzes the candle microstructure inside each zone — wicks, tick volume, body-to-range ratio, and where price closes relative to the zone — to estimate whether the zone looks more like accumulation (buyers absorbing supply) or distribution (sellers absorbing demand), based on classic Wyckoff / Smart Money concepts. MT4-version: https://www.mql5.com/en/market/p
MT5 Alligator Indicator The MT5 Alligator Indicator , created by Bill Williams , helps traders find market trends and avoid sideways markets. It uses three moving average lines to show Buy and Sell opportunities. Indicator Lines Jaw (Blue): Long-term trend Teeth (Red): Medium trend Lips (Green): Short-term trend Benefits Finds strong market trends Reduces false signals Gives clear Buy and Sell signals Improves trade timing Works on Forex, Gold, Crypto, Indices, and Stocks Good for scalping, day
Kito Quad Momentum Rotation Scanner Multi-symbol and multi-timeframe scanner for Kito Quad Momentum Rotation setups, with staged status tracking, closed-bar alerts and clickable chart rows.
SPECIAL OFFER: Purchase this scanner and send me a private message to claim your FREE bonus indicator( Kito Quad Momentum Rotation Indicator ) .
Kito Quad Momentum Rotation Scanner monitors selected Market Watch or custom symbols across multiple timeframes. It applies the embedded four-speed momentum engin
Black Horse Finder 指标深度解析:趋势、压力支撑与多重信号的实战指南 指标简介 Black Horse Finder 是一款专为 MT5 平台设计的综合性主图指标。它源自经典的通达信综合主图逻辑,突破了单一均线或单一指标的局限,将趋势判断、动态压力支撑、多重买入信号(如老鼠仓、黑马线)以及背离检测高度集成于主图界面。该指标的核心价值在于通过多重算法过滤与冷却周期机制,帮助交易者在复杂的行情中精准捕捉高胜率的反转与突破机会。 核心信号详解 趋势与动态压力支撑系统 指标在主图上绘制了核心趋势线与动态通道,用于界定当前的市场状态:
MA8 与 MA12(蓝色实线) :代表短期与中期价格趋势,通过两者的排列关系(如 MA8 > MA12)直观判断多空方向。
压力线(青色线) :基于过去30根K线的最高价动态计算,代表上方的阻力位。
支撑线(绿色线) :基于过去30根K线的最低价动态计算,代表下方的支撑位。 多重买入信号检测 指标内置了多种高胜率的买入逻辑,并自动在主图上标注 向上箭头(lime色) :
老鼠仓 (Insider) :在低
以下是为您精心翻译并润色的中文版产品描述。语言风格完美契合华语圈交易员和超短线(Scalping)爱好者的阅读习惯,极具说服力和吸引力。 Trading Future Visualizer:高胜率未来预测趋势指标 厌倦了频繁被假突破(Fakeouts)扫损,或是总是错过最佳进场时机?是时候在下一根 K 线形成之前,看清市场的未来走向了! Trading Future Visualizer 是一款专为捕捉市场动能、价格结构以及实时绘制未来价格走势而设计的顶尖技术指标。它彻底告别了传统滞后指标的弊端,采用先进的预测算法,直接在您的图表上投射出高概率的确认进场区域。 为什么这款指标是超短线(Scalping)交易员的必备神器? 视觉化未来预测 这款指标不仅仅告诉你当下正在发生什么,更能直观地呈现未来价格大概率的运行路径。让您瞬间洞察未来的供给/需求区(Supply/Demand Zones)以及潜在的目标价位。 专为超短线打造的高胜率(High Win-Rate) 内置严格的波动率过滤器,完美过滤掉低时间周期中常见的市场噪音(假信号)。为您提供精准的进场与出场信号,轻松
Spend less time navigating. More time reviewing.
MTF Time Navigator removes the repeated work of finding the same point across multiple timeframe charts.
Mark it once. Move it once. Find it on every synchronized chart.
Stay focused on the chart review — not on moving each chart to the same point in time.
User Manual
For complete installation instructions, operation details, settings, and FAQs, see the MTF Time Navigator – User Manual .
Draw one vertical line. See the same moment on eve
Lunar Arrow Scanner 是一款专为手动交易者打造的高级市场扫描工具。它摒弃了盲目的全自动交易,转而为技术分析派提供极致的盯盘效率。通过后台并发监控 28 个标准货币对及 10 个自定义标的,它能确保您不再错过任何一个符合机构算法的入场机会。 核心技术逻辑: 多重趋势过滤 :内置 SMC(机构订单流)逻辑,自动识别 BOS/CHoCH 结构,并结合 H4 大级别趋势锁,确保您的每一笔手动操作都具备大势保护。 精准结构识别 :自动捕捉 0-A-B 斐波那契结构,并通过 FVG(合理价值缺口)确认波段动能。 极简信号管理 :主图面板仅显示已进入“BC 黄金回调区”的品种,剔除市场噪音,让您的注意力集中在最高概率的信号上。 一键智能交互 :点击面板信号即可瞬间切换品种图表,系统会自动为您画好所有的分析线段和回调区间。 该指标是技术派交易员实现一致性交易、提升复盘与实战效率的理想辅助工具。 加载15分钟周期
Cybercore PRO - Smart Market Structure (SMC) & Risk Calculator MT5
[SPECIAL LAUNCH PROMO] Get CyberCore PRO for only $79 (Regular Price: $149) for the first 30 days only! Welcome to CyberCore PRO , the ultimate institutional-grade trading ecosystem designed exclusively for MetaTrader 5. It bridges the gap between high-probability market structure analysis and flawless mathematical trade execution. Designed with Prop Firm traders in mind, it visually calculates your exact risk before you e
R aysFX Sniper non è un semplice indicatore di segnali, ma un vero e proprio sistema di trading integrato progettato per il MetaTrader 5. Combina l'azione dei prezzi pura, l'analisi multi-temporale e un avanzato motore interno di Simulazione WinRate in tempo reale per fornirti non solo il quando entrare, ma anche la probabilità statistica di successo della tua strategia. Il Cuore del Sistema: Logica di Trading La strategia base si fonda su dinamiche di trend e momentum: Trigger di Segnale: I
This indicator is an advanced Smart Money Concepts (SMC) tool designed to identify Order Blocks (Supply and Demand zones) and filter them using Trading Volume and Market Volatility (ATR).
The Original code was a tradingview pinescript indicator that Mr.Mehdi Pirhayati shared for free. so I share this Metatrader5 Version of it for free too.
How It Works: Swing Detection: The indicator identifies valid market swing highs and lows based on your chosen SwingLength . Order Block Creation: When the
FREE
Asymmetric Swing Intelligence System: A Nonlinear Market State Classification Algorithm
Is Your System Getting Stopped Out in a Dead Flat? ▷ This is the ultimate challenge for automated trading systems. During prolonged sideways consolidation, standard algorithms react linearly to every tick, chasing the price and opening a flood of false trades inside market noise. It is time to upgrade your market analysis to rigid, discrete logic. KPTF Technology: Physics Against Chaos ▷ The ASI prod
Kito Quad Momentum Rotation Indicator
SPECIAL OFFER: After purchasing this product, send me a private message to claim your bonus indicator FREE .
Four-speed stochastic momentum rotation indicator with closed-bar signals, divergence confirmation, quality scoring, an embedded FDI regime filter and configurable alerts.
Kito Quad Momentum Rotation combines four stochastic speeds—9-3, 14-3, 40-4 and 60-10—to identify coordinated momentum turns from overbought and oversold conditions. The indicat
VELOS Trading Indicator
Precision. Speed. Confidence.
The VELOS Trading Indicator is a professional, non-repainting MT5 trading system developed by DC Trading to help traders identify high-probability trading opportunities with confidence. Designed for both beginner and experienced traders, VELOS combines trend analysis, momentum confirmation, and volatility filtering into one intelligent indicator, delivering precise entry and exit signals while reducing false setups.
Built for fast-moving m
Ultimate AIO ICT Concept Indicator for MT5 Master Smart Money Concepts Automatically Are you tired of spending hours manually charting your screens every single day? The AIO ICT Concept indicator is your complete all-in-one solution for mastering Smart Money Concepts. Designed to eliminate the guesswork and emotional fatigue of manual technical analysis, this powerful algorithmic tool automatically maps out the most critical price action elements right on your chart. Discounted Price !!
ZZ MTF TF3 Confirm PRO - ZigZag with Bollinger Trend & Donchian Filter The professional reversal and trend-continuation indicator that finally filters ZigZag noise. ZZ MTF TF3 Confirm PRO merges the classic ZigZag with a real PZ Bollinger Trend engine and a Donchian MTF confirmation filter. TF3 (H4) confirms the main trend, TF1 (M15) and TF2 (H1) give precision entries. Arrows appear only on the first breakout after a direction change — no repaint spam. What you see is exactly like the first pro
FREE
Jireh Fair Value Gap Detector Overview The Jireh Fair Value Gap Detector automatically identifies Bullish and Bearish Fair Value Gaps (FVGs) and draws their imbalance zones directly on the chart. Designed for traders who use Price Action , Smart Money Concepts (SMC) and ICT methodology , the indicator helps identify high-quality imbalance areas through advanced filtering and a clean, fully customizable interface. Main Features Automatic Bullish & Bearish Fair Value Gap Detection Automatic FV
FREE
A multi-asset MT5 scanner that ranks developing compression, directional pressure and confirmed expansion conditions in one interactive dashboard
SPECIAL OFFER: After purchasing this scanner, send me a private message to claim your bonus indicator FREE .
BigMove Anticipator Market Scanner is a multi-symbol analytical indicator for MetaTrader 5. It helps traders monitor developing market conditions from one chart without manually checking every instrument. The scanner evaluates the selected sy
TrendSync Heikin Ashi — Trend, Structure & Confluence in One Indicator A color change is not a signal. Most Heikin Ashi tools flip color and call it a trade. TrendSync Heikin Ashi is built on a different idea: a signal only appears when short-term context, long-term structure and a genuine point of interest all line up. The result is a clean, low-noise chart that shows you where a setup forms, where your stop belongs, and when momentum is fading — without the clutter of generic arrows. TrendSync
FREE
HalfTrend — Trend Line, ATR Channel & Buy/Sell Signals with Smart Alerts
**HalfTrend turns noisy price action into one clear question: are we in an uptrend or a downtrend?**
It draws a single stepped trend line that flips color when the market genuinely changes direction — blue for uptrend, red for downtrend — surrounded by an ATR channel that shows you exactly where volatility says your stop belongs. No lagging MA crossovers, no cluttered chart: one line, one channel, one arrow when it matte
Name: BREAK MATRIX MTF Tagline: Trade Only The Breaks. Description: A main-chart replacement system that deletes noise. It doesn't draw on top of candles, it becomes the chart. 1. The Core - TLB Break Engine
Instead of time-based candles, each brick is a real Three Line Break. A new brick is created only when price breaks the High of the last LB bricks or the Low of the last LB bricks. No break = no new brick. 2. The Fusion - HTF / LTF Architecture LTF Engine (M15 default): Buil
FREE
Share your review to receive a gift of my best personal set files :) Want to discover more of our work? Join our channel! BLAZE HISTOGRAM FILTER is a professional histogram indicator designed to help traders read market direction with greater confidence. The indicator combines several market analysis techniques into one simple histogram that measures bullish and bearish pressure. Instead of watching several indicators at once, traders receive a clean visual confirmation that is easy to understa
FREE
Confluence Arrow Pro Trade only when Trend, Momentum, Volume and Volatility all agree. Confluence Arrow Pro is a non-repainting Buy/Sell arrow indicator that filters out weak, low-probability setups. Instead of relying on a single indicator, it waits until four independent market forces line up before printing a signal – helping you avoid false signals from choppy, low-quality price action. How It Works A signal only appears when all of the following conditions are true at the same time: Trend –
The OBV MTF is an Enterprise-grade On-Balance Volume indicator that transforms standard OBV into a complete trading system. It combines gradient-aware momentum analysis, divergence detection, multi-timeframe alignment, and dynamic customisable midpoint-filtering in a single intuitive professional volume analysis tool. Core Features 1. 5-State Momentum Engine Aqua (Strong Bullish) : OBV slope rising with positive acceleration SteelBlue (Weak Bullish) : OBV rising but losing momentum Gray (Neutr
SMC TradingHub Concept is an MT5 indicator that combines multiple trading concepts into a single, lightweight, and highly optimized indicator. Instead of using multiple separate indicators for structure, POI, liquidity, etc., this indicator automatically detects market structure, value areas, liquidity zones, and imbalance zones, allowing traders to analyze the market consistently and accurately. The indicator is suitable for: Forex Gold (XAUUSD) Indices Cryptocurrencies Commodities It works on
Confluence is an advanced multi-factor technical analysis indicator for MetaTrader 5 that brings together several important market-structure and price-action tools in one customizable solution. The indicator is designed to help traders analyze market imbalances, liquidity, support and resistance, trend structure, volume, momentum, and price action from a single chart. Key Features Fair Value Gap (FVG) Detection Automatic or manual FVG size detection Bullish and bearish FVG zones FVG size and sta
If you are a trader of Boom and Crash assets, then welcome! Spikes [Zone] is an indicator developed to detect the market region with the highest probability of SPIKES occurring. It consists of an oscillator and its respective signal, which can be adjusted through the inputs for better performance [choose the operation mode and adjust the periods]. In Boom assets, the region with the highest probability of spikes is colored WHITE on the oscillator, and for Crash it's colored RED. The detection of
KCI (Kinetic Compression Index)
Advanced Volatility-Distance Engine & Probability Dashboard. The KCI Custom Oscillator is not your typical price tracking tool. It is a quantitative analytical engine that dissects the market using pure kinematics principles. Instead of simply tracking where the price moves, KCI measures how it moves—calculating velocity, energy dispersion, and trajectory efficiency using dynamic Z-Score normalization. The result is a polarized oscillator that precisely detects wh
FREE
Master the Market, Minus the Noise. Trading shouldn't be a guessing game. This indicator transforms cluttered, confusing charts into a clear, immediate, and actionable vision. Built to eliminate hesitation, it helps you focus on what really matters: price strength and direction. Key Features Instant Visual Feedback: Candles shift colors (Green/Yellow/Red) based on current market state. You’ll know in a glance if the market is in an impulsive trend, a pullback, or consolidation. Adaptive Structur
The Momentum Waves Oscillator is an indicator designed for traders who want to declutter their charts. It does not generate "magic" signals; instead, it structures market data to provide an immediate, noise-free reading of momentum and volatility. This tool transforms price action into an organized visual grid, facilitating rapid and confident decision-making. Key Features: "Snap-to-Grid" Points: Prices are normalized on a scale of -100 to +100 with a step of 5. This eliminates chart "jitter" an
This indicator combines the mathematical formula of the JMA (Jurik Moving Average) with the step-like visual rendering of Ichimoku. Originally developed by engineer Mark Jurik to reduce the lag of traditional moving averages while minimizing noise, the JMA serves here as the underlying calculation engine. The code then applies a step filter (Kijun-sen style) to stabilize the lines into horizontal plateaus, providing a cleaner and more objective chart reading. Key Features: Integrated JMA Engine:
ICT OTE Scanner Pro Smart Money Swing Detection + Optimal Trade Entry Zones — With a Built-In Signal Strength Score Stop Guessing Where "Smart Money" Will Enter. Start Measuring It. Every ICT trader knows the theory: find the swing, wait for the retracement into the 62%–79% Optimal Trade Entry (OTE) zone, and enter with the trend. The problem is execution — manually marking swings on every pair, every timeframe, is slow, subjective, and inconsistent. ICT OTE Scanner Pro automates the entire p
RANGE PREMIUM V3 See Price Zones Clearly — Understand Market Behavior Range and Box trading has long been the foundation of many effective trading methods. Before a major price move begins, the market often goes through a period of balance, accumulation, and conflict between buyers and sellers. However, identifying meaningful ranges, filtering out noise, and understanding price reactions around the box boundaries is not always easy. Range Premium V3 was developed to simplify this process. The in
Liquidity zones are a unique indicator. These are not the usual support and resistance zones. It uses a smart algorithm to identify zones where the price is drawn like a magnet. This makes it easy to determine where the price is likely to move. Transactions from liquidity zones have a higher than 80% probability of generating profits. When combined with our QUANT TREND indicator, you can enjoy high-quality trading on various financial instruments - FOREX, metals, indices, oil, stocks, and crypto
The TREND AND CURRENCY STRENGHT indicator combines the measurement of currency strength with a unique trend strength algorithm. The indicator is designed in a minimalist and user-friendly style. It provides information about the trend phase, whether it is bullish, bearish, or flat. The indicator offers a comprehensive understanding of the current market conditions. When you see that the trend is in the "EXTREME" phase, it indicates that the "rubber band" is highly stretched, and there is a high
https://www.mql5.com/en/market/product/186799?source=Site+Market+My+Products+Page
Market Maker Reversal Scanner — MT5 Multi-Symbol ACB Signal Scanner Stop scrolling through forty charts hoping you don't miss the one that matters. Market Maker Reversal (MMR) Scanner watches your entire Market Watch — every symbol, every close — and surfaces only the instruments that have actually closed into a genuine trapped-trader setup: a market maker reversal built on closing price, monthly/weekly extremes,
Follow the smart money, not lagging indicators. Stop guessing where the market will turn. The Volume Profile Global shows you exactly where buyers and sellers clash by displaying volume at specific price levels. It's the roadmap used by professionals, directly on your chart. What it does for you: The POC (Point of Control): It automatically plots the exact price level with the highest traded volume. This is your most powerful support or resistance level and a natural magnet for price. The Value
Session Range Box — Session High/Low Visualizer Overview Session Range Box draws live, color-coded rectangles on your chart marking the high and low reached during the Asia, London, and New York trading sessions. As each session unfolds, its box grows in real time to reflect the range built so far, then locks in place once the session closes. A simple on-chart control panel lets you show or hide any session instantly, so you can study one session's range in isolation or view all three overlaid a
FREE
Celeng Trend Signal Pro
Our advanced analytical tool is designed to elevate your market analysis, combining multi-layered trend tracking, precision volatility indicators, and dynamic channel mapping into a single, cohesive interface. Built for performance and clarity, it helps market participants identify shifts in momentum, gauge underlying market strength, and visualize structural boundaries effortlessly. Key Features & Advantages Precision Trend Detection: Utilizes sophisticated core algorit
FREE
NYRA PULSE AI — LIMITED LAUNCH ACCESS A volatility-lifecycle and momentum-transition engine for traders who want to recognize when market energy is building, releasing, sustaining, retracing, or fading. FIRST 3 BUYERS — ONLY $42 FIRST 3 BUYERS $42 NEXT PRICE TIER $55 THIRD PRICE TIER $69 FINAL LAUNCH TIER $105 PLANNED STANDARD PRICE $249 Launch pricing increases automatically: after the first three copies at $42 are sold, NYRA moves to the next listed tier. Completed tiers are not planned to
OVERVIEW -------- Gold Pressure Matrix MTF is a professional MetaTrader 5 indicator designed to estimate bullish and bearish pressure in the gold market. Instead of relying on one signal, the indicator combines five analytical modules across five configurable timeframes. It then displays Buy Pressure, Sell Pressure, timeframe alignment, signal quality, market condition, and a final directional signal inside a clear black dashboard. The indicator is primarily designed for XAUUSD and can be used a
FREE
AD_MTF : The Ultimate Accumulation/Distribution Suite Every manual trader and algorithmic developer runs into the same wall: "Am I trading into a trap?" You see a perfect divergence or a breakout signal on your execution chart, but you have no idea if the higher-timeframe heavy hitters are quietly unloading their positions against you. AD_MTF Ultimate Suite completely answers the single most critical question in trading: "Is smart money actually backing this move right now, or is it a low-volume
Range Filter Pro MT5 Indicator Range Filter Pro MT5 Indicator helps traders find strong Buy and Sell trends by removing market noise. It uses a smart Range Filter to reduce false signals and works well in trending markets. The indicator shows Blue for Buy and Orange for Sell. It also displays an automatic Stop Loss line and 5 Take Profit (TP) levels for easier trade management. Features Smart Range Filter technology Blue Buy & Orange Sell signals Automatic Stop Loss line 5 Take Profit targets: T
Bollinger Bands Indicator The Bollinger Bands indicator is a popular MT5 trading tool created by John Bollinger . It has three lines: a Middle Band (Moving Average) , Upper Band , and Lower Band . The bands become wider when market volatility is high and narrower when volatility is low. Benefits Shows overbought and oversold areas. Measures market volatility. Helps find trend reversals and breakouts. Works on Forex, Gold, Stocks, Indices, and Crypto. Suitable for scalping, intraday, swing, and l
RSI (Relative Strength Index) RSI is a popular MT5 indicator that measures price strength on a 0–100 scale. It helps traders find overbought , oversold , and possible trend reversal points. Default Settings Period: 14 Overbought: 70 Oversold: 30 Benefits Finds overbought and oversold areas. Shows market momentum. Helps spot trend changes. Works on Forex, Gold, Crypto, Stocks, and Indices. Good for scalping, intraday, swing, and long-term trading. How to Use Buy Signal RSI moves above 30 . RSI cr
The MACD Overlay Pro brings the classic Moving Average Convergence Divergence (MACD) indicator directly onto your main price chart . By plotting the MACD Line, Signal Line, and an additional trend-confirming SMA directly over price candles, this tool eliminates the need to constantly glance at a separate indicator window, allowing for more focused technical analysis . Designed for clean visualization, this indicator uses dynamic color-coding to highlight trend direction and a semi-transparent fi
FREE
NovaTrend Adaptive Trend Strength ELITE A professional MT5 indicator that identifies trend direction, measures trend strength and highlights high-quality market activation points. Key features Clear 0–100 trend-strength display Bullish, bearish and neutral market states Adaptive market-regime detection Closed-bar, non-repainting signals Bullish and bearish activation markers Intelligent control of repeated signals Historical signals for chart evaluation Customizable calculation settings Compact
FREE
Multi-Timeframe Reversal Confirmation Dashboard
TAGLINE
Detect when a reversal is forming—and when confirmation is becoming stronger.
PRODUCT OVERVIEW
ReversalRadar Navigator MT5 is a multi-factor reversal analysis dashboard for MetaTrader 5. It searches for a combination of technical conditions that may accompany bullish or bearish market reversals.
Instead of declaring a reversal because one oscillator reaches an extreme, ReversalRadar Navigator MT5 uses a weighted confirmation model bas
FREE
STRUCTUREMAP NAVIGATOR MT5 Multi-Timeframe Market Structure Dashboard
TAGLINE
Read the market like a structure trader.
PRODUCT OVERVIEW
StructureMap Navigator MT5 is a multi-timeframe market-structure indicator for MetaTrader 5. It is designed to help traders understand how price is behaving through swing points and structure events rather than relying only on traditional buy/sell arrows.
The indicator analyzes recent swing highs and swing lows, classifies them as HH, HL, LH, or LL, and th
FREE
The Core Strategy (Signal Logic) The system filters the market trend using a color-coded Moving Average and enters trades based on specific candle closes to ensure optimal risk-to-reward entries. Bullish (Buy) Signal: The Moving Average Bearish (Sell) Signal: The Moving Average line turns Red (indicating an institutional downtrend), and a Red candle closes line turns Green (indicating an institutional uptrend), and a Red candle Trade & Risk Managementle closes. Managing the trade after entry i
-
́ : Un panel visual que muestra, en tiempo real, cuánto falta para que cada vela se cierre — en varios períodos al mismo tiempo, directo en tu gráfico. No más cálculos mentales ni cambios de temporalidad solo para saber cuándo se cierra la vela actual.
-́ Muestr
SuperTrend Indicator SuperTrend is a powerful MT5 indicator that helps traders identify the market trend , momentum , and buy or sell opportunities . It is based on the Average True Range (ATR) and changes color when the market trend changes, making trading decisions simple and easy. Default Settings Period: 10 Multiplier: 3.0 Benefits Shows clear market trend. Gives accurate buy and sell signals. Helps reduce false trade entries. Supports trend-following strategies. Works on Forex, Gold, Crypto
学习如何在MetaTrader AppStore上购买EA交易,MetaTrader平台的应用程序商店。
MQL5.community支付系统支持通过PayPay、银行卡和热门付款系统进行交易。为更好的客户体验我们强烈建议您在购买前测试EA交易。
您错过了交易机会:
- 免费交易应用程序
- 8,000+信号可供复制
- 探索金融市场的经济新闻
注册
登录