Gold bullish bearish HeavenWay Signal

# 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*

おすすめのプロダクト
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 Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
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.
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
ScannerBBMA
Salama Sarobidy Andrianthary
Découvrez le Scanner_ BBMA Bienvenue dans une nouvelle façon d'analyser les marchés. Plus qu'un simple indicateur, le Scanner_ BBMA version 5.1 est votre nouveau partenaire de trading, conçu pour simplifier votre prise de décision. Pourquoi choisir cet outil ? Si vous pratiquez la méthode BBMA, vous savez à quel point il peut être fatigant de surveiller des dizaines de graphiques à la recherche du bon signal. Nous avons créé ce scanner pour faire ce travail ingrat à votre place. Il ne se content
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 — 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
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
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
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.84 (557)
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.
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
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
Japanese このインジケーターは、チャートパターンでのトレードを好むトレーダーにとって、高度なチャート分析アシスタントとして機能します。目視での分析負担を軽減し、利益を上げるための精度を高めるように設計されています。 実際の使用においての、このインジケーターの主な利点と特徴は以下の通りです: 1. 自動パターン検出 (Automated Pattern Detection) 時間の節約とバイアスの軽減: 手動でトレンドラインを引く必要はありません。価格のスイングポイント(Pivot High/Low)を検索し、価格構造が条件を満たすと、ライジングウェッジ(上昇楔形)とフォーリングウェッジ(下降楔形)を自動的に描画します。 あらゆる状況を網羅: パターン形成中、ブレイクアウト、さらにはパターン失敗(Failed)まで検出でき、市場の全体像を明確に把握できます。 2. ターゲットとフィボナッチTPの内蔵 (Built-in Targets & Fibonacci TP) ターゲットを自動計算: ブレイクアウトが発生すると、システムはウェッジの開き幅に基づいてメインターゲットの距離を即
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
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 インジケーター   PINBAR パターン MT5用。リペイントなし、遅延なし。 - インジケーター「PINBARパターン」は、プライスアクション取引に非常に強力なインジケーターです。 - インジケーターはチャート上のピンバーを検出します。 - 強気のピンバー - チャート上に青い矢印シグナルを表示します(画像参照)。 - 弱気のピンバー - チャート上に赤い矢印シグナルを表示します(画像参照)。 -   PC およびモバイルのアラート付き 。 - インジケーター「PINBARパターン」は、サポート/レジスタンスレベルと組み合わせるのに最適です。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
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
Caicai L&S Yield Histogram Important Notice: This indicator is an integral tool of the automated EA Caicai Long and Short Pair Trading . This indicator visually displays the percentage deviation (Yield %) of a pair's current spread relative to its own historical mean. It is an excellent tool for quickly visualizing the gross financial potential of a market distortion in Long & Short operations. Main Features: Percentage Visualization: Understand the size of the distortion in palpable percentage
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
The  SuperTrend Advance Trading  is a widely-used technical indicator based on  SuperTrend Strategy + Price Action + EMA . How it works: -  Buy/Sell Signals  can be generated when the trend reverses, the conditions of Price action, TrendLine and EMA are met. - After the  Signal  appears, be patient and wait until the candle closes, at that time place the order as soon as possible. You may have time to review your entry, consider whether it is a good entry or not. - Carefully review the entry, up
This indicator is used to compare the relative strength of the trade on the chart against the other several selected symbols. By comparing the price movement of each traded variety based on the same base day, several trend lines of different directions can be seen, reflecting the strong and weak relationship between the several different traded varieties, so that we can have a clearer understanding of the market trend. For example, you can apply this indicator on a EurUSD chart and compare it w
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
Do you, like me, like to trade with the trend? Then this indicator will help you! Rainbow Trend is a trend indicator, which uses several Moving Averages on the chart. It measures different trend strenght zones for different periods: very long term, long term, mid term, short term and very short term. Each zone has its color, and it is possible to have sound alert when the prices leaves a zone and enters another. Its configuration is very simple. If you find any bug or have any suggestions, conta
このプロダクトを購入した人は以下も購入しています
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
SignalTech MT5 is a fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2025-12 1174 Pips 2026-01 2624 Pips 2026-02 2937 Pips 2026-03 2165 Pips 2026-04 2243 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flagged on the chart, as well as potential Targets 1,
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 V2発売記念オファー — Azimuth Pro V2をUSD 399で(次の100本)。最終価格:USD 499。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、従来のMTF同期問題なし。シンセティックエンジンは 固定比率タ
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
MetaTrader 5 向けスマート多層ブレイクアウト&プルバック検出器 「スマート・シンプル・ファスト!」 高確率のブレイクアウトエントリーを見逃すことにうんざりしていませんか? 複数のチャートを何時間もスキャンし、ブレイクアウトをトレンド方向と通貨のモメンタムに合わせようとして、それでも動きを逃してしまうことはありませんか? Break Pullback は、1つのインジケーターでそのすべてを解決します。 Break Pullback とは何ですか? Break Pullback は、マーケットストラクチャー、ブレイクアウト、トレンド継続のセットアップを取引するトレーダー向けに特別に設計されたプロフェッショナルグレードの MetaTrader 5 インジケーターです。 リアルタイムで複数の通貨ペアにわたるブレイクとプルバックの形成を自動的に検出し、3層の確認を通じてすべてのシグナルをフィルタリングします: ストラクチャラルブレイクアウト検出 — チャート上の主要なブレイクレベルを特定 HTF 日足バイアス — エントリーを支配的な日足トレンド方向に合わせる 通貨強弱指数 —
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
==================================================================== 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,
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
「 Dynamic Scalper System MT5 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレ
MATADOR GOLD — XAUUSD M5 ( TimeFrame M5 ) Scalp Signals for MT5 Strategy Tester Visualization Video https://youtu.be/_cWbbyg2RSs Not every move deserves a signal. MATADOR GOLD was built for traders who prefer selective, structured, high-quality decision support over noisy, hyperactive signal tools. Designed specifically for Gold (XAUUSD / GOLD) on M5 , MATADOR helps you read short-term momentum with more discipline by combining trend logic, market-condition filters, momentum timing, spread pro
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
Introducing Assembler:  The best value for money,  Designed for advanced traders and professionals, yet accessible for ambitious beginners ready to elevate their trading game. Great for ICT, SMC, TREND and breakout traders . Combining advanced analytics, a sleek graphical interface, and highly customizable features, Assembler empowers you to trade with precision, clarity, and confidence. Key Features of Assembler 1. Dynamic Graphical User Interface (GUI): A fully draggable, customizable interf
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ 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
A tool for on-chart strategy backtesting and performance analysis. A utility for developing, debugging, and testing custom trading ideas and indicator functions. An indicator designed to quickly test trading concepts and visualize the effectiveness of different input parameters. An all-in-one sandbox for testing everything from simple crossovers to complex, multi-condition trading systems.
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
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
IVISTscalp5
Vadym Zhukovskyi
5 (6)
iVISTscalp5 — 時間ベースの市場予測システム iVISTscalp5は一般的なインジケーターではありません。 MetaTrader 5向けの時間ベースの予測システムであり、 市場がいつ動く可能性が高いかを特定します。 ⸻ 特徴  • 正確なタイミング  • BUY / SELL予測  • 平均利益の可能性  • 週間予測  • 120以上の金融商品 ⸻ コンセプト 市場は価格だけでなく時間によっても動く ⸻ iVISTscalp5 — 時間による優位性 iVISTscalp5インジケーターをご紹介します。このインジケーターは、トレーディングにおいて独自でありながら効果的です。時間データに基づくこのインジケーターは、多年にわたる経験と金融市場の深い分析の結果です。iVISTscalp5インジケーターは、手動トレーディングにとって優れたツールです。便利さ、簡単さ、可視化 - すべての複雑さが内部に隠されています。私たちは、iVISTscalp5インジケーターの設定と使用を最大限に簡素化しました。このインジケーターは、MT5ターミナルにあるすべての金融商品
The Golden PainX and GainX Spike Indicator is a cutting-edge, advanced trading tool engineered exclusively for the synthetic indices market. It masterfully combines proprietary spike detection algorithms and real-time price action analysis to generate high-probability, non-repainting trade signals with exceptional accuracy. Important( Use only on  PainX 400and GainX 400 (M1 one minute timeframe) Identifies high-probability spikes with non-repainting buy/sell arrows. Sends profit targets and stop
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (17)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Training Room and  complete manual access.  Wei
この位置が買いに適しているかどうかの判断をサポートします。 この位置が売りに適しているかどうかの判断をサポートします。 4つの指標が同時に底に達した場合は、反発のチャンスに注目してください。 4つの指標が同時に天井付近にある場合は、下落のチャンスに注目してください。 本システムは、中国の先進的なアルゴリズム技術と高度な数学モデリング体系に基づいて構築されています。 私は主に XAUUSD M5 でこの指標を使用しており、この時間足が最も良い結果を示します。 この指標のアルゴリズムと数式は非常に複雑なため、テスト時に動作が遅くなる場合があります。テストでは、リペイントの有無と遅れの有無を確認してください。正式版では実際の使用時により安定します。 この指標システムはリペイントせず、未来データも使用しません。ご購入前にご自身でテストしてご確認いただけます。 この指標には完全にカスタマイズ可能なアラートシステムが搭載されており、以下のリンクからご確認いただけます。 正式に使用する前に、完全な使用説明を十分にお読みください。 ご不明な点がございましたら、どうぞお早めにご連絡ください。できるだけ早
ARIScalp 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 Cus
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
TraderHUD — トレーダーのための完全パネル TraderHUD は、トレーダーがチャート上で必要なすべての情報を1つのファイルにまとめた完全なビジュアルインジケーターです:ローソク足タイマー、リアルタイムスプレッド、カスタマイズ可能なウォーターマーク、価格記録付きの毎時マーク、M5ローソク足開始マーカー。高度にカスタマイズ可能で、チャートをごちゃごちゃにしません。 機能 タイマーとスプレッド 現在のローソク足の残り時間のカウントダウン、500msごとに更新 — 新しいティックに依存しない リアルタイムスプレッドをタイマーの横に表示 チャートの価格ラインに追従 スマートアンカー:価格が画面の下端に近づくと、テキストが自動的に上に移動して見えるように維持 フォント、サイズ、色、区切り文字を完全にカスタマイズ可能 毎時マーク 次の毎時を示すチャート上の垂直線 — 市場への新資金流入が予想される瞬間 ラインの上部に時刻ラベルを表示 時刻が変わる瞬間に価格が自動的に記録される 記録された価格に永続的な水平線を描画 — 各前の時間帯の価格位置を比較可能 価格はラベルに時刻とともに表示 設
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — MT5向け最強インジケーター BigPlayerRange は、MetaTrader 5 で日経ミニやドル先物などの取引において、 最も効果的なインジケーター と評価されています。大口投資家(機関投資家)の行動を可視化し、高精度なテクニカル分析を可能にします。 どのように機能するのか? BigPlayerRangeは、買い圧力ゾーン(緑ライン)と売り圧力ゾーン(赤ライン)を描画し、価格がその範囲を超えるとトレンド方向への動きを示唆します。 緑のライン上で終値: 買いの勢いが強く、上昇トレンドの可能性。 赤のライン下で終値: 売り圧力が優勢で、下落が予想される。 範囲内での価格: レンジ相場でブレイクを待つ段階。 主なメリット: 機関投資家ゾーンの検出: 大口のエントリーポイントを視覚化。 自動ターゲット計算: 利確ポイントを戦略的に設定。 プルバックの可能性分析: リスク管理に役立つ情報提供。 推奨の使い方: Imbalance DOM Pro と併用してゾーンブレイクを確認。 SwingVolum
SunSignal ML — AI Gold Signals with Multi-Timeframe Confluence SunSignal ML is an advanced AI-powered signal indicator purpose-built for XAUUSD gold trading. It combines a proprietary adaptive trend algorithm with six machine learning models trained on confirmed price pivots to produce high-confidence entry signals with multi-timeframe validation. The indicator runs efficiently on M1, M5 and M15 timeframes and is designed for traders who want precision entries guided by data rather than guesswor
FX Analysis is an all-in-one MT5 indicator dashboard that combines eight analytical tools in a single panel, helping traders identify high-probability setups without switching between charts or indicators. Designed for standard forex pairs on MetaTrader 5. Best results on M15 - H4 timeframes when all components are used together as part of the included workflow. Components Volatility Analyzer Displays historical average movement by hour and by day of the week. A real-time Pip Balance shows the
Jita Indicator Pro MT5 | All Timeframes Professional Trend Agreement System – Premium Edition ($500) What Is Jita Indicator Pro? Jita Indicator Pro is a structured trend-confirmation system designed for serious traders who value precision, alignment, and controlled signal behavior. It combines: Advanced band-based trend direction logic ATR-driven structural trigger engine Dual-confirmation agreement system Locked history update design This indicator prints signals only when multiple conditions
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
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
Recommended TimeFrame >= H1. 100% Non Repainted at any moment.  Use it carefully, only with Trend Direction. Trading Usage: 2 Variants: as Range System or as BreakOut System (Both Only With Trend Direction)::: (Always use StopLoss for minimise Risk); [1] as Range System: (Recommended) in UP TREND:  - BUY in Blue Line , then if price goes down by 50 points (on H1) open Second BUY.   Close in any Profit you wish: TrailingStop(45 points) or Close when Price touches upper Gold Line. in DOWN TREND
フィルタ:
レビューなし
レビューに返信