CCI advanded

5
📊 CCI VISUAL ENHANCED - MT5 USER GUIDE

🎯 INTRODUCTION

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)

  1. Open MT5 → Press F4 (MetaEditor)
  2. FileNewCustom Indicator Program
  3. Name: CCI_Visual_Enhanced → Finish
  4. Delete sample code, paste .mq5 code
  5. Press F7 to compile
  6. Add to chart: InsertIndicatorsCustom

Method 2: Direct Copy

  1. MT5 → FileOpen Data Folder
  2. Navigate to MQL5/Indicators
  3. Copy CCI_Visual_Enhanced.mq5 file
  4. Restart MT5 or refresh Navigator (F4)
  5. Compile and add to chart

⚙️ SETTINGS

CCI Settings

  • CCI Period: 20 (14 short-term, 50 long-term)
  • Applied Price: Typical Price (HLC/3)

Levels

  • Overbought: +100
  • Oversold: -100
  • Extreme OB: +200
  • Extreme OS: -200

Display Options

  • Show Histogram ✅
  • Show Buy/Sell Signals ✅
  • Show Strong Signals ✅
  • Show Divergence ✅

Alert Settings

  • Enable Alerts ✅
  • Alert on Buy/Sell/Strong ✅

📖 READING THE INDICATOR

Visual Elements

Lines:

  • Blue line: Main CCI
  • Yellow line: CCI MA (smoothing)

Histogram:

  • Green bars: CCI > 0 (Bullish)
  • Orange bars: CCI < 0 (Bearish)

Levels:

+200 ═══ Extreme Overbought +100 ═══ Overbought 0 ═══ Neutral -100 ═══ Oversold -200 ═══ Extreme Oversold

Signals

🟢 BUY (Green Arrow ▲)

  • CCI crosses above -100
  • Oversold reversal

🔴 SELL (Red Arrow ▼)

  • CCI crosses below +100
  • Overbought reversal

🟡 STRONG (Yellow Circle ●)

  • CCI < -200 reversing up
  • CCI > +200 reversing down
  • Divergence detected

Info Panel

CCI Value: -85.42 CCI MA(9): -72.18 Status: 🟡 OVERSOLD Trend: ▼ BEARISH

Status Types:

  • 🔴 EXTREME OVERBOUGHT (>+200)
  • 🟠 OVERBOUGHT (>+100)
  • ⚪ BULLISH ZONE (0 to +100)
  • ⚫ BEARISH ZONE (-100 to 0)
  • 🟡 OVERSOLD (<-100)
  • 🟢 EXTREME OVERSOLD (<-200)

💡 TRADING STRATEGIES

Strategy 1: Oversold/Overbought

BUY Setup:

  • CCI crosses above -100 (▲)
  • Entry: At signal
  • SL: 20-30 pips below
  • TP1: CCI = 0 (50%)
  • TP2: CCI = +100 (50%)

SELL Setup:

  • CCI crosses below +100 (▼)
  • Entry: At signal
  • SL: 20-30 pips above
  • TP1: CCI = 0 (50%)
  • TP2: CCI = -100 (50%)

Strategy 2: Strong Signals

Strong BUY (●):

  • CCI < -200 reversing up
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: +100, +200
  • R:R 1:3 to 1:5

Strong SELL (●):

  • CCI > +200 reversing down
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: -100, -200
  • R:R 1:3 to 1:5

Strategy 3: Trend Following

Uptrend:

  • CCI > CCI MA
  • Wait for pullback to 0/-50
  • Buy on reversal signal
  • SL: Below pullback

Downtrend:

  • CCI < CCI MA
  • Wait for pullback to 0/+50
  • Sell on reversal signal
  • SL: Above pullback

Strategy 4: Divergence

Bullish Divergence:

  • Price: Lower low
  • CCI: Higher low
  • Yellow circle appears
  • Wait for CCI > -100
  • Entry after confirmation
  • SL: Below divergence low

Bearish Divergence:

  • Price: Higher high
  • CCI: Lower high
  • Yellow circle appears
  • Wait for CCI < +100
  • Entry after confirmation
  • SL: Above divergence high

🔔 ALERTS

4 Alert Types:

  1. CCI Buy Signal (crosses -100)
  2. CCI Sell Signal (crosses +100)
  3. Strong Buy (extreme oversold)
  4. Strong Sell (extreme overbought)

Features:

  • One alert per candle
  • Customizable on/off
  • Works with MT5 mobile
  • Includes symbol & timeframe

🎯 COMBINE WITH OTHER INDICATORS

CCI + Moving Averages

  • MA 50 & 200 for trend
  • Buy: Price > MA200, CCI signal
  • Sell: Price < MA200, CCI signal

CCI + RSI

  • Strong buy: CCI < -100 + RSI < 30
  • Strong sell: CCI > +100 + RSI > 70

CCI + Bollinger Bands

  • Buy: Price at lower band + CCI signal
  • Sell: Price at upper band + CCI signal

CCI + Volume

  • High volume = Strong signal
  • Low volume = Weak signal

📱 TIMEFRAME RECOMMENDATIONS

TF Period Style Win Rate
M1-M5 14 Scalping 60-65%
M15-H1 20 Day Trading 65-70%
H4-D1 20-50 Swing 70-75%
W1 100 Position 75-80%

⚠️ IMPORTANT WARNINGS

DON'T:

❌ Overtrade every signal ❌ Trade against main trend ❌ Ignore stop losses ❌ Trade in ranging markets ❌ Trust indicator 100%

DO:

✅ Backtest 1+ month ✅ Combine with price action ✅ Use proper risk management (1-2%) ✅ Follow trading plan ✅ Review trades weekly

🔧 TROUBLESHOOTING

Issue 1: Not Showing → F4 → Recompile (F7) → Restart MT5

Issue 2: Compile Errors → Use MT5 build 3280+ → Check code complete

Issue 3: No Signals → Settings → Enable all signal options → Try H1/H4

Issue 4: False Signals → Increase Period to 50 → Trade trends only

Issue 5: No Alerts → Enable Alerts = true → Check volume/MT5 running

Issue 6: Lagging → Reduce max bars (10k-20k) → Close other indicators

📊 TRADING EXAMPLES

EUR/USD M15 Day Trade

CCI -100 cross → Green ▲ Entry: 1.0850 | SL: 1.0830 TP1: 1.0870 (50%) | TP2: 1.0890 (50%) Result: +30 pips (R:R 1:1.5)

GBP/JPY H4 Swing Trade

CCI +220 → Yellow ● Strong Sell Entry: 195.50 | SL: 196.50 TP1: 193.50 (50%) | TP2: 191.50 (30%) Result: +330 pips avg (R:R 1:3.3)

Gold M5 Scalping

CCI -50 cross → Green ▲ Entry: 2,050 | SL: 2,048.50 | TP: 2,052.50 Result: +25 pips in 10min (R:R 1:1.66)

🎓 ADVANCED TIPS

Multi-Timeframe: D1 trend → H1 setup → M15 entry

Breakout: CCI consolidates -50/+50 → Strong break → Enter with volume

Hidden Divergence:

  • Bullish: Uptrend + Price higher low + CCI lower low = Continue up
  • Bearish: Downtrend + Price lower high + CCI higher high = Continue down

Price Patterns: Combine CCI with Double Top/Bottom, H&S, Triangles

✅ CHECKLIST

□ Indicator installed & tested
□ Understand all signals
□ 50+ demo trades done
□ Trading plan ready
□ Risk management set (1-2%)
□ Trend identified

🎯 CONCLUSION

Advantages: Intuitive interface, automatic signals, smart alerts, divergence detection

Limitations: False signals in ranging markets, requires practice

Final Advice: Demo 1-3 months, risk 1-2% per trade, combine with price action

Wishing you successful trading! 🚀

Version 1.0 | MT5 Build 3280+ | 2025

📄 DISCLAIMER

Trading carries high risk. This is a tool, not investment advice. Use stop losses and proper risk management. Only trade with money you can afford to lose.

© 2025 CCI Visual Enhanced


レビュー 2
Nguyen Tho
94
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

おすすめのプロダクト
Double Fractal Entry Bot trades automatically using fractal breakouts or rebounds. It detects precise entry points, places SL and TP based on market structure, and includes logic to manage risk and avoid false signals. Simple, smart, and powerful. This product is also available for MetaTrader 4 =>  https://www.mql5.com/en/market/product/143609 Double Fractal Entry Bot is an intelligent trading robot based on the proven logic of the Double Fractal Entry indicator. It analyzes price using upper a
NEXA Breakout Velocity NEXA Breakout Velocity は、チャネルブレイクアウト、価格変化率(ROC)、出来高フィルター、および ATR ベースのリスク管理を組み合わせた自動売買システムです。 本システムは、価格が一定のレンジを突破し、同時にモメンタムと出来高が増加する「ボラティリティ拡大局面」を検出することを目的としています。 すべてのシグナルは確定足のみで計算されます。 同一シンボルでは常に1ポジションのみ保有します。 戦略概要 本システムは以下の要素を組み合わせています。 チャネルブレイクアウトの検出 ROC によるモメンタムフィルター 出来高増加フィルター 下位時間足による確認(任意) ATR に基づくストップロス計算 リスクリワード比による目標設定 口座リスク率に基づくロット自動計算 動的リスク管理機能 単純なブレイクアウトではなく、モメンタムと出来高の条件を同時に満たす場合にエントリーします。 動作原理 直近の高値・安値から価格チャネルを計算します。 直前の確定足がチャネルを突破しているか確認します。 ROC 値を過去平均と比較します。
FREE
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
SMC Structure Markup
Seyed Mohammad Hosseini Hejazi
4.67 (15)
Overview The Smart Money Structure Markup Indicator for MetaTrader 5 is a powerful tool designed to help traders identify key market structures based on popular Smart Money Concepts (SMC) strategies. This indicator detects micro-market structures, providing insights into price movements and potential trend changes. It highlights important elements such as valid Break of Structure (BOS), Change of Character (CHoCH), and Inducement (IDM), helping traders to make informed decisions. Key Features Ma
FREE
The ABC Indicator analyzes the market through waves, impulses, and trends, helping identify key reversal and trend-change points. It automatically detects waves A, B, and C, along with stop-loss and take-profit levels. A reliable tool to enhance the accuracy and efficiency of your trading. This product is also available for MetaTrader 4 =>  https://www.mql5.com/en/market/product/128179 Key Features of the Indicator: 1. Wave and Trend Identification:    - Automatic detection of waves based on mov
"Battles between bulls and bears continue to influence price development long after the combat has ended, leaving behind a messy field that observant technicians can use to manage risk and find opportunities. Apply "trend mirror" analysis to examine these volatile areas, looking for past action to impact the current trend when price turns and crosses those boundaries." RSI Mirrors and Reflections is a robust technique using multiple RSI periods, mirrors and reflections based on RSI values to ind
Bar Sequential
Maximiliano Frisione Figueroa
This indicator can help you clearly identify trend changes in both bullish and bearish markets. The indicator compares the closing price of the last candle with the closing price of the candle "X" periods ago (input parameter). In an uptrend, an initial number '1' is plotted if a candle closes higher than the closing of a candle "X" periods ago. In a downtrend, an initial number '1' is plotted if a candle closes below the closing of a candle "X" periods ago. Subsequent numbers are plotted when e
FREE
シンプルだが効果的。 反転インジケーター - それは何か? スーパートレンドのロジックと指数曲線技術を組み合わせたトレンドフォロー型オーバーレイインジケーターです。トレンドの方向を検知し、チャート上に動的なチャネルを描画し、トレンドが反転した際にリアルタイムでアラートを送信します。 仕組み ATRとスーパートレンド係数を用いて指数ベースラインを算出。価格がこのベースラインを上抜け/下抜けした時点でトレンド反転を確認。緑矢印は買いトレンド開始、赤矢印は売りトレンド開始を示す。 特徴: ATRベースの動的チャネル付き指数トレンドベースライン 緑/赤で色分けされたトレンドラインと塗りつぶしチャネル トレンド反転時の買い/売り矢印シグナル 内蔵アラート:ポップアップ、プッシュ通知、メール、サウンド 重複アラート防止(1バーあたり1アラート) 完全カスタマイズ可能:色、線幅、矢印サイズ、チャネル幅 遅延のないクリーンなチャートオーバーレイ 入力パラメータ: 指数係数、スーパートレンド係数、ATR期間、チャネル幅 オン/オフ切り替え:チャネル塗りつぶし、矢印、各アラートタイプ 全視覚
FREE
Name: Dynamic Fibo Retracement Short Description: An intelligent tool that automates the plotting of Fibonacci Retracement levels to help you effortlessly identify key potential support and resistance zones. Full Description: Tired of manually drawing Fibonacci lines for every new market swing? The Dynamic Fibo Retracement indicator automates this crucial process for you. It intelligently scans a user-defined number of past bars to find the most recent significant high and low, then instantly pl
FREE
Historical Pivot Zones - Fibonacci Indicator MT5 Automatically draws Fibonacci retracement and projection zones based on historical price pivots. This MT5 indicator intelligently selects pivot points from different timeframes (weekly, monthly, or 6-month ranges) and creates visual Fibonacci zones around key levels. Features include: Smart Mode Selection - Auto-adjusts based on your chart timeframe Clean Visual Zones - Highlighted areas instead of just lines Essential Fib Levels - 9 retrace
HenGann
Ehsan Kariminasab
Hengann Sq, using artificial intelligence, mathematical algorithms, Fibonacci, 9 Gann and Fibonacci square strategy, which enables us to have win rate of 200% profit per month. Initial investment for minimum capital of $100 to $1000, you be able to adjust the volume, date, hour, day and profit limit. adjustable profit limit in both buy and sell positions. Able to place orders in all time frames from 5 minutes to a week. further adjustment enables you to open the position according your desir
MetaForecast M5
Vahidreza Heidar Gholami
5 (3)
MetaForecastは、価格データのハーモニクスに基づいて、どんな市場の未来を予測し視覚化します。市場が常に予測可能ではありませんが、価格にパターンがある場合、MetaForecastは可能な限り正確な未来を予測できます。他の類似製品と比較して、MetaForecastは市場のトレンドを分析することでより正確な結果を生成することができます。 入力パラメータ Past size (過去のサイズ) MetaForecastが将来の予測を生成するために使用するバーの数を指定します。モデルは選択したバー上に描かれた黄色の線で表されます。 Future size (将来のサイズ) 予測すべき将来のバーの数を指定します。予測された将来は、ピンクの線で表示され、その上に青い回帰線が描かれます。 Degree (程度) この入力は、MetaForecastが市場で行う分析のレベルを決定します。 Degree 説明  0 Degree 0の場合、価格の全てのピークや谷、そして詳細をカバーするために、「Past size」の入力に大きな値を使用することが推奨されています。  1 (推奨) Degre
Simple indicator to calculate fibonacci retracement levels on time. Add to chart and move trend line to set the fibonacci retracement levels. Inputs Levels  - levels for which to calculate values, separated by space, default are fibonacci levels Show time  - if true, time will be shown on levels Show date  - if true, date will be shown on levels Show fibonacci level  - if true, value of levels will be shown Fibonacci lines color  - color of levels Trend line color  - color of trend line which de
FREE
Moving pivot Average Fibonacci The  indicator compares the selected period with its counterpart from the previous period. The indicator determines the moving Fibonacci levels for the day or any time interval to assess the price movement range from the time average. The indicator helps predict the expected high or low for the day based on historical time data. The pivot line can be considered an average trend line and use it in a variety of trading strategies. If you have any question about the
The Mono Waves indicator is designed to display the wave behavior of the market on a chart. Its appearance is presented on slide 1.   This indicator uses the PPPC (Point-Percent Price Channel) indicator, which can be downloaded for free from the  Market .              When the market moves up, the upper border of the price channel is built on High candlestick prices (for more details, see the description of the PPPC indicator at the link given above). The higher the High prices rise
FREE
mql4 version:  https://www.mql5.com/en/market/product/44606   Simple indicator to calculate profit on fibonacci retracement levels with fixed lot size, or calculate lot size on fibonacci levels with fixed profit. Add to chart and move trend line to set the fibonacci retracement levels. Works similar as default fibonacci retracement line study in Metatrader. Inputs Fixed  - select what value will be fix, lot or profit Fixed value  - value that will be fix on all levels Levels  - levels for which
Title: Dynamic SR Levels Pro Short Description: A next-generation, multi-timeframe Support & Resistance indicator that automatically detects, adapts, and invalidates key price zones based on real-time market volatility. Stop guessing, start seeing. Full Description: Tired of manually drawing support and resistance lines that quickly become outdated? Dynamic SR Levels Pro is the ultimate solution for traders who demand precision, adaptability, and a clean, clutter-free chart. This is not just ano
Pivots Lines
Abakou Nazaire Ayelenou
5 (1)
トラディショナル、フィボナッチ、ウッディー、クラシック、ディマーク、カマリラ、あらゆる時間枠のピボットを描画することができます。 すべてのタイプのピボットをサポート トラディショナル、フィボナッチ、ウッディー、クラシック、ディマーク、カマリラ あらゆるタイムフレームをサポート(M1...H1...D1...MN1...Yearly) サーバーのサマータイムをサポート シドニーオープンからUSクローズまでの外国為替日足セクションをサポート 暗号化取引をサポート Fill ピボットとトレンドの間のギャップ、非常に便利です。 ピボットポイントは、トレンドの方向を示し、需要と供給を監視するための決定的な領域を提供します。トレンド指標として、ピボットポイントは主にセンチメンタルな分析に役立ちます。PPより上の価格は強気の心理を示し、PPより下の価格は弱気の心理を示します。
FREE
If you like this product, please give it a  5 star rating as a token of appreciation. This indicator calculates and draws pivot points and support/resistance levels for both daily and weekly timeframes: Pivot (central) level Support levels S1, S2, S3 Resistance levels R1, R2, R3 It allows showing daily, weekly, or both sets of pivots , giving traders visual references for potential support/resistance areas. Pivot mode: Choose which pivots to display (weekly, daily, or both). Colors and style: C
FREE
VWAP Cloud
Flavio Javier Jarabeck
4.1 (10)
Do you love VWAP? So you will love the VWAP Cloud . What is it? Is your very well known VWAP indicator plus 3-levels of Standard Deviation plotted on your chart and totally configurable by you. This way you can have real Price Support and Resistance levels. To read more about this just search the web for "VWAP Bands" "VWAP and Standard Deviation". SETTINGS VWAP Timeframe: Hourly, Daily, Weekly or Monthly. VWAP calculation Type. The classical calculation is Typical: (H+L+C)/3 Averaging Period to
FREE
This is a custom Guppy-style Moving Average indicator built for MetaTrader 5 (MT5), designed to replicate the appearance and logic of the popular TradingView version. Unlike the built-in tools in MT5, this indicator offers a simplified yet powerful approach by using only 6 Exponential Moving Averages (EMAs). It provides clean visualization and accurate market layering to help traders make better decisions. Features TradingView-Style Guppy Logic – Displays 6 EMAs for combined short- and medium-
FREE
With Fisher level indicator. Many settings can be changed by the user, indicator created with original calculation. You can adjust the levels you create according to yourself and provide more stable displays. What is Fisher indicator: It transforms data that does not normally show a normal distribution, such as market prices. In essence, the transformation helps to better identify price reversals on a chart by making peak swings relatively rare events.
FREE
Product Description: Adaptive Y-Axis Scaling is a powerful MT5 indicator designed to enhance your trading experience by providing precise control over the Y-axis (price) scaling of your charts. This innovative tool allows you to customize the price scaling by specifying the number of pips from the visible chart's highs and lows. The calculated price range from this input is then used to set the maximum and minimum prices for the open chart, ensuring an optimized and comprehensive view of market
FREE
1. Overview The ATR Dynamic Stop (CE) is a powerful technical indicator designed to help traders identify and follow market trends. Its core function is to provide a dynamic trailing stop-loss based on price volatility, as measured by the Average True Range (ATR) indicator. The main objectives of the ATR Dynamic Stop are: Profit Optimization: It helps you ride a strong trend by setting a reasonable stop-loss, preventing premature exits due to minor market noise and fluctuations. Risk Management:
FREE
Koala Trend Line
Ashkan Hazegh Nikrou
4.33 (6)
コアラトレンドラインがバージョン1.2にアップグレードされました 最終アップグレードの改善:ユーザーがトレンドラインを2番目、3番目、またはX番目の最高点または最低点に接続できるようにする新しいパラメーターが追加されました。 私の要求 : **親愛なるお客様はコアラトレンドラインであなたのレビューをリリースしてください、そしてあなたのフィードバックによって私に改善させてください。 コアラのトレンドラインが無料の指標である理由 無料の指標は適格なツールでなければならないと私は信じています。 他の無料製品についてはどうですか? 緑のコアラのロゴが入った商品はすべて私の無料商品です https://www.mql5.com/en/users/ashkan.nikrou/seller#products コアラトレンドラインの紹介: トレーダーがトレンドをよりよく見つけるのを助けるためにこのインジケーターを作成しました。このインジケーターは現在のトレンドラインを示すことができます。 ご存知のように、トレンドラインは2つの最高点または最低点の間に描画する必要があります。 したがっ
FREE
The Freedom Orb Europe is a professional-grade multi-utility trading dashboard designed for MetaTrader 5. It combines Time-Based Volatility, Market Structure, and Trend Bias into a single, high-contrast visual interface. Here is a breakdown of its core features and the benefits it provides to a trader: 1. Dynamic Session & ORB Selection The Feature: A custom dropdown menu allows you to switch instantly between Asia, London, and New York opening ranges. The Benefit: It eliminates the need for mu
FREE
The   DailyWeeklyMarkers   indicator helps traders visualize trading weeks by clearly marking the start of each day and week on the chart. It draws vertical separator lines for each day (including weekends if enabled) and highlights the beginning of new trading weeks with double lines for better clarity. This makes it easier to analyze price action within daily and weekly contexts. Who Is This Indicator For? Swing Traders   – Helps identify weekly opening gaps and key levels. Day Traders   – Vis
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
I Ching 64 Hexagram Change Indicator 1. Hexagram Indicator Description: (1) This 64 Hexagram Change Indicator is based on the Yin-Yang transformation thought of the "I Ching" philosophy in ancient Chinese culture, integrating the results of the long and short game of each candlestick K-line period of the financial trading K-line chart, using China's oldest prediction coding method, in the form of the I Ching 64 hexagrams, combining the Yin-Yang of each line of the hexagram with the Yin-Yang of
FREE
#ピボットポイント_スリム インジケーター #概要 6種類のピボットを搭載した、プロフェッショナル向けピボットポイントインジケーターです。 見やすいデザインで、重要なサポート・レジスタンスレベルを自動的にチャート上に表示します。 #カスタマイズ可能な表示設定 各レベル(P、S1-S5、R1-R5)の個別色設定 各レベルの表示/非表示切り替え ラベル表示/非表示 価格表示/非表示 ラベル位置(左/右) ラベルオフセット調整(ラインとテキストの間隔) ライン幅調整 履歴表示数(最大15期間) #基本パラメータ -Pivot Type - ピボット計算方式を選択 Traditional(トラディショナル) - 最も一般的な標準ピボット計算式(S1-S5、R1-R5)                                              - 5つのサポート・レジスタンスレベル                                               - あらゆるトレードスタイルに適用可能 Fibonacci(フィボナッチ) - フィボナッチ比率を使用した
FREE
このプロダクトを購入した人は以下も購入しています
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
SuperScalp Pro
Van Minh Nguyen
4.57 (21)
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インジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
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
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Gold Entry Sniper – ゴールドスキャルピング&スイングトレード用プロフェッショナル多時間足ATRダッシュボード Gold Entry Sniper は、XAUUSDや他の銘柄向けに正確な 売買シグナル を提供する、MetaTrader 5用の高度なインジケーターです。 ATRトレーリングストップロジック と 多時間足分析ダッシュボード を搭載し、スキャルピングからスイングトレードまで対応します。 主な特徴と利点 多時間足シグナル分析 – M1、M5、M15 のトレンドを同時表示。 ATRベースのトレーリングストップ – ボラティリティに応じて動的に調整。 プロ仕様のチャートダッシュボード – シグナル状況、ATRレベル、回帰線、売買方向を表示。 明確な売買マーカー – 自動矢印とテキストラベル。 エグジットアラートとトレード管理 – 利益確定のための自動検出。 完全カスタマイズ可能 – パネル位置、色、フォント、ATR/回帰設定を調整可能。 ゴールド(XAUUSD)に最適化 – M1〜M15のスキャルピングに最適、FXや指数、暗号資産にも対応。 Gold Entry
Power Candles – あらゆる市場に対応した強度ベースのエントリーシグナル Power Candles は、Stein Investments が長年培ってきた強度分析を価格チャート上に直接反映します。価格だけに反応するのではなく、各ローソク足は実際の市場の強さに基づいて色分けされ、モメンタムの蓄積、強度の加速、明確なトレンド転換を瞬時に把握できます。 すべての市場に共通する単一ロジック Power Candles は すべての取引シンボル で自動的に動作します。現在のシンボルが Forex か非 Forex 市場かを自動判別し、内部で適切な強度モデルを適用します。 Forex および Gold :FX Power のデルタ値を使用(絶対値レンジ最大 100) 指数、暗号資産、CFD :IX Power の強度値を使用(絶対値レンジ最大 50) 必要な強度計算は Power Candles に直接組み込まれています。ローソク足のカラーリングやシグナルロジックに、追加のインジケーターは不要です。 価格ノイズではなく「強度状態」 各ローソク足は、以下の 9 つの明確に定義された強
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同期問題なし。シンセティックエンジンは 固定比率タ
Gann Made Easy   は、ミスター・ギャンの理論を使用した取引の最良の原則に基づいた、プロフェッショナルで使いやすい外国為替取引システムです。 W・D・ガン。このインジケーターは、ストップロスとテイクプロフィットレベルを含む正確な買いと売りのシグナルを提供します。 PUSH通知を利用して外出先でも取引可能です。 ご購入後、取引方法の説明と優れた追加インジケーターを無料で入手するには、私にご連絡ください! おそらく、ギャンの取引手法についてはすでに何度も聞いたことがあるでしょう。通常、ギャンの理論は初心者のトレーダーだけでなく、すでにある程度の取引経験がある人にとっても非常に複雑なものです。なぜなら、ギャンの取引手法は理論的にはそれほど簡単に適用できるものではないからです。私はその知識を磨き、最良の原則を私の外国為替インジケーターに組み込むために数年を費やしました。 このインジケーターは非常に簡単に適用できます。必要なのは、それをチャートに添付し、簡単な取引推奨事項に従うだけです。このインジケーターは常に市場分析の仕事を行い、取引の機会を探します。適切なエントリーポイントを検
このインジケーターを購入すると、プロ仕様のトレードマネージャーを無料で差し上げます。 まず第一に、このトレーディングシステムがノンリペイント、ノンリドロー、ノンラグのインジケーターであることを強調する価値がある。これにより、手動取引とロボット取引の両方に理想的なものになっています。 オンラインコース、マニュアル、プリセットのダウンロード。 「スマートトレンドトレーディングシステム MT5」は、新規および経験豊富なトレーダー向けにカスタマイズされた包括的なトレーディングソリューションです。10以上のプレミアムインジケーターを組み合わせ、7つ以上の堅実なトレーディング戦略を備えており、多様な市場状況に対応する多目的な選択肢となっています。 トレンドフォロー戦略:トレンドを効果的に乗り越えるための正確なエントリーとストップロス管理を提供します。 リバーサル戦略:潜在的なトレンドの反転を特定し、トレーダーがレンジ相場を活用できるようにします。 スキャルピング戦略:高速で正確なデイトレードおよび短期取引のために設計されています。 安定性:すべてのインジケーターはノンリペイント、ノンリドロー、ノ
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状態のみを表示します。
SignalTech MT5 is a trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY H2 and H3 Timeframe.  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, 2, and 3. The Entry and TP levels are fixed after the trade is taken. The exit level is dynamic. If there are signs of a potential short-term trend reversal, the
まず正直に言いましょう。 どんなインジケーターも、それ単体であなたを利益化させることはできません。もしそう言う人がいるなら、それは夢を売っているだけです。完璧な売買シグナル(矢印)を表示するインジケーターは、いくらでも“完璧に見せる”ことができます。正しい過去の区間を拡大して、勝ちトレードだけを切り取ればいいだけです。私たちはそれをしません。 SMC Intraday Formula はツールです。 市場構造を読み取り、最も高い確率の価格ゾーンを特定し、今この瞬間のスマートマネーの痕跡をシンプルな言葉で正確に示します。最終判断はあなたが行います。トレードを実行するのもあなたです。しかし今は「希望」ではなく「精度」でエントリーできます。 私たちはこのインジケーターを、ゴールド(XAUUSD)および主要FX通貨ペアで約3年間、日々のスキャルピングに使用してきました。M1、M5、M15、M30の主要ツールです。これは未来を予測しようとするのではなく、今まさに形成されている高確率セットアップを示し、その理由を説明します。 他のすべてのインジケーターと何が違うのか? ほとんどのトレーディングイ
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
トレンド スクリーナー インジケーターでトレンド取引の力を解き放ちます。ファジー ロジックと複数通貨システムを活用した究極のトレンド取引ソリューションです。 ファジー ロジックを活用した革新的なトレンド インジケーターである Trend Screener を使用して、トレンド取引を向上させます。 これは、13 を超えるプレミアム ツールと機能、および 3 つの取引戦略を組み合わせた強力なトレンド追跡インジケーターであり、Metatrader をトレンド アナライザーにする多用途の選択肢となります。 期間限定オファー : トレンド スクリーナー インジケーターは、わずか 100 ドルで生涯ご利用いただけます。 (元の価格 50$ ) (オファー延長) Trend Screener の 100% 非再描画精度の揺るぎない精度を体験して、取引の決定が過去の価格変動の影響を受けないようにしてください。 マルチタイムフレームおよびマルチ通貨機能の多用途性を解放し、比類のない自信を持って外国為替、商品、暗号通貨、インデックスの世界を取引できるようにします。 Trend Screener の包括的な
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
あなたのシンボルでどの戦略が実際に機能するか確認しましょう - リアルマネーをリスクにさらす前に。 Power Barは、あらゆるシンボルとあらゆるタイムフレームで 極端な価格バー を検出し、3つの異なるトレード戦略を即座にバックテストします。勝率、プロフィットファクター、損益を並べて比較できます。すべてが1つのインタラクティブなパネルに集約されています。 推測なし。カーブフィッティングなし。データだけです。 Power Barが特別な理由 ほとんどのインジケーターはシグナルを出すだけで、それが機能するかどうかは推測に任されます。Power Barはさらに先を行きます - すべてのシグナルを 3つの戦略 に対してテストし、統計を表示します。FlipFlop、Momentum、Reversalをワンクリックで切り替え、数値が即座に変化するのを確認できます。 FlipFlop - 常にポジションを保有。シグナルでエントリーし、反対シグナルでイグジット。当社のリサーチでは、US30、US500、DAXなどのトレンドのあるインデックスで最も効果的です。 Momentum - シグナルの方向に
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つの取引戦略に組み合わせ、すべてのタイプのトレーダーにとって汎用性のある選択肢にします。 デイリートレーディングとスキャルピング戦略:高速で正確なデイ
FX Power: 通貨の強弱を分析して、より賢い取引を実現 概要 FX Power は主要通貨と金の実際の強弱をあらゆる市場状況で理解するための必須ツールです。強い通貨を買い、弱い通貨を売ることで、 FX Power は取引の意思決定を簡素化し、高い確率の取引機会を見出します。トレンドを追従する場合でも、極端なデルタ値を使用して反転を予測する場合でも、このツールはあなたの取引スタイルに完全に適応します。ただ取引するだけではなく、 FX Power で賢く取引をしましょう。 1. なぜ FX Power がトレーダーにとって非常に有益なのか 通貨と金のリアルタイム強弱分析 • FX Power は主要通貨と金の相対的な強弱を計算し、マーケットダイナミクスに関する明確な洞察を提供します。 • どの資産がリードしているか、または後れを取っているかを監視して、取引するペアを賢く選びましょう。 マルチタイムフレームの包括的なビュー • 短期、中期、長期のタイムフレームで通貨と金の強弱を追跡し、マーケットトレンドに基づいて取引戦略を調整できます。 • スキャルピングからスイングトレード
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
Bill Williams Advanced is designed for automatic chart analysis using Bill Williams' "Profitunity" system. The indicator analyzes four timeframes at once. Manual (Be sure to read before purchasing) Advantages 1. Analyzes the chart using Bill Williams' "Profitunity" system. Signals are displayed in a table in the corner of the screen and on the price chart. 2. Finds all known AO and AC signals, as well as zone signals. Equipped with a trend filter based on the Alligator. 3. Finds "Divergence Bar
Berma Bands
Muhammad Elbermawi
5 (8)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
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
Auto Optimized Parabolic RSI: 高度な3Dモメンタムエンジン ほとんどのリテール向けインジケーターは、市場のボラティリティが変化した瞬間に破綻する静的な入力値に依存しているため、失敗に終わります。Auto Optimized Parabolic RSIは、自らの数学的優位性を継続的に再計算することで「インジケーターの陳腐化」問題を解決し、機関投資家レベルの定量的適応力をMT5ターミナルに直接もたらします。 最大の強み: カスタムインメモリ3D最適化 標準的な自動最適化ツールは、インジケーターの呼び出しで端末に過負荷をかけるため、頻繁にMT5プラットフォームをフリーズさせます。本ツールは、このボトルネックを完全に回避しています。RAMベースのカスタムネイティブ計算機を内蔵した内部エンジンは、チャートを読み込んだりタイムフレームを変更したりするたびに、超高速の3Dグリッド探索を実行します。RSI期間(頻度)、SARステップ(加速度)、SAR最大値(制限速度)を同時にスイープし、プラットフォームを遅延させることなく、数万通りものパラメーターの組み合わせを絶対的なミ
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Meridian Pro
Ottaviano De Cicco
5 (1)
Meridian Pro:MT5用プロフェッショナル・マルチタイムフレーム・トレンドマトリックス 概要 Meridian Pro は Merkava Labs が開発したマルチタイムフレーム・トレンドマトリックスで、方向性の状態、強度、モメンタムの状況、マトリックスの合意をひとつのコンパクトなパネルに集約します。ひとつのアダプティブエンジンがM1からW1まで一貫して適用されます。シンボルごとの調整は不要。インジケーターの積み重ねも不要。すべてのアセットとすべてのタイムフレームをカバーするひとつの構造化された読み取りです。 発売キャンペーン — Meridian Proを USD 99 (導入価格)で入手。通常価格:USD 149 。 1. Meridian Proが他と異なる理由 ひとつのエンジン、バラバラなインジケーターのダッシュボードではない 多くのMTFダッシュボードは、タイムフレームごとに生のインジケーター値を繰り返すだけです。Meridian Proはマトリックス全体でひとつのアダプティブ・トレンドエンジンを使用するため、パネルの各行が同じ構造化フレームワークから導出されます
FX Levels: あらゆる市場における非常に高精度なサポート&レジスタンス 概要 通貨ペア、株式指数、個別銘柄やコモディティなど、どのような市場でも信頼できるサポートとレジスタンスを特定したいですか? FX Levels は伝統的な “Lighthouse” メソッドと先進的な動的アプローチを融合し、ほぼ汎用的な精度を実現します。ブローカーの実務経験を活かし、自動化されたデイリー更新とリアルタイム更新を組み合わせることで、 FX Levels は反転ポイントを見つけ、利益目標を設定し、自信をもってトレードを管理するための手助けをします。今すぐ試してみて、サポート/レジスタンス分析の正確性がどれほどトレードを向上させるかを実感してください! 1. FX Levels がトレーダーにとって非常に有用な理由 非常に正確なサポート&レジスタンスゾーン • FX Levels は異なるブローカー環境でもほぼ同一のゾーンを生成するよう設計されており、データフィードの差異や時刻設定のずれによる不一致を解消します。 • つまり、どのブローカーを利用していても一貫したレベルが得られるため、戦
作者のその他のプロダクト
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
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.
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
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
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
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
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
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
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
# 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) / DO
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
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
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
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
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
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
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.
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
フィルタ:
Nguyen Tho
94
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

Minh Vuong Pham
5309
開発者からの返信 Minh Vuong Pham 2026.02.16 15:14
Thank your comment!
Rey Sonajo
478
Rey Sonajo 2026.01.27 13:17 
 

ユーザーは評価に対して何もコメントを残しませんでした

Minh Vuong Pham
5309
開発者からの返信 Minh Vuong Pham 2026.02.16 15:14
Thank you!
レビューに返信