Gold bullish bearish HeavenWay Signal

  • 指标
  • Guo Ji Wang
    Guo Ji Wang
    各位好!我是一名专注于 MT5 自动化策略开发 的量化研究员。与传统的指标组合不同,我的研究重点在于市场微观结构与统计学背离。
    我的研究方向:
    多品种统计套利: 利用算法实时监测强相关品种(如金/银、主流币对)的统计背离,捕捉均值回归机会。
    形态识别系统: 基于 6000 根以上历史 K 线进行动态相似度匹配,寻找历史高概率走势。
    风控管理: 开发了完善的移动止损与动态仓位管理系统,确保策略在剧烈波动环境下的稳定性。
    我坚信交易是概率与逻辑的博弈。如果你也在研究如何通过 MQL5 实现更智能的交易决策,希望我们能碰撞出火花。
  • 版本: 1.0
  • 激活: 5
# 天之道信号系统 V1.1 使用说明书

## 一、产品概述

**天之道信号系统**是一款基于金银市场微观结构精密分析的专业交易辅助工具。通过对市场深度数据的实时计算,系统能够在价格出现异常偏离时及时发出交易信号,帮助交易者捕捉高概率的交易机会。

---

## 二、核心优势

### 2.1 算法设计的精妙之处

本系统采用**多维度统计分析技术**,结合了以下先进理念:

- **相关性分析**:实时监测品种间的价格联动关系,只在市场处于高度相关状态时生成信号,有效过滤虚假突破
- **均值回归原理**:基于统计学中的标准差理论,识别价格偏离正常区间的极端情况
- **动态阈值调整**:系统根据市场波动率自适应调整敏感度,确保在不同行情下都能保持稳定的信号质量
- **双重确认机制**:信号生成需同时满足多个独立条件,大幅降低误报率

> ⚠️ **注意**:具体算法细节为商业机密,用户无需了解内部实现,只需关注信号输出即可。

### 2.2 信号特点

- ✅ **高正确率**:在价格剧烈波动时,信号准确率显著提升
- ✅ **实时响应**:M1周期监控,第一时间捕捉市场异动
- ✅ **智能过滤**:自动识别低质量信号期,避免无效交易
- ✅ **可视化界面**:直观的面板显示,一目了然掌握市场状态

---

## 三、安装与设置

### 3.1 安装步骤

1. 将 `天之道信号V1.1.mq5` 文件复制到 MT5 平台的 `MQL5/Experts` 目录
2. 在 MT5 导航栏的"EA交易"中找到该程序
3. 双击或拖拽到图表上进行加载

### 3.2 重要设置要求

| 设置项 | 要求 | 说明 |
|--------|------|------|
| **时间周期** | M1 (1分钟) | ⚠️ 必须在1分钟图表上使用 |
| **交易品种** | 黄金(XAUUSD) | 主图表挂载黄金 |
| **参考品种** | 白银(XAGUSD) | 需确保白银品种可访问 |

### 3.3 品种符号设置(关键!)

**不同交易平台的品种命名可能存在差异**,请在输入参数中正确设置:

```
InpSymbol_B (参照品种)
```

**常见平台品种符号对照表:**

| 平台类型 | 黄金符号 | 白银符号 |
|----------|----------|----------|
| 标准平台 | XAUUSD | XAGUSD |
| 部分ECN平台 | GOLD | SILVER |
| 部分外汇平台 | XAU/USD | XAG/USD |
| 其他命名 | GOLD.m | SILVER.m |

**设置方法:**
1. 在MT5市场报价窗口查看您平台的实际品种名称
2. 在EA参数设置中将 `InpSymbol_B` 修改为对应的白银品种名
3. 确保该品种在您的账户中可交易且已添加到市场报价

---

## 四、参数说明

### 4.1 主要输入参数

| 参数名 | 默认值 | 说明 |
|--------|--------|------|
| `InpSymbol_B` | XAGUSD | 参照品种(白银),请根据平台实际修改 |
| `InpCalcPeriod` | 60 | 统计窗口(建议保持默认) |
| `InpCorrelLimit` | 0.85 | 相关性阈值(建议0.8-0.9) |
| `InpZEntry` | 2.0 | Z-Score偏离阈值(建议1.5-2.5) |
| `InpMagic` | 17654 | 订单识别码 |

---

## 五、使用方法

### 5.1 启动步骤

1. **打开黄金M1图表**
   - 在MT5中选择XAUUSD
   - 切换时间周期为1分钟

2. **加载EA**
   - 将EA拖拽到图表
   - 在参数设置中确认品种符号正确

3. **观察信号面板**
   - 面板会显示当前相关性、Z-Score等关键指标
   - 信号出现时会有箭头标记在图表上

### 5.2 信号解读

#### 面板显示说明

```
═══ HeavenWay ═══
● Auto Trading Enabled    ← 运行模式
Current Symbol: XAUUSD    ← 当前品种
Reference Symbol: XAGUSD  ← 参照品种
─────────────────────────
Correlation (r): 0.9234   ← 相关性(越高越好)
Z-Score: -2.35            ← 偏离度(绝对值越大越好)
Current Ratio: 85.123456  ← 当前金银比
Mean Ratio: 85.456789     ← 平均金银比
Std Dev: 0.123456         ← 标准差
─────────────────────────
【BUY Signal】Symbol A Oversold  ← 信号状态
Threshold: |r|>0.85  |Z|>2.0     ← 阈值参考
```

#### 信号类型

| 信号 | 颜色 | 含义 | 操作建议 |
|------|------|------|----------|
| **▲ BUY Signal** | 亮绿色 | 买入信号,A品种超跌 | 考虑做多 |
| **▼ SELL Signal** | 橙红色 | 卖出信号,A品种超涨 | 考虑做空 |
| **⚠ Warning** | 黄色 | 相关性过低 | **保持观望** |
| **⚠ Risk** | 黄色 | 处于均值危险区域 | **保持观望** |
| **◆ Wait** | 淡蓝色 | 均值范围内 | 等待机会 |

---

## 六、使用注意事项

### ⚠️ 重要提示

#### 1. 行情要求

- ✅ **适合使用**:价格剧烈波动、大行情、数据发布时段
- ❌ **避免使用**:横盘震荡、低波动、节假日清淡行情

> **核心原则**:价格波动越剧烈,信号正确率越高!

#### 2. 震荡期策略

**当市场处于震荡周期时:**
- 信号频率会增加
- 正确率会下降
- **建议保持观望,不要急于入场**
- 等待明显趋势形成后再跟随信号

#### 3. 信号正确率说明

- 本系统信号正确率较高,但**并非100%准确**
- 任何交易系统都存在亏损可能
- 请严格遵守资金管理原则,不要重仓交易
- 建议先用模拟账户测试,熟悉系统特性后再实盘操作

#### 4. 自动交易风险

- 默认情况下自动交易是**关闭**的,仅显示信号
- 开启自动交易前请确保:
  - 已充分测试EA性能
  - 设置了合理的止损参数
  - 账户资金充足
  - 网络连接稳定

---

## 七、最佳实践建议

### 7.1 理想使用场景

1. **重大数据发布前后**(非农、利率决议等)
2. **市场情绪剧烈波动时**
3. **金银比价出现明显偏离时**
4. **趋势行情中的回调/反弹阶段**

### 7.2 风险控制建议

- 单笔交易风险不超过账户资金的2%
- 同时持仓不超过3笔
- 设置合理的止损,不要无止损交易
- 盈利后可适当移动止损保护利润

### 7.3 组合使用建议

- 可结合趋势线、支撑阻力位进行确认
- 关注重大经济日历事件
- 注意美元指数走势对金银的影响

---

## 八、常见问题

**Q1: 为什么面板显示相关性为0?**
> A: 请检查 `InpSymbol_B` 参数设置是否正确,确保白银品种名称与您的平台一致。

**Q2: 信号出现后多久有效?**
> A: 信号基于M1周期计算,建议在信号出现后的1-3根K线内考虑入场,过时信号可靠性降低。

**Q3: 可以同时挂载多个品种吗?**
> A: 本系统专为金银配对设计,建议在黄金图表上单独使用。

**Q4: 为什么有时信号出现后价格反向运行?**
> A: 任何信号系统都不是100%准确,震荡市中的信号假阳性率会升高。请遵循"震荡期观望"原则。

---

## 九、技术支持

如有任何问题或建议,欢迎联系:

- **QQ**: 764164579
- **Telegram**: @HeavenWayEA

---

## 十、免责声明

本软件仅供学习研究使用,不构成任何投资建议。金融市场交易存在风险,过往表现不代表未来收益。使用者应自行承担交易风险,开发者不对因使用本软件导致的任何损失承担责任。

---

**祝您交易顺利!**

*天之道信号系统 V1.1*

推荐产品
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
DAILY OH/OL SDEV QUANT MODEL - STATISTICAL TRADING WITH PRECISION RISK MANAGEMENT TRADE WITH MATHEMATICAL CERTAINTY - KNOW YOUR EXACT STOP-LOSS AND TAKE-PROFIT BEFORE YOU ENTER This indicator analyzes 5,000+ days of price history to give you: Exact entry levels (sigma bands locked at daily open) Exact stop-loss distance (from M
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - 包含 36 条移动平均线的趋势指标 == 概述 LT Rainbow Trend 是一款先进的技术趋势分析指标,它集成了 36 条同时运行的移动平均线,并配备了智能彩虹(Rainbow)颜色系统。该指标专为希望以极高视觉清晰度顺应主趋势交易的交易者而设计,将复杂的多时间周期(Multi-timeframe)分析转化为简单、多色且高度直观的视觉呈现。 对于深谙“趋势是你的朋友”的交易者而言,该指标是您的不二之选 —— 它能确保您提前洞察趋势 strength 的力度、方向以及潜在的反转点。 运作原理 该指标持续监控分布在 4 个趋势区域内的 36 条移动平均线: 红色(趋势转变区) 第 31 至 20 条移动平均线 趋势即将发生反转的强信号 橙色(趋势减弱区) 第 19 至 10 条移动平均线 表明趋势动能正在减弱,但仍有持续的可能;价格可能正步入盘整 蓝色(回调/回踩区) 第 9 至 8 条移动平均线 顺应当前趋势的正常回调。若价格位于该区域外并开始进入绿色区域,则代表强劲趋势 绿色(强趋势区) 第 10 至
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
HMA Trend Professional MT5
Pavel Zamoshnikov
4.25 (4)
Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
Axiom Point
Tatiana Savkevych
Axiom Point — Precision Structural Breakout Indicator Axiom Point is a high-performance analytical indicator designed to identify high-probability reversal zones using price-action behaviour and adaptive balance filtering. The indicator applies a multi-layer analytical model to detect moments when price transitions beyond its normal equilibrium area, indicating a potential shift in market momentum. Unlike conventional trend-following tools, Axiom Point focuses on so-called points of no return —
Be notified of every color change of Heiken Ashi (HA) candles. The indicator will trigger past and new signals every time that HA candles change their colors. ( Note : this tool is based on the code of Heiken Ashi indicator developed by MetaQuotes Software Corp.) Features The signals are triggered at closing of last bar/opening of a new bar; Any kind of alerts can be enabled: Dialog Box, Email message, SMS notifications for smartphones and tablets, and Sound alerts; By default, up arrows are pl
KMB Smart Pattern Analyzer PRO
Karwan Msto Mohammed Mohammed
产品概述 KMB Smart Pattern Analyzer PRO 是一款高级技术分析指标,旨在用户自定义的图表区间内识别并排序高匹配度的市场形态。 该指标将多个分析引擎整合到一个专业工具中: K线形态分析 经典图表形态识别 谐波结构识别 智能市场结构 / SMC 分析 与在整个图表上显示随机信号不同,该指标允许用户专注于特定的市场区域,并获得最强形态匹配、预期方向、突破水平、失效水平以及预测目标区域的结构化分析。 这使其非常适合希望以更清晰、更专业的方式分析价格行为和形态结构的交易者。 主要功能 识别并排序 Top 3 最佳匹配形态 支持: K线形态 经典图表形态 谐波形态 市场结构 / SMC 逻辑 用户自定义区间分析 显示: 形态类型 市场方向 Score 动量 突破水平 T1 / T2 / T3 目标水平 失效水平 市场结构信息 在图表上显示所选分析区域 可拖动并移动分析区域 清晰专业的信息面板 支持浅色和深色图表主题 适用于主观交易者、形态交易者和技术分析师 工作方式 将指标添加到图表。 选择或移动分析区域。 指标扫描所选区域。 对最强的形态候选进行排序。 面板显示最佳匹
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Heiken Ashi Smoothed Strategy is a very simple but powerful system to get forex market trend direction. This indicator is actually 2 indicators in 1 pack, Heiken Ashi and Heiken Ashi Smoothed Moving Average both included. Because HA (Heiken Ashi) and HAS (Heiken Ashi Smoothed) are calculated in the same one system event with necessary buffers and loop only, so it is the FAST, OPTIMIZED and EFFICIENT HA having the combined indicator of MetaTrader 5. You can choose to display HA and HAS in the sam
# 回撤指标 V4.0 - 掌控交易的必备工具 ## 通过完整的实时绩效概览改变您的交易 在要求严苛的外汇和差价合约交易世界中,**了解您的实时绩效**不是奢侈品,而是**绝对必需**的。**回撤指标 V4.0** 不仅仅是一个简单的指标:它是您的**专业仪表板**,为您提供清晰、精确和即时的交易账户状态视图。 --- ## 为什么这个指标将永远改变您的交易 ### 90% 交易者面临的问题 您是否曾经遇到过以下情况之一? **您不确切知道自己的状况** - 您的 MT5 平台显示数字,但您必须心算您的真实表现。 **您发现回撤为时已晚** - 当您意识到已经损失了 15% 的资金时,已经太晚了,无法有效应对。 **您缺乏历史可见性** - 无法快速知道本周、本月或今年是否盈利。 **您浪费时间分析交易** - 您必须打开多个窗口、进行计算,并失去对市场的关注。 **您没有概览** - 有多少持仓?我的全局盈亏是多少?我今天的表现如何? ### 解决方案:一体化专业仪表板 **回撤指标 V4.0** 通过提供一个**完整的控制面板*
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
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
This indicator is the same as the popular Heiken Ashi Smoothed. The Heikin Ashi indicator for MetaTrader 5 already exists, but it has two disadvantages: It paints the candles not accurate. It's not possible to change the candle width. See also Heikin Ashi in MQL5 Code Base . In this version there are no such disadvantages.
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
Trend Master V2
Oratile Pitsoane
What Is Trend Master Pro? Trend Master Pro   is a professional-grade trend trading indicator built for MetaTrader 5. It was designed with one goal in mind — to keep you on the right side of the market at all times by combining three powerful technical tools into a single, clean, easy-to-read display directly on your price chart. Instead of cluttering your screen with multiple separate indicators, Trend Master Pro fuses an   EMA Ribbon trend filter , a   ZigZag swing point engine , and a   breako
Multi-Timeframe Heiken Ashi (Smoothed with Dashboard) Professional Market Structure Visualization with Weighted Confluence Scoring Transform your trading with crystal-clear multi-timeframe analysis. This indicator combines smoothed Heiken Ashi candles with an intelligent weighted scoring system to give you unprecedented clarity in any market condition. YOUR TRADING QUESTIONS – ANSWERED INSTANTLY: 1. What's the REAL trend direction? Dashboard Reveals:   Higher timeframe (MN1, W1, D1, H4) trend a
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个级别的斐波那契线作为子止盈点,非常适合喜欢在关键支撑/阻力位分
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:   适合波
Heikin Ashi Dashboard MT5
Taras Slobodyanik
5 (4)
多货币和多时间框架 Heikin Ashi 指标。 显示了当前的市场状况。 在扫描仪面板上,您可以看到当前趋势的方向、强度和条形数量。 盘整/反转蜡烛也用颜色显示。 您可以在参数中指定任何所需的货币和期间。 此外,当趋势发生变化或出现反转和盘整蜡烛(十字星)时,指标可以发送通知。 通过单击单元格,将打开该符号和句点。 这是 MTF 扫描仪. Heikin-Ashi 是日本的交易指标和金融图表,意思是“平均速度”。 Heikin-Ashi 图表类似于烛台图,但具有更平滑的外观,因为它们跟踪一系列价格变动,而不是像烛台那样跟踪每个价格变动。 Heikin-Ashi 由 Munehisa Homma 在 1700 年代创建,他还创建了烛台图。 交易者和投资者使用这些图表来帮助确定和预测价格变动. 参数 Averaging Method for Smoothing — 选择平滑蜡烛价格的方法. — Simple MA — 简单 MA — Exponential MA — 指数 MA — Smoothed MA — 平滑 MA — Linear weighted MA — 线性加权 MA —
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Your Trend Friend
Luigi Nunes Labigalini
5 (1)
The trend is your friend! Look at the color of the indicator and trade on that direction. It does not  repaint. After each candle is closed, that's the color of the trend. You can focus on shorter faster trends or major trends, just test what's most suitable for the symbol and timeframe you trade. Simply change the "Length" parameter and the indicator will automatically adapt. You can also change the color, thickness and style of the lines. Download and give it a try! There are big movements w
Crypto_Forex 指标 PINBAR 模式适用于 MT5,无需重绘,无延迟。 .............................................................................. - “PINBAR 模式”指标是一款非常强大的价格行为交易指标。 - 指标可检测图表上的 PinBar: - 看涨 PinBar - 图表上显示蓝色箭头信号(见图)。 - 看跌 PinBar - 图表上显示红色箭头信号(见图)。 -   支持电脑和移动设备提醒 。 - “PINBAR 模式”指标非常适合与支撑/阻力位结合使用。 .................................................... 点击这里查看高质量的交易机器人和指标! 本产品为独家产品,仅在本 MQL5 网站上提供。
Riko Trend mt5
Nadiya Mirosh
The Riko Trend indicator is a revolutionary trend trading and filtering solution with all the important features of a trend tool built into one tool! The Riko Trend indicator is good for any trader, suitable for any trader for both forex and binary options. You don’t need to configure anything, everything is perfected by time and experience, it works great during a flat and in a trend. The Riko Trend indicator is a technical analysis tool for financial markets that reflects the current price f
The Rainbow Dragon Indicator by Quant Atlas Creator:  https://www.quant-atlas.com/ The Rainbow Dragon is a composite signal engine that aggregates the seven Rainbow indicators — Blue, Green, Indigo, Red, Violet, Yellow, and Orange — into a single confluence-based reading. Rather than relying on any one model, it treats each Rainbow component as an independent voter and fires only when enough of them agree, giving you a diversified, multi-method read on the market instead of a single point of vie
Professional Renko Chart MT5 Professional Renko Chart MT5 是一款简洁的 MetaTrader 5 Renko 图表指标,用于在独立的指标窗口中显示 Renko 砖块,并可选择直接在主价格图表上显示 Renko 方框。 该指标适合希望在 MetaTrader 5 中使用熟悉 Renko 图表风格的交易者,其视觉效果类似于 TradingView 等现代图表平台中的 Renko 图表显示方式。它可以将普通的基于时间的K线转换为 Renko 砖块,并以简单、清晰、实用的格式显示结果。 多个普通图表K线可能会形成一个 Renko 砖块。Professional Renko Chart MT5 还可以在主价格图表上显示 Renko 方框,并显示每个 Renko 砖块由多少根普通K线形成。 该指标不是智能交易系统 EA。它不会开仓、平仓或管理交易。它只是一个用于图表显示和市场分析的可视化工具。它可用于手动分析、Renko 图表阅读、趋势观察、价格波动过滤以及市场结构分析。 主要功能 在独立的 MT5 指标窗口中显示 Renko 砖块 Ren
该产品的买家也购买
ARICoins
Temirlan Kdyrkhan
ARICoin 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 Cust
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
OrderFlow Absorption – 專業級MT5買賣差與吸收訊號指標 釋放真正訂單流分析的力量,OrderFlow Absorption 是MetaTrader 5上最強大的買賣差(Delta)直方圖與吸收訊號指標。專為想看清每一個價格波動背後真相的交易者設計,這個工具揭示了隱藏的買賣壓力與推動市場的吸收事件。 功能特色 買賣差直方圖視覺化:   以清晰的色彩直方圖即時顯示買方與賣方壓力。 吸收訊號偵測:   先進邏輯自動辨識多空吸收事件,及早預警潛在反轉。 圖表標記:   吸收訊號直接標示於主圖表,方便視覺辨識。 彈出式警報:   新吸收訊號出現時即時通知。 自訂門檻:   過濾弱訊號,專注高勝率機會。 資源管理:   高效運算,適用於大型圖表也能流暢運行。 全品種兼容:   適用於任何商品與週期,包括外匯、指數、商品等。 簡易整合:   參數簡單,快速上手與調整。 OrderFlow Absorption 的邏輯說明 OrderFlow Absorption 採用專利演算法,能在沒有完整Tick數據的情況下,估算每根K棒的買賣壓力(Delta)。它分析成交量、價格行為、K
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
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
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
看清市场真正在做什么。   在您眼前实时观察三大市场阶段(收缩、扩张、趋势),并在趋势阶段的早期阶段抓住更优的入场点。   不要再猜测。开始像机构和聪明钱那样解读市场。   Apex Market Structure Pro(MT5 版)是一款精准的聪明钱分析工具,它剥离噪音,向您展示每根 K 线之下的真实结构:流动性、结构转变、吸   筹区域与趋势偏向,全部呈现在一个简洁、专业的图层中。专为厌倦了滞后指标、准备以清晰视角交易的严肃交易者打造。   重要提示:本指标专为 Heikin Ashi(平均足)K 线设计。使用前请将图表切换为 Heikin Ashi,以释放其全部威力。全部分析都围绕 Heikin   Ashi 的价格流构建。正是在这里,Apex Market Structure Pro 发挥出最佳表现。   交易者为何选择 Apex Market Structure Pro:   流动性,一览无遗: 瞬间看清止损池所在之处。卖方与买方流动性会被自动标注。实时关注尚未被扫的价位,捕捉价格攫取流动性并反转的精确时   刻。在聪明钱交易的地方交易。   会说话的结构:
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
Meravith MT5
Ivan Stefanov
5 (3)
做市商工具。 Meravith 将: 分析所有时间周期并显示当前正在运行的趋势。 标注流动性区域(成交量均衡区),即多头与空头成交量相等的位置。 在您的图表上直接显示来自不同时间周期的所有流动性水平。 生成并展示基于文本的市场分析供您参考。 根据当前趋势计算目标位、支撑位和止损位。 计算交易的风险回报比。 根据您的账户余额计算仓位大小,并估算潜在利润。 在市场出现重大变化时,Meravith 还会发出警告。 指标的主要线条: 多头/空头成交量衰竭线 —— 作为目标位使用。 趋势线 —— 指示市场趋势方向。根据市场是多头还是空头而改变颜色,并作为趋势支撑。其颜色主要反映市场情绪。 成交量均衡线(Eq)—— Eq(Volume Equilibrium)是系统的核心。它表示买卖双方成交量的平衡点,即市场流动性所在位置。向上突破 Eq 表示多头倾向,向下突破 Eq 表示空头倾向。突破后,应等待回调——当价格回到相反趋势的偏离线或衰竭线附近时。 使用方法:只需将其添加到图表中。 Meravith 可以分析一切——趋势和回调。 趋势线与某条成交量衰竭线之间的距离越大,说明该方向的成交量越高。 趋势
==================================================================== 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
“ Dynamic Scalper System MT5 ”指标专为在趋势波内进行剥头皮交易而设计。 已在主要货币对和黄金上进行测试,并可与其他交易工具兼容。 提供顺势短线建仓信号,并提供额外的价格变动支持。 指标原理: 大箭头决定趋势方向。 在趋势波内,我们采用一种生成小箭头形式的剥头皮交易信号的算法。 红色箭头代表看涨方向,蓝色箭头代表看跌方向。 敏感的价格变动线会沿着趋势方向绘制,并与小箭头信号协同作用。 信号运作方式如下:当线在适当时刻出现时,将形成入场信号;在出现线时,持仓;线完成后,平仓。 建议的操作时间范围为M1 - H4。 箭头在当前K线上方形成,如果下一根K线已开仓,则不会重新绘制上一根K线上方的箭头。 输入参数 Trend Wave Period - 趋势方向(大箭头)的周期,改变趋势波的时间间隔。值 1 表示趋势方向的最长持续时间,参数值越大,持续时间越短。 Scalper Arrows Period - 信号箭头(小箭头)的计算周期,改变入场信号的生成频率。值 3 表示最频繁的生成频率,参数值越大,箭头频率越低,准确度越高。 这些参数可以根据不同
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
Euro Escalper
Cristofher Robles
Euro Escalper— Zhuan Ye Ji Gou Ji Tou Pi Zhi Biao Euro Escalper shi yi kuan gao xing neng jiao yi zhi biao, zhuan wei xu yao ji gou ji jing zhun ru chang de jiao yi zhe she ji. Shi yong yu he cheng zhi shu (Deriv), wai hui ji MetaTrader 5 shang de ren he zi chan. Jie he le ji yu Fibonacci de liu dong xing qu yu, nei zhi SuperTrend yin qing he shi shi zhuan ye kong zhi mian ban. Zhu Yao You Shi Wu Chong Hui: Xin hao jian tou jin zai K xian shou pan shi chu xian, yong yuan bu hui yi dong huo xiao
Meravith Scanner
Ivan Stefanov
5 (3)
MERAVITH SCANNER 是一款适用于 MetaTrader 5 的专业金融市场指标,将多种分析工具整合为一个统一的系统。它基于专有的成交量加权平均价格(VWAP)方法自动完成所有计算,完全消除主观判断。 该指标适用于所有资产类别(外汇、股票、指数、大宗商品、加密货币)以及从 M1 到 Monthly 的所有时间周期。其核心原理是价格跟随成交量。MERAVITH 识别机构资金成交量的集中区域,并从该集中区域中推导出数学上精确的价格水平。它不预测,不推测。它只计算。 使用 MERAVITH SCANNER,您可以在 2–3 分钟内扫描全部 28 个主要外汇货币对的所有时间周期。您也可以扫描任何您选择的市场——例如,大约 100 只股票约需 10 分钟。 该指标计算耗尽水平、平衡线、偏差、统计水平以及目标投射。 图表元素 Origin Point 标记所有计算的起始位置。指标会自动将其放置在最佳位置。红色标签(TOP)表示市场高点并带有看跌倾向。绿色标签(BOTTOM)表示市场低点并带有看涨倾向。 Sentiment Line 是一条动态曲线,反映基于成交量加权计算得出的市场情绪。
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — 适用于沪深300和美元人民币的最佳MT5指标 探索 BigPlayerRange 的强大功能,它被认为是用于 沪深300、上证指数、USD/CNH 等资产的 MetaTrader 5 最佳指标 。该工具能精准识别机构主力的关键区域,帮助交易者进行高精度的技术分析。 指标工作原理: BigPlayerRange 绘制两个水平区域,通过成交量分析反映市场能量: 绿色区域 :买方防守位置,支撑价格。 红色区域 :卖方压制位置,形成阻力。 使用策略: 收盘价突破绿色区域上方 :可能开启上涨趋势,目标为上方区间。 收盘价跌破红色区域下方 :暗示下跌压力增强,目标为下方支撑。 价格停留在区间内 :行情震荡,等待突破信号。 核心优势: 机构活动区域识别 :提前发现主力进出场信号。 自动计算的目标价格 :提供两个明确的止盈位置。 回调概率分析 :优化风险控制,提升稳定性。 参数个性化设置: 自定义交易时间与成交量类型(Tick或真实成交量)。 使用机构逻辑提升日内交易效率。 推荐搭配
SMC Institutional Suite
Catur Cipto Nugroho
SMC Institutional Suite v3.7 Professional Smart Money Concept Indicator for MetaTrader 5 What is New in Version 3.7 - Visual Stability Update This release focuses entirely on one goal: making every zone, label, and line on your chart rock-solid stable. There is no more flickering, no more zones disappearing on a new candle, and no more duplicate drawings. Order Block (OB) zones no longer flicker or disappear. Once drawn, they stay permanently on the chart. Equal Highs and Equal Lows (EQH / EQL)
Gold Xausd Hunter
Metin Erkamoglu
5 (1)
MATADOR GOLD XAUUSD M5 Scalp Signals for MT5 MATADOR GOLD is a decision-support indicator for MetaTrader 5, designed for traders who analyze short-term Gold movement on the M5 timeframe. The indicator does not open, close, or manage trades automatically. It provides buy and sell signal guidance so the user can make their own trading decisions according to their risk plan, broker conditions, and trade management rules. Main purpose MATADOR GOLD is built to help traders avoid noisy signal flow and
ZIVA Signal Intelligence
Hassan Abdullah Hassan Al Balushi
ZIVA Signal Intelligence An Adaptive, Modular Market Intelligence System ZIVA Signal Intelligence is not positioned as a conventional trading indicator. It is a fully integrated, proprietary market intelligence system engineered to deliver structured, high-precision interpretation of price behavior within a controlled analytical environment. Developed through an independent architectural approach, ZIVA does not rely on, derive from, or replicate existing indicators. It represents a standalone
First time on MetaTrader, introducing IQ Star Lines - an original Vedic Astrology based indicator. "Millionaires don't use astrology, billionaires do" . - J.P. Morgan, Legendary American financier and banker. Welcome to  the new and updated  IQ Star Lines , the ultimate fusion of ancient planetary harmonic cycles and modern quantitative trading. published for the   first time on Metatrader. This is an indicator built by the developer, who has spent almost 2 decades trading while studying Vedic
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ Link to EURUSD Only Free Version -->  https://www.mql5.com/en/market/product/156904?source=Unknown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hallo Trader, This is a traditional GANN & FIBONACCI strategy based on detection of an impulsive move in the opposite direction. This is called a Breakout. At the moment of Breakout, the indicator draw
Hidden Trend Channel Project 17 Tool SPECIAL NOVEMBER SALE is now finished. Price goes back to normal.  This is an Automated Tool for Multi Timeframe Trend Channel Analysis Visualization with Intelligent Range Market, Trending Market, Reversal, Breakout Detection.  It draws multiple Trend Channels with multiple sub-trendlines levels inside the channel for perfectly give you the trader, the crystal clear Trend channels where price trend direction is moving. This tool is accurately useful for T
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
TraderHUD
Justino Porto Neto
5 (1)
TraderHUD v2 — 专业交易者的完整面板 TraderHUD v2 是 MetaTrader 5 最完整可视化指标的进化版本。它将交易者在图表上需要看到的所有信息整合到一个工具中,以做出更明智的决策:时间背景、美元强度、统计区间、枢轴点位、运动速度和宏观趋势——全部集成、可配置且不会使图表显得杂乱。 此版本基于实盘交易的实际使用经验构建,遵循明确的理念: 更多背景,更少噪音 。 v2 新增功能 将 8 个模块完全整合到单一指标中 可配置的侧边面板,DayRange 和 DollarFlow 自动衔接 市场时段标记与整点时间一起显示 经典枢轴点,可选择在各水平之间显示均线 两个标记为测试版的实验性模块:波动率和宏观趋势均线 完全可配置的布局——角落位置、宽度、颜色和字体 模块 计时器与点差 当前K线的倒计时,每500毫秒更新一次,不依赖于tick 计时器旁边显示实时点差 可配置的分隔符——计时器默认为"t",点差默认为"s" 智能锚定:当价格接近底部边缘时,文本会自动上移 整点时间与市场时段 垂直线指示下一个整点时间——新资金可能进入的时刻 带有时间和开盘时段名称的标
"Manual channel drawing? Not anymore. Let the market structure reveal itself automatically." "Track long-term price zones 24/7, in real-time." Real Trader Pain Points Identifying pivot points manually takes   huge time   and   effort Difficult to adapt to   high volatility   and pinpoint   reliable channels Copy Ideas "Markets never sleep. Why should your analysis stop?" "Dozens of assets a day—how do you keep up?" Core Claim AutoChannels   automatically reads market structure , reducin
Triple Crox Strategy
issam rahhal sabour
Triple Crox Strategy v4.10 Triple Crox Strategy v4.10 专业MT5指标 | 13形态 | 斐波那契 | CLUSTER ML | 13过滤 概述 专业MT5指标,融合 13种形态检测 、 斐波那契分析 、 CLUSTER机器学习 及 13种多重过滤 ,多层验证降低虚假信号。 交易设置 改良 Heikin-Ashi :绿=上升,红=下降。信号确认显示 买入 / 卖出 箭头,附带 Entry 入场、 TP1/TP2/TP3 止盈、 SL 止损水平线。13种过滤可选。 视觉组件 箭头: 绿买/红卖+Entry/TP/SL线 EMA云(3层): EMA(8/21/50),绿云=上升,红云=下降 趋势带: 绿色=上升,品红=下降 DEMA-ATR线: 绿线=上升,红线=下降 斐波那契: 回撤/扩展水平,黄金区高亮 形态+突破区: 轮廓标注+突破箭头 仪表板: 5主题4位置实时统计 风险管理 ATR止损: 倍数自适应波动环境 移动止损: 自动跟踪锁定利润 利润因子: 风险回报≥1:2才发信号 止损因子: ATR倍数1.0x
筛选:
无评论
回复评论