Kalman Trend Filter

# Kalman Trend Filter - Level and velocity Kalman filter

*Category: Trend | Difficulty: advanced | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1*

## Short description

> A two state Kalman filter that simultaneously estimates price level and velocity. The gain self-adjusts: it trusts the model when data are consistent and re-adapts immediately to shocks.

### Overview

The Kalman filter is the standard tool for estimating the state of a system observed through noisy measurements, which is exactly the situation of anyone looking at a chart. This implementation models price with two states: a level and a slowly changing velocity. On every bar the filter first predicts where price should be by extending the estimated velocity, then compares the prediction with the actual close and corrects both states in proportion to its own uncertainty. The practical consequence is that lag is not fixed as in a moving average: when observations confirm the model the filter trusts it and stays smooth, when an unexpected move arrives the prediction error is large and the correction is immediate.

### How the calculation works

1. The state consists of level and velocity, with a symmetric covariance matrix representing their uncertainty.
2. In the prediction step the level advances by the current velocity and the uncertainty grows by the process noise.
3. Measurement noise and process noise are expressed not in points but in ATR multiples, so the tuning stays valid when the instrument or timeframe changes.
4. The Kalman gain is recomputed on every bar from the ratio between model uncertainty and measurement noise: this is the self-adjusting part.
5. The innovation, the difference between observed and predicted price, corrects level and velocity and reduces the uncertainty.
6. The dotted projection line shows where the level would end up on the next bar if the estimated velocity stayed unchanged.

### How to use it

- Read the main line as an estimate of price stripped of noise: its colour gives the sign of the velocity, hence the structural direction.
- The distance between price and line is the recent innovation: an unusual distance means the market is doing something the model did not anticipate.
- The projection line next to price helps judge whether the forming bar is confirming or contradicting the estimated velocity.
- Raise InpMeasureNoise for a very smooth line to use as a background filter; lower it for a responsive line to use as a trailing reference.
- The colour change, corresponding to a reversal of the estimated velocity, is more reliable than a price to average crossover but still lags the absolute high or low.

### Who it is for and on which timeframes

It targets quantitatively minded traders and system developers who want a baseline of higher quality than a moving average and are willing to tune two noise parameters instead of one period. It works on any timeframe from M15 up. Anyone applying it without understanding it will find the defaults already sensible, but the real advantage emerges once the meaning of the ratio between the two noises is understood, since that ratio is the only thing that truly matters in the tuning.

### Practical example of reading a signal

On XAUUSD H1 price rises in an orderly fashion: the Kalman line is blue and hugs the closes, with the projection slightly above. A macro release hits and price loses the equivalent of four ATR in a single bar. The innovation is enormous, the filter gain rises and the line bends down on the very next bar, while a 50 period EMA would stay pointed up for another ten bars. The estimated velocity turns negative, the line goes orange and the projection moves below price: the model accepted the new regime instead of continuing to average the old one.

## Input parameters

| Parameter | Default | Description |
|---|---|---|
| `InpMeasureNoise` | 1.00 | How much noise we attribute to the observed price, in ATR multiples. Raising it makes the filter trust individual bars less, giving a smoother and slower line. |
| `InpProcessNoise` | 0.06 | How quickly we allow the true trend to change, in ATR multiples. Raising it makes the filter more responsive to shocks but also more nervous. |
| `InpAtrPeriod` | 50 | ATR window setting the scale of both noises. Keep it wide, since an unstable scale would also destabilise the gain. |
| `InpFlatFilter` | 0.02 | Minimum velocity in ATR per bar below which the line is drawn grey instead of directional. |
| `InpAppliedPrice` | PRICE_CLOSE | Price observed by the filter. PRICE_MEDIAN reduces the effect of long wicks on the estimates. |

## Advantages / strengths

- Lag is not constant: it shrinks automatically when the market does something unexpected, which is precisely when it matters.
- It explicitly estimates velocity, information no moving average provides and which makes the one bar projection possible.
- Parameters are expressed in ATR units, so a tuning found on one market stays reasonable on another.
- No repaint: the estimate on a closed bar is final and never revised by later bars.

## Limitations and warnings

- It has two counter-intuitive parameters: traders used to thinking in periods face an initial learning effort.
- Being recursive, the value depends on the whole loaded history, so the first bars after changing chart depth may differ slightly.
- The model assumes slowly varying velocity: in markets alternating sudden bursts and pauses, such as crypto over weekends, the estimate falls behind.
- The one bar projection is a linear extrapolation, not a forecast: it must not be read as an indication of future price.

**No repaint:** values printed on a closed bar are never modified afterwards.

**Disclaimer.** This product is a technical analysis tool, not an automated trading system, and it offers no profit guarantee whatsoever. Financial markets carry the risk of total loss of the invested capital. Past performance is not indicative of future results. Every signal must be confirmed with your own analysis, a money management plan and prior testing on a demo account. The author is not responsible for trading decisions taken on the basis of this indicator.

## Suggested tags / keywords for MQL5

`kalman`, `filter`, `trend`, `state space`, `smoothing`, `velocity`, `no repaint`, `quantitative`
推荐产品
Aegis XAU Parallel Edition Two Strategies. One Balanced System. Aegis XAU Parallel Edition is an XAUUSD trading EA designed around two independently developed strategies, 258 and 223 , running in parallel within a single EA. Rather than relying on a single trading logic, Parallel Edition combines two different strategy profiles to create a more balanced overall trading system. The goal is simple: Maintain a consistent risk profile while allowing the account to grow over time. Key Features XAUU
Glider
Vitalii Zakharuk
The Glider indicator gives accurate and timely signals to enter and exit the transaction that appear on the current candle. Using the indicator is very simple. When a dot and a blue line appear, open a buy deal. When a dot and a red line appear, open a sell deal. The main purpose of this indicator is to determine the moments of entry and exit from transactions, therefore the Glider indicator will display only the trend line and entry points, i.e. displays displays the entry points to the marke
ApexTrendPro — Adaptive Trend Indicator Apex Trend Pro is a powerful and adaptable MetaTrader 5 indicator designed to help traders identify the current market trend and potential reversal points. It uses dynamic volatility analysis to adjust its trend lines to changing market conditions. This allows the indicator to remain responsive during fast-moving markets while reducing unnecessary signals when price action is more stable. The indicator displays clear bullish and bearish trend directions u
ICT Institutional Zones Pro
Celestine Anyango Wabomba
ICT Institutional Zones Pro — Trade with Institutional Precision Stop wasting time manually drawing key ICT levels every day. ICT Institutional Zones Pro is a professional-grade MT5 indicator built for traders who use ICT (Inner Circle Trader) and Smart Money Concepts (SMC) to read market structure with precision. This indicator automatically maps the most important institutional levels directly on your chart, helping you instantly identify where smart money is likely accumulating, distributing
NRP Smc Pro
Black Panther AI
NRP SMC PRO EA — Product Description Short Description Professional Smart Money Concepts Expert Advisor engineered for XAUUSD, combining institutional market structure analysis, Fair Value Gaps, liquidity sweeps, and prop-firm-focused risk management. Includes optional news filtering, trading sessions, trade journaling, and advanced capital protection. NRP SMC PRO EA — Institutional Smart Money Automation for MT5 NRP SMC PRO EA is a professional Smart Money Concepts Expert Advisor built around c
SIR IchiMoku with Lot Control
Sergio Izquierdo Rodriguez
Trend-following Expert Advisor that acts based on Ichimoku indicators, programmed to respond for identify strong trend moments and ensure greater precision in entry decisions for better perfomance in ops. It features optional stop-loss control based on the percentage of price change, or "stop and reverse" between these moments, and lot scaling based on balance growth. Learn what parameters are with better performance for each symbol in the strategy tester and find a good linear regression making
MFOP Market Forecast
Oscar Josue Pin Bacuzoy
Develop this indicator for periods of 30 minutes or more, focus on getting market trends right and making sure they are met. MFOP v8.1 gets straight to the point: it scans the market and tells you exactly when there is enough strength to enter a trade. This indicator doesn't do magic, it uses mathematical algorithms to filter out market noise, not enter into false breakouts and show you clear BUY (blue arrow) and SELL (red arrow) opportunities. It is designed and optimized specifically to take
WhaleFinder MT5
Kazuya Yamaoka
Considering the main theories of Forex (Dow Theory, support lines, chart patterns, and Fibonacci retracements), It tells you the price range where whales (large investors) are likely to appear. You can trade at the price points that professionals also aim for. You no longer have to warry about where to aim next. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not
Liquidity Map
Alex Amuyunzu Raymond
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
RangeXpert Plus
Steve Rosenstock
The Premium RangeXpert Extension with Multi-Timeframe Trading Signals for Forex, Gold & Bitcoin RangeXpert+ is the premium extension of the well-known RangeXpert — one of the Top-10 free indicators on the market, with over 10,000 downloads and an extremely active community. While the free version delivers precise breakout signals on a single chart, RangeXpert+ provides exactly what professional traders demand: a complete multi-timeframe cockpit directly in your chart, perfectly optimized for h
Matsukaze CRT MTF
Tsukasa Okazaki
Matsukaze CRT MTF  Matsukaze CRT MTF visualizes Candle Range Theory across seven timeframes simultaneously on a single chart. It detects CRT ranges, identifies sweep touches, and plots buy and sell signals when price sweeps a range boundary and closes back inside, confirming a potential reversal. What is Candle Range Theory CRT is a price action framework based on the idea that every candlestick defines a range. When price sweeps beyond that range and closes back inside, it signals a likely reve
产品名称 :突破追踪交易系统(Breakthrough Tracker Trading System) 核心定位 本系统脱胎于多年实盘交易经验,历经不同市场环境的检验与优化,旨在彻底解决交易者在无序震荡行情中频繁损耗账户资金的痛点。其核心逻辑可概括为—— 只做突破,不参与震荡 。我们摒弃复杂的技术堆砌,将交易决策流程极简化、规则化、可复制化,帮助您在任何市场环境下都能保持清晰的交易视角。 适用品种与周期 系统当前针对 现货黄金(XAUUSD)   及主流外汇货币对( EURUSD、GBPUSD、USDJPY 等)进行深度优化,同时兼容多时间框架: 日内短线交易者,推荐使用   5分钟   周期; 波段趋势交易者,推荐使用   1小时   周期。 您也可根据自身交易风格,灵活调整至任意适配周期。 核心功能与使用规则 轨道识别系统 加载指标后,屏幕将显示三条颜色分明的动态轨道: 绿色上轨   —— 阻力边界 红色下轨   —— 支撑边界 蓝色中轨   —— 多空分水岭 重要原则 :当价格运行于轨道内部时,视为无序震荡阶段, 严禁开仓操作 。 入场信号(突破确立即入场) 当K线有效
Aurum mid quant pro
N'da Lemissa Kouame
AURUM MID-QUANT PRO v5.60 Quantitative Excellence for Gold (XAU/USD) & Volatility Trading Gain a professional edge over institutional markets with AURUM MID-QUANT PRO , an advanced Price Action Pattern Detection and Breakout Engine designed exclusively for MetaTrader 5 . Built specifically to capture the unique volatility of Gold (XAU/USD) and other major financial instruments, this powerful indicator combines high-precision algorithmic pattern recognition with real-time dynamic accumulation z
EventStraddle - 经济数据公布前后的双向突破策略 功能概述 在经济数据公布前数分钟,于价格上下同时挂出停损买入与停损卖出订单;市场向哪 一侧突破就保留哪一侧,撤销另一侧,然后用基于 ATR 的追踪止损持有。其余时间 不交易。 运作方式 1. 公布前 15 分钟读取 ATR(H1,14),在正负 1.0 ATR 处挂出双向停损订单。 2. 每个订单的止损距其入场价 2.0 ATR。 3. 一侧成交后立即撤销另一侧(OCO)。 4. 浮盈达到 1.0 ATR 后,止损跟随价格保持 0.5 ATR 距离。 5. 持仓最长 24 小时后强制平仓。 事件日程 公布日期已内置于 EA 中:无需外部文件、无需联网,也无需从卖方持续获取数据。 涵盖美联储、欧洲央行、英格兰银行、日本银行、澳洲联储、新西兰联储、加拿大央行 的利率决议,以及美国非农、美国 CPI、美国零售销售、初请失业金、EIA 原油库存、 美国长期国债拍卖、英国 CPI 与瑞士 CPI。 事件按图表品种的构成货币自动匹配,因此可用于任何品种。EventFilter 可缩小到 您需要的事件。启用 CalendarE
NanoTrade Pro
Vadim Podoprigora
NanoTrade Pro NanoTrade Pro   is a state-of-the-art automated trading advisor designed to optimize your trading strategy in the fast-paced financial markets. Leveraging advanced algorithms and real-time data analysis, NanoTrade Pro automates the scalping process, enabling traders to capitalize on small price movements with remarkable precision and efficiency. Basically, the advisor does not use any risk systems with increasing volume or increasing the number of open orders. Before buying, be s
GannNexus
issam rahhal sabour
GannNexus :价格与时间几何学的终极融合 解锁市场隐藏的几何结构。 GannNexus v3.00  不仅仅是一个支撑/阻力指标。它是一个全面的分析引擎,将 John Murphy 的经典市场结构分析与 W.D. Gann 的高级“价格-时间角度”理论、九方图数学以及神圣几何学相结合。 专为追求精准的交易者设计,该工具自动检测市场形态(正方形、三角形、六边形),从主要枢轴点计算动态江恩角度,并使用九方图公式预测未来的价格/时间目标。 主要功能 1. 高级支撑与阻力引擎 动态 S/R 水平: 基于最近的枢轴点聚类,自动识别关键的支撑和阻力区域。 趋势线: 自动绘制连接主要高点和低点的趋势线,以可视化即时市场方向。 枢轴点: 用可自定义的箭头清晰标记摆动高点和低点。 2. W.D. Gann 九方图集成 几何价格角度: 使用九方图公式计算未来价格水平。 自动检测形态: 指标扫描价格行为,以确定市场是否遵循正方形(90)、三角形(120)、六边形(60)或其他几何角度。 多周期投影: 根据您选择的角度投影第1、第2和第3周期目标。 3. 神圣几何与可视化工具 六芒星(大
This indicator is based on a mathematical formula which gives you the possibility to seek and find the right frequency of the movement, and to determine its key level; just adjust the frequency parameter! Simple and highly effective; using this indicator you can easily predict the next support and  resistance    levels of the day. Also, this indicator determines the range and the next two importants levels of the movement outside this range so far. SGFL3 and RGFL3  are levels with high certainty
MiniFullIndexTrader
Francisco Eugenio Martoni M De Andrada
FA MiniFullIndexTrader: Scalper versátil para índices mini e completos Este Expert Advisor (EA) é uma estratégia de scalping automatizada para MetaTrader 5, otimizada para contratos de índice como WIN@, WINQ25, WINFUT e WIN$. Ele utiliza rompimentos diários para entradas rápidas, com gerenciamento de risco avançado para proteger o capital. Principais vantagens: Rentável e consistente: Em backtests, gera lucro líquido de até 14.310 pontos com fator de lucro de 1,44 e Sharpe 16,77 (alto retorno p
Anubi Terminal MT5
Marco Maria Savella
Anubi Terminal is a professional trade management assistant designed for manual traders who demand precision, speed, and strict risk control. Unlike automated bots, Anubi puts the trader in control, providing a sophisticated interface to execute and manage trades according to institutional-grade risk management rules. Why Anubi Terminal? Manual trading often fails due to calculation errors and emotional exits. Anubi eliminates these risks by automating position sizing and trade management based
Box Breaker
Ionut-alexandru Margasoiu
The Edge Every Trader Wants. Built Into a Single EA. BoxBreaker is a professional-grade Expert Advisor for MetaTrader 5 that trades range breakouts — one of the most battle-tested setups in technical analysis. It detects consolidation zones across multiple symbols and timeframes, waits for the decisive move, and executes with surgical precision. No guesswork. No manual intervention. Just systematic, rules-based trading. What It Does BoxBreaker identifies a price range during a specific session w
HASuperTrendADX
Steven Wong Sing Seng
HA Supertrend ADX is a MetaTrader 5 trend Expert Advisor inspired by the TradingView Heikin Ashi Supertrend ADX concept. It combines Heikin Ashi candle alignment, Supertrend direction on HA prices, and an ADX strength filter. Features • Heikin Ashi trend confirmation • Supertrend on Heikin Ashi OHLC (TradingView-style) • ADX minimum threshold with optional DI+ / DI- filter • Supertrend flip exit and/or ATR trailing stop • Optional initial ATR stop loss • Margin cap and maximum lot limit • XAU
SchermanActionPro
AutomaticTrading
隆重推出 SchermanActionPro:Automatictrading 的全新自动交易机器人 特色功能:  • 可配置指标:根据Ivan 的建议调整平均值和蜡烛数量。  • 运营灵活性:在采购和销售之间进行选择。  • 获利了结:基于ATR 或相反信号的固定期权。  • 损失停止:可根据ATR 或相反信号配置固定。  • 手数类型:固定手数选择、以账户百分比表示的固定风险或固定金额。  • 最大批量保护:可配置。  • 点值和滑点大小:完全可调。  • 滤波器和输出:根据ATR 和扩展级别激活输入和输出滤波器。  • 获利了结和部分损失平仓:可按级别配置。  • 追踪止损和盈亏平衡:可配置距离、百分比和滑点。  • 按蜡烛数量输出:可配置。  • 工作时间:设置每周、每日和周五的特殊时间表。  • 移动通知:激活损失、余额和流动性警报。 使用建议:  • 指数:SP500  • 截止日期:D1(每日)  • 最低存款:1000 美元  • 账户类型:低点差 完全灵活性:由于其高度可配置性,您可以在其他市场尝试 SchermanActionPro。我们建议在使用真实账户进行交易
HedgeStorm FX
Savaliya Raj
HedgeStorm FX — Intelligent Hedging Powerhouse Telegram:  t.me/rajjthealgotrader   HedgeStorm FX is a next-generation automated trading system engineered to navigate volatile markets with precision and control. Designed for traders who demand consistency and adaptability, this EA combines advanced trade management with dynamic positioning to handle both trending and ranging conditions. Key Highlights ️ Adaptive Market Entry System HedgeStorm FX continuously monitors price behavior to iden
TMA Centered Bands Indicator
Irina Cherkashina
5 (1)
The TMA Centered Bands Indicator for MT5 draws bands on the chart and shows the overall price trend. It displays three bands - the lower and upper boundaries of the channel and the median.   The bands are made up of moving averages, and each of them has an MA period. The name TMA comes from triangular moving averages, as the indicator draws triangular bands.   The price will fluctuate between these ranges whenever the trend changes direction, thus creating entry and exit points.   How to trade
FREE
Smart Money Structure & Precision Trading Indicator (MT5) Smart Money Structure & Precision Trading Indicator  is a powerful Smart Money Concepts (SMC) indicator for MetaTrader 5, designed to help traders identify high-probability entries with institutional logic . This indicator automatically detects market structure in real time , highlights key liquidity levels , and provides clear, non-repainting signals so you can trade with confidence and precision. Whether you are a scalper, day trader, o
这个多时间框架和多符号供需区仪表板指示器在价格达到供需区时发送警报。也可以使用它来提醒常规的双顶/双底而不是区域。它可以用于从 M1 到 MN 的所有时间范围。     仪表板中最多可同时显示 9 个时间范围。 可以使用 RSI、背离(MACD、RSI 或 Awesome)和蜡烛图过滤器(pin bar、吞没、镊子和晨星/夜星)来仅过滤掉最强的设置。结合您自己的规则和技术,该指标将允许您创建(或增强)您自己的强大系统。 在产品博客 的末尾,您将能够下载示例智能交易系统 (EA) 的源代码,该示例使用 iCustom() 函数从指标获取交易信号。尽管 EA 功能齐全,但主要目的是使用代码并将其粘贴到您自己开发的 EA 中或将您自己的额外进入/退出逻辑添加到此 EA 中。鉴于我的时间有限,我将无法提供任何编程支持。我很抱歉。 特征 这 足以放置一个指标图表上,你会出现在仪表板的任何新的信号接收警报。支持所有 Metatrader 本地警报类型。 在仪表板内持续执行排名排序。可以禁用此排序,以便更轻松地找到特定符号。然后,交易品种将按照它们在交易品种参数中输入的相同顺序显示,或者按照它们在
CV QuantMarketScreener Pro CV QuantMarketScreener Pro   is a professional multi-asset market screener for MetaTrader 5, developed for institutional-grade market analysis, rapid signal detection, and efficient multi-symbol trading. The screener combines modern market structure analysis, trend filters, volatility evaluation, and advanced visual signal technology in one powerful dashboard system. The integrated screener allows simultaneous monitoring of multiple markets such as: Forex Indices Metal
Sovereign Shield EA XAU
Abdelilah Ait Nassar
Sovereign Shield Prop EA: Institutional Drawdown Defense Sovereign Shield is a quantitative recovery engine built specifically for the strict drawdown parameters of modern Proprietary Trading Firms. A primary cause of evaluation failure is static algorithmic exposure during unpredictable macro-economic trends. Sovereign Shield addresses this by deploying a proprietary, volatility-adjusted recovery matrix. It continuously monitors price exhaustion and dynamically recalculates its exposure distan
Stochastic Dashboard PRO – Multi-Timeframe Trend & Signal Analyzer Short Description: A professional Stochastic Dashboard that displays %K and %D values across multiple timeframes, highlighting overbought/oversold conditions for quick trend analysis. Perfect for traders seeking clarity and speed. Full Description: The Stochastic Dashboard PRO is a powerful tool designed for traders who want instant access to multi-timeframe stochastic signals without switching charts. It displays %K and %D val
释放Aureus Quantum Surge-H1的黄金自动交易潜力 特别优惠:现价$799(限时优惠)!下一个价格:899美元 真实账户信号地址: https://www.mql5.com/en/signals/2297864?source=Site+Profile+Seller Aureus Quantum Surge-H1是一款尖端的专家顾问(EA),专为在H1时间框架内交易XAUUSD(黄金)而设计。它结合了多种技术指标和稳健的风险管理策略,在动荡的黄金市场中提供了持续的表现。 关于EA: Aureus Quantum Surge-H1在2003年至2018年期间进行了严格的开发和优化,使用了4-6个优化阶段的渐进式正向优化方法。该方法确保了出色的鲁棒性,避免了过度优化,并使其在真实交易环境中高度可靠。此外,自2020年之前以来,EA一直在实时使用,您可以信任它的性能,而不必担心“线性”回溯测试结果或伪造数据。 主要特点 高级多指标策略 使用Ichimoku云图MACD ATR、布林带和LWMA的复杂组合确定了高概率的交易机会。 基于价格行为
该产品的买家也购买
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Learn Smart Trend Trading System Everything you need to learn, install, and use the product is available here: Online Course:   https://www.mql5.com/en/blogs/post/757466 Visual User Manual — B
Trend Sniper X
Sarvarbek Abduvoxobov
5 (13)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着未来更新和新功能的发布,价格可能会有所变动。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在当前图表上投射更高时间周期的趋势方向,提供清晰的宏观视角。 弱势/不确定柱检测: 高亮显示趋势条件不明朗的柱线,让交易者避
Neuro Poseidon MT5
Daria Rezueva
4.85 (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
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
Unix Scalper
Issam Kassas
UNIX Scalper — Gold Scalping Indicator for MetaTrader 5 UNIX Scalper is a focused Gold scalping indicator designed primarily for XAUUSD on M1, M2, M3, M5, M10 and M15. It gives the trader a clear BUY, SELL or WAIT decision together with the complete trade plan: Entry, Stop Loss, TP1 and TP2 . PRICE UPDATE NOTICE: Currently available for $199. The price will   increase to $399   after the next   30 purchases . The concept is simple: wait for the signal, follow the levels, move the Stop Loss to
Superhero
Ihor Otkydach
5 (3)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Divergence Bomber
Ihor Otkydach
4.89 (94)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
Entry Points Pro for MT5
Yury Orlov
4.51 (150)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
Atomic Analyst MT5
Issam Kassas
4.44 (54)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.   &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线颜色和
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Axiom Matrix
Issam Kassas
5 (6)
AXIOM MATRIX MT5 首发价格:$99 Axiom Matrix 现以 $99 的首发价格提供。 前 30 次购买完成后,价格将上涨至 $199。 购买后,请直接私信我,以获取使用说明并领取您的专属赠品奖励。 Axiom Matrix 是一款适用于 MetaTrader 5 的专业多品种、多时间周期市场扫描器和决策仪表板。 它会扫描您的 Market Watch,分析多个时间周期,读取多个证据引擎,比较最强的交易机会,并在一个清晰的矩阵仪表板中显示最佳 BUY、SELL、WAIT 或被阻止的状态。 我开发 Axiom Matrix,是因为我想要一个可以替我完成繁重市场扫描工作的工具。 我不想只单独检查 RSI。 然后单独检查 MACD。 然后检查移动平均线。 然后检查成交量。 然后检查波动率。 然后检查支撑和阻力。 然后还要手动在不同品种和时间周期之间切换,只为了建立一个交易思路。 我想要一个仪表板,可以扫描市场、比较证据、排序最佳机会,并告诉我现在最强的交易设置在哪里。 这就是 Axiom Matrix 背后的核心理念。 AXIOM MATRIX 的功能 Axiom Ma
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设置形成且自适应确认逻辑
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需区域用作警报触发器。
Power Candles MT5
Daniel Stein
5 (10)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
KURAMA GOLD SIGNAL PRO(MT5)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方向
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
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
SR Liquidity MT5
Oleg Rodin
5 (2)
SR Liquidity   是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
使用 M1 Quantum 的实盘交易信号 : 信号 (交易由 Quantum Trade Assistant 自动 执行,并作为本产品 免费 提供。) 最新消息: 版本 1.64 已发布。现在所有交易的止损都会设置在相应的支撑位/阻力位之后。Smart Close 功能也进行了改进,以提升此版本 EA 的性能。 自 8 月 9 日起,实盘信号一直运行在版本 1.64 上。 价格计划: 当前价格: $169 (早期用户优惠) 下一阶段计划价格: $189 计划零售价: $299 开发者提示: 购买后请联系我,以获取 最新推荐的参数设置文件(Set File) 、交易建议,以及加入 VIP 支持群组 ,与其他 M1 Quantum 用户交流经验。 常见问题 - 设置文件 - 安装指南 M1 Quantum 是一款专业的 M1 交易系统,提供快速且精准的交易信号,并内置止损(Stop Loss)、止盈(Take Profit)以及智能资金管理功能。 M1 Quantum 包含专业的资金管理系统,通过专注于 连续盈利交易 ,帮助交易者更快地增长账户资金。 M1 Quantum 指标 的主
Grabber System MT5
Ihor Otkydach
4.83 (24)
向您介绍一款优秀的技术指标——Grabber,它是一套即开即用的“全包式”交易策略。 在一个代码中集成了强大的市场技术分析工具、交易信号(箭头)、提醒功能和推送通知。 每位购买该指标的用户还可免费获得以下内容: Grabber辅助工具:用于自动管理已开仓位 视频操作指南:逐步教学如何安装、设置和使用该指标进行交易 原创Set文件:可快速自动配置,帮助实现最佳交易效果 忘掉其他策略吧!只有Grabber能够真正激励你在交易中攀登新高峰! Grabber策略的主要特点: 交易周期:从M5到H4 适用资产:任意,但我推荐我亲自测试过的品种(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、EURAUD、EURGBP、EURCHF、USDCAD、USDSGD) 交易时间:全天候 24/7 交易效果:我分享自己的真实交易结果,并在此教学如何操作: https://www.mql5.com/ru/market/product/134563?source=Site+Market+MT5+Indic
Smart Market Structure Toolkit
Garry James Goodchild
5 (1)
Smart Market Structure Pro by G-Labs — ICT and Smart Money Concepts toolkit with built-in multi-symbol scanner for MetaTrader 5. Break of structure, change of character, order blocks, fair value gaps, liquidity sweeps, premium and discount zones, ICT sessions, confluence scoring, AI trade ideas, and a traffic-light scanner across up to 30 pairs and four timeframes from one chart. Map SMC and ICT on the active chart while the built-in scanner monitors your full watchlist. Each cell shows BUY, S
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Price Action Concepts 目前价格为 $200 。 接下来的 30 次购买 后,价格将上涨至 $299 。 特别优惠: 购买后,请发送私信给我,即可领取 免费赠品 + 礼物 。 首先需要强调的是,这款交易工具是不重绘、不回绘、不延迟的指标,因此非常适合专业交易使用。 [Online course] ,   [User Manual]  ,  [How to Install]  ,   [PDF] Smart Price Action Concepts 指标是一款非常强大的工具,适合新手和有经验的交易者使用。它将 20 多个实用指标整合到一个系统中,结合了 Inner Circle Trader Analysis 和 Smart Money Concepts Trading Strategies 等高级交易理念。该指标专注于 Smart Money Concepts,帮助交易者理解大型机构如何交易,并辅助预测其市场行为。 它特别擅长流动性分析,使交易者更容易理解机
PZ Swing Trading MT5
PZ TRADING SLU
5 (5)
Swing Trading 是第一个旨在检测趋势方向的波动和可能的反转波动的指标。它使用在交易文献中广泛描述的基准摆动交易方法。该指标研究多个价格和时间向量,以追踪总体趋势方向,并检测市场超卖或超买并准备好进行修正的情况。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 市场波动的利润不会被窃取 指示器始终显示趋势方向 彩色价格带代表机会基准 彩色虚线表示可能的反转波动 该指标分析其自身的质量和性能 它实现了一个多时间仪表板 可定制的趋势和波动周期 它实现了电子邮件/声音/推送警报 指示器为非重涂或重涂 什么是摇摆交易 摇摆交易是一种尝试在一天到一周内从证券中获得收益的交易方式,尽管某些交易最终可以保持更长的寿命。摇摆交易者使用技术分析来买入弱点和卖出力量,并有耐心等待这些机会的发生,因为在发生一波抛售浪潮之后购买证券而不是陷入抛售更有意义。 机会基准 关于历史数据的大量研究证明,适合于波动交易的市场倾向于在基线价格带上下交易,基线价格带由图表显示,使用平均真实区间计算得出。波动交易者使用基线,该策略是购买常态和卖出躁狂,或做空常态并掩盖沮丧。在没有疲
SkyHammer Signal Pro
Shengzu Zhong
5 (4)
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:用于 MT5 的合成多周期偏向引擎 ️ 夏季上市优惠 — 早期买家可以 199 USD 获得 The Oracle Pro。价格将随关注度上升;最终价格 399 USD。 The Oracle Pro 是一款面向高要求与专业交易者的 MetaTrader 5 高级多周期 偏向引擎 。它以纪律回答一个问题:当前每个周期的方向偏向是什么、强度如何、各周期之间的一致程度如何?一切仅在已收盘的 K 线上计算——绝不重绘。 The Oracle Pro 是一套多因子共识系统。它将专有指标与优化算法整合为单一而精密的共识向量,并在单个指标实例内,跨当前周期与更高周期的堆栈进行读取——而不是在多个图表上堆叠互不相关的工具。 它是 Oracle 共识方法的专业进化版:完整重建为高级操作控制台,面向希望在一个纪律化工作流中获得深度、多周期背景与背离洞察的交易者。 是偏向引擎,而非信号生成器 The Oracle Pro 明确自身定位。它是一款提供纪律化方向背景的 多周期多因子偏向指标 。它 不是 信号生成器:不承诺入场、出场或盈利。偏向是背景——你在其方向上交易自己的设置
Weltrade Spike Sentinel
Batsirayi L Marango
5 (1)
Introducing Indicator for PainX and GainX Indices Traders on Weltrade Get ready to experience the power of trading with our indicator, specifically designed for Weltrade   broker's PainX and GainX Indices.  Advanced Strategies for Unbeatable Insights Our indicator employs sophisticated strategies to analyze market trends, pinpointing optimal entry and exit points.  Optimized for Maximum Performance To ensure optimal results, our indicator is carefully calibrated for 5-minute timeframe charts on
Gartley Hunter Multi
Siarhei Vashchylka
5 (12)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. All fou
Spike detector Rider
Francisco Mandomo Simbine
5 (1)
Spike Detector Rider – Intelligent Trading in Volatile Markets Introduction The Spike Detector Rider  is an advanced system for MetaTrader 5 designed to detect explosive price movements in high-volatility assets such as synthetic indices and commodities. It combines volatility filters, trend analysis, and automated risk management to provide intelligent trade confirmations. After purchase, send me a private message to receive the optimized configuration files,  the installation manual and setup
RealTime Swing Sentinel — Non-Repainting Major Trend & Swing Reversal Indicator for MT5 If you've ever watched an arrow appear on your chart, only to realize the "signal" it's showing you happened four or five candles ago — this indicator was built to end that. RealTime Swing Sentinel is a zero-lag, non-repainting Heiken Ashi trend and swing confirmation system engineered for traders who need to know the instant a trend actually turns, not several bars after the fact. Why most swing/HA indicator
作者的更多信息
# Adaptive Slope Ribbon - ATR-normalised regression slope ribbon *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Five linear regression slopes over growing horizons, normalised in ATR units and comparable across instruments. The histogram shows the mean slope coloured by the level of agreement between time scales. ## Fu
# Fractal Trend Channel - Structural channel from confirmed swings *Category: Trend | Difficulty: beginner | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Step channel built from the last confirmed fractal swings, with a midline coloured by market structure: higher highs and lows, lower highs and lows, or mixed structure. ### Overview Reading structure through
# Volatility Adaptive MA - Variable speed moving average *Category: Trend | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4* ## Short description > A moving average whose smoothing factor is driven by the ratio between short and long term volatility: it accelerates during breakouts and slows down in compressed phases, cutting false crossovers. ### Overview Eve
# Trend Persistence Index - Persistence versus randomness *Category: Trend | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Compares the direction changes actually observed with those expected from a purely random series. Above zero the market persists in one direction, below zero it keeps flipping. ### Overview In a random walk the sign of the
# Multi Scale Trend Agreement - Consensus across eight horizons *Category: Trend | Difficulty: beginner | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4, D1* ## Short description > Checks price position against its own average on eight geometrically spaced scales and condenses the result into a single score from -100 to +100. ### Overview A trend worth the name is recognised from whatev
# Directional Efficiency - Net path versus gross path *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Signed ratio between the net distance travelled by price and the gross path actually covered. It separates straight trends from disorderly advances that burn capital. ### Overview Two markets can rise by the same amoun
# Trend Age Counter - Regime age versus typical duration *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Counts how many bars the current regime has lasted and compares it with the average duration of all past regimes on the same instrument. It measures trend maturity, not strength. ### Overview Every trend indicator answer
# Regression Confidence Baseline - Bands on residual error *Category: Trend | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Linear regression baseline with bands built on the residual standard error instead of the price standard deviation. Bands widen when the move loses order, not when price runs. ### Overview Classic volatility band
# Trend Exhaustion Meter - Composite exhaustion score *Category: Trend | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > A 0 to 100 score combining stretch from the mean, directional saturation and momentum fade. It measures the continuation risk of a move, not its reversal. ### Overview No single symptom says a trend is about to end, but when se
# Normalized Momentum Z - Momentum in standard scores *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Standardises momentum against its own recent historical distribution and returns a z score. A value of +2 marks a thrust stronger than roughly 97 per cent of the instrument recent moves. ### Overview Raw momentum ha
# Momentum Curvature - Acceleration versus velocity *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Measures price acceleration, the second derivative of the smoothed series, and compares it with velocity. It detects loss of thrust before direction changes. ### Overview Anyone who drives knows the brake pedal acts o
# Rate Of Change Spectrum - Which horizon is driving *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Standardises the rate of change over six horizons and identifies which one is driving the move. It shows the dominant scale score and its rank. ### Overview Knowing the market is rising tells you little. Knowing whether it ri
# Impulse Strength Gauge - Movement weighted by volume *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4* ## Short description > Weights every bar by combining body size in ATR units with volume relative to its average, then accumulates the contributions. It separates wide but empty bars from genuinely supported impulses. ### Overview A wide
# Dual Horizon Momentum Delta - Short versus long, time corrected *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Compares momentum on two horizons after normalising them by the square root of time, a correction without which the long horizon would always look larger by pure construction. ### Overview Directly comparing
# Impulse Retrace Ratio - Impulse size versus retracement size *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Groups consecutive same sign changes into runs and compares the average size of bullish runs with that of bearish ones. It measures whether impulses are larger, not more numerous. ### Overview A healthy upt
# Momentum Thrust Counter - Counting thrusts beyond threshold *Category: Momentum | Difficulty: beginner | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Counts bars moving beyond an ATR multiple and reports the net balance. The total line separates calm from battle, both of which show a balance near zero. ### Overview Most bars on a chart carry no information: t
# Momentum Divergence Scanner - Divergences without repaint *Category: Momentum | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Flags price to momentum divergences using confirmed swings only. The arrow appears on confirmation and is never withdrawn, unlike almost every other divergence indicator. ### Overview Almost every divergence
# Elastic Momentum Band - Momentum driven asymmetric channel *Category: Momentum | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4* ## Short description > A channel deforming with momentum: the band favouring the move draws closer to the average, the opposite one moves away. It makes breaks in direction easier and counter breaks more selective. ### Overview A symm
# Momentum Entropy Filter - Order versus randomness in thrusts *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Computes the Shannon entropy of the recent momentum distribution and converts it into an order score from 0 to 100. It separates markets with recurring structure from those without regularity. ### Overview Shannon e
# Realized Volatility Cone - Historical volatility percentiles *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Draws realized volatility together with the percentiles of its own historical distribution. It tells whether the current level is high or low for that specific instrument. ### Overview Knowing that realized vo
# Volatility Forecast EWMA - Forecasting the next bar *Category: Volatility | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Estimates next bar volatility with an EWMA model on variance, the same scheme used in portfolio risk management, alongside the volatility actually observed. ### Overview Every volatility indicator looks backwards and
# Volatility Regime Classifier - Classification with hysteresis *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Classifies volatility into four regimes using a hysteresis state machine, eliminating the constant flipping typical of fixed thresholds. The active threshold is drawn. ### Overview Classifying volatility
# Garman Klass Volatility - An estimator using the whole OHLC *Category: Volatility | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > A volatility estimator using open, high, low and close instead of closes only. Its ratio to the classic estimate separates intra-bar movement from close-to-close movement. ### Overview The standard deviation o
# Overnight Gap Risk - The risk stops cannot cover *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Stocks | Suggested timeframes: H1, H4, D1* ## Short description > Splits each bar change into gap and intra-bar movement, and reports the share of risk attributable to gaps, the part no stop can protect against. ### Overview The risk of a position held past the close is not the same as that of the same position closed intraday, and the dif
# Volatility Breakout Projection - Levels projected from the open *Category: Volatility | Difficulty: beginner | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1* ## Short description > Anchors a reference to each session open and projects two pairs of levels computed as fractions of the average daily range. Levels stay fixed for the whole session. ### Overview If an instrument covers on ave
# Compression Expansion Detector - Squeeze and release *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Measures how far short term volatility has narrowed relative to the reference, counts how many bars the compression has lasted and highlights the bars following the release. ### Overview Volatility is not stable:
# Intraday Volatility Seasonality - Hourly volatility profile *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1* ## Short description > Builds the instrument average hourly volatility profile and compares it with the actual range of the current bar. It separates normally quiet hours from genuine anomalies. ### Overview Intraday volatility is n
# Downside Upside Vol Ratio - Risk asymmetry *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: H1, H4, D1* ## Short description > Computes two separate semi-deviations, one on negative returns only and one on positive ones, and reports their proportion. It measures an asymmetry standard deviation conceals. ### Overview Standard deviation treats an upward and a
# Volatility Shock Decay - Half-life of post-shock recovery *Category: Volatility | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: H1, H4, D1* ## Short description > Estimates the persistence coefficient of volatility and derives its half-life, how many bars a deviation from normal needs to halve. It also shows the size of the current shock. ### Overview When volatility explodes, the
# Volume Price Efficiency - Lo spessore del mercato *Categoria: Volume | Difficolta: intermedio | Finestra: finestra separata sotto il grafico | Mercati: Universale (Forex, indici, materie prime, crypto, azioni) | Timeframe consigliati: M5, M15, M30, H1, H4* ## Descrizione breve > Misura quanto prezzo viene spostato da una unita di volume. Valori alti indicano un mercato sottile, in cui pochi ordini muovono molto; valori bassi indicano assorbimento. ### Panoramica Quanto prezzo serve per a
筛选:
无评论
回复评论