Supertrend with dual EMA confirmed

# Super Trend Indicator - User Guide

*** Group support: https://www.mql5.com/en/channels/vuongphamtrading

**Version:** 1.04 | **Platform:** MetaTrader 5 | **Release:** January 2025

## 📊 OVERVIEW


The **Grid Trend Indicator** combines Supertrend with Dual EMA filters to identify high-probability trading opportunities. Unlike standard indicators showing only bullish/bearish signals, this adds a crucial third state: **NO TREND**.


### Key Features


✅ **Triple-State System**: UPTREND (Green) / DOWNTREND (Red) / NO TREND (Gray)  

✅ **Multi-Layer Filtering**: Supertrend + EMA Long + Dual EMA Cross  

✅ **Configurable Confirmation**: 1-10 candles for trend validation  

✅ **Visual Arrows**: Clear trend change signals  

✅ **Customizable Display**: Flexible label positioning  


---


## 🎯 HOW IT WORKS


### Filter System


**Layer 1: Supertrend Direction**

- Price above Supertrend = Potential Bullish

- Price below Supertrend = Potential Bearish


**Layer 2: EMA Long Filter** (Optional)

- UPTREND: Close > EMA(108)

- DOWNTREND: Close < EMA(108)


**Layer 3: Dual EMA Filter** (Optional)

- UPTREND: EMA(50) > EMA(108)

- DOWNTREND: EMA(50) < EMA(108)


**Layer 4: Minimum Distance**

- Price must be ≥0.05% from Supertrend


### Confirmation Process


Requires **3 consecutive candles** (default) meeting ALL active filters:


| Bar | ST | Close>EMA | EMA Cross | Distance | Status |

|-----|----|-----------|-----------| ---------|--------|

| -3  | ✅ | ✅        | ✅        | ✅       | 1/3    |

| -2  | ✅ | ✅        | ✅        | ✅       | 2/3    |

| -1  | ✅ | ✅        | ✅        | ✅       | 3/3    |

| **0** | **✅** | **✅** | **✅** | **✅** | **UPTREND** ✅ |


---


## 🎨 VISUAL SIGNALS


### Line Colors


**🟢 GREEN (Lime) - UPTREND**

- All filters confirmed bullish

- **Action:** Consider LONG trades

- **Hold:** Existing LONG positions


**🔴 RED - DOWNTREND**

- All filters confirmed bearish

- **Action:** Consider SHORT trades

- **Hold:** Existing SHORT positions


**⚫ GRAY - NO TREND**

- Filters not satisfied

- **Action:** 🚫 AVOID TRADING

- **Meaning:** Choppy/uncertain market


### Status Label Format


Example: `↖ UPTREND (5✓) [EMA + Dual]`


- `↖` = Position indicator

- `UPTREND` = Current state

- `(5✓)` = Consecutive confirming candles

- `[EMA + Dual]` = Active filters


---


## ⚙️ KEY SETTINGS


### Supertrend Settings

```

SupertrendPeriod = 10          // ATR period (7-20)

SupertrendMultiplier = 3.0     // Band width (2.0-5.0)

```


**Adjustment Guide:**

- **Low volatility:** 2.0-2.5

- **Normal:** 3.0 (recommended)

- **High volatility:** 3.5-5.0


### EMA Settings

```

EMAShortPeriod = 50           // Fast EMA

EMALongPeriod = 108           // Slow EMA

```


**By Trading Style:**

- **Scalping:** 20/50

- **Day Trading:** 50/108 (default)

- **Swing Trading:** 100/200


### Trend Filters

```

UseEMAFilter = true           // Price vs EMA108

UseDualEMAFilter = true       // EMA50 vs EMA108

TrendConfirmCandles = 3       // Candles needed (1-10)

MinDistancePercent = 0.05     // Min distance from ST

```


**Filter Combinations:**


| EMA | Dual EMA | Sensitivity |

|-----|----------|-------------|

| OFF | OFF | High (most signals) |

| ON  | OFF | Medium |

| ON  | ON  | Low (best quality) |


### Label Position

```

LabelCorner = CORNER_LEFT_UPPER    // Corner position

LabelXDistance = 10                // Horizontal offset

LabelYDistance = 30                // Vertical offset

LabelFontSize = 12                 // Text size

```


---


## 📈 TRADING STRATEGIES


### Strategy 1: Pure Trend Following


**LONG Entry:**

1. Line turns GREEN (from GRAY/RED)

2. Yellow arrow appears

3. Enter at market/next candle

4. Stop: Below Supertrend line


**SHORT Entry:**

1. Line turns RED (from GRAY/GREEN)

2. Yellow arrow appears

3. Enter at market/next candle

4. Stop: Above Supertrend line


**Exit:** When line turns GRAY or opposite color


**Best For:** Beginners, part-time traders, H1-D1 timeframes  

**Win Rate:** 60-70% in trending markets


---


### Strategy 2: Pullback Trading


**Setup:**

1. GREEN/RED line confirmed (5+ candles)

2. Price pulls back to Supertrend

3. Bounces off ST line

4. Enter in trend direction


**Risk Management:**

- Entry: Pullback to ST

- Stop: 1.5 ATR beyond ST

- Target: Previous swing high/low

- RR: 2:1 to 3:1


**Best For:** Active traders, M15-H1 timeframes  

**Win Rate:** 55-65%


---


### Strategy 3: Multi-Timeframe


**Process:**

1. **H4:** Identify trend direction (GREEN/RED only)

2. **H1:** Confirm trend alignment

3. **M15:** Enter on pullback


**Rules:**

- Only trade when all 3 timeframes agree

- Use H4 trend for direction

- H1 for confirmation

- M15 for entry timing


**Best For:** Experienced traders  

**Win Rate:** 65-75%


---


## 🚫 WHAT TO AVOID


### Critical DON'Ts


**1. Trading GRAY Periods**

- Market is choppy/uncertain

- High probability of whipsaws

- Win rate drops to 30-40%


**2. Conflicting Timeframes**

```

D1: RED (downtrend)

H1: GREEN ← Don't trade this!


Rule: Never fight higher timeframe

```


**3. Major News Events**

- Close positions 30min before news

- Wait 30min after news release

- Indicator may give false signals


**4. Low Volume Periods**

- Asian session (for EUR/USD)

- Lunch hours

- Holiday periods

- Friday afternoons


**5. Over-Optimizing Settings**

- Use defaults first

- Change ONE setting at a time

- Test for 30+ trades before adjusting


---


## ⏱️ RECOMMENDED TIMEFRAMES


| Timeframe | Trading Style | Win Rate | Trades/Day | Check Freq |

|-----------|--------------|----------|------------|------------|

| M15 | Intraday | 60-65% | 3-8 | Every 15min |

| M30 | Day Trading | 65-70% | 2-5 | Every 30min |

| H1 | Swing/Day | 65-75% | 1-4 | Hourly |

| H4 | Swing | 70-80% | 2-5/week | 2-3x daily |

| D1 | Position | 75-85% | 2-4/month | Daily |


**Recommendation:** Start with **H1** for best balance


---


## 🔧 OPTIMIZATION TIPS


### For Trending Markets

```

TrendConfirmCandles = 2           // Faster entry

SupertrendMultiplier = 2.5        // Tighter bands

MinDistancePercent = 0.03         // Allow closer entries

```


### For Choppy Markets

```

TrendConfirmCandles = 5           // More confirmation

SupertrendMultiplier = 4.0        // Wider bands

MinDistancePercent = 0.10         // Strict requirements

```


### For High Volatility

```

SupertrendMultiplier = 4.0-5.0    // Much wider bands

MinDistancePercent = 0.15         // Greater separation

Position Size = 50% normal        // Reduce risk

```


### Asset-Specific


**Forex Majors (EURUSD, GBPUSD):**

- TF: M15-H1

- Multiplier: 3.0

- Trade: London/NY sessions only


**Gold (XAUUSD):**

- TF: M15-H1

- Multiplier: 3.5 (more volatile)

- Avoid major news


**Crypto (BTC, ETH):**

- TF: H1-H4

- Multiplier: 4.0-5.0 (very volatile)

- 24/7 trading possible


---


## 🎓 ADVANCED: GRID EA INTEGRATION


### Mode 1: BUY TREND ONLY

```

EA Setting: MODE_BUY_ONLY

Indicator: Must show GREEN to open grid


TP Logic:

- If GREEN: Use Trailing Stop

- If GRAY/RED: Use Total USD TP

```


### Mode 2: SMART TP (Always Trading)

```

EA Setting: MODE_BUY_SMART_TP


Behavior:

- Always opens BUY grids

- When GREEN: Use trailing stop

- When GRAY/RED: Use fixed USD TP


Result: Maximizes profit in trends, 

        protects capital in choppy markets

```


### Grid Settings by Trend


**Strong Trend (GREEN/RED 10+ candles):**

- Smaller grid steps

- More max orders

- Aggressive settings


**Choppy (Frequent GRAY):**

- Larger grid steps

- Fewer max orders

- Conservative settings


---


## 🐛 QUICK TROUBLESHOOTING


### Too Much GRAY?


**Solutions:**

1. Disable one filter (try UseDualEMAFilter = false)

2. Reduce TrendConfirmCandles to 2-3

3. Lower MinDistancePercent to 0.03

4. Switch to higher timeframe


### Too Many False Signals?


**Solutions:**

1. Increase TrendConfirmCandles to 4-5

2. Enable all filters

3. Increase MinDistancePercent to 0.10

4. Move to higher timeframe (M15→H1)


### Line Not Showing?


**Solutions:**

1. Check color settings (not white on white)

2. Increase line width to 2-3

3. Re-compile indicator in MetaEditor

4. Restart MT5 and reload


### Signals Too Late?


**Reality:** This is normal for confirmation indicators!


**Solutions:**

1. Accept the lag (safety > speed)

2. Use lower TF for entry after higher TF confirms

3. Reduce TrendConfirmCandles to 2

4. Use pending orders at ST line


---


## 📝 QUICK START (5 MINUTES)


### Step 1: Install (30 seconds)

1. Copy .mq5 to MT5/Indicators folder

2. Restart MT5

3. Drag onto chart


### Step 2: Settings (30 seconds)

Keep all defaults, only change:

- LabelCorner: Your preferred corner

- Timeframe: H1 recommended


### Step 3: First Trade (3 minutes)


**LONG Setup:**

1. Wait for GREEN line

2. Yellow arrow appears

3. Enter next candle

4. Stop: 20 pips below ST line

5. Exit: When turns GRAY or RED


**SHORT Setup:** 

Same but opposite (RED line)


### Week 1 Plan


**Days 1-2:** Watch only (no trading)  

**Days 3-4:** Paper trade (write down)  

**Days 5-7:** Real trade 0.01 lots ($1-5 risk)


---


## ✅ TRADING CHECKLIST


**Before Every Trade:**


□ Line is GREEN (LONG) or RED (SHORT)?  

□ Color held for 3+ candles?  

□ No GRAY in last 5 candles?  

□ Higher timeframe agrees?  

□ No news in next 30 minutes?  

□ Risk only 1-2% of account?  

□ Know exact stop loss level?  

□ Know exit strategy?  


**If all checked:** TRADE  

**If any unchecked:** SKIP


---


## 🎯 GOLDEN RULES


**1. GREEN = GO | RED = GO | GRAY = NO**


**2. Higher Timeframe is King**

- Never fight daily trend

- Align with H4 minimum


**3. Risk Management First**

- 1-2% per trade maximum

- Always use stop loss

- Small losses = insurance


**4. Patience Wins**

- Wait for clear signals

- Quality > Quantity

- 1 good trade > 10 mediocre


**5. Keep Learning**

- Review trades weekly

- Adjust quarterly

- Never stop improving


---


## ⚖️ DISCLAIMER


**⚠️ HIGH RISK WARNING**


Trading carries substantial risk of loss. This indicator does NOT guarantee profits. Past performance ≠ future results.


**You agree:**

- You are solely responsible for trading decisions

- You understand all risks involved

- You will use proper risk management

- You will not risk more than you can afford to lose

- Developer is not liable for any losses


**Always:**

- Use stop losses

- Risk max 1-2% per trade

- Test on demo first

- Seek professional advice if needed


---


## 📞 SUPPORT


**Version:** 1.04  

**Platform:** MT5 Build 3600+  

**Compatibility:** All brokers, symbols, timeframes


**Updates:** Based on user feedback  

**Documentation:** Regular updates on website


---


## 🚀 FINAL THOUGHTS


### Success Formula

```

Discipline + Patience + Risk Management = Profitable Trading


Good Indicator + Bad Discipline = Losses

Average Indicator + Great Discipline = Profits

```


### Remember


> *"The indicator shows the path,*  

> *but YOU must walk it with discipline."*


> *"GRAY is your friend—*  

> *it protects you from bad trades."*


> *"The best traders know when NOT to trade."*


---


**Quick Reference Card**

```

╔═══════════════════════════════════╗

║  GRID TREND INDICATOR CHEAT SHEET ║

╠═══════════════════════════════════╣

║  🟢 GREEN = Trade LONG             ║

║  🔴 RED = Trade SHORT              ║

║  ⚫ GRAY = NO TRADE                ║

║                                    ║

║  Stop: Below/Above ST line         ║

║  Risk: 1-2% maximum                ║

║  Check Higher TF first             ║

║                                    ║

║  AVOID:                            ║

║  • Trading GRAY periods            ║

║  • Fighting higher timeframe       ║

║  • Trading without stops           ║

║  • Overtrading                     ║

║                                    ║

║  ALWAYS:                           ║

║  • Use stop loss                   ║

║  • Keep journal                    ║

║  • Stay disciplined                ║

║  • Manage risk                     ║

╚═══════════════════════════════════╝

```


---


**Good luck and trade safely! 🚀**


*Grid Trend Indicator v1.04 - Complete User Guide*  

*Copyright 2025 - All Rights Reserved*


---

おすすめのプロダクト
Key Levels S/R — Dynamic Support & Resistance Structure Key Levels S/R is a precise and reliable indicator that identifies true Support and Resistance levels based on confirmed swing structure. Instead of guessing or repainting, it waits for market validation before marking any level — giving traders clean, trustworthy zones to work with. This tool is ideal for breakout traders, pullback traders, and anyone who uses pending orders at structurally meaningful price levels. How the Logic Works The
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Woodie Pivots. Woodie’s pivot points are made up of multiple key levels, calculated from past price points, in order to frame trades in a simplistic manner. The key levels include the ‘pivot’ itself, and multiple support and resistance levels (usually up to three each). Traders use these levels as a guide for future price movements when setting up trades. The pivot : (Previous high + previous low + 2 x previous
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
FREE
Raymond Cloudy Day Indicator for MT5 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 5 (MT5). It was developed by Ngo The Hung based on Raymond’s original idea and is designed to give a structured view of potential reversal zones, trend extensions and support/resistance levels directly on the chart. The default settings are optimised for XAUUSD on the H1 timeframe, but the indicator can be tested and adjusted for other symbols
FREE
AliPivot Points is a Meta Trader 5 Indicator that draws you the latest pivot points. You can choose from timeframes ranging from 1 Minute to 1 Month. Calculation methods for pivot points includes: Classic Pivot Points Camarilla Pivot Points Fibonacci Pivot Points Woodie Pivot Points You can personalize the line colors, style, and width to suit your preference. The indicator displays values on the right side of the chart. AliPivot Points values can also be utilized by developers for creating Expe
FREE
Support Resistance Indicator The "Support Resistance" indicator is a versatile tool designed to help traders identify key support and resistance levels based on an underlying algorithm. These levels indicate price points where an asset historically experiences buying (support) or selling (resistance) pressure. The indicator allows traders to visualize these levels on their charts, making it easier to make informed decisions. All Products   |   Contact PARAMETERS: Timeframe : Users can select the
FREE
The indicator draws daily support and resistance lines on the chart, as well as the Pivot level (reversal level). Adapted to work in MT5 The standard timeframe for calculating support and resistance levels is D1. You can choose other timeframes according to your strategy (for example, for M1-M15, the optimal timeframe for calculations is H1) The function for calculating support and resistance levels has been updated; in this calculation option, fibonacci levels are taken into account, respec
FREE
B2U Market State System Part of the B2U Market State System A professional indicator suite designed to analyze market structure, trend state, and momentum. B2U Market State System 의 구성 요소입니다. 시장 구조, 추세 상태, 모멘텀을 입체적으로 분석하기 위한 전문 인디케이터 시스템입니다. Highlights structurally validated reaction zones after FVG inversion. The New Generation of Inversion Fair Value Gaps B2U IFVG BOX & Zone visually analyzes market reaction zones formed after Fair Value Gap (FVG) inversion. 차세대 Inversion Fair Value Gaps FVG 반
FREE
This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day piv
FREE
Golden Delta Library — Free MT5 Tools Market Description Short Description Golden Delta Library is a free MT5 toolkit for traders who want cleaner chart structure, Renko-based context, risk planning, and practical execution panels. The collection includes Renko indicators, SuperTrend / ADX Renko variants, XAUUSD helper panels, and RiskLab TradeDesk tools. Each product is designed to be lightweight, visual, and useful on live charts without promising automated profits or replacing trader judgme
FREE
Detailed Description: The   Pivot Points Indicator   is designed for traders who rely on pivot points, midpoints and support/resistance levels for their trading strategies. By automatically calculating and plotting these levels (based on   the   previous period's high, low, and close prices) , the indicator provides a clear, visual representation of critical price areas where the market may reverse or break out.The tool is particularly useful for day traders and swing traders looking to base th
FREE
English VWAP Daily (Clean) is a simple and lightweight indicator that plots the classic Daily VWAP (Volume Weighted Average Price) directly on your MT5 chart. Features: Classic Daily VWAP calculation Supports real volume (if available) or tick volume Timezone offset option to match your broker’s server time Weekend merge option (merge Saturday/Sunday data into Friday) Clean version → no arrows, no alerts, only VWAP line VWAP is widely used by institutional traders to identify fair value, su
FREE
Pivot Points are a classic technical analysis indicator that calculates the central pivot point (PP) as well as support (S1–S3) and resistance (R1–R3) levels based on the previous day’s High, Low, and Close. The indicator allows you to: • identify key zones where the price may bounce or break through • determine the direction of the trend • find good entry points, as well as set stop loss and take profit levels Indicator settings: • enable/disable PP, R1/S1, R2/S2, R3/S3 • enable/disable price l
FREE
This indicator is a **Pivot-Confluence Zone Identifier** that focuses exclusively on identifying key support and resistance levels where price clusters align with classic pivot points. Here's what it does: ## Core Functionality **Pivot Confluence Detection**:  - Only displays price zones that align with classic pivot point levels (R1, R2, R3, S1, S2, S3) - **Excludes the main pivot point** - focuses only on support and resistance levels - Uses a configurable pip range to detect confluence nea
FREE
My Candle Patterns
Francisco Gomes Da Silva
5 (1)
この指標は、こちらからダウンロードできるMy candleの完全版のデモ版です: Candle Patterns Creator 完全版では、独自のローソク足ルールを作成したり、従来のローソク足パターンを戦略に合わせてより正確に修正することができます。 この指標にはいくつかのローソク足ルールの例が含まれていますが、ここではいくつかをご紹介します: Pattern Rule Candle Green C > O Candle Red C < O Doji C = O Hammer (C > O and (C-O) *2 < O-L and (C-O) *0.5 > H-C) or (C < O and (O-C) *2 < C-L and (O-C) *0.5 > H-O) Hammer Green C > O and (C-O) *2 < O-L and (C-O) *0.5 > H-C Hammer Red C < O and (O-C) *2 < C-L and (O-C) *0.5 > H-O Marubozu  (C > O and C-O > (H-L) * 0.7 ) or
FREE
Pivot eXtreme Pivot adalah level referensi penting yang digunakan trader untuk memetakan potensi support & resistance intraday maupun jangka lebih panjang. Dalam sistem ini, level pivot dikembangkan menjadi P (Pivot Point utama) , R1–R13 (Resistance) , serta S1–S13 (Support) . Pivot Point (P) Titik pusat utama, dihitung dari rata-rata harga (High + Low + Close) / 3 . Berfungsi sebagai acuan keseimbangan harga : Jika harga di atas P → tren cenderung bullish. Jika harga di bawah P → tren cenderung
FREE
Global Trading Sessions is a technical indicator for MetaTrader 5 designed to identify and mark the opening times of the four major financial sessions: Tokyo, London, New York, and Sydney . The indicator addresses the common challenge of varying broker server times by utilizing a GMT-based calculation logic . By synchronizing with Global Mean Time (GMT), the indicator ensures that session boundaries are accurately placed regardless of the brokerage platform’s local time zone. This makes it an es
FREE
Dynamic Pivot Zones – Your Level Assistant on the Chart This indicator is a bit like a GPS for your trading . It shows you where the price likes to hang out, where it gets nervous, and where it flies through. No more calculating pivots by hand or guessing support and resistance levels. What it does: Automatically plots H1, H4, and D1 pivots . Shows support and resistance zones : R1, R2, S1, S2. Lines are colored and easy to read , so you can instantly see what’s hot or cold. Why you’ll love it:
FREE
An extended version of the indicator for visualizing the time ranges of key trading sessions: Asian, European and American. The main advantage of this indicator is the automatic construction of a price profile for a trading session. The indicator has the functionality to set the start and end time of each trading session, as well as automatically determine the time zone of the trading server. The indicators include the ability to work with minimal CPU usage and save RAM. In addition, the option
FREE
Important Lines
Terence Gronowski
4.88 (24)
This indicator displays Pivot-Lines, preday high and low, preday close and the minimum and maximum of the previous hour. You just have to put this single indicator to the chart to have all these important lines, no need to setup many single indicators. Why certain lines are important Preday high and low : These are watched by traders who trade in a daily chart. Very often, if price climbs over or falls under a preday low/high there is an acceleration in buying/selling. It is a breakout out of a
FREE
Golden Delta Library — Free MT5 Tools Market Description This indicator is also integrated into the advanced   Golden Delta EDGE   trading panel. Short Description Golden Delta Library is a free MT5 toolkit for traders who want cleaner chart structure, Renko-based context, risk planning, and practical execution panels. The collection includes Renko indicators, SuperTrend / ADX Renko variants, XAUUSD helper panels, and RiskLab TradeDesk tools. Each product is designed to be lightweight, visual
FREE
Introduction To Time Box Indicator Time Box Indicator is a must have indicator for any trader. It will display daily, weekly and Monthly box according to your preferences. Yet, you can extend any important price levels in your chart automatically. You can use them as the significant support and resistance levels. It is very simple but effective tool for your trading. Graphic Setting Use White Chart Line Style for Current Open price Daily Setting Update Timeframe for daily box Number of days to
FREE
FX Clock
Abderrahmane Benali
FXClock – Professional Clock Indicator for Traders Please leave a 5 star rating if you like this free tool! Thank you so much :) The FXClock indicator is a practical and simple tool that displays time directly on your trading platform, allowing you to track multiple key pieces of information at the same time. It is specially designed to help traders synchronize their trading with market hours and global sessions. Key Features: Displays the broker server time with precision. Displays your local c
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
STRUCTURAL TREND LINES - MT4/MT5 Indicator Simple indicator that automatically draws trend lines based on market structure. Features: - 3 degrees of structure detection (short, medium, long term) - Configurable swing strength for each degree - Single color per degree for clean visualization - Adjustable number of lines per degree - Customizable colors and line widths How it works: The indicator identifies swing highs and lows based on the strength parameter, then connects these points to crea
FREE
Overview QuantumEdge Oscillator is a professional-grade trading indicator that combines advanced momentum analysis with sophisticated trend detection algorithms. This 30-day trial version provides full access to all features, allowing you to thoroughly test its capabilities in live market conditions before making a purchase decision. Key Features Dual-Signal System : Combines RSI moving average with smoothed ATR-based volatility bands Multi-Timeframe Analysis : Built-in support for higher timefr
FREE
Daily Support and Resistance Levels は、クラシックピボットポイント手法に基づき、日中取引用の重要な価格レベルを自動計算・表示するプロ仕様のインジケーターです。 主な機能: ピボットポイント(PP)の自動計算 3つのレジスタンスレベル(R1, R2, R3) 3つのサポートレベル(S1, S2, S3) 前日の高値/安値の表示 リアルタイム情報パネル 市場バイアス(強気/弱気)表示 近いレベルまでの距離表示 色と表示設定の完全カスタマイズ 毎日自動更新 全タイムフレーム対応 計算方法: 前日の高値、安値、終値に基づくクラシックピボットポイント。 トレード活用例: サポート/レジスタンス反発トレード ブレイクアウト戦略 レンジトレード 方向性バイアス判断 利確目標設定 使用方法: 任意のチャートに追加 レベルは自動計算 価格 > PP = 強気バイアス 価格 < PP = 弱気バイアス S1-S3 = サポートゾーン R1-R3 = レジスタンスゾーン 設定: ピボット/サポート/レジスタンス色 線幅/スタイル 価格ラベル表示ON/OFF 情報パネル表示
FREE
MACD Enhanced
Nikita Berdnikov
5 (3)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
DailySessions
Davide Zunino
4.67 (6)
The indicator represents the session boxes for the Asian, European and American sessions. It is possible to change the time of each session, such as color. It is also possible to disable the display of each session. You will find in input parameters variables to modify in format hh:mm. In Colors tab you can change the color of boxes of each sessions. If you need some implementations please contact me.
FREE
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
このプロダクトを購入した人は以下も購入しています
SuperScalp Pro
Van Minh Nguyen
4.63 (24)
SuperScalp Pro – 高度なマルチフィルタースキャルピングインジケーターシステム SuperScalp Pro は、クラシックな Supertrend と複数のインテリジェント確認フィルターを組み合わせた高度なスキャルピングインジケーターです。M1 から H4 まで複数の時間足で効率的に動作し、XAUUSD、BTCUSD、主要 Forex 通貨ペア向けに最適化されています。 このインジケーターは明確な Buy / Sell シグナルを提供し、ATR に基づいてエントリー価格、Stop Loss、Take Profit を自動計算します。Fibonacci Take Profit 機能により、重要な価格帯で早期決済し、到達時に通知を送信します。 初期設定では Fibonacci Take Profit が有効化されており、より安定した取引体験を重視しています。チャートに適用するだけですぐ利用可能です。上級者向けに、すべてのパラメータは自由にカスタマイズできます。 EMA、RSI、ADX、Volume、VWAP、Bollinger Bands、MACD Divergence な
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
Entry In The Zone and SMC Multi Timeframe is a real-time 2-in-1 market analysis tool that combines market structure analysis and a No Repaint BUY / SELL signal system into a single indicator, built on Smart Money Concepts (SMC) — a widely adopted framework used by professional traders to understand market structure. This indicator helps you see the market more clearly, make decisions based on structure rather than guesswork, and focus on high-probability zones where price is more likely to react
SignalTech MT5 is an unique 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. 2026-05 3173 Pips (Until 05-18 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 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 flag
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
Power Candles V3 - 自己最適化型強弱インジケーター Power Candles V3は 、通貨や銘柄の強さを、適用されたすべてのチャート上で実行可能なトレードプランに変換します。単にローソク足を色分けするだけでなく、バックグラウンドでリアルタイムの自動最適化を実行し、目の前の銘柄に対して最適なストップロス、テイクプロフィット、およびシグナルの閾値を提示します。ワンクリックで実取引に適用でき、エントリーポイント、ストップロス、テイクプロフィットのラインが正確な価格位置にチャート上に表示され、方向性を示すアラートがリアルタイムで発動します。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨事項を入手し、  https://stein.investments でコミュニティに参加しましょう クローズしたバーごとに3,000回以上のトレードシミュレーション。9つの強さの状態。2つの戦略を並行してテスト。勝率の高い設定をワンクリックで適用。 なぜこれが必要なのか ほとんどの強
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
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
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同期問題なし。シンセティックエンジンは 固定比率タ
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 65 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な戦
FX Trend NG:次世代マルチマーケット・トレンドインテリジェンス 概要 FX Trend NG は、複数の時間足に対応したプロフェッショナル向けトレンド分析およびマーケット監視ツールです。 市場全体の構造を数秒で把握することができます。 複数のチャートを切り替える必要はありません。どの銘柄がトレンド中なのか、どこでモメンタムが弱まっているのか、そしてどの時間足で強い整合性があるのかを瞬時に確認できます。 ローンチ特別オファー – FX Trend NG を $30(6ヶ月) または $80 永久ライセンス でご利用いただけます。 すでに Stein Investments のユーザーですか? -> メッセージを送信 して、プライベートグループへアクセスしてください。 セットアップや詳細情報が必要ですか? -> Stein Investments 公式ページ をご覧ください。 1. FX Trend NG が他と異なる理由 3ステート・トレンドロジック ― Buy と Sell だけではない • 多くのインジケーターは Buy または Sell の2状態のみを表示します。
Meridian Pro
Ottaviano De Cicco
5 (2)
Meridian Pro 2.00:MT5向けプロ仕様マルチタイムフレーム・トレンドマトリクス Meridian Pro 2.00 は、MetaTrader 5 向けのプロ仕様の適応型トレンドマトリクスです。オリジナルの Meridian トレンドエンジン、クリーンなチャート ribbon、確定足ベースのシグナル矢印、8時間足 dashboard、Fuel momentum、weighted consensus、synthetic HTF processing、そしてチャート上に直接表示される上位足コンテキストラインを統合します。 目的はシンプルです。現在のトレンド、マルチタイムフレーム構造、強度、momentum、EA-ready 状態を、複数チャートに無関係なインジケータを重ねるのではなく、1つの整理された workflow で読むことです。 Meridian Pro の違い 1つの適応型エンジン - 同じ volatility-aware Meridian ロジックを M1 から W1 まで適用します。 Synthetic HTF architecture - 上位足行は下位足デ
まず第一に、この取引ツールはノンリペイント、ノンリドロー、ノンラグの指標であり、プロの取引に理想的ですことを強調する価値があります。 オンラインコース、ユーザーマニュアル、デモ。 スマートプライスアクションコンセプトインジケーターは、新米から経験豊富なトレーダーまで、非常 に強力なツールです。Inner Circle Trader AnalysisやSmart Money Concepts Trading Strategiesなど、20以上の有用な指標を1つに組み合わせています。このインジケーターはスマートマネーコンセプトに焦点を当て、大手機関の取引方法を提供し、彼らの動きを予測するのに役立ちます。 特に、流動性分析に優れており、機関がどのように取引しているかを理解しやすくしています。市場のトレンドを予測し、価格の動きを慎重に分析するのに優れています。機関の戦略とトレードを合わせることで、市場の動向についてより正確な予測ができます。このインジケーターは多目的であり、市場構造を分析し、重要な注文ブロックを特定し、さまざまなパターンを認識するのに優れています。 このインジケーター
GoldenX Entryは、MT5向けのインジケーターであり、適応型Smart Entry Trendアルゴリズム、シグナルスコアリングシステム、マーケットレジーム検出機能、およびボラティリティフィルターを備えています。各シグナルには、計算されたエントリーレベル、3つのテイクプロフィット(TP1、TP2、TP3)、およびストップロスレベルが含まれます。本インジケーターは、異なる市場環境に適応するために設計された複数の分析レイヤー上に構築されており、マルチレイヤー分析システムと内蔵オプティマイザーおよび統計トラッキングシステムを組み合わせています。リスク・リワード(RR)指標および過去のトレード履歴に基づく定量分析を提供します。 使い始めは簡単です — 選択した時間足でオプティマイザーを実行し、そのままチャート上でインジケーターを使用します。 コア機能 GoldenX Entryは、シグナルエンジンとトレード管理機能、そして過去統計トラッキングを1つのチャートに統合しています: - 内蔵オプティマイザー: オプティマイザーはチャート上でワンクリックで実行できます。200通りのパラメー
Market Structure Order Block Dashboard MT5 は、市場構造と主要な価格反応ゾーンをチャート上で直接読み取りたいトレーダー向けに設計された MT5 インジケーターです。BOS、ChoCH、オーダーブロック、Fair Value Gap (FVG)、流動性、Kill Zones、Volume Profile、そして素早い分析のためのコンパクトなダッシュボードを組み合わせています。 本インジケーターは、市場構造、ICT、Smart Money の概念を意思決定の枠組みとして使用するトレーダーを対象としています。トレンド継続、反転の可能性、価格の不均衡、流動性ターゲット、注目ゾーンをより構造的に特定する助けとなります。 購入者向けの付属リソース 購入後、MQL5 のプライベートメッセージにてご依頼いただくと、完全な PDF ユーザーガイドとパラメータ設定のヒントを提供いたします。MQL5 のプライベートメッセージによる直接的な技術サポート。 バージョン 1.20 では 2 つの重要な追加機能があります: Pending BOS / Pending Cho
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
まず第一に、この取引インジケーターは再描画されず、再描画されず、遅延しないことを強調する価値があります。これにより、手動取引とロボット取引の両方に理想的なものになります。 ユーザーマニュアル:設定、入力、戦略。 アトミックアナリストは、価格の強さとモメンタムを利用して市場でより良いエッジを見つけるためのPA価格アクションインジケーターです。ノイズや誤ったシグナルを除去し、取引ポテンシャルを高めるための高度なフィルターを備えています。複雑なインジケーターの複数のレイヤーを使用して、アトミックアナリストはチャートをスキャンし、複雑な数学的計算をシンプルなシグナルと色に変換します。これにより、どのような初心者トレーダーでも理解して使用し、一貫した取引の決定を行うことができます。 「アトミックアナリスト」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的な取引ソリューションです。プレミアムインジケーターとトップノッチの機能を1つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
このダッシュボードは、選択されたシンボルの最新の利用可能なハーモニックパターンを表示するので、時間を節約し、より効率的に /   MT4バージョン 。 無料インジケーター:   Basic Harmonic Pattern インジケーター列 Symbol : 選択したシンボルが表示されます。 Trend :   強気または弱気 Pattern : パターンの種類(ガートレー、バタフライ、バット、カニ、サメ、サイファー、ABCD) Entry : エントリー価格 SL: ストップロス価格 TP1: 1回目の利食い価格 TP2: 2回目の利食い価格 TP3:   3回目の利食い価格 Current price :   現在値 Age (in bars):    最後に描画されたパターンの年齢 主な入力項目 Symbols:   "28 Major Currency Pairs "または "Selected Symbols "から選択。 Selected Symbols:   カンマで区切られた監視したいシンボル("EURUSD,GBPUSD,XAUUSD")。ブローカーがペアに接
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Trend Forecaster – Since 2023. The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time
OrderFlux | MetaTrader 5 用フットプリント・オーダーフロー バージョン 2.0 – アクティブトレーダー向けのリアルタイム Bid/Ask 可視化 OrderFlux は MT5 用のフットプリントおよびオーダーフローインジケーターです。価格がどこに動いたかだけでなく、その動きの中で何が起きているか(各価格レベルの Bid/Ask ボリューム、デルタ、インバランス、ボリューム分布)を表示します。 多くのチャートはローソク足の最終結果しか表示しません。OrderFlux はそこに至るまでの過程を表示します。ローソク足の形状だけでなく、市場参加者の動向を読み取りたい場合にまさに役立ちます。 ライブチャートにおいて、OrderFlux は主に次の3つの質問に答えます: 現在、どこで積極的な買いまたは売りの圧力が市場に参入しているか? どの価格レベルでボリュームが吸収、または拒否されているか? 現在の動きはセッションのコンテキスト(背景)にどう適合しているか? インターフェースで得られるもの メインチャートは、Canvas ベースでフットプリントを直接レンダリングします
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
トレンドラインプロ   市場の真の方向転換点を理解するのに役立ちます。この指標は、真のトレンド反転と主要プレーヤーが再び参入するポイントを示します。 分かりますか     BOSライン   複雑な設定や不要なノイズなしに、より長い時間足でのトレンドの変化と重要なレベルを把握できます。シグナルは再描画されず、バーが閉じた後もチャート上に残ります。 MT4バージョン   -   RFI LEVELS PRO インジケーター と組み合わせることで、その最大限の能力を発揮します インジケーターが示す内容: 本当の変化   トレンド(BOSライン) 一度シグナルが現れたら、それは有効です!これは、リペイント機能を持つインジケーターとの重要な違いです。リペイント機能を持つインジケーターは、シグナルを発した後、それを変更し、資金の損失につながる可能性があります。これにより、より高い確率と精度で市場に参入できます。また、矢印が現れた後、目標値(利益確定)に達するか、反転シグナルが現れるまで、ローソク足の色を変更する機能もあります。 繰り返しエントリ   主要プレーヤーの補充 エントリーポイントを探す
作者のその他のプロダクト
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? Group support:  https://www.mql5.com/en/channels/vuongphamtrading OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed.
Trailing Stop Manager v1.0 — MT5 Expert Advisor Advanced Multi-Mode Trailing Stop for MetaTrader 5 What Is It? Trailing Stop Manager automatically moves your Stop Loss to protect profits as price moves in your favor. Unlike MT5's built-in trailing stop (which only has one mode), this EA offers 4 professional trailing methods that adapt to different trading styles and market conditions. Works on ALL symbols. Attach to any chart and it manages all matching positions. *** Group support:  https://ww
FREE
Trading Guide — Heatmap Volume 1. How the Indicator Works Heatmap Volume measures how many standard deviations the current volume is away from its moving average (SMA) . Core formula: stdbar = (Current Volume - SMA of Volume) / Standard Deviation The higher the stdbar value, the more abnormal the volume — and the more attention it deserves. Threshold Levels Level Default Multiplier Meaning Extra High > 4.0 σ Extremely abnormal volume — very rare High > 2.5 σ Unusually high volume — notewor
FREE
MCD Hot Money visualizes three distinct market participant groups as color-coded histograms in a separate sub-window, all normalized to a 0–20 scale. The indicator uses a sensitivity-weighted, offset-adjusted RSI engine to reveal when large institutional capital is entering or exiting the market. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on
FREE
Trendlines with Breaks (TWB) — Trading Guide What Is It? Trendlines with Breaks is an auto-drawn trendline indicator that detects swing pivots, draws dynamic upper/lower trendlines, and fires breakout signals when price closes beyond those lines. No more manually drawing and adjusting trendlines — the indicator does it systematically. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right t
Scalp Signal with SL TP Indicator — Trading Guide What It Does Scalp Signal with SL TP detects high-probability reversal entries by combining RSI extremes with candlestick patterns. It prints buy/sell arrows on chart with auto-calculated SL and 3 TP levels based on ATR. Built for scalping and intraday trading on MT5. Signal Types The indicator generates 3 types of signals. Each requires RSI to be at an extreme level before triggering. 1. Engulfing (Default: ON) The primary and strongest signal.
Trading Guide — Heatmap Volume BarColor What Is This Indicator? Group support:  https://www.mql5.com/en/channels/vuongphamtrading Heatmap Volume BarColor is a companion indicator that paints your candlesticks directly on the main chart based on volume intensity. It uses the exact same logic as the Heatmap Volume indicator (separate window) but applies the color-coding to the candles themselves. Instead of looking down at the volume window, you can read volume strength at a glance right on the pr
FREE
ADX Advanced Multi-Timeframe Indicator — User Guide Version 2.00 | MetaTrader 5 Overview The ADX Advanced MTF is a professional-grade indicator for MetaTrader 5 that combines the classic Average Directional Index (ADX) with multi-timeframe analysis and an elegant on-chart information panel. It provides traders with a comprehensive view of trend strength and direction across multiple timeframes simultaneously, enabling faster and more confident trading decisions. Key Highlights Real-time ADX, +DI
FREE
CCI VISUAL ENHANCED - MT5 USER GUIDE INTRODUCTION *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading CCI Visual Enhanced for MetaTrader 5 features: Intuitive visual interface Automatic buy/sell signals Smart alert system Dynamic histogram Strong signal & divergence detection INSTALLATION Method 1: MetaEditor (Recommended) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .
FREE
Support Resistance Channels - Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Overview The Support Resistance Channels indicator automatically identifies and displays the strongest support and resistance zones based on pivot points. Unlike simple horizontal lines, this indicator creates channels (zones) which better represent real market behavior where support and resistance act as areas rather than precise levels. Key Features Automatic Detection : Identifie
FREE
Daily P/L Limiter v1.0 — MT5 Expert Advisor Automated Daily Loss/Profit Limiter & Max Drawdown Protection Essential for Prop Firm Challenges (FTMO, MFF, TFT, etc.) What Is It? Daily P/L Limiter automatically monitors your account's daily Profit & Loss and takes action when your limits are hit. It tracks both realized (closed trades) and unrealized (open positions) P/L, and can close all positions, disable trading, or send alerts. This is a must-have safety net for prop firm traders, where a sing
FREE
Breakout Trend Trading Strategy Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Core Concepts The Breakout Trend Indicator identifies two key market behaviors: Breakouts : Price breaks through support/resistance levels Rejections : Price fails to break through these levels Indicator Calculations Top = Highest high of X candles (excluding current) Top1 = Highest high of X candles (including current) Bottom = Lowest low of X candles (excluding current) Bottom1 = Lowest
FREE
EMA Offset Bands Indicator - Description & Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Description The EMA Offset Bands indicator is a custom technical analysis tool designed for MetaTrader 5 that displays a central Exponential Moving Average (EMA) line surrounded by percentage-based offset bands. This indicator creates dynamic support and resistance levels that automatically adjust based on the EMA value. Key Features: Central EMA line (default: 200-peri
FREE
1. Introduction Collective TP Manager v2 is a MetaTrader 5 Expert Advisor designed to automatically manage the collective Take Profit and Stop Loss of multiple open positions on a single symbol. Instead of setting individual TP/SL for each order, this EA monitors the combined profit/loss of all (or filtered) positions and takes action when your targets are reached. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 1.1 Why You Need This EA In modern trading, especially scalp
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 1. INTRODUCTION 1.1. What is Range Trading? Range Trading is a trading method based on identifying the price oscillation zone (range) of the market and utilizing price movements within this zone to trade. 1.2. Basic Principles Top : Resistance zone - where price typically gets pushed down Bottom : Support zone - where price typically gets pushed up Range :
FREE
1. What It Does OrderByMagic is a display-only Indicator for MT5. It reads all open positions on your account and shows them grouped by Magic Number directly on the chart — updated every 2 seconds. It never opens, closes, or modifies any trade. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 2. Why You Need It The Magic Number collision problem Every EA stamps a Magic Number on the orders it opens so it can identify and manage them later. When you run multiple EAs at the
FREE
ICT Concepts Indicator — Trading Guide Overview This MetaTrader 5 indicator implements core Inner Circle Trader (ICT) concepts on a single chart. It identifies institutional price delivery patterns — the footprints that smart money leaves behind — and visualizes them as actionable zones and signals. The indicator includes six modules that work together: Killzones — Session-based time windows where institutional activity peaks Premium / Discount Zones — Whether price is expensive or cheap relativ
MACD ADVANCED - BRIEF DESCRIPTION INTRODUCTION MACD Advanced is an enhanced version of the traditional MACD indicator featuring an intelligent 4-color system that helps traders easily identify market trends and momentum. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading KEY FEATURES 1. Smart 4-Color System Bright Green (Lime) - Strong Bullish: MACD > 0 and MACD > Signal Light Green (DarkSeaGreen) - Weak Bullish: MACD > 0 but MACD < Signal ️ Bright Red (Red)
FREE
SMC Complete Indicator v4 - Trading Guide Introduction Group support:  https://www.mql5.com/en/channels/vuongphamtrading The SMC Complete Indicator v4 is a Smart Money Concepts (SMC) trading tool for MetaTrader 5. It automatically identifies institutional trading patterns to help traders align with "smart money" - banks, hedge funds, and market makers. Core Principle: Large institutions need liquidity to fill massive orders. They create predictable patterns: accumulating at key levels, hunting s
Quantum Scalp Momentum— Trading Guide Group support:  https://www.mql5.com/en/channels/vuongphamtrading What This Indicator Does The Scalping Combo is a 4-in-1 confluence indicator for MetaTrader 5. It overlays EMA9 and VWAP on your chart, monitors volume spikes and Stochastic momentum internally, then prints BUY/SELL arrows only when all four components align. A dashboard in the chart corner shows real-time status of every component. Components at a Glance Component Default Role EMA 9 9-period
Trade Journal & Dashboard v1.0 — MT5 Expert Advisor Real-Time Performance Analytics & Trade Journal on Your Chart What Is It? Trade Journal & Dashboard is an on-chart analytics panel that automatically tracks every closed trade and calculates professional performance metrics in real time. No spreadsheets, no external apps — everything you need to evaluate your trading performance lives directly on your MT5 chart. It reads your trade history, computes win rate, profit factor, expectancy, drawdown
Trade Analyzer Panel — MT5 Expert Advisor Version:   1.20 Platform:   MetaTrader 5 Type:   Panel EA (analysis + quick close) Group support:   https://www.mql5.com/en/channels/vuongphamtrading Overview Trade Analyzer Panel is a real-time dashboard EA for MetaTrader 5. It consolidates position monitoring, risk analysis, P/L simulation, target profit planning, break-even visualization, and quick close controls into a single scrollable on-chart panel. Key Features Feature Description Position Scan
Wyckoff Method Indicator — Trading Guide A complete guide to trading with the Wyckoff Method MT5 Indicator. This document explains how to interpret signals, execute trades, manage risk, and avoid common pitfalls. 1. Understanding the Wyckoff Method The Wyckoff Method, developed by Richard D. Wyckoff in the 1920s-1930s, is built on the premise that price moves through four distinct phases driven by institutional money ("Composite Man"): Phase Description What to do Accumulation Smart money quietl
フィルタ:
レビューなし
レビューに返信