适用于MetaTrader 5的技术指标 - 10
MT4 版本: https://www.mql5.com/en/market/product/125756
MT5 版本: https://www.mql5.com/en/market/product/157655
这款一体化指标实时显示“市场结构”(内部和波段 BOS/CHOCH)、订单块、溢价和折价区域、等高点和等低点等等……使交易者能够使用广泛应用的价格行为方法自动标记图表。在我们发布公允价值缺口脚本后,我们收到了社区的大量请求,希望发布更多同类功能。
“市场结构”是一个相对较新但被价格行为交易者广泛使用的术语,旨在帮助他们更准确地把握市场流动性,并在市场中找到更理想的交易点。尝试确定机构市场参与者的订单位置(买方或卖方流动性)是基于价格行为寻找更实际的入场和出场点的非常合理的方法。
该指标包含针对摆动结构及其他诸多相关条件的警报。
功能特点:该指标包含多项功能,以下重点介绍:实时完整标注内部及摆动市场结构;结构突破 (BOS);特征转变 (CHoCH);订单块(看涨和看跌);等高低点;公允价值缺口检测;前期高低点;溢价和折价区域范围。
MT4 版本: https://www.mql5.com/en/market/product/166784
MT5 版本: https://www.mql5.com/en/market/product/166785
流动性分布图
流动性分布图是一款可视化的市场结构工具,它使用动态热图式的分布图在图表上绘制潜在的流动性区域。
该指标分析历史价格走势和成交量,然后突出显示流动性可能集中的价格区域。它绘制:
流动性线(潜在的反应/扫荡水平)
热图分布图框(流动性集中区域)
POC/最大流动性水平(检测到的最高流动性集中度)
最终生成清晰的可视化分布图,帮助交易者识别:
潜在的磁力线水平,
可能的扫荡区域,
当前价格上方/下方的反应区域,
入场、出场和风险管理的背景信息。
主要功能
动态流动性热图轮廓
基于成交量加权的价格区域
高亮显示最大流动性点 (POC)
高低流动性区域采用不同颜色区分
可调节轮廓分辨率(区间)
可调节扫描分辨率
用于快速控制显示的图表开关按钮
直接在主图表窗口中运行
工作原理(概念)
该指标通过结合以下因素来估算流动性集群
Boom and Crash Spike Detector 指标是根据主要用于检测价格中的 Boom 和 Crash 的高级策略进行编码的。 植入了复杂的算法来检测价格中高概率的繁荣和崩溃。 它会在潜在的繁荣或崩溃阶段发出警报: 繁荣阶段:当价格上涨过快时。 崩溃阶段:当价格下跌过快时。
限时优惠:该指标仅适用于 30 美元和终身。
主要特征
向手机发送推送通知 在计算机或笔记本电脑上弹出并发出警报 显示非重绘箭头(向上箭头表示潜在繁荣,向下箭头表示潜在崩溃) 与所有对一起工作。
推荐
时间范围:H1 和 H4 推荐货币对:处于趋势阶段的货币对。
接触
如果您有任何问题或需要帮助,请通过私信联系我。
作者
SAYADI ACHREF,金融科技软件工程师和 Finansya 创始人。
The Real RSI – 专业级背离识别指标 概述 The Real RSI 是一款面向专业交易者的 RSI 背离识别指标,旨在以机构级精度识别基于 RSI 的反转和趋势延续信号。
它能够自动检测价格与 RSI 之间的 常规背离 和 隐藏背离 ,并通过智能枢轴逻辑与实时结构验证来确认每一个信号。
该指标以高精度、稳定性和实战性能为目标而设计,在真实市场环境中运行时 无重绘、无信号延迟 。 如果您希望基于这些信号实现自动化交易,可使用以下版本:
The Real RSI BOT – Auto Divergence Trading EA 核心功能 1. 自动背离检测 • 自动识别常规与隐藏背离,支持多空两种结构。
• 适用于所有时间周期及品种,包括外汇、黄金、指数与加密货币。
• 同时识别反转型与趋势延续型结构。 2. 智能枢轴识别系统 • 通过左右柱逻辑自动定位高概率拐点。
• 可调节最小与最大枢轴间距,提升精确度与计算效率。
• 非重绘算法,仅基于已确认的枢轴生成信号。 3. 实时与历史扫描引擎 • 渐进式历史加载算法,提升图表响应速度。
• 实时扫描新K线,确保信号即时更新。
•
FREE
RSI ABCD形态查找器:技术策略 1. 指标工作原理 结合 经典RSI 与自动检测 ABCD谐波形态 。 主要组件 标准RSI (可调周期) 高低点标记 (箭头) ABCD形态 (绿/红线) 超买(70)和超卖(30)过滤器 2. MT5设置 period = 14 ; // RSI周期 size = 4 ; // 最大形态尺寸 OverBought = 70 ; // 超买水平 OverSold = 30 ; // 超卖水平 Filter = USE_FILTER_ YES ; // 确认过滤器 3. 交易策略 3.1. 买入信号(看涨ABCD) 条件: RSI形成: 低点( A ) → 高点( B ) → 更高低点( C ) D 高于超卖区(30)但低于 C 确认:绿色连线A-B-C-D 目标: TP1: B-C的61.8% TP2: B-C的100% 止损: 低于 D 3.2. 卖出信号(看跌ABCD) 条件: RSI形成: 高点( A ) → 低点( B ) → 更低高点( C ) D 低于超买区(70)但高于 C 确认:红色连线A-B-C-D 目标: TP1: B-C的6
FREE
Quantum Scalp Momentum— Trading Guide What This Indicator Does The Scalping Combo is a 4-in-1 confluence indicator for MetaTrader 5. It overlays EMA9 and VWAP on your chart, monitors volume spikes and Stochastic momentum internally, then prints BUY/SELL arrows only when all four components align. A dashboard in the chart corner shows real-time status of every component. Components at a Glance Component Default Role EMA 9 9-period, close Micro-trend direction VWAP Daily reset Fair-value / institu
The Hull Moving Average is not very well know in novice and maybe in intermediate trading circles, but it is a very nice solution created by the trader Alan Hull - please visit www.AlanHull.com for full details of his creation. The purpose of this moving average is to solve both problems that all famouse and common moving averages have: Lag and Choppiness . The implementation we did has, apart of the Period configuration and Price type to use in the calculations, a "velocity" factor, which could
FREE
Special offer : ALL TOOLS , just $35 each! New tools will be $30 for the first week or the first 3 purchases ! Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Supply Demand Retest and Break Multi Timeframe ,此工具基于强劲的动量蜡烛绘制供需区,允许您使用 timeframe selector 功能在多个时间框架中识别这些区域。通过重新测试和突破标签,以及可自定义的验证和样式选项,此工具支持有效的交易分析。 查看更多 MT4 版本请访问: Supply Demand Retest and Break MT4 Multi Timeframe 查看更多产品请访问: All Products 主要功能 灵活的时间框架选择: 利用时间框架选择器,根据您的交易需求在不同的时
This is the Cumulative Volume Delta (CVD) , it's an indicator that calculates the long and short volumes plotting it then as a line on the chart, the most efficient way to use this indicator is by comparing the CVD line to the current chart and looking at the Divergence beetween the two of them, so that you can identify fake-outs and liquidty sweeps. for example in the picture that i put below you can see that the price has made a lower low but the CVD didn't, that means the volumes didn't suppo
FREE
Limited-time free release: Relative Volume Breakout Signals MT5 is published free while MetaCoderStore collects trader feedback, comments, and feature requests. Relative Volume Breakout Signals measures the current bar volume against its recent average and marks range breakouts that happen on unusual participation. Use cases Identify breakouts with stronger-than-normal tick or real volume. Filter quiet range breaks from high-participation expansion moves. Feed relative-volume and signal buffers
FREE
FVG Smart Money Filter is an advanced Fair Value Gap (FVG) indicator designed to identify institutional imbalances with higher precision.
Unlike traditional FVG indicators, this tool combines multiple filters to reduce false signals and improve trade quality.
MAIN FEATURES:
- Automatic detection of bullish and bearish FVG zones - 50% equilibrium level (midpoint) - Dynamic projection of zones on the chart - Touch counter system - Mitigation by touch or candle close
FILTERS INCLUDED:
Trend F
FREE
A top-quality implementation of the famous Super Trend indicator, which needs no introduction. It is completely loyal to the original algorithm, and implements many other useful features such as a multi-timeframe dashboard. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to trade It implements alerts of all kinds It implements a multi-timeframe dashboard It is non-repainting and non-backpainting Input Parameters
ATR Period - This is the average true range perio
FREE
AI ChartPattern Pro AI ChartPattern Pro 是一款高精度指标,旨在帮助交易者客观识别高级图表形态,避免主观偏差和人为干预。版本 1.0 包含两种强大的图形模式: 沃尔夫波浪 和 头肩形态 。 这个指标不仅显示图形模式,还提供可执行的交易信号: 入场价格 止损(SL) 第一目标位(TP1) 第二目标位(TP2) 所有功能都经过简化,用户几乎无需配置。无需处理大量设置,该工具即装即用,让您专注于交易本身。 主要功能 自动识别沃尔夫波浪与头肩形态 清晰显示入场点、止损和目标位(TP1 和 TP2) 客观识别图形(无主观判断,无人为干预) 用户配置最小化,即插即用 早期用户价格,后续添加更多高级图形后价格将会上涨 后续计划 未来版本将根据用户反馈与市场需求增加更多高级图表形态。每增加一种新图形,工具功能将更强大,价格也会随之上涨。 沃尔夫波浪(Wolfe Wave) 沃尔夫波浪是一种由五个波段组成的自然价格形态,反映了市场中的供需关系。它常用于预测价格反转和未来目标位的位置。特别是在第 5 浪形成时,该形态对未来价格的预测精度较高。 参数设置 1. 是否显示
FREE
BTCUSD PRO Signal Solution for MT5
BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow.
The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions.
Main purpose
BTCUSD PRO is designed for traders who prefe
To get access to MT4 version please click https://www.mql5.com/en/market/product/130055  ; - This is the exact conversion from TradingView: "Ut Alart Bot Indicator". - You can message in private chat for further changes you need. Here is the source code of a simple Expert Advisor operating based on signals from Ut Bot Indicator . #property copyright "This EA is only education purpose only use it ur own risk" #property link " https://sites.google.com/view/automationfx/home " #property versio
FREE
Pricewerk Turtle Soup Indicator is a manual signal and trade-planning indicator for MetaTrader 5. It helps discretionary traders identify Turtle Soup sweep-and-reclaim setups, visualize a structured trade plan, and review signal quality directly on the chart. The indicator is designed for manual analysis and discretionary execution. It does not open, manage, or close trades automatically. Version 2.0 Highlights Auto Calibration: recalibrate the indicator directly from the chart. Smart Market Pre
Line Profit 存款货币的可视利润线指标。仅当市场上有安装指标的符号的未平仓头寸时才有效。您可以用鼠标移动线或启用自动跟踪买入价。 指标设置说明: colotLine - 线条颜色 WidthLine - 线宽 colotText - 文本颜色 FontSize - 文本的高度 Anchor - 文本的锚点方法 FollowBid - 跟随买入价 Line Profit 存款货币的可视利润线指标。仅当市场上有安装指标的符号的未平仓头寸时才有效。您可以用鼠标移动线或启用自动跟踪买入价。 指标设置说明: colotLine - 线条颜色 WidthLine - 线宽 colotText - 文本颜色 FontSize - 文本的高度 Anchor - 文本的锚点方法 FollowBid - 跟随买入价
FREE
Welcome to Propsense, the best solution for new and veteran traders with a simple FREE strategy! NEW to MT5! This indicator is a unique and affordable trading tool built on the teachings of a former bank trader. With this tool, you will be able to see inefficient points with ease. Additionally, traders will have a clean Heads Up Display which will show your running and closed P/L in pips AND currency units. As a highly requested option, a candle timer has been added which will allow you to j
Peak Trough Analysis is the great tool to detect peaks and troughs in your chart. Peak Trough Analysis tool can use three different peaks and troughs detection algorithm. The three algorithm include the orignal Fractals Indicator by Bill Williams, the Modified Fractals indicator and ZigZag indicator. You can use this peak and trough analysis tool to detect the price pattern made up from Equilibrium Fractal-Wave process. For further usage, there are good guide line on how to use this peak trough
FREE
Zigzag Sync Market Structure Lite(Zigzag 同步市场结构精简版) Zigzag Sync Market Structure Lite 专为追求“清爽图表”和“简约”交易环境的交易者设计。与那些让屏幕显得杂乱的标配 Zigzag 指标不同,本工具采用自适应 ATR(平均真实波幅) 数学算法来过滤市场噪音,仅识别最具意义的结构性拐点。 核心功能 自动结构标注: 瞬间识别 HH (更高的高点)、 HL (更高的低点)、 LL (更低的低点)和 LH (更低的高点),助您一眼定势。 垂直同步线: 独特的虚线设计,将价格峰值与您的副图指标(如 RSI、MACD 等)直接对齐,消除在寻找背离或动量转变时的猜疑。 智能支撑/阻力线: 自动绘制支撑位和阻力位,且在蜡烛图收盘突破后自动消失,保持工作区干净整洁。 幽灵点 (Ghost Dots): 显示被新行情作废前的旧结构点位置,让您更直观地理解市场的“重绘”过程。 使用方法 该指标旨在增强您的全局意识。请遵循以下四个步骤以实现高概率交易流: 识别趋势: 观察标注。一系列的 HH 和 HL 表示牛市趋势;LL 和
FREE
适用于 MetaTrader 5 的 KS 形态指标
该指标可在任何图表及时间周期上自动识别K线形态和价格行为形态。
识别的K线形态(通过设置 `ShowCandlestick = true` 启用):
十字星 (Doji) —— 中性形态,表明市场处于犹豫不决状态(标签显示为“Doji”)
看涨吞没 (Bullish Engulfing) —— 看涨反转信号(标签显示为“Bullish Engulfing”)
看跌吞没 (Bearish Engulfing) —— 看跌反转信号(标签显示为“Bearish Engulfing”)
锤头线 (Hammer) —— 看涨反转信号,常出现在潜在底部区域(标签显示为“Hammer”)
射击之星 (Shooting Star) —— 看跌反转信号,常出现在潜在顶部区域(标签显示为“Shooting Star”)
启明星 (Morning Star) —— 强烈的看涨反转形态(标签显示为“Morning Star”)
黄昏星 (Evening Star) —— 强烈的看跌反转形态(标签显示为“Evening Star”)
识别的图表形态(通过
FREE
Trend-X Free is a professional-grade Smart Money Concepts (SMC) indicator for MetaTrader 5. It automatically maps institutional market structure — Break of Structure (BOS), Change of Character (ChoCH), Fair Value Gaps (FVG), and swing labels (HH/LL/HL/LH) — on any symbol and any timeframe. No repainting on closed bars. No manual drawing. Just clean, institutional logic directly on your chart. This is the free entry point into the Crystal AI Systems Trend-X ecosystem. The core structure engine is
FREE
增强型K线计时器 是一个多功能且可定制的MetaTrader 5 (MT5) 指标,实时提供当前K线的信息,包括下一根K线的倒计时、K线细节、成交量和点差。指标显示在用户指定的图表窗口角落,提供多行或单行格式,允许交易者一目了然地监控关键市场数据,提升决策效率和交易效率。 主要功能 实时K线计时器 :显示下一根K线的倒计时(小时、分钟及可选的秒数),支持自定义文本颜色、字体大小和字体类型。 K线信息 :显示当前K线的方向(看涨/看跌)、K线大小(以点计)、实体大小、上下影线大小和价格变化百分比,并根据K线方向使用颜色编码文本。 成交量和点差数据 :可选显示当前K线的成交量(以百万或千为单位)和点差,提供关键市场背景信息。 灵活的显示选项 :可在详细的多行布局或紧凑的单行格式之间选择,支持调整行间距和定位。 无缝MT5集成 :完全兼容MetaTrader 5,确保简单设置和优化的性能,不影响平台速度。 可定制设置 :配置计时器颜色、看涨/看跌颜色、字体、显示角落、与角落的距离,以及秒数、K线信息、成交量和点差的显示开关。 优势 全面的市场洞察 :将K线计时、K线分析、成交量和点差数据整合
FREE
Adaptive Market Intelligence (AMI) + Multi-Indi Sentiment & Divergence Dashboard Core Market Philosophy This indicator integrates adaptive trend detection with multi-dimensional market sentiment analysis to provide a comprehensive view of current market conditions. By combining Kaufman's Adaptive Moving Average (KAMA) with oscillator-based divergence detection, the system identifies both directional bias and potential reversal zones before they manifest on price. Trend & Structure Analys
FREE
Supply and Demand Zones Indicator for MT5 Professional institutional-grade Supply and Demand zone detection with intelligent alerts WHAT IS IT? Supply and Demand Zones is a powerful MT5 indicator that automatically identifies high-probability institutional supply and demand zones on any chart. this professional indicator brings advanced zone detection to MetaTrader 5 with enhanced features. Unlike traditional support and resistance levels, this indicator detects actual institutional footprint
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Big Trades — Institutional Order Flow Indicator for MetaTrader 5 Built for CFD traders who are tired of trading blind. *READ THE DESCRIPTION* MetaTrader 5 is a phenomenal platform — except for one glaring weakness: it has no real order flow . No consolidated tape, no aggregated volume profile across venues, no native way to see when the big money is actually stepping in. For CFD traders, this gap is even more painful: your broker feed is fragmented, volume is synthetic, and the footprint o
通过 Day and Week Separator MT5 优化您的交易分析,这是一款直观的工具,旨在绘制可自定义的每日和每周分隔线,非常适合处理经纪商时区差异的交易者。在 Forex Factory 和 Reddit 的 r/Forex 等交易社区中广受好评,因其简单而高效,这款指标解决了将图表时间框架与本地或特定市场时间对齐的常见问题,正如 Investopedia 和 TradingView 等平台上的讨论所强调的。交易者称赞其提高图表清晰度的能力,用户报告通过清晰标记交易时段,基于会话的分析得到改善,交易计划效率提高高达 20%,尤其是在时区偏移较大的地区(例如,使用欧洲经纪商的亚太地区交易者)。其优势包括精确可视化每日和每周市场过渡、可自定义的时区偏移以匹配本地或策略性时间,以及轻量级设计,可无缝集成到任何交易系统中,非常适合剥头皮、日内交易和波段交易者,旨在基于时间市场周期优化入场和出场。 Day and Week Separator MT5 在用户指定的时间(例如,图表时间 7:00 对应本地时间 00:00)绘制垂直虚线(默认 dash-dot-dot 样式,宽度 2)
FREE
Indicador gratuito para Metatrader 5 que muestra en pantalla una caja rectangular para cada una de las sesiones de mercado "Londres, New York y Tokio". Se puede establecer la zona horaria de forma automática o mediante un valor de offset. Parámetros de configuración para cada una de las sesiones. Visible / No visible Hora Inicial Hora Final Caja sólida o transparente. Estilo del borde de la caja. Grosor del borde de la caja. Color.
FREE
This indicator finds and displays the Double Bottom and Double Top technical analysis patterns. Signals (displays a message on the screen) if the shape was formed recently. Often after the appearance of these patterns, the trend reverses or a correction occurs. In order not to search for them yourself, or not to miss their appearance, it is enough to add an indicator to the chart. The indicator can be used on different timeframes and currency pairs, there are settings for a better search on a c
FREE
Current event: https://c.mql5.com/1/326/A2SR2025_NoMusic.gif
A2SR MT5 版 指标:自动化实际供需 (S/R)。 + 交易工具。 Product description in English here. -- Guidance :
-- at https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516
-- and https://www.mql5.com/en/users/yohana/blog
强大、真实、省时,助您做出更明智的交易决策。 + 兼容 EA 的对象。
主要优势 领先的实际 SR 水平(不滞后,不重绘) 自 2014 年以来,A2SR 在 MT4 平台上经过多年的可靠性验证 ,现已面向 MetaTrader 5 平台推出。 它凭借领先的、不重绘的指标,为交易者带来卓越的优势,帮助他们在价格触及支撑位和阻力位之前识别实际支撑位和阻力位。
A2SR 提前计算支撑位和阻力位——在价格触及支撑位和阻力位之前——让交
SHOGUN Trade Pro – 16 Years of Unadjusted Precision. https://www.mql5.com/en/market/product/176984
Strategic Market Structure & the Mastery of "Small Losses, Big Profits." March Special Sale – Special Price: (Regular Price: $299)! This special offer is for a limited time only. We are currently focusing on further product development and optimization. To incorporate valuable feedback from our users into the product, we are offering this discounted price on the condition of your cooperation wi
购买前须知: 本指标最佳运行场景为0点差账户或者固定点差账户, 即不会在新闻时段扩大点差的经纪商账户,推荐使用exness零点差账户。
DeltaVolumeBubble — 量能气泡指标 从订单流 Delta 中提炼的可视化工具,用「气泡大小 × 颜色」让你一眼读懂每根 K 线背后的多空真实博弈。 这个指标解决什么问题? 价格会骗人,但资金流向不会。 传统K线只告诉你"价格去了哪里",却不告诉你"谁在推动价格"。DeltaVolumeBubble 将订单流中的 Delta(主动买单 vs 主动卖单的净差值) 直接映射到每根K线上,用 直观的气泡 呈现—— 绿色气泡 = 主动买盘胜出(多头在发力) 红色气泡 = 主动卖盘胜出(空头在砸盘) 气泡越大 = 多空搏杀越激烈,净胜出量越大 不再需要盯着密密麻麻的订单流数据表, 一眼扫过去,资金在哪边,一目了然。 两大核心组件,化繁为简 本指标摒弃了复杂冗余的显示,只保留 两个最有决策价值的视觉组件 : 组件一:量能气泡(Volume Bubble) 每根K线中央的气泡,是该K线内市
Introducing the MACD Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
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
This indicator shows the TLH and TLL and some trendlines that allow us to estimate the trend of market. It also shows the values of the angles of the lines in percentage in points (pip) , the standard deviation, and the trend of each line, and when it breaks the lines of support and resistance (TLH and TLL). And finally, it also shows the points identified as supports and resistances through the fractal algorithm in the graph. The high and low trend lines are supported by the highs and lows, th
FREE
【为什么大多数 RSI 背离不是延迟,就是重绘?】 如果你用过足够多的背离指标,你一定遇到过这两种情况之一: 要么背离出现得很晚,要么背离会突然消失。 这并不是某个指标 “写得不好”,而是背离本身的计算逻辑,天然就存在取舍问题。 如果你想要 “立刻提示”,往往就要承受重绘; 如果你想要 “完全不重绘”,就一定会有延迟。 这个指标,正是试图在这两者之间,找到一个更合理的平衡点。 ———————————————————— 【背离为什么一定会有延迟?】 背离,本质上是在比较两个高点或两个低点之间的关系。 但问题在于:一个高点或低点,只有在行情出现反向回调之后,才能被确认是真正成立的。 在回调发生之前,任何所谓的 “高点 / 低点”,都只是暂时的价格位置,而不是一个已经确认的极值。 因此,传统背离算法通常采用的逻辑是:先等待价格走出一段回调,再回头确认前面的高点或低点,最后才判断是否构成背离。这一步 “等待确认”的过程,就必然带来了时间上的延迟。 ———————————————————— 【那重绘又是怎么来的?】 重绘,通常出现在追求 “提
FREE
Overview The Daily Session Separator indicator is a powerful tool designed to enhance your trading experience by clearly marking daily trading sessions on your chart. It helps traders visualize daily boundaries, session highs and lows, and essential day-specific data to make informed decisions. With its seamless integration into any chart and dynamic adaptability, this indicator is a must-have for traders who rely on precision and clarity. Key Features Daily Session Separators Automatically adds
FREE
SMC Price Action Patterns - MT5 Indicator Product Description MetaTrader 5 custom indicator SMC Price Action Patterns A chart overlay indicator for traders who want a structured view of Smart Money Concepts, market structure shifts, order block patterns, fair value gaps, equal highs and lows, and key multi-timeframe price levels directly inside MetaTrader 5. BOS and CHoCH Internal and Swing Structure Order Block Finder Input-Controlled FVG Colors EQH and EQL Premium and Discount Zones Product Ov
FREE
商品通道指数 (CCI) 指标的多货币和多时间框架修改。 您可以在参数中指定任何所需的货币和时间范围。 此外,该面板还可以在跨越超买和超卖水平时发送通知。 通过单击带有句点的单元格,将打开该符号和句点。 这是 MTF 扫描仪。
默认情况下,从图表中隐藏仪表板的键是“D”
参数 CCI Period — 平均周期. CCI Applied price — 价格类型。 Clear the chart at startup — 启动时清除图表。 Set of Pairs — 符号集 — Market Watch — 来自 MT 的“市场观察”的货币对; — Specified manually — 在参数“Pairs”中手动指定对。 — Current pair — 当前对。 Pairs (separated by a space or semicolon) — 由空格或分号分隔的符号列表。 货币名称的书写方式应与经纪商的名称完全相同,并保留大小写和前缀/后缀。 Time Frames (separated by a space or semicolon) — 由空格或分号分隔的时
SMC Signals (BOS/CHoCH + ADR TP/SL Zones) SMC Signals is a free Smart Money Concepts (SMC) market structure indicator for MetaTrader 5 that automatically detects: BOS (Break of Structure) CHoCH (Change of Character) Swing High / Swing Low pivots Trade entry levels and projected targets The indicator also calculates ADR(10) (Average Daily Range) and automatically plots: Entry level Stop Loss (SL) Take Profit 1 (TP1) Take Profit 2 (TP2) A built-in dashboard displays live performance statistic
FREE
描述。 Renko图表形成的基础是价格范围。 如果价格超出其限制,图表显示一个框高于或低于前一个。 因此,我们看到价格走势没有额外的"噪音"和重要的支撑和阻力水平。 特征。
为了与专家顾问一起使用,实现了一个额外的缓冲区-一个盒子计数器. 为了方便和提高测试速度,用户可以使用"新框"事件,指示器在出现新框时生成该事件。 您可以设置"反转"框的大小。 无论测试开始点如何,指标始终构建相同。 没有"重绘"。 一旦到了那里,拳击就不会再改变了。 无论从哪里启动,它都将被绘制相同。 输入参数:
RenkoBoxSize = 20; //Box size ReversBcnt = 2; //Box's for reverse RenkoBoxDrawCNT = 100; //Box's for draw Price = bid; //bid, ask, (ask+bid)/2 RenkoBoxEventId = 123; //Box's event
FREE
The balance of supply and demand is a simple and effective market analysis method. The supply and demand diagram can show you in advance, even before the trend reversal, where the supply ends and the demand is already emerging, where the demand ends and the supply is emerging, while substantially increasing the probability of making a deal in the right direction and with a high profit factor.
Indicator signals The indicator uses the price/volume values to generate signals: ED – excess demand. E
Ichimoku Trend Alert is the Ichimoku Kinko Hyo indicator with Alerts and signal filters.
Ichimoku Trend Alert features: Optional check of Ichimoku cloud, Tenkan sen(Conversion Line), Kijun sen(Base Line), Senkou span A, Senkou span B, and Chikou span relative to price, and more. Popup, email, and phone notification alerts for selected symbols and timeframes.
There are 9 classic Ichimoku trend filters you can enable/disable in settings: Price/Cloud Order: Checks the price position relative to
FREE
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. MT4 Version - https://www.mql5.com/en/market/product/155320
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
The TickCounter indicator counts up and down ticks on each new bar.
The calculation starts from the moment the indicator is placed on the chart.
Histogram bars represent: Yellow bars - total number of ticks; Blue bars - ticks UP; Red bars - ticks DOWN. If the blue bar is not visible, then there are more down ticks and the red bar is displayed on top of the blue one (the red layer is above the blue one). MT4 version: https://www.mql5.com/en/market/product/82548
Each reinitialization of the i
Delta Volume Bubbles is an advanced MetaTrader 5 indicator designed to visually display buy and sell pressure through dynamic, colored bubbles plotted directly on the price chart.
It calculates the net volume delta (difference between buy and sell volume) and represents it as bubbles of different sizes and colors giving traders a clear, intuitive picture of order flow activity. This indicator provides a visual form of order flow analysis , allowing traders to interpret market pressure even with
FREE
Custom Spread Indicator *Please write a review, thanks!
Also MT4 version is available
Spread Indicator show the current spread in pips with color codes. Handle 3 levels, Low, Medium, High. You can set levels and colors for each level (eg. Low: Green, Medium: Orange, High: Red), and can choose display position on the chart.
There is two spread calculation mode: -> Server spread value -> Ask - Bid value
Can set opacity, for better customization. When spread jump bigger, then display do not
FREE
Volume Pressure Meter breakdown tick volume to reveal the buying and selling pressure inside every candle. Unlike standard volume which only shows total activity, this indicator splits volume to show who is actually in control of the market. It helps you identify trend strength and spot potential reversals through volume divergence. Key Features: Pressure Gauge: Visual bar showing real-time Buy vs Sell percentages. Trend Bias: Automatically identifies if the market is dominated by Buyers or Sell
FREE
** All Symbols x All Timeframes scan just by pressing scanner button ** After 18 years of experience in the markets and programming, Winner indicator is ready. I would like to share with you! *** Contact me to send you instruction and add you in "123 scanner group" for sharing or seeing experiences with other users. Introduction The 123 Pattern Scanner indicator with a special enhanced algorithm is a very repetitive common pattern finder with a high success rate . Interestingly, this Winner in
Limited-time free release: this indicator is free while we collect real trader feedback. Please leave a comment with your requests, issues, settings ideas, or features you want us to consider for the premium version. SuperTrend ATR Signals is a chart-window trend indicator that plots a SuperTrend line using ATR volatility and highlights trend flips with optional buy and sell arrows. Use it to spot: Current trend direction. Possible trend-change areas. ATR-based trailing support and resistance. C
FREE
Pulse Echo 指标是用于 MetaTrader 5 的 无重绘 、波动率自适应趋势包络指标。它不是依赖单一固定长度的移动平均线,而是根据短期与长期实现波动率的比率,在快速 EMA(默认 7)与慢速 EMA(默认 34)之间不断再平衡,生成一条单一的“趋势脊线”:在平静行情中紧贴价格,在剧烈波动时则变平以过滤噪音。基于 EWMA 方差的带宽按脊线与当前 σ 成比例缩放,用于定义多头与空头突破;三状态的结构(多头 / 空头 / 中性)驱动可见趋势颜色、涂色 K 线以及每次确认切换时绘制的 Buy/Sell 标签。
MT4 版本: Pulse Echo MT4 更多产品: 所有产 品 想查看真实账户示例和最新工具,请访问我的主页并发送好友请求,以免错过任何更新! 工作原理 自适应趋势脊线 指标先计算源价格(默认收盘价)的对数收益,并送入两个滚动标准差窗口:一个是 20 根 K 线的短期波动率 volS,另一个是 80 根 K 线的长期波动率 volL。二者比值 vr = volS / volL 映射为混合权重:wRaw = clamp(1 - (vr - 0.7) / 0.9
FREE
Show the time of candlesticks and spread. All data will be displayed in a rod. Can change color Can fix the size as needed
MT4 : Link https://www.mql5.com/en/market/product/102742 MT5 : Link https://www.mql5.com/en/market/product/102834
Most free code on various websites I didn't write it myself. I only do a little bit.
If you like it, please give 5 stars with it. Thank you.
FREE
GDS Renko Entry Helper is a Renko market analysis indicator for MetaTrader 5 that highlights important price interaction areas around support and resistance zones.
The indicator helps traders identify where market structure, reactions, and directional movement may require additional attention before making trading decisions.
The indicator is designed to assist traders in analyzing price behavior on Renko charts by marking areas where price slows down, reacts, or changes direction near suppo
FREE
請查看「新功能」以了解版本 1.3 的詳細說明
//+---------------------------------------------------------------------------------------------------------------+ 我創建了這個指標,因為在我的策略中缺少了這樣的工具,並且沒有找到類似的工具。對我來說,這個指標在日內交易中表現最好,但你可以隨意進行實驗。 概述 此指標旨在通過分析價格走勢和成交量動態,幫助識別市場中的關鍵轉折點。 特點 指標策略的核心是基於識別通常在重大價格變動之前出現的高點和低點模式。這些模式通過掃描圖表,尋找具有以下特徵的K線來確定: 看跌K線模式 :當K線的高點高於[用戶可調]的前置(默認5)和後置(默認3)K線的高點時,該模式被識別。僅當該K線之前的K線數中有[用戶可調]數量的成交量逐漸減少時,才進行標記。 看漲K線模式 :當K線的低點低於[用戶可調]的前置(默認5)和後置(默認3)K線的低點時,該模式被識別。僅當該K線之前的K線數中有[用戶可調]數量的成交量逐漸減少時,才進行標記。 成交量標準
FREE
UZFX SWS {剥头皮盈利信号} Pro v1.0是由Usman Zabir(UZFX实验室)专为剥头皮交易者、日内交易者及波段交易者开发的强力无重绘指标,旨在快速波动市场中提供精准入场信号。特别适合追求可靠实时信号、拒绝延迟或虚假重绘的交易者。
我推荐*的最佳时间周期:30分钟及以上。 {1小时}是我的首选,其效果令人惊叹...! 注意:与{ LTL 164343 }指标结合使用,可提高获胜信号率。 使用 LTL 信号判断趋势,利用 SWS 信号确定入场时机。 这种方法将最大化您的胜率,并有效规避虚假信号。
核心功能包括:
清晰的视觉箭头标示近期及历史信号(可选点状显示过往信号)。 自动计算并绘制交易线:入场点、止损位(基于近期震荡高低点)及多档止盈位(风险回报比1:1、2:1、3.5:1——完全可自定义)。 图表信息面板实时显示最新信号详情、入场价、止损位及止盈位。 全面警报系统:弹窗提示、声音提醒、推送通知及邮件提醒。 图表自定义选项(颜色、背景、K线样式)。 内置许可证过期系统保障安全分发(可通过更新日期续期)。 适用于所有货币对、大宗商品及时间周期,UZFX SWS
Simplify your trading experience with Trend Signals Professional indicator. Easy trend recognition. Precise market enter and exit signals. Bollinger Bands trend confirmation support. ATR-based trend confirmation support. (By default this option is OFF to keep interface clean. You can turn it ON in indicator settings.) Easy to spot flat market conditions with ATR-based trend confirmation lines. Highly customizable settings. Fast and responsive. Note: Do not confuse ATR-based trend confirmation
FREE
Do you already know the Start Midas indicator?
What about the Vwap Standard Deviation indicator?
And I need to speak again in the book MIDAS Technical Analysis ...
The Start Midas SD Channel indicator combines the two in one, bringing the practicality and efficiency of Midas with the statistical calculation of the standard deviation.
All of this with the practicality of the White Trader Start indicators, where you can plot the indicator and move them on the screen using keyboard shortcuts
crash 500 AI Indicator is an AI-powered, highly accurate trading system designed for Deriv Boom & Crash indices and Weltrade Pain & Gain assets.
It delivers precise spike and scalping signals, clear entries, stop-loss guidance, and smart exit alerts. Built for consistency, speed, and real profitability, this indicator helps traders trade with confidence and control using advanced AI logic. .
Why Traders Are Choosing This Indicator: Advanced AI-powered logic for precision trading
Highly acc
Traders Dynamic Index (TDI) MetaTrader indicator — a comprehensive but helpful indicator that uses RSI (Relative Strength Index), its moving averages, and volatility bands (based on Bollinger Bands) to offer traders a full picture of the current Forex market situation. Here is single timeframe product. Once puscharse this indicator, you free to use MTF scanner (free at here ) The Traders Dynamic index TDI indicator is the next generation of the popular Trader Dynamic index indicator dev
将此指标添加到图表并设置 ZigZag 的 ExtDepth 设置
当价格触及趋势线上、下或中通道时,它会立即发出警报
特征 :
-启用/禁用上、下或中线的警报 - 在几秒钟内发出警报后添加暂停 - 使用图表上的按钮暂停或取消暂停趋势通道 - 通过在输入字段中添加点来添加早期警报,例如 ETH 价格是 2900.25,这里的数字 25 是“点”,所以如果您在输入字段中添加 25 以点为单位,并且如果趋势通道下线的值为 2900.25,那么您将在 2900.50 获得早期警报(从设置中增加 25 点)
- 启用/禁用定向触摸,更多信息请参见屏幕截图,当价格触及底部阻力和顶部支撑时考虑定向触摸,添加此功能是为了避免来自多个警报的噪音 如果您在 1 分钟到 5 分钟图表中交易,Extdepth 的推荐设置为 55
如果您交易 1 小时到 4 小时图表,Extdepth 的推荐设置为 21
您可以根据图表上的需要调整任何其他 Extdepth,找到最佳趋势通道并暂停它并等待买入或卖出警报,
此外,您可以使用价格行为信息或蜡烛形态来验证反转。
您可以将其添加到许多图表并获得多个符
该指标的独特优势在于其基于 Arjo 设计和开发的“公允价值缺口理论”。Arjo 是一位顶尖的导师,而我本人则在此基础上进行了开发完善。该系列视频将包含完整的 YouTube 链接,提供详尽的讲解,并附有编译后的 MT4/MT5 系统运行的截图。 所有发布的系统都将分别提供 MT4 和 MT5 版本,以满足不同平台和用户的需求。 所有购买该系统的 100 位客户都将获得一项额外福利:购买 Pine 脚本工具后,即可在 Trading View 上免费使用该系统。 链接: https://youtu.be/gT5SFdwIYC0?si=L_ldI4E_pCx4gVhL 您将获得: 1. 根据链接中的说明,自动检测并绘制看涨/看跌公允价值缺口框。 2. 隐蔽突破缺口信号 3. 突破缺口信号 4. 推送(通知)提醒指标(可选) 5. 该系统适用于所有时间周期。推荐时间周期:15分钟、1小时、4小时和日线。 总结:这仅仅是我们征程的开始,我们将根据用户需求定期更新更多功能、开发和升级,欢迎随时评论或私信我们提出任何问题。很遗憾,我们目前不提供演示下载,但我们保证,为了满足所有用户的需求,我们
The indicator High Trend Pro monitors a big number of symbols in up to 4 timeframes simultaneously and calculates the strength of their signals. The indicator notifies you when a signal is the same in different timeframes. The indicator can do this from just one chart. Therefore, High Trend Pro is a multicurrency and multitimeframe indicator. High Trend Pro uses emproved versions of popular and highly demanded indicators for calculating its signals. High Trend Pro calculates the signal strength
ICT killzones是市场中特定的时间段,在这个时间段内,交易量和波动性往往会增加,为了帮助交易者全面了解市场情况并更好地制定交易策略,我们开发了这个指标。 该指标用不同颜色识别ICT killzones的5个时间段,并跟踪标识出时间段内价格区域,高低支点参考线将会自动延伸,直到支点价格被突破或者交易时间段结束。该指标可以帮助您找到交易突破点以进行顺势交易。 5个killzones都是可以自行定制颜色和时间段的,可以根据您的喜好进行细微调整,或者调整为完全不同的时间区域。指标将会自动跟踪调整。 第一次使用时需要设置时差偏移,在Current Broker UTC Shift填入 MetaTrader 经纪人时间的UTC时差(例如MetaTrader默认使用莫斯科时区为UTC+3,则填入3。如已经更改为北京时间,则填入8) 使用夏令时的地区,在实施夏令时的时候,Current NY to UTC Shift填入-4,在实施冬令时的时候, Current NY to UTC Shift填入-5. 相关话题标签: 交易时段,市场时间,外汇交易时间,交易时间表,市场开盘/收盘时间,交易时
这个指标有什么作用? 该指标会自动分析图表,识别 艾略特波浪模式 (推动浪和调整浪),并实时显示波浪1、2、3、4和5的位置。此外,它还包括 价格预测 、 成交量验证 和 三角形形态识别 。 “雷达”版本有哪些改进? 目标预测: 提示价格在第五浪中可能走向何方。 成交量验证: 确认成交量是否支持已识别的模式。 三角形识别: 识别复杂的调整浪(收缩、扩张、对称)。 概率分析: 告诉你已识别模式的可靠性(%)。 多重备选计数: 如果市场走势模糊,提供不止一个有效选项。 如何理解颜色和线条 波浪线: 蓝色: 推动浪 (1、3、5)— 主要趋势。 红色: 调整浪 (2、4)— 趋势内的回调。 黄线(建议回调位) 这条线标出了修正最有可能结束的水平。 如果价格回调并突破黄线的底部(即最接近价格、作为入场点的那个位置),则价格继续向黄线另一端的预测位移动的可能性会增加。只有当完整的趋势变化已经确认,并且黄线的起点和终点都得到验证时,这个信号才是可靠的。 灰色线(趋势通道) 这条线界定了推动浪的运行轨迹,并帮助预测第五浪可能结束的位置。如果价格在通道内运行,则确认了趋势的强度;如果提前突破通道,则可
FREE
Magnet Wall 指标是适用于 MetaTrader 5 的、基于 ATR 的 无重绘 趋势通道系统。它在价格上方和下方绘制两条自适应通道,像“磁性墙”一样:在趋势完好时把价格包裹在内部,一旦价格有效突破墙体,趋势即发生翻转。K 线和通道会根据当前有效趋势自动变色,买入或卖出信号在趋势反转的那一刻被确认。该指标基于 Wilder ATR(倍数可配置)构建,采用非对称突破‑锚定算法(不是标准 Supertrend),并内置完整的提醒系统,支持弹窗、推送通知、邮件和声音提醒。 MT4 版本地址: Magnet Wall MT4 更多产品请见: 所有产 品 如需查看真实账户示例和最新工具,请访问我的个人主页并发送好友请求,以免错过更新! 工作原理 非对称 ATR 趋势通道 在每一根收盘 K 线上,指标会按照可配置的回溯长度(默认:5 根 K 线)计算 Wilder ATR,并乘以通道宽度倍数(默认:7.6),得到一个 Δ 值,用来确定上下通道相对于源价格的距离。当源价格收盘于某一侧通道之外时,对应的“墙”会贴合到新的极值位置;当价格保持在通道内部时,两侧墙体保持不动。上下通道之间
FREE
Description
The base of this indicator is an ZigZag algorithm based on ATR and Fibo retracement. The ZigZag can be drawn like a classic ZigZag or like Arrows or needn't be drawn at all. This indicator is not redrawing in sense that the ZigZag's last shoulder is formed right after the appropriate conditions occur on the market. The shoulder doesn't change its direction afterwards (can only continue). There are some other possibilities to show advanced information in this indicator: Auto Fibo on
Price Action Suvo - Ultimate SMC & Trend Indicator
Key Features 1. Advanced Market Structure (BOS & CHoCH) Dual Structure Analysis: Automatically identifies both Internal Structure (short-term) and Swing Structure (major trends). BOS & CHoCH: Clearly marks Break of Structure (BOS) and Change of Character (CHoCH) with distinct styles. Visual Perfection: Internal: Dotted lines for minor structure. Swing: Solid lines for major structure. No Overlap: Fixed logic prevent
FREE
介绍 Moving Average Multicurrency Scanner MT5,这是一款尖端指标,旨在通过监控多个货币对在不同时间框架下来增强您的交易体验。此工具非常适合依赖移动平均线来识别趋势并做出明智交易决策的交易者。 使用 Moving Average Multicurrency Scanner MT5,您可以轻松分析市场动态并及时接收信号,让您能够实时把握交易机会。想象一下,您可以通过无缝对接多个时间框架和货币对来定制您的交易策略。 MQL产品安装指南 | 在 MT4/MT5 上更新已购买的MQL产品 | 常见故障排除指南 | 指标设置 / 指南 主要特点 缓冲区集成:将指标值暴露为可访问的缓冲区,允许 Expert Advisor 使用基于信号的交易策略。 可视箭头信号:Plots 在信号蜡烛上直接在图表上清晰显示买入/卖出箭头,便于视觉阅读。 快速且可回测:基于 MetaTrader 的本地 OnCalculate() 引擎构建,确保快速计算并与策略测试器兼容进行历史回测。 弹出警报:在信号事件上生成 MetaTrader 弹出警报,确保您不会错过潜在的交易设置。
Description: Trade with the same benchmark used by Institutional Traders and Hedge Funds. The Titan VWAP (Volume Weighted Average Price) is not just a moving average; it is the ultimate equilibrium point of the market for the day. While standard moving averages lag behind price, Titan VWAP combines Price and Volume to show you the true trend direction and liquidity levels. Most free VWAP indicators on the internet are mathematically incorrect or fail to reset properly at the start of the day. Ti
MetaTrader市场提供了一个方便,安全的购买MetaTrader平台应用程序的场所。直接从您的程序端免费下载EA交易和指标的试用版在测试策略中进行测试。
在不同模式下测试应用程序来监视性能和为您想要使用MQL5.community支付系统的产品进行付款。
您错过了交易机会:
- 免费交易应用程序
- 8,000+信号可供复制
- 探索金融市场的经济新闻
注册
登录