Gold bullish bearish HeavenWay Signal

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

## I. Product Overview

**HeavenWay Signal System** is a professional trading auxiliary tool based on precise analysis of gold and silver market microstructure. Through real-time calculation of market depth data, the system can promptly issue trading signals when prices show abnormal deviations, helping traders capture high-probability trading opportunities.

---

## II. Core Advantages

### 2.1 The Elegance of Algorithm Design

This system employs **multi-dimensional statistical analysis technology**, combining the following advanced concepts:

- **Correlation Analysis**: Real-time monitoring of price linkage relationships between instruments, generating signals only when the market is in a highly correlated state, effectively filtering out false breakouts
- **Mean Reversion Principle**: Based on standard deviation theory in statistics, identifying extreme cases where prices deviate from normal ranges
- **Dynamic Threshold Adjustment**: The system adaptively adjusts sensitivity based on market volatility, ensuring stable signal quality under different market conditions
- **Dual Confirmation Mechanism**: Signal generation requires simultaneous satisfaction of multiple independent conditions, significantly reducing false positive rates

> ⚠️ **Note**: Specific algorithm details are trade secrets. Users do not need to understand the internal implementation; simply focus on signal output.

### 2.2 Signal Characteristics

- ✅ **High Accuracy**: Signal accuracy significantly improves during periods of intense price volatility
- ✅ **Real-time Response**: M1 cycle monitoring, capturing market anomalies at the first moment
- ✅ **Intelligent Filtering**: Automatically identifies low-quality signal periods, avoiding ineffective trades
- ✅ **Visual Interface**: Intuitive panel display for clear understanding of market status

---

## III. Installation and Setup

### 3.1 Installation Steps

1. Copy the `HeavenWay_Signal_V1.1.mq5` file to the MT5 platform's `MQL5/Experts` directory
2. Find the program in the "EA Trading" section of the MT5 Navigator
3. Double-click or drag onto a chart to load

### 3.2 Important Setup Requirements

| Setting | Requirement | Description |
|---------|-------------|-------------|
| **Timeframe** | M1 (1 minute) | ⚠️ Must be used on 1-minute charts |
| **Trading Instrument** | Gold (XAUUSD) | Main chart should have Gold loaded |
| **Reference Instrument** | Silver (XAGUSD) | Ensure Silver instrument is accessible |

### 3.3 Instrument Symbol Setup (Critical!)

**Different trading platforms may have different instrument naming conventions**. Please set correctly in the input parameters:

```
InpSymbol_B (Reference Instrument)
```

**Common Platform Instrument Symbol Reference Table:**

| Platform Type | Gold Symbol | Silver Symbol |
|---------------|-------------|---------------|
| Standard Platform | XAUUSD | XAGUSD |
| Some ECN Platforms | GOLD | SILVER |
| Some Forex Platforms | XAU/USD | XAG/USD |
| Other Naming | GOLD.m | SILVER.m |

**Setup Method:**
1. Check your platform's actual instrument names in the MT5 Market Watch window
2. Modify `InpSymbol_B` in the EA parameter settings to the corresponding Silver instrument name
3. Ensure the instrument is tradable in your account and has been added to Market Watch

---

## IV. Parameter Description

### 4.1 Main Input Parameters

| Parameter Name | Default Value | Description |
|----------------|---------------|-------------|
| `InpSymbol_B` | XAGUSD | Reference instrument (Silver), modify according to actual platform |
| `InpCalcPeriod` | 60 | Statistical window (recommended to keep default) |
| `InpCorrelLimit` | 0.85 | Correlation threshold (recommended 0.8-0.9) |
| `InpZEntry` | 2.0 | Z-Score deviation threshold (recommended 1.5-2.5) |
| `InpMagic` | 17654 | Order identification code |

---

## V. Usage Instructions

### 5.1 Startup Steps

1. **Open Gold M1 Chart**
   - Select XAUUSD in MT5
   - Switch timeframe to 1 minute

2. **Load EA**
   - Drag EA onto the chart
   - Confirm instrument symbols are correct in parameter settings

3. **Observe Signal Panel**
   - Panel displays current correlation, Z-Score, and other key indicators
   - Signals appear with arrow markers on the chart

### 5.2 Signal Interpretation

#### Panel Display Description

```
═══ HeavenWay ═══
● Auto Trading Enabled    ← Operating Mode
Current Symbol: XAUUSD    ← Current Instrument
Reference Symbol: XAGUSD  ← Reference Instrument
─────────────────────────
Correlation (r): 0.9234   ← Correlation (higher is better)
Z-Score: -2.35            ← Deviation (larger absolute value is better)
Current Ratio: 85.123456  ← Current Gold/Silver Ratio
Mean Ratio: 85.456789     ← Average Gold/Silver Ratio
Std Dev: 0.123456         ← Standard Deviation
─────────────────────────
【BUY Signal】Symbol A Oversold  ← Signal Status
Threshold: |r|>0.85  |Z|>2.0     ← Threshold Reference
```

#### Signal Types

| Signal | Color | Meaning | Trading Suggestion |
|--------|-------|---------|-------------------|
| **▲ BUY Signal** | Bright Green | Buy signal, Instrument A oversold | Consider going long |
| **▼ SELL Signal** | Orange-Red | Sell signal, Instrument A overbought | Consider going short |
| **⚠ Warning** | Yellow | Correlation too low | **Stay on sidelines** |
| **⚠ Risk** | Yellow | In mean danger zone | **Stay on sidelines** |
| **◆ Wait** | Light Blue | Within mean range | Wait for opportunity |

---

## VI. Important Usage Notes

### ⚠️ Important Reminders

#### 1. Market Conditions Requirements

- ✅ **Suitable for**: Intense price fluctuations, major market movements, data release periods
- ❌ **Avoid**: Sideways consolidation, low volatility, holiday-thinned markets

> **Core Principle**: The more intense the price volatility, the higher the signal accuracy!

#### 2. Range-Bound Market Strategy

**When the market is in a ranging cycle:**
- Signal frequency will increase
- Accuracy will decrease
- **Recommended to stay on the sidelines and not rush to enter**
- Wait for clear trends to form before following signals

#### 3. Signal Accuracy Explanation

- This system's signals have high accuracy, but are **not 100% accurate**
- Any trading system has the potential for losses
- Please strictly follow money management principles and do not trade with heavy positions
- Recommended to test with a demo account first, familiarize with system characteristics before live trading

#### 4. Automated Trading Risks

- By default, automated trading is **disabled**, only displaying signals
- Before enabling automated trading, ensure:
  - EA performance has been thoroughly tested
  - Reasonable stop-loss parameters are set
  - Account funds are sufficient
  - Network connection is stable

---

## VII. Best Practice Recommendations

### 7.1 Ideal Usage Scenarios

1. **Before and after major data releases** (Non-farm payrolls, interest rate decisions, etc.)
2. **When market sentiment is fluctuating intensely**
3. **When the gold/silver ratio shows significant deviation**
4. **During pullback/rebound phases in trending markets**

### 7.2 Risk Control Recommendations

- Single trade risk should not exceed 2% of account funds
- Simultaneous positions should not exceed 3 trades
- Set reasonable stop-losses, do not trade without stop-losses
- After profitability, consider moving stop-loss to protect profits

### 7.3 Combined Usage Recommendations

- Can be combined with trend lines, support and resistance levels for confirmation
- Pay attention to major economic calendar events
- Monitor US Dollar Index trends and their impact on gold and silver

---

## VIII. Frequently Asked Questions

**Q1: Why does the panel show correlation as 0?**
> A: Please check if the `InpSymbol_B` parameter is set correctly, ensuring the Silver instrument name matches your platform.

**Q2: How long is a signal valid after it appears?**
> A: Signals are based on M1 cycle calculations. It is recommended to consider entry within 1-3 candles after the signal appears; outdated signals have reduced reliability.

**Q3: Can multiple instruments be loaded simultaneously?**
> A: This system is designed specifically for gold/silver pairing. It is recommended to use it individually on a Gold chart.

**Q4: Why does the price sometimes move in the opposite direction after a signal appears?**
> A: No signal system is 100% accurate. Signal false positive rates increase in ranging markets. Please follow the "sidelines during ranging periods" principle.

---

## IX. Technical Support

For any questions or suggestions, please contact:

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

---

## X. Disclaimer

This software is for educational and research purposes only and does not constitute any investment advice. Financial market trading involves risks; past performance does not represent future returns. Users should bear their own trading risks, and the developer is not responsible for any losses caused by using this software.

---

**Wishing you successful trading!**

*HeavenWay Signal System V1.1*

Recommended products
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 is a short-term intraday trading strategy for gold futures that combines trend following and intraday reversal approaches. It not only captures profits during trending markets but also enables timely profit-taking and counter-trend trading during market reversals. This strategy has been ranked among the top ten most profitable trading strategies by the American magazine   Futures Truth   for 15 consecutive years. It boasts a long lifecycle and remains widely used and st
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 - 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 - THE TREND INDICATOR WITH 36 MOVING AVERAGES == OVERVIEW LT Rainbow Trend is an advanced technical trend analysis indicator that utilizes 36 simultaneous Moving Averages with a smart color system (Rainbow). Developed for traders who want to trade in the direction of the main trend with maximum visual clarity, the indicator transforms the complexity of multi-timeframe analysis into a simple, colorful, and highly intuitive visualization. Ideal for traders who understand that
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
Product Overview KMB Smart Pattern Analyzer PRO is an advanced technical analysis indicator designed to detect and rank high-probability market patterns inside a user-defined chart range. The indicator combines multiple analysis engines in one professional tool: Candlestick pattern analysis Classic chart pattern recognition Harmonic structure detection Smart market structure / SMC-style analysis Instead of showing random signals across the full chart, the indicator allows the user to focus on a
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
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
HAS RSI Signal — Professional Trend Indicator with SL/TP Calculation HAS RSI Signal is a powerful trading tool that combines time-tested classics with modern noise-filtering algorithms. The indicator analyzes the market through the prism of Heiken Ashi Smoothed candles and the RSI oscillator, providing clear entry signals at trend reversals or when exiting overbought/oversold zones. Key Advantages: Double Filtration: Using Heiken Ashi Smoothed eliminates market "noise," while RSI confirms the mo
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
This indicator acts as an advanced chart analysis assistant for traders who love trading Chart Patterns. It is designed to reduce the burden of visual analysis and increase accuracy in making a profit. Main features of this indicator from a practical usage perspective: 1. Automated Pattern Detection Saves time and reduces bias: You don't need to manually draw trendlines. The indicator will search for price swings (Pivot High/Low) and automatically draw Rising Wedge and Falling Wedge structures w
MarketPredict Pro – Advanced Multi‑Layer Market Analysis   How It Works MarketPredict Pro combines six independent analytical layers to generate highly accurate predictions for the next candle.   6‑Layer Analysis Buyers/Sellers Pressure   – measures the strength of buyers vs. sellers Trend Strength   – 20‑period SMA trend calculation Volatility   – ATR‑like volatility model (14 periods) Market Pressure   – cumulative pressure from the last 5 bars Prediction Engine   – multi‑factor nex
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
Heikin Ashi Dashboard MT5
Taras Slobodyanik
5 (4)
Multi-currency and multitimeframe Heikin Ashi indicator. Shows the current state of the market. On the scanner panel you can see the direction, strength and number of bars of the current trend. The Consolidation/Reversal candles are also shown using color. You can specify any desired currencies and periods in the parameters. Also, the indicator can send notifications when the trend changes or when reversal and consolidation candles (dojis) appear. By clicking on a cell, this symbol and period wi
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 Indicator PINBAR Pattern for MT5, No repaint, No delay. - Indicator "PINBAR Pattern" is very powerful indicator for Price Action trading. - Indicator detects PinBars on chart: - Bullish PinBar - Blue arrow signal on chart (see pictures). - Bearish PinBar - Red arrow signal on chart (see pictures). -   With PC & Mobile alerts. - Indicator "PINBAR Pattern" is excellent to combine with Support/Resistance Levels. Click here to see high quality Trading Robots and Indicators! It is ori
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 is a clean MetaTrader 5 Renko chart indicator designed to display Renko bricks in a separate indicator window, with optional Renko box visualization directly on the main price chart. The indicator is built for traders who want a familiar Renko chart style inside MetaTrader 5, similar to the Renko chart visualization available on popular modern charting platforms such as TradingView. It converts normal time-based candles into Renko bricks
Buyers of this product also purchase
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 – Professional Delta & Absorption Signal Indicator for MT5 Unlock the power of true order flow analysis with   OrderFlow Absorption   – the ultimate delta histogram and absorption signal indicator for MetaTrader 5. Designed for traders who want to see what’s really happening behind every price move, this tool reveals hidden buy/sell pressure and absorption events that drive the market. Features Delta Histogram Visualization:   Instantly see buy and sell pressure with clear,
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
The indicator highlights zones where interests are being declared then shows their accumulation zone. Transaction Speed works like an order book in big scale. This is the indicator for the biggest money. It's performance is exceptional. Whatever interest there is in the market you will see it. The Transaction Speed is a new concept indicator that shows where and when large orders accumulates on the market and benefits of this. It detects trend changes at very early stage. In Forex, volume is
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 Apex Market Structure Pro is a smart-money structure indicator for MetaTrader 5. It marks liquidity, structure shifts, accumulation zones and higher-timeframe bias on a single overlay, so you can read market context at a glance. It also shows the three market phases (Contraction, Expansion, Trend) as they develop. Note: this indicator is designed for Heikin Ashi charts. Set your chart to Heikin Ashi before use. The analysis is built around Heikin Ashi price flow. Wh
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 provides complete liquidity map of the analyzed market. Hedge funds tool. It performs all calculations automatically using a proprietary volume-weighted average price methodology, eliminating subjective interpretation entirely. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate an
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
The " Dynamic Scalper System MT5 " indicator is designed for the scalping method of trading within trend waves. Tested on major currency pairs and gold, compatibility with other trading instruments is possible. Provides signals for short-term opening of positions along the trend with additional price movement support. The principle of the indicator. Large arrows determine the trend direction. An algorithm for generating signals for scalping in the form of small arrows operates within trend wav
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
Advanced Algorithmic Precision: Euro Escalper V6.10 Euro Escalper V6.10 is a comprehensive, institutional-grade decision-making suite engineered for systematic traders. By integrating dynamic volume profiling, fractal market structure, and non-repainting momentum alerts, it provides a mathematical edge across Synthetic Indices (Deriv), Forex, and Crypto , eliminating visual noise for absolute execution clarity. Why Professional Traders Choose Euro Escalper: 100% Non-Repainting Signals: Alert arr
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 The full analytical edge of a professional trading desk, built into your MT5 chart. CGE Trading Suite is an indicator system of 20 integrated modules covering market structure, timing, momentum, volume and capital flow, combined into a single chart-based workspace. Why CGE Trading Suite? The suite empowers traders with structure, confidence, and consistent performance across all markets and time frames. Hover over any signal or tool on the chart to instant
Meravith Scanner
Ivan Stefanov
5 (3)
Meravith is a structural market analysis framework designed to organise multi-timeframe information into a continuously updated contextual model. Meravith blog:  https://www.mql5.com/en/blogs/post/770467 Contextual Market Intelligence Meravith transforms thousands of structural calculations into a coherent representation of the current market. For every analysed timeframe, the system evaluates: Trend Direction Structural Reliability Volume Participation Dynamic Equilibrium Dynamic Support Tr
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — Best Indicator for Micro Index and Micro Dollar | MT5 Unlock the power of BigPlayerRange , widely recognized as the best institutional indicator for the micro index and micro dollar on MetaTrader 5. This powerful tool highlights strategic zones of institutional activity, providing ultra-precise market structure insights. How It Works: BigPlayerRange draws two horizontal zones based on institutional volume action: Green Zone — Where institutional buyers defend the price.
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 — Complete Dashboard for the Professional Trader TraderHUD v2 is the evolution of the most complete visual indicator for MetaTrader 5. It brings together everything a trader needs to see on the chart to make more informed decisions: temporal context, dollar strength, statistical range, pivot levels, movement speed and macro trend — all integrated, configurable and without cluttering the chart. This version was built based on real use in live trading, incorporating a clear philosophy
"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
Filter:
No reviews
Reply to review