Trade Master Pro Suite v2


TRADEMASTER PRO SUITE v2.0 Institutional-Grade Signal Detection — 8-Layer Confluence Engine

TradeMaster Pro Suite is a professional-grade custom indicator built for traders who demand quality over quantity. Rather than relying on a single indicator or a fixed threshold, it evaluates every potential signal through 8 independent analytical layers. Each layer contributes a weighted score, and a signal is only generated when the combined score meets the user-defined minimum threshold. This approach eliminates noise and significantly reduces false entries across all market conditions.

THE 8 CONFLUENCE LAYERS

Layer Indicator Weight
1 EMA 21 / 50 / 200 — Trend Alignment and Crossover 25%
2 RSI(14) — Momentum Zone and Divergence Detection 15%
3 Stochastic Fast (5,3,3) and Slow (14,3,3) — Quad Rotation 15%
4 Squeeze Momentum — Bollinger Bands(20) vs Keltner Channel 15%
5 MACD (12,26,9) — Crossover and Histogram Direction 10%
6 ATR Regime — Volatility Classification (Trending / Ranging / Volatile) 10%
7 Volume Acceleration — 3-bar progressive increase 5%
8 Price Action Structure — Range Expansion and Higher High / Lower Low 5%

Each signal carries a normalized score from 0 to 100. The minimum threshold is user-controlled (default: 40). A higher score indicates stronger confluence across more independent layers.

ABSOLUTE ZERO REPAINT — GUARANTEED

Zero repaint is the foundational design principle of this indicator. Signals never move, never disappear, and never change after they have been drawn on a historical bar.

Technical implementation (verified):

  • All BUY and SELL arrows are evaluated exclusively on closed bars (shift >= 1). The live bar (shift = 0) is never used for signal placement.
  • Buffer initialization uses the prev_calculated optimization — historical bars are never overwritten on incremental updates.
  • The MTF H4 filter synchronizes bar alignment using iBarShift(), referencing the H4 bar that was actually closed at the time of the signal bar.
  • The session filter is evaluated against time[idx] (the bar's own timestamp), not TimeCurrent(), ensuring historical accuracy.
  • Signal labels (OBJ_TEXT) use unique names per bar index and are created once — never moved or recreated.
  • Arrays use ArraySetAsSeries(false) — index 0 equals the oldest bar, fully consistent with MQL5 buffer semantics.
  • Loop guard: idx < 1 or idx >= rates_total - 1 — mathematically impossible to touch the live bar.

UNIVERSAL COMPATIBILITY — ANY SYMBOL, ANY TIMEFRAME

All indicator handles are created dynamically at initialization using _Symbol and PERIOD_CURRENT. There are no hardcoded timeframes or pip values anywhere in the codebase.

Supported timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1

Supported asset classes:

  • Forex Majors: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD
  • Forex Crosses: GBPJPY, EURJPY, GBPAUD, AUDNZD and all others
  • Metals: XAUUSD (Gold), XAGUSD (Silver)
  • Indices: US30, US500, NAS100, GER40, UK100, JP225
  • Energy: XTIUSD (WTI Oil), XBRUSD (Brent)
  • Crypto: BTCUSD, ETHUSD, LTCUSD (broker dependent)

Price normalization uses SYMBOL_TRADE_TICK_SIZE rather than NormalizeDouble alone, ensuring full compatibility with brokers of all types, including those with non-standard tick sizes for metals and indices.

INTERACTIVE PROFESSIONAL DASHBOARD

A fully functional dark-themed dashboard with 4 tabs and complete mouse interactivity:

Panel features:

  • Drag and drop — click the header to move the panel freely anywhere on the chart
  • Minimize and expand — collapse to a compact title bar
  • Close and reopen — panel returns on next chart refresh
  • Dark theme with professional color coding (green / red / blue)

Tabs:

  • Signals: last 50 signals with timestamp, direction, score, and volatility regime
  • Statistics: total signals, bull/bear ratio, average score, last signal time
  • Scanner: real-time multi-symbol scanner refreshed every 30 seconds
  • Risk: active risk profile, balance, equity, and module status

SIGNAL LABELS ON CHART

Every signal displays a text label directly on the chart containing:

  • Direction: BUY (up arrow) or SELL (down arrow)
  • Confluence score (example: 78)
  • Volatility regime: TRENDING / RANGING / VOLATILE

Labels are positioned automatically above or below the signal arrow using an ATR-based offset, ensuring readability without overlapping price candles.

MULTI-SYMBOL SCANNER

The built-in scanner monitors up to 20 symbols simultaneously, refreshed every 30 seconds via EventSetTimer.

  • Default symbols: EURUSD, GBPUSD, USDJPY, XAUUSD, GBPJPY, AUDUSD, USDCAD, USDCHF
  • Fully configurable via input parameter (comma-separated list)
  • Displays: symbol, timeframe, direction, EMA confluence score, current price
  • Operates on the chart's active timeframe
  • Disabled automatically in Strategy Tester to avoid symbol availability errors

INCLUDED MODULES

Prop Firm Compliance Mode

Monitors account exposure and enforces configurable daily loss limits. Tracks equity vs. session starting balance using AccountInfoDouble — no position queries are used, maintaining full MQL5 Market compliance. Modes: Standard, Prop Firm, Conservative. Includes an audit log of all compliance threshold events.

5 Risk Profile Presets

One-click parameter application for five pre-configured trading styles:

Profile Risk % Max Positions ATR Multiplier Daily Limit
Conservative 1.0% 3 1.5x 3.0%
Moderate 2.0% 5 2.0x 5.0%
Aggressive 3.0% 8 2.5x 8.0%
Prop Firm 0.5% 1 2.0x 5.0%
Scalping 0.5% 3 1.0x 4.0%

Custom profiles can be created, named, and saved to disk (up to 10 custom profiles). File operations are disabled automatically in the Strategy Tester.

Institutional SMC Filter

Detects Order Blocks and Fair Value Gaps on the active symbol. When price aligns with identified institutional zones, the confluence score receives an additional boost. The filter can be enabled or disabled independently via input parameter.

Volatility Regime Filter

Classifies the current ATR relative to a 20-bar rolling average into three regimes: Trending (ATR ratio >= 1.3), Volatile (ratio >= 2.0), and Ranging (below 1.3). An optional filter can block signal generation during ranging conditions. Fully adaptive — no hardcoded pip thresholds.

INPUT PARAMETERS

Signal Detection:

  • Min Score (0–100): minimum confluence threshold — default 40 (moderate), 60 (selective), 75 (strict)
  • Cooldown Bars: minimum bar separation between signals of the same direction — default 3
  • Show Arrows: true / false
  • Show Labels: true / false (score and regime displayed on chart)
  • H4 MTF Filter: optional higher-timeframe trend alignment using PERIOD_H4
  • Max Spread (points): maximum allowed spread at signal time — default 100, 0 to disable
  • Session Filter: London and New York sessions only (07:00–21:00 UTC)

Scanner:

  • Enable Scanner: true / false
  • Scanner Symbols: comma-separated symbol list

Risk and Modules:

  • Risk Profile: 5 presets
  • Risk Mode: Standard / Prop Firm / Conservative
  • Daily Loss Limit: percentage of session starting balance
  • Volatility Filter: enable / disable
  • SMC Filter: enable / disable

WHO IS THIS FOR

  • Day traders requiring objective, multi-confirmation entry signals
  • Swing traders seeking high-quality setups with volatility regime context
  • Scalpers on M1 to M5 with cooldown and spread protection
  • Prop firm traders needing daily loss tracking and compliance mode
  • Portfolio traders monitoring multiple pairs via the built-in scanner
  • Algorithmic traders seeking a reliable signal foundation for EA development

TECHNICAL SPECIFICATIONS

Property Value
Platform MetaTrader 5
Version 1.00
Chart window Main chart (overlay)
Indicator buffers 2 (BUY arrows, SELL arrows)
Repaint Zero — guaranteed
Compilation 0 errors, 0 warnings
Timeframes All (M1 to MN1)
Symbols Any (Forex, Metals, Indices, Crypto, Energy)
Brokers Any MT5 broker
License Single account (standard MQL5 protection)

PRODUCTION-GRADE CODE QUALITY

  • Passes MetaEditor compilation with 0 errors and 0 warnings
  • NormalisePrice() uses SYMBOL_TRADE_TICK_SIZE — eliminates Error 130 on metals and indices
  • ValidateStopsDistance() checks both SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL
  • All indicator handles validated against INVALID_HANDLE — INIT_FAILED returned on critical failure
  • All CopyBuffer() return values are validated before use
  • Defensive null pointer checks on all module objects before every method call
  • Clean OnDeinit() — no memory leaks, no orphaned chart objects
  • Scanner and dashboard operations disabled in Strategy Tester and Optimizer
  • File I/O operations (risk profiles, compliance log) include tester environment guards

Copyright 2026 code4trading — Gori German Pablo https://www.mql5.com/es/users/pablogx9/seller


推荐产品
Wedge Pattern MT5
Sathit Sukhirun
Chinese 这款指标就像是为热衷于图表形态交易的交易者提供的高级图表分析助手。它的设计初衷是减轻视觉分析的负担,并提高盈利的准确性。 从实际应用角度来看,这款指标的主要优势如下: 1. 自动形态检测 (Automated Pattern Detection) 节省时间并减少偏见: 您无需再手动绘制趋势线。指标会寻找价格波段的高低点(Pivot High/Low),并在价格结构符合条件时,自动绘制出上升楔形(Rising Wedge)和下降楔形(Falling Wedge)的框架。 涵盖所有情况: 能够检测正在形成的形态、突破(Breakout)的瞬间,甚至是失败(Failed)的形态,让您清晰地掌握市场全貌。 2. 内置目标和斐波那契止盈 (Built-in Targets & Fibonacci TP) 自动计算目标: 当发生突破时,系统会根据楔形开口的宽度立即计算出主要目标(Main Target)距离,让您明确知道该把止盈(Take Profit)设在哪里。 支持分批平仓 (Scaling Out): 划出多达5个级别的斐波那契线作为子止盈点,非常适合喜欢在关键支撑/阻力位分
SlopeChannelB MT5
MIKHAIL VINOGRADOV
SlopeChannelB – 一种技术分析工具,构建倾斜的价格运动通道,为评估当前市场状况和寻找交易信号提供独特机会。 指标的主要特点: 倾斜的价格运动通道 : 该指标有助于可视化支持和阻力水平,这些水平可能表明潜在的反转点或趋势持续。 线条颜色多样和背景突出显示 : 倾斜的支持和阻力级别以不同颜色显示,通道本身还通过背景额外突出,简化图表的视觉分析。 三种计算线条的选项 : 指标使用回归分析来构建通道线。您可以选择以下三种方法之一: Robust (默认) – 对异常值具有鲁棒性的方法。 OLS (普通最小二乘法) 。 Median (中位数计算) 。 最优模型选择 : SlopeChannelB根据五个质量标准的分析自动选择最适合的通道线变体。 质量参数直接在图表上显示,帮助您评估结果。您还可以使用按钮手动切换通道构建选项。 双信号系统 : 第一信号 – 当价格达到倾斜的阻力或支持级别时发生。 第二信号 – 记录价格从级别到通道中心的移动。 这些信号有助于寻找反弹的入场点,但始终需要其他工具的确认。 与其他指标联合使用 : 建议将SlopeChannelB与振荡器或趋势
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
# 回撤指标 V4.0 - 掌控交易的必备工具 ## 通过完整的实时绩效概览改变您的交易 在要求严苛的外汇和差价合约交易世界中,**了解您的实时绩效**不是奢侈品,而是**绝对必需**的。**回撤指标 V4.0** 不仅仅是一个简单的指标:它是您的**专业仪表板**,为您提供清晰、精确和即时的交易账户状态视图。 --- ## 为什么这个指标将永远改变您的交易 ### 90% 交易者面临的问题 您是否曾经遇到过以下情况之一? **您不确切知道自己的状况** - 您的 MT5 平台显示数字,但您必须心算您的真实表现。 **您发现回撤为时已晚** - 当您意识到已经损失了 15% 的资金时,已经太晚了,无法有效应对。 **您缺乏历史可见性** - 无法快速知道本周、本月或今年是否盈利。 **您浪费时间分析交易** - 您必须打开多个窗口、进行计算,并失去对市场的关注。 **您没有概览** - 有多少持仓?我的全局盈亏是多少?我今天的表现如何? ### 解决方案:一体化专业仪表板 **回撤指标 V4.0** 通过提供一个**完整的控制面板*
CCI Fixed Dual
Edoardo Centorame
什么是 CCI FIXED DUAL CCI FIXED DUAL 是一个专业级 Trend Direction Filter,旨在精准识别: 市场的主导方向 走势的结构质量 主趋势与加速阶段之间的一致性 它不是一个直接入场指标。 它不是一个传统振荡器。 它是一个市场环境工具,旨在帮助交易者决定何时交易以及何时不交易,从而大幅减少市场噪音和判断错误。 CCI FIXED DUAL 的基本理念 CCI FIXED DUAL 所基于的原则简单但强大: 一个信号只有在与市场结构一致时才有价值。 因此,该指标: 不使用单一数值 不会对价格做出冲动反应 不会刻意寻找反转点 而是建立在以下基础之上,构建出一种层级化的趋势解读: 基于 Typical Price 的 CCI 不同速度的 LWMA 移动平均线 短期 中期 和长期之间的动态比较 因此,其结果是对市场方向的一种稳定 干净 且可靠的表达。 指标的技术结构: CCI FIXED DUAL 由四个主要部分组成,全部显示在独立窗口中。 1 CCI magenta 线 这是指标的信息基础。 衡量典型价格的偏离程度 提供应用平滑处理的原始材料 它并不
概述 Candle Timer Countdown Pro 显示当前K线收盘的平滑、精准倒计时,并配有一个圆形进度弧,让您一眼即可直观了解剩余时间。不同于其他在无新tick时会冻结或时间漂移的计时器,本指标使用服务器时间插值算法,在 M1 至 MN 的所有周期上提供无卡顿的平滑倒计时。 无论您是在1分钟图上进行剥头皮交易,还是在H4进行波段操作,准确知道当前K线何时收盘,有助于把握入场时机、确认K线形态,并避免过早决策。 为什么本计时器与众不同 大多数 MT5 计时器仅依赖 TimeCurrent(),该函数只有在新tick到来时才更新。在低波动或高周期图表中,tick可能间隔数秒,导致计时器冻结后突然跳动。 本指标通过在每次tick到达时锚定服务器时间,并在两次tick之间使用本地毫秒时钟进行插值计算,实现每0.5秒平滑递减,无卡顿、无延迟。同时配备实时圆形进度弧,提供独特的可视化时间提示。 主要功能 精准倒计时 服务器时间插值确保即使在tick稀少时也能平滑倒计时,无冻结、无跳动、无漂移。 圆形进度弧 在倒计时文字旁显示实时圆形进度环。 可选样式: 空心圆环 实心扇形 颜色随多空方
MarketPredict Pro – 高级多层次市场分析系统   工作原理 MarketPredict Pro 结合六个独立的分析层,通过多因子模型生成高精度的下一根K线预测。   6 层分析结构 Buyers/Sellers Pressure   – 测量买方与卖方的力量对比 Trend Strength   – 基于 20 周期 SMA 的趋势强度计算 Volatility   – 类 ATR 的 14 周期波动率模型 Market Pressure   – 最近 5 根K线的累积市场压力 Prediction Engine   – 多因子下一根K线预测引擎 Real‑time Panel   – 实时市场统计面板   技术算法   压力计算模型 基于成交量、方向和价格动态的加权压力分析。   统计准确率 STRONG 信号:   82–87% NORMAL 信号:   73–78% SIDEWAYS / UNCERTAIN:   65–70%   时间周期表现 M1–M15:   最适合剥头皮交易(85%+) H1–H4:   适合波
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
Trade Extender
Loncey Duwarkah
5 (1)
Autonomously executes trades, overseeing the entire process from initiation to completion.  Free support via chat, email and remote assistance Originally built for XAUUSD (Gold). Settings changes for other symbols Powerful rules management Enhanced positioning features Risk Management / Dynamic lot sizing Quick Setup Symbols : XAUUSD Investment for all: Our trading bot is crafted to serve traders of all investment levels, ensuring accessibility to the forex market even for those with limited fu
Divergence Matrix Pro for MetaTrader 5 Divergence Matrix Pro is a confirmed multi-oscillator divergence indicator for MetaTrader 5. It detects regular and hidden divergence between price and selected oscillators, then presents the confirmed structure through divergence lines, pivot labels, action markers, an optional current-timeframe Matrix Panel and optional alerts. The indicator is an analysis and confirmation tool. It does not open or close trades, and the signal score is not a win rate or a
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
VR 网格指示器 设计 用于创建具有用户定义设置的图形网格。与 标准网格 不同,VR 网格用于构建 圆形关卡 。根据用户的选择,轮次级别之间的步长可以是任意的。此外,与其他指标和实用程序不同,即使时间段发生变化或终端重新启动,VR Grid 也能保持网格的位置 。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 4] 垂直级别 基于实际时间间隔并 忽略缺失 或不存在的周期。因此,级别之间的步长严格对应于用户选择的值。 使用 VR 网格指标时,交易者 可以更改任何级别的垂直线和水平线的样式 、颜色和粗细。这使您可以控制金融工具的 回合水平 。 整数位是 以两个或多个零结尾 的价格(例如:1.23500、5.65900、1923.200)。人们相信,这样的水平 经常充当 作为支撑或阻力的强点。 Horizontal line settings Horizontal line step Horizontal line color Horizontal line style Horizonta
FREE
TheRealPrice v3.0 | Ultimate Spread & Ask Visualizer TheRealPrice is a high-precision utility for MetaTrader 5 designed to expose the hidden cost of every trade: The Spread . While standard charts only display the Bid price, professional traders know that buy orders and short-exits happen at the Ask price. TheRealPrice bridges this gap by drawing a dynamic, real-time horizontal line that tracks the exact Ask level, providing a clear visual representation of the current market spread. Why do you
TradeAQ
Guo Sheng Zhao
这个量价结构指标是一款适用于   MetaTrader 4 和 MetaTrader 5   的图表分析指标,集量价结构、成交量分布、市场情绪、波动提示和关键价格区域展示于一体。指标直接运行在主图窗口,可帮助交易者快速观察市场的重要价格位置与活跃程度。 主要功能 1. 量价结构支撑与阻力 自动标记连续量价结构形成的潜在支撑位和阻力位,辅助识别价格可能出现停顿、反应或突破的位置。 支持两种分析模式: 成交量结构 价格结构 线条颜色、宽度和样式均可自定义。 2. 成交量尖峰提示 当市场成交量显著放大时,在图表中显示醒目标记,帮助发现异常活跃、加速、衰竭或可能发生方向变化的行情。 可选功能包括: 尖峰图标提示 尖峰价格水平线 高点、低点、收盘价或组合价位显示 自定义成交量阈值 3. 高波动行情提示 自动标记波动明显扩张的 K 线,方便交易者及时发现突破、加速和快速行情。 支持: 高波动图标 关键价格水平线 自定义检测周期与敏感度 自定义线条颜色、宽度和样式 4. 成交量分布 在图表右侧显示指定范围内的成交量分布,直观呈现不同价格区域的交易活跃程度。 主要显示内容包括: 高成交量节点 低成交量
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
Ornstein Uhlenbeck Regime Suite
Samuel De Souza Ferreira
Ornstein–Uhlenbeck Z-Score Regime Suite 不仅观察偏离程度,更要了解当前走势是否仍有延续的力量。 两个走势可能达到完全相同的Z-Score,却代表截然不同的市场状态。一个可能即将回归均值,另一个则可能正在形成持续性,并延续远超预期的时间。 该套件将 Ornstein–Uhlenbeck过程 应用于标准化序列,将三个关键维度结合起来: 偏离距离、持续性和回归时间 。 一次加载,三项同步读数 指标会自动组织三个独立的子窗口: **Z-Score:**跟踪当前K线,衡量价格偏离均值的方向和强度。 **Phi:**使用已收盘K线,估计当前行为更倾向于回归还是持续。 **Half-Life:**将持续性转换为以K线数量表示的预计半衰期。 因此,该指标不仅显示价格偏离了多远,还能帮助识别 这种偏离背后究竟存在怎样的行为结构 。 震荡、过渡与延续 三项读数的组合可以用于研究不同状态: 与快速均值回归相符的偏离; 仍保持较强持续性的极端走势; 均值回归力量逐渐减弱; 从震荡状态向方向性行为过渡; 持续性走势可能进一步延续; 持续性下降并重新恢复平衡。 当Phi和H
PriceMagnet Volume Profile Stop guessing where the smart money is sitting. See it. PriceMagnet Volume Profile is a precision volume-analysis indicator built for MetaTrader 5 traders who want to trade with institutional context instead of guesswork. Rather than plotting volume as a flat bar under your chart, PriceMagnet reconstructs a full horizontal volume histogram directly on price — showing you exactly which price levels attracted the most trading activity over your selected lookback window,
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
Has rsi signal
Evgenii Savinov
HAS RSI Signal — 带有止损/止盈计算的专业趋势指标 HAS RSI Signal 是一款强大的交易工具,结合了经典指标与现代噪声过滤算法。该指标通过 Heiken Ashi Smoothed (HAS) 平滑蜡烛图和 RSI 震荡指标进行市场分析,在趋势反转或价格退出超买/超卖区域时,为交易者提供清晰的人场信号。 主要优势: 双重过滤: 使用 Heiken Ashi Smoothed 算法消除市场“噪音”,同时通过 RSI 确认动能强度。 自动计算点位: 指标不仅提供信号,还会根据当前市场波动率 (ATR) 自动计算 止损 (Stop Loss) 和 止盈 (Take Profit) 点位。 视觉直观: 信号以彩色蜡烛图的形式直接显示在主图表上,保持交易界面的整洁有序。 多维度通知: 内置终端弹窗警报、声音提示以及手机推送通知 (Push),确保您不会错过任何交易机会。 核心原理: 指标持续监控 RSI 的极端区域。当价格离开临界区且 HAS 算法确认方向转变时,即生成交易信号。ATR 参数允许止损和止盈根据市场当前的波动性进行动态调整。 核心参数设置: InpPeri
Inguz
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
Volume flow Profile
Israr Hussain Shah
大师版是一款专业级的分析工具,旨在通过成交量和资金流向的视角来可视化市场结构。与标准的成交量指标不同,该工具直接在图表上显示每日成交量分布,让您准确看到价格发现发生的位置以及“聪明钱”的定位。 此大师版专为清晰度和速度而设计,具有独特的自动主题同步系统,加载后即刻美化您的图表布局。 主要特点: 真实资金流向计算: 超越标准的跳动量。启用“Use Money Flow”时,成交量按价格加权,揭示了特定价格水平的实际资金投入。 价值区域 (VA) 可视化: 自动计算价值区域(默认为成交量的70%)。 VA填充: 为价值区域背景着色,以便即时识别控制区域。 关键水平: 清晰标记控制点 (POC)、价值区域高点 (VAH) 和价值区域低点 (VAL)。 专业标记系统: 扫描概况结构以识别关键交易区域: HVN (高成交量节点): 接受和盘整区域(支撑/阻力)。 LVN (低成交量节点): 拒绝区域或“快速通过”区域。 所有标记均向右绘制延长线,便于监控。 Delta 背离(左侧直方图): 左侧直方图可视化每个级别的买卖压力对比。这有助于识别隐藏的背离——即价格可能上涨,但卖家在这些水平上激进打
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
产品概述 KMB Smart Pattern Analyzer PRO 是一款高级技术分析指标,旨在用户自定义的图表区间内识别并排序高匹配度的市场形态。 该指标将多个分析引擎整合到一个专业工具中: K线形态分析 经典图表形态识别 谐波结构识别 智能市场结构 / SMC 分析 与在整个图表上显示随机信号不同,该指标允许用户专注于特定的市场区域,并获得最强形态匹配、预期方向、突破水平、失效水平以及预测目标区域的结构化分析。 这使其非常适合希望以更清晰、更专业的方式分析价格行为和形态结构的交易者。 主要功能 识别并排序 Top 3 最佳匹配形态 支持: K线形态 经典图表形态 谐波形态 市场结构 / SMC 逻辑 用户自定义区间分析 显示: 形态类型 市场方向 Score 动量 突破水平 T1 / T2 / T3 目标水平 失效水平 市场结构信息 在图表上显示所选分析区域 可拖动并移动分析区域 清晰专业的信息面板 支持浅色和深色图表主题 适用于主观交易者、形态交易者和技术分析师 工作方式 将指标添加到图表。 选择或移动分析区域。 指标扫描所选区域。 对最强的形态候选进行排序。 面板显示最佳匹
Visual Dolphin Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Visual Dolphin Indicator Unlock the rhythm of the market with the Visual Dolphin Indicator, your ultimate tool for identifying and capitalizing on market trends with clarity and confidence. Designed for both novice and experienced traders, this indicator eliminates the noise and guesswork, providing crystal-clear buy and sell signals directly on your chart. The Logic Behind the Waves The core of the Visual Dolphin Indicator is a sophisticated yet intuitive dual-wave system based on moving avera
交易员动态指数(TDI) - 概述 交易员动态指数(TDI)是基于RSI振荡器的多功能指标。 它帮助交易者识别市场状况和潜在的反转信号。 TDI 将多个指标结合为一个,提供市场动态的全面视图。 组成部分: 绿色线:RSI 价格线 红色线:交易信号线 蓝色填充:波动带 黄色线:市场基准线 视觉信号: 趋势方向: 短期趋势: 绿线在红线上方:价格上涨。 红线在绿线上方:价格下跌。 总体趋势: 黄色线在32和68之间波动。关注该线的反弹情况,以识别市场反转。 当价格在黄色线上方时做多,在黄色线下方时做空。 市场强度和波动性: 短期分析: 绿线陡峭上升:市场强势。 绿线水平或平缓:市场疲弱,横盘整理。 总体分析: 蓝色填充区域扩大:市场趋势强劲。 蓝色填充区域收缩:市场疲软,波动较小。 蓝色线极度收缩:市场可能因经济公告或其他条件出现剧烈波动。 在EA(智能交易系统)中使用TDI: 要在EA中使用TDI指标,可以使用 iCustom 函数调用它,并获取其缓冲值以生成交易信号。 以下是一个简要示例: // 创建指标句柄 int handle_tdi = iCustom ( Symbol ()
MultiSession Volume Profile is a professional volume profile indicator for MetaTrader 5 that builds separate POC, VAH, VAL and volume histograms for multiple custom trading sessions on the same chart. It helps you see where volume truly concentrated in each part of the day (RTH, Globex, Asia, London, etc.), so you can identify key intraday levels, ranges, and magnets that many standard tools miss. ​ Main advantages Multi-session profiles Build up to 5 fully independent sessions with custom times
Maximum Trend Arrows OT MT5
Mulweli Valdaz Makulana
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.84 (560)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automatin
TrendReverting PRO MT5
Nedyalka Zhelyazkova
" UNIQUE TRADING APPROACH FOR HIGHLY ACCURATE REVERSE SIGNALS!" "Clear signals for market reversals and precision entries inside the trend – proven effective and visible." The intelligent algorithm analyzes potential trend reversals and highly accurate entries along the current trend. Designed to spot key price action moments. The result is a clean, stable, and easy-to-read chart. WHY TRADERS PAY ATTENTION TO TREND REVERTING PRO Helps reveal moments when the   current trend may be losing stren
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
该产品的买家也购买
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
UZFX {SSS} 超短线智能信号 v4.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 我的建议* 最佳时间周期:15分钟及以上。 {H1} 是我的最爱。而且效果令人惊叹……!! 更新后的主要功能 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的早期预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、TP2和TP3水平 • 完全可自定义的风险回报比 • 实时警报、声音提醒和移动端推送通知 • 带交易建议的专业信息面板 • 适用于所有MT5交易品种和时间周期 • 界面简洁、轻量且用户友好 为什么交易者选择 UZFX SSS? 大多数交易者亏损的原因在于入场过晚、平仓过早,或者缺乏明确的交
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
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设置形成且自适应确认逻辑
FX-AIEA 供给需求区智能识别指标( Supply and demand indicators MT5 ) 版本:2.51   | 适用平台:MetaTrader 5  为什么交易需要供给需求区? 供给需求区是机构订单流的核心体现,比传统支撑阻力更精准地反映真实买卖力量。但手动绘制不仅耗时,而且主观性强、容易错过关键区域。 FX-AIEA 供给需求区指标   采用自适应 ZigZag 算法,自动识别高概率供需区域,并将它们以彩色矩形直观标注在图表上,让您一眼看清当前市场的“禁区”与“机会区”。 ️ 核心特性 全自动绘制 + 实时刷新 基于改良版 ZigZag 动态提取有效波峰波谷,精准定位潜在供给区(红色)与需求区(天蓝色)。 新 K 线自动更新 :指标使用 MQL5 原生   prev_calculated   机制,每出现一根新 K 线即重新计算并重绘区域,永远不会“卡住不刷新”。 支持手动刷新(双击图表或切换周期),确保数据始终同步。 灵活的时间框架 Forced_TimeFrame   参数 :可强制指标运行在任意周期(如小时图加载指标,但基于日线计
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro 是一款適用於 MetaTrader 5 的趨勢跟隨指標,專為希望在圖表上獲得更清晰訊號、更有結構的交易設定,以及更實用風險管理的交易者而設計。 它不僅僅顯示一個簡單的箭頭,GEM Signal Pro 還能以更清晰、更易讀的方式呈現完整的交易思路。當條件確認完成後,指標可在圖表上顯示進場價、止損價與止盈目標,幫助交易者更有效率地評估交易設定。 運作方式 該指標首先根據其內部邏輯識別有效的初始訊號。 當確認條件滿足後,GEM Signal Pro 會在圖表上顯示完整的交易設定。這讓交易者可以更清楚地看到交易結構,並減少手動分析與計算的工作量。 圖表上的交易價位 對於已確認的訊號,GEM Signal Pro 可顯示: 進場價 止損價 止盈 1 止盈 2 止盈 3 風險報酬比 這讓交易設定更容易理解,也有助於讓圖表分析更有條理。 內建風險管理 風險管理是此指標設計的重要部分。 止損位基於近期市場結構,結合附近的擺動高低點與可選的 ATR 緩衝距離。這能讓交易價位更貼近當前市場條件,而不只是依賴固定距離。 圖表資訊面板 GEM Si
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: 量化市场操作系统 终身访问限时 70% 折扣 - 加入 2,000+ 交易员社区 为什么大多数交易者即使拥有“完美”指标也会失败? 因为他们在真空中交易 单一概念 。没有背景的信号是赌博。要持续获胜,您需要 共振 (CONFLUENCE) 。 RelicusRoad Pro 不是一个简单的箭头指标。它是一个完整的 量化市场生态系统 。它描绘价格运行的“公允价值之路”,区分市场噪音和真实的结构性突破。 停止猜测。开始用机构级“路”逻辑进行交易。 核心引擎:“Road” (路) 算法 系统的核心是 Road Algo ,一个实时适应市场条件的动态波动率通道。它投射出 安全线 (平衡) 和价格可能反转的 扩展水平 。 Simple Road: 典型市场的标准结构映射。 Smooth Road: 针对震荡盘整的降噪计算。 Breakout Road: 专为识别波动率扩张和爆发性走势而调整。 1. 算法动量与确认 我们的“剥头皮箭头”不只是简单的交叉。它们利用 高阶多项式逻辑 过滤噪音,确保信号与主周期一致。我们检测动量、价格行为和 Road 结构汇聚的精确入场
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
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
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
大多数箭头指标只给你一个信号,然后让你自己去判断剩下的一切。KT Alpha Hunter Arrows 为你提供完整的交易计划。 每一个信号箭头出现时,都会同时绘制一套完整计划:入场线、止损位、四个止盈目标,以及实时优势判断,告诉你当前这个交易品种和时间周期是否值得交易。随附的 Trade Manager EA 会在你手动入场后负责后续执行,让你在市场波动剧烈、情绪干扰明显时也能保持交易纪律。不重绘。仅在K线收盘后确认信号。适用于 Forex、黄金、指数以及任何你在 MT5 上交易的品种。 核心功能 不重绘买入和卖出箭头,只在K线收盘后生成。 每个信号都会显示入场线、结构性止损位和四个止盈目标。 Edge Dashboard 会分别评估当前图表上的买入和卖出机会。 判断系统包括:No Edge、Marginal、Tradeable、Good 或 Strong。 一键 Auto Optimize 按钮可根据当前品种和时间周期自动优化设置。 完整套装包含 Trade Manager EA,并提供五种专为本指标设计的预设交易管理方案。 Prop Firm Risk Panel 可在图表上
Btcusd Pro
Metin Erkamoglu
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
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Transaction Speed MT5
Ivan Stefanov
5 (4)
当然,以下是翻译成中文(简体)的版本: 该指标标出市场中显现出 交易兴趣 的区域,并随后显示 订单积累区域 。它的工作方式类似于大规模的订单簿。 这是为 大资金 打造的指标,性能卓越。市场中有任何兴趣,你都能通过它清晰看到。 (这是一个 完全重写的自动化版本 —— 不再需要手动分析。) 交易速度 是一个全新的概念指标,它显示了市场上大订单 何时 、 何地 聚集,并揭示了其背后的意义。它可以在 非常早期 就检测到趋势的变化。 在外汇市场,所谓的“交易量”实际上是误导性的,因为那指的是价格在单位时间内的变化,因此真正的名称应是“交易速度”。 一切都取决于我们如何思考、如何行动、如何分析。 改变分析范式至关重要。 该指标完全重构了外汇市场上“交易量”的概念,用逻辑方式重新定义并应用,从而成为一个 独特而精准的工具 。 使用方法: 默认情况下,指标处于 自动模式 ,可独立用于任何时间周期。如果你希望切换到手动模式,只需点击 Auto / Manual Mode 按钮即可。 在 手动模式 下,所有计算从 2025年1月1日 开始。你可以根据需要更改该日期,以查看不同的分析结果。 最优数据周期
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
MetaTrader 5 智能多层突破与回调探测器 "智能 · 简单 · 快速!" 您是否厌倦了错过高概率的突破入场机会? 您是否花费数小时扫描多张图表,试图将突破与趋势方向和货币动能对齐——却仍然错过了行情? Break Pullback 用一个指标解决所有这些问题。 什么是 Break Pullback? Break Pullback 是一款专业级 MetaTrader 5 指标,专为交易市场结构、突破和趋势延续形态的交易者而设计。 它能实时自动检测多个货币对的突破与回调形态——并通过三层确认过滤每个信号: 结构突破检测——识别图表上的关键突破位 高时间框架日线偏向——将入场与主导日线趋势方向对齐 货币强弱指数——确认配对货币间的动能失衡 结果:更少的虚假信号,更强的信心,更快的执行——无需面对图表过载。 适合哪些交易者? Break Pullback 专为使用以下方法的交易者设计: 突破与回测策略 市场结构分析(BOS、 OB Order Block 、结构位) 聪明钱概念(SMC)或 ICT 风格入场 趋势跟踪与延续形态 跨外汇和黄金(XAUUSD)的多对扫描 日内和波段
看清市场真正在做什么。   在您眼前实时观察三大市场阶段(收缩、扩张、趋势),并在趋势阶段的早期阶段抓住更优的入场点。   不要再猜测。开始像机构和聪明钱那样解读市场。   Apex Market Structure Pro(MT5 版)是一款精准的聪明钱分析工具,它剥离噪音,向您展示每根 K 线之下的真实结构:流动性、结构转变、吸   筹区域与趋势偏向,全部呈现在一个简洁、专业的图层中。专为厌倦了滞后指标、准备以清晰视角交易的严肃交易者打造。   重要提示:本指标专为 Heikin Ashi(平均足)K 线设计。使用前请将图表切换为 Heikin Ashi,以释放其全部威力。全部分析都围绕 Heikin   Ashi 的价格流构建。正是在这里,Apex Market Structure Pro 发挥出最佳表现。   交易者为何选择 Apex Market Structure Pro:   流动性,一览无遗: 瞬间看清止损池所在之处。卖方与买方流动性会被自动标注。实时关注尚未被扫的价位,捕捉价格攫取流动性并反转的精确时   刻。在聪明钱交易的地方交易。   会说话的结构:
OrderFlow Absorption – 專業級MT5買賣差與吸收訊號指標 釋放真正訂單流分析的力量,OrderFlow Absorption 是MetaTrader 5上最強大的買賣差(Delta)直方圖與吸收訊號指標。專為想看清每一個價格波動背後真相的交易者設計,這個工具揭示了隱藏的買賣壓力與推動市場的吸收事件。 功能特色 買賣差直方圖視覺化:   以清晰的色彩直方圖即時顯示買方與賣方壓力。 吸收訊號偵測:   先進邏輯自動辨識多空吸收事件,及早預警潛在反轉。 圖表標記:   吸收訊號直接標示於主圖表,方便視覺辨識。 彈出式警報:   新吸收訊號出現時即時通知。 自訂門檻:   過濾弱訊號,專注高勝率機會。 資源管理:   高效運算,適用於大型圖表也能流暢運行。 全品種兼容:   適用於任何商品與週期,包括外匯、指數、商品等。 簡易整合:   參數簡單,快速上手與調整。 OrderFlow Absorption 的邏輯說明 OrderFlow Absorption 採用專利演算法,能在沒有完整Tick數據的情況下,估算每根K棒的買賣壓力(Delta)。它分析成交量、價格行為、K
Meravith MT5
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋势
您好,交易员! 大多数散户交易者依赖于滞后的网页脚本。真正具有交易优势需要机构化的架构。 Astro AI 指标并非标准的图表叠加层。它是一个编译后的神经网络,包含两个代理,直接运行在您的终端上。 以下是该系统背后的具体技术: 1. 代理 1:分析师(图神经网络 - GNN) 市场并非孤立的价格柱;它们是相互关联的数据网络。 功能:代理 1 使用图神经网络来映射这些复杂的非线性关系。 优势:标准指标仅考虑单一的历史移动平均线,而我们的 GNN 可以实时处理深层的市场结构关系,在散户交易量发挥作用之前揭示隐藏的相关性。 2. 代理 2:执行器(近端策略优化 - PPO) 模式识别只是成功的一半。基于当前市场波动做出正确的决策,才是预测模型与滞后模型之间的区别所在。 功能:代理 2 使用 PPO(一种先进的强化学习算法)来确定最佳入场点。 优势:它持续调整交易策略,而非使用静态的“超买”或“超卖”线。它会分析当前市场状况并计算最可能的成交点。 执行桥接:通过 ONNX 集成到交易终端 如果执行速度慢,模式识别就毫无用处。我们已通过 ONNX(开放神经网络交换平台)
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cu
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 指标 · Smart Money Concepts · 预测智能引擎 ==================================================================== SMC Pro v6.1 APEX AI 是一套专业的 Smart Money Concepts 指标系统,专为 MetaTrader 5 上的 XAUUSD(黄金)打造。 它将完整的 SMC 框架——Order Blocks、Liquidity sweeps(流动性扫荡)、Fair Value Gaps、Break of Structure、Change of Character——与 8 个全新的 AI 驱动模块相结合,直接在图表上呈现精准的可视化信号、预测轨迹线、彩色的 SL/TP 风险回报框,以及三级自适应 TP Ladde
Flag Pattern Angelo
Brighton Mufaro Mudzingwa
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
“ Dynamic Scalper System MT5 ”指标专为在趋势波内进行剥头皮交易而设计。 已在主要货币对和黄金上进行测试,并可与其他交易工具兼容。 提供顺势短线建仓信号,并提供额外的价格变动支持。 指标原理: 大箭头决定趋势方向。 在趋势波内,我们采用一种生成小箭头形式的剥头皮交易信号的算法。 红色箭头代表看涨方向,蓝色箭头代表看跌方向。 敏感的价格变动线会沿着趋势方向绘制,并与小箭头信号协同作用。 信号运作方式如下:当线在适当时刻出现时,将形成入场信号;在出现线时,持仓;线完成后,平仓。 建议的操作时间范围为M1 - H4。 箭头在当前K线上方形成,如果下一根K线已开仓,则不会重新绘制上一根K线上方的箭头。 输入参数 Trend Wave Period - 趋势方向(大箭头)的周期,改变趋势波的时间间隔。值 1 表示趋势方向的最长持续时间,参数值越大,持续时间越短。 Scalper Arrows Period - 信号箭头(小箭头)的计算周期,改变入场信号的生成频率。值 3 表示最频繁的生成频率,参数值越大,箭头频率越低,准确度越高。 这些参数可以根据不同
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
作者的更多信息
XAUUSD Gold Master Indicator v5.0 Premium Gold Trading Suite for MetaTrader 5 Overview Gold Master v5.0 is a professional-grade, all-in-one trading indicator engineered exclusively for XAUUSD (Gold) on MetaTrader 5. Every parameter, threshold, filter, and calculation has been purpose-built and calibrated for Gold's unique price behavior, volatility profile, and market sessions — making it one of the most specialized Gold trading tools available on the MQL5 Market. This is not a generic multi-ass
Apex Swing VWAP MT5
German Pablo Gori
Apex Swing VWAP is an advanced indicator for MetaTrader 5 that combines VWAP (Volume Weighted Average Price) analysis with automatic detection of significant swing points. This combination provides accurate market sentiment insight and potential reversal points. Key Features Integrated Technical Analysis - Dynamic VWAP from relevant swing points - Historical VWAP for long-term trend analysis - Multiple configurable VWAP periods Recommended Trading Types - Swing Trading for medium-term trends -
FREE
Advanced 4-timeframe stochastic alignment indicator with non-repainting signals, MTF dashboard, scoring system, and 8 signal types. Professional-grade. Market-ready. The most complete multi-stochastic signal indicator for MetaTrader 5. Stoch Quad Rotation Signal detects high-probability trading opportunities by analyzing the simultaneous alignment of four stochastic oscillators running at different speeds — from fast scalping-level to slow macro-trend level. When all four agree, the signal ca
The Strategies of the World's Most Successful Traders in a Single Indicator Professional Alpha Traders Strategies MT5 is an advanced indicator that compiles the most successful and proven trading methodologies from five legendary traders. This indicator represents decades of experience condensed into a professional tool for real-time opportunity detection. Each strategy has been meticulously programmed following the original rules established by their creators, respecting the trading philosophy
FREE
Professional Trading System Optimized for Brent Crude Oil Alpha Brent Strategy Tools is a comprehensive technical analysis indicator specifically designed and optimized for trading Brent Crude Oil. This advanced system combines multiple proven trading methodologies, including Smart Money Concepts (SMC), Volume Spread Analysis (VSA), Multi-Timeframe Analysis, and the powerful Kurisko 4-Stochastic System, to provide high-probability trading signals. Key Features 1. Brent-Specific Optimization Vol
FREE
> Elevate Your Trading Strategy  This free tool is just the beginning. At  code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablogx9
FREE
Accuracy M1 Scalper MT5 v4.10 Accuracy M1 Scalper MT5 v4.10 Professional M1 Scalping with ZERO REPAINTING The only M1 scalping indicator on the Market that complies with the 8 strict rules of ZERO REPAINTING . It offers confirmed signals on 100% closed bars, 10+ multi-layer filters, a scoring system (0-100), a professional dashboard, divergence detection (regular and hidden), automatic Stop Loss/Take Profit, and Push/Mobile alerts. Designed to trade Forex, Indices, Metals, and Cryptocurrencies w
Simple FIbo MT5
German Pablo Gori
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablog
FREE
> Elevate Your Trading Strategy This free tool is just the beginning. At code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features? Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here: https://www.mql5.com/en/users/pablogx9/seller
FREE
Stoch Quad Rotation Signal MT4 The Stoch Quad Rotation Signal is an advanced technical indicator for MetaTrader 4 that integrates multiple Stochastic oscillators with powerful trend, volume, and pattern filters, along with a scoring system and multi-timeframe analysis. Designed to identify high-probability trading opportunities with clarity and precision. Main Features: Quadruple Stochastic Analysis: Utilizes four distinct configurations of the Stochastic oscillator (with customizable K, D, and
Trinity Suite MT4
German Pablo Gori
SUITE TRINITY v3.3 -- Institutional Trading Integrated Solution for MetaTrader 4 Suite Trinity v3.3 is a comprehensive, professional-grade technical analysis indicator designed for MetaTrader 4 that consolidates four powerful analytical modules into a single, unified tool. Developed for serious traders who demand institutional-level market insight without the complexity of managing multiple separate indicators, Trinity Suite delivers actionable intelligence directly on the chart through an eleg
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/s
GoldMiner EA Pro MT5
German Pablo Gori
GoldMiner EA Pro MT5 - Advanced Neural Trend Trading for XAUUSD SUMMARY Unlock the power of automated gold trading with GoldMiner EA Pro, a high-precision Expert Advisor specifically designed for the unique volatility of XAUUSD. Unlike generic bots, GoldMiner uses a proprietary confluence engine that combines institutional trend following with real-time volume validation to capture high-probability moves. WHY GOLDMINER EA PRO? Precision Entry Engine: Uses multi-level analysis (EMA, RSI, MACD)
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/
Squeeze Momentum Force is an advanced technical analysis indicator designed for MetaTrader 5. It combines volatility squeeze detection with momentum analysis to identify high-probability trading opportunities. Based on John Carter's original concept, this enhanced version incorporates: Multi-Timeframe (MTF) analysis. Divergence detection. Volume weighting. Modern user interface for quick market interpretation. The indicator identifies periods of low volatility (squeeze) that typically precede si
Scanner Intelligence Hub - Multi-Active Monitoring 28+ Pairs   Stop jumping from one chart to another.   Scanner Intelligence Hub   is the ultimate command center for the professional trader. Monitor dozens of assets and multiple timeframes from a single dashboard. Technical Capabilities: Real-time scanning:   It detects candlestick patterns, mean crossovers, and RSI levels in 28 pairs simultaneously. Customizable Panel:   Choose which indicators and timeframes you want the Scanner to monitor f
EurUsd PRO
German Pablo Gori
EUR/USD PRO — Institutional Composite Indicator A professional-grade indicator optimized specifically for EUR/USD, integrating institutional analysis concepts into a single tool. This system combines DXY MTF analysis, session-based VWAP, ADR/ATR metrics, market structure (BOS/CHOCH), SMC (FVG/OB), cross-asset correlations, and a confluence panel with a floating signal. It features a Neumorphic UI with movable panels, pip-calculated spread display, and structured logging. Designed for universal
QuantFusion BTC MT5
German Pablo Gori
QuantFusion BTC Pro  is a professional-grade, multi-dimensional trading indicator optimized for Bitcoin/USD markets. By integrating advanced technical analysis, smart money concepts, and intelligent signal filtering, the indicator is designed to deliver high-probability trading signals. Its Multi-Category Alignment System requires confirmation from independent technical categories to validate entries and minimize false signals. Advanced Signal Generation System Dual-Level Quality: Generates stan
PrecisionFlow EurUsd
German Pablo Gori
PRECISIONFLOW EURUSD SCALPER  is an EXPERT ADVISOR (EA) designed for the METATRADER 5 platform. It operates fully automatically and integrates an advanced risk management system with adaptive filters. The system allows for high customization, enabling users to adjust operations according to their risk tolerance, execution style, and specific broker conditions. TRADING LOGIC AND STRATEGY This Expert Advisor identifies buy and sell opportunities by combining the following technical elements: STRU
RangePulse ORB: Institutional Profitability on the German DAX (GER30/GER40) RangePulse ORB is an institutional-grade Expert Advisor (EA) designed to capitalize on Open Range Breakouts (ORB). While compatible with major global indices, its architecture has been meticulously calibrated to achieve exceptional profitability, consistency, and a high recovery factor specifically on the German DAX index (GER30/GER40). Its system integrates advanced quantitative filters, institutional-level risk managem
SMC Liquidity MAX
German Pablo Gori
SMC Liquidity MAX MT5 is an advanced Smart Money Concepts (SMC) indicator designed for intraday and swing traders seeking a clear and structured market reading. It integrates the key components of the institutional approach—structure, liquidity, and volume—into a single panel with real-time, optimized visualization. Core Features Market Structure: Automatic identification of BOS (Break of Structure) and CHoCH (Change of Character). Imbalance Zones: Fair Value Gaps (FVG) with automatic mitigatio
**Risk Guard Dashboard MT5 (EA) – Scanner + Risk Manager + Execution Panel** Risk Guard Dashboard MT5 is a professional assistant for MetaTrader 5 that integrates into a single panel: a multi-timeframe scanner, Prop Firm-style risk control, performance statistics, and an execution panel. Designed with institutional aesthetics, high readability, and optimized performance for monitoring multiple symbols in real-time. **Main Features** • **Multi-symbol and Multi-timeframe Scanner:** simultaneou
Elevate Your Trading with code4trading Premium Tools This free indicator is a sample of our commitment to quality. If you find this tool useful, we invite you to explore our Premium Professional Suite. Our paid products offer advanced institutional-grade features, optimized algorithms, and exclusive technical support designed to give you a definitive edge in the markets. Visit our full catalog here:  https://www.mql5.com/en/users/pablogx9/seller ChartTrade Commander PRO MT5  is the ultimate s
IndexViz Pro MT5
German Pablo Gori
>   Institutional Grade Multi-Index Adaptive Indicator IndexViz Pro MT5 is a professional-grade, multi-index adaptive indicator designed for traders who demand institutional-level analysis across multiple markets simultaneously. Built for MetaTrader 5, IVP combines over 20 analytical modules into a single, unified visual dashboard that monitors stock indices, synthetic indices, commodities, forex pairs, and cryptocurrencies in real time. Unlike conventional indicators that analyze a single instr
MacD Custom Indicator MTF Plus is a professional MetaTrader 5 port of the original " CM_MacD_Ult_MTF " indicator created by ChrisMoody for TradingView . This version was developed by code4trading for Free provide the MT5 community with high-quality, free access to this proven methodology. Original Concept: ChrisMoody (TradingView) MT5 Development: code4trading Version: 1.0 The Moving Average Convergence Divergence (MACD) is a cornerstone of technical analysis, functioning as a trend-following m
LineBreak Renko Fibonacci MT5 v1.0 The Institutional-Grade Synthetic Chart Engine with Adaptive Fibonacci Overlay LineBreak Renko Fibonacci MT5 is a professional MetaTrader 5 indicator that transforms any standard price chart into a clean, trade-ready synthetic chart. It filters out market noise and reveals the pure, underlying structure of price movement. The tool combines three of the most respected trend-filtering methodologies in institutional trading (Line Break, Classic Renko, and ATR Re
Institutional Mean Reversion EA   is a professional-grade, prop-firm-compliant Expert Advisor designed for MetaTrader 5. Built upon a sophisticated Bollinger Band mean-reversion strategy combined with RSI oscillation filters and an EMA-200 macro trend bias, this EA avoids reckless grids and dangerous martingale techniques. Every single trade is protected by a hard Stop Loss from inception, ensuring total risk governance. Key Trading Strategy & Features Strategy:   Bollinger Bands mean-reversion
筛选:
无评论
回复评论