Trade Master Pro Suite v2


TRADEMASTER PRO SUITE v2.0 Institutional-Grade Signal Detection — 8-Layer Confluence Engine

TradeMaster Pro Suite is a professional-grade custom indicator built for traders who demand quality over quantity. Rather than relying on a single indicator or a fixed threshold, it evaluates every potential signal through 8 independent analytical layers. Each layer contributes a weighted score, and a signal is only generated when the combined score meets the user-defined minimum threshold. This approach eliminates noise and significantly reduces false entries across all market conditions.

THE 8 CONFLUENCE LAYERS

Layer Indicator Weight
1 EMA 21 / 50 / 200 — Trend Alignment and Crossover 25%
2 RSI(14) — Momentum Zone and Divergence Detection 15%
3 Stochastic Fast (5,3,3) and Slow (14,3,3) — Quad Rotation 15%
4 Squeeze Momentum — Bollinger Bands(20) vs Keltner Channel 15%
5 MACD (12,26,9) — Crossover and Histogram Direction 10%
6 ATR Regime — Volatility Classification (Trending / Ranging / Volatile) 10%
7 Volume Acceleration — 3-bar progressive increase 5%
8 Price Action Structure — Range Expansion and Higher High / Lower Low 5%

Each signal carries a normalized score from 0 to 100. The minimum threshold is user-controlled (default: 40). A higher score indicates stronger confluence across more independent layers.

ABSOLUTE ZERO REPAINT — GUARANTEED

Zero repaint is the foundational design principle of this indicator. Signals never move, never disappear, and never change after they have been drawn on a historical bar.

Technical implementation (verified):

  • All BUY and SELL arrows are evaluated exclusively on closed bars (shift >= 1). The live bar (shift = 0) is never used for signal placement.
  • Buffer initialization uses the prev_calculated optimization — historical bars are never overwritten on incremental updates.
  • The MTF H4 filter synchronizes bar alignment using iBarShift(), referencing the H4 bar that was actually closed at the time of the signal bar.
  • The session filter is evaluated against time[idx] (the bar's own timestamp), not TimeCurrent(), ensuring historical accuracy.
  • Signal labels (OBJ_TEXT) use unique names per bar index and are created once — never moved or recreated.
  • Arrays use ArraySetAsSeries(false) — index 0 equals the oldest bar, fully consistent with MQL5 buffer semantics.
  • Loop guard: idx < 1 or idx >= rates_total - 1 — mathematically impossible to touch the live bar.

UNIVERSAL COMPATIBILITY — ANY SYMBOL, ANY TIMEFRAME

All indicator handles are created dynamically at initialization using _Symbol and PERIOD_CURRENT. There are no hardcoded timeframes or pip values anywhere in the codebase.

Supported timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1

Supported asset classes:

  • Forex Majors: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD
  • Forex Crosses: GBPJPY, EURJPY, GBPAUD, AUDNZD and all others
  • Metals: XAUUSD (Gold), XAGUSD (Silver)
  • Indices: US30, US500, NAS100, GER40, UK100, JP225
  • Energy: XTIUSD (WTI Oil), XBRUSD (Brent)
  • Crypto: BTCUSD, ETHUSD, LTCUSD (broker dependent)

Price normalization uses SYMBOL_TRADE_TICK_SIZE rather than NormalizeDouble alone, ensuring full compatibility with brokers of all types, including those with non-standard tick sizes for metals and indices.

INTERACTIVE PROFESSIONAL DASHBOARD

A fully functional dark-themed dashboard with 4 tabs and complete mouse interactivity:

Panel features:

  • Drag and drop — click the header to move the panel freely anywhere on the chart
  • Minimize and expand — collapse to a compact title bar
  • Close and reopen — panel returns on next chart refresh
  • Dark theme with professional color coding (green / red / blue)

Tabs:

  • Signals: last 50 signals with timestamp, direction, score, and volatility regime
  • Statistics: total signals, bull/bear ratio, average score, last signal time
  • Scanner: real-time multi-symbol scanner refreshed every 30 seconds
  • Risk: active risk profile, balance, equity, and module status

SIGNAL LABELS ON CHART

Every signal displays a text label directly on the chart containing:

  • Direction: BUY (up arrow) or SELL (down arrow)
  • Confluence score (example: 78)
  • Volatility regime: TRENDING / RANGING / VOLATILE

Labels are positioned automatically above or below the signal arrow using an ATR-based offset, ensuring readability without overlapping price candles.

MULTI-SYMBOL SCANNER

The built-in scanner monitors up to 20 symbols simultaneously, refreshed every 30 seconds via EventSetTimer.

  • Default symbols: EURUSD, GBPUSD, USDJPY, XAUUSD, GBPJPY, AUDUSD, USDCAD, USDCHF
  • Fully configurable via input parameter (comma-separated list)
  • Displays: symbol, timeframe, direction, EMA confluence score, current price
  • Operates on the chart's active timeframe
  • Disabled automatically in Strategy Tester to avoid symbol availability errors

INCLUDED MODULES

Prop Firm Compliance Mode

Monitors account exposure and enforces configurable daily loss limits. Tracks equity vs. session starting balance using AccountInfoDouble — no position queries are used, maintaining full MQL5 Market compliance. Modes: Standard, Prop Firm, Conservative. Includes an audit log of all compliance threshold events.

5 Risk Profile Presets

One-click parameter application for five pre-configured trading styles:

Profile Risk % Max Positions ATR Multiplier Daily Limit
Conservative 1.0% 3 1.5x 3.0%
Moderate 2.0% 5 2.0x 5.0%
Aggressive 3.0% 8 2.5x 8.0%
Prop Firm 0.5% 1 2.0x 5.0%
Scalping 0.5% 3 1.0x 4.0%

Custom profiles can be created, named, and saved to disk (up to 10 custom profiles). File operations are disabled automatically in the Strategy Tester.

Institutional SMC Filter

Detects Order Blocks and Fair Value Gaps on the active symbol. When price aligns with identified institutional zones, the confluence score receives an additional boost. The filter can be enabled or disabled independently via input parameter.

Volatility Regime Filter

Classifies the current ATR relative to a 20-bar rolling average into three regimes: Trending (ATR ratio >= 1.3), Volatile (ratio >= 2.0), and Ranging (below 1.3). An optional filter can block signal generation during ranging conditions. Fully adaptive — no hardcoded pip thresholds.

INPUT PARAMETERS

Signal Detection:

  • Min Score (0–100): minimum confluence threshold — default 40 (moderate), 60 (selective), 75 (strict)
  • Cooldown Bars: minimum bar separation between signals of the same direction — default 3
  • Show Arrows: true / false
  • Show Labels: true / false (score and regime displayed on chart)
  • H4 MTF Filter: optional higher-timeframe trend alignment using PERIOD_H4
  • Max Spread (points): maximum allowed spread at signal time — default 100, 0 to disable
  • Session Filter: London and New York sessions only (07:00–21:00 UTC)

Scanner:

  • Enable Scanner: true / false
  • Scanner Symbols: comma-separated symbol list

Risk and Modules:

  • Risk Profile: 5 presets
  • Risk Mode: Standard / Prop Firm / Conservative
  • Daily Loss Limit: percentage of session starting balance
  • Volatility Filter: enable / disable
  • SMC Filter: enable / disable

WHO IS THIS FOR

  • Day traders requiring objective, multi-confirmation entry signals
  • Swing traders seeking high-quality setups with volatility regime context
  • Scalpers on M1 to M5 with cooldown and spread protection
  • Prop firm traders needing daily loss tracking and compliance mode
  • Portfolio traders monitoring multiple pairs via the built-in scanner
  • Algorithmic traders seeking a reliable signal foundation for EA development

TECHNICAL SPECIFICATIONS

Property Value
Platform MetaTrader 5
Version 1.00
Chart window Main chart (overlay)
Indicator buffers 2 (BUY arrows, SELL arrows)
Repaint Zero — guaranteed
Compilation 0 errors, 0 warnings
Timeframes All (M1 to MN1)
Symbols Any (Forex, Metals, Indices, Crypto, Energy)
Brokers Any MT5 broker
License Single account (standard MQL5 protection)

PRODUCTION-GRADE CODE QUALITY

  • Passes MetaEditor compilation with 0 errors and 0 warnings
  • NormalisePrice() uses SYMBOL_TRADE_TICK_SIZE — eliminates Error 130 on metals and indices
  • ValidateStopsDistance() checks both SYMBOL_TRADE_STOPS_LEVEL and SYMBOL_TRADE_FREEZE_LEVEL
  • All indicator handles validated against INVALID_HANDLE — INIT_FAILED returned on critical failure
  • All CopyBuffer() return values are validated before use
  • Defensive null pointer checks on all module objects before every method call
  • Clean OnDeinit() — no memory leaks, no orphaned chart objects
  • Scanner and dashboard operations disabled in Strategy Tester and Optimizer
  • File I/O operations (risk profiles, compliance log) include tester environment guards

Copyright 2026 code4trading — Gori German Pablo https://www.mql5.com/es/users/pablogx9/seller


おすすめのプロダクト
Japanese このインジケーターは、チャートパターンでのトレードを好むトレーダーにとって、高度なチャート分析アシスタントとして機能します。目視での分析負担を軽減し、利益を上げるための精度を高めるように設計されています。 実際の使用においての、このインジケーターの主な利点と特徴は以下の通りです: 1. 自動パターン検出 (Automated Pattern Detection) 時間の節約とバイアスの軽減: 手動でトレンドラインを引く必要はありません。価格のスイングポイント(Pivot High/Low)を検索し、価格構造が条件を満たすと、ライジングウェッジ(上昇楔形)とフォーリングウェッジ(下降楔形)を自動的に描画します。 あらゆる状況を網羅: パターン形成中、ブレイクアウト、さらにはパターン失敗(Failed)まで検出でき、市場の全体像を明確に把握できます。 2. ターゲットとフィボナッチTPの内蔵 (Built-in Targets & Fibonacci TP) ターゲットを自動計算: ブレイクアウトが発生すると、システムはウェッジの開き幅に基づいてメインターゲットの距離を即
SlopeChannelB – 価格の傾斜チャネルを構築するテクニカル分析ツールで、市場の現状を評価し、取引シグナルを見つけるためのユニークな機会を提供します。 インジケーターの主な特徴: 価格の傾斜チャネル : このインジケーターは、サポートとレジスタンスのレベルを視覚化するのに役立ち、トレンドの逆転または継続の可能性を示すことができます。 ラインの色と背景の強調表示が異なる : 傾斜したサポートとレジスタンスのレベルは異なる色で表示され、チャネル自体はさらに背景で強調され、チャートの視覚的分析を簡素化します。 ライン計算のための3つのオプション : このインジケーターは回帰分析を使用してチャネルラインを構築します。3つの方法から選択できます: Robust(デフォルト) – 外れ値に強い方法。 OLS(最小二乗法) . Median(中央値計算) . 最適なモデル選択 : SlopeChannelBは5つの品質基準の分析に基づいて最も適切なチャネルラインのバリエーションを自動的に選択します。 品質パラメータはチャートに直接表示され、結果の評価に役立ちます。また、ボタンを使
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
# DRAWDOWN INDICATOR V4.0 - The Essential Tool to Master Your Trading ## Transform Your Trading with a Complete Real-Time Performance Overview In the demanding world of Forex and CFD trading, **knowing your real-time performance** isn't a luxury—it's an **absolute necessity**. The **Drawdown Indicator V4.0** is much more than a simple indicator: it's your **professional dashboard** that gives you a clear, precise, and instant view of your trading account status. --- ## Why This Indicator
CCI FIXED DUALとは何か CCI FIXED DUALは、プロフェッショナル向けのTrend Direction Filterであり、次の要素を正確に識別するために設計されています。 市場の支配的な方向 値動きの構造的な質 メイントレンドと加速局面との一貫性 これは直接的なエントリー指標ではありません。 これはクラシックなオシレーターではありません。 これはコンテキストツールであり、トレーダーがいつ取引すべきか、そしていつ取引すべきでないかを判断するのを助け、市場のノイズと解釈ミスを大幅に減らすために設計されています。 CCI FIXED DUALの基本哲学 CCI FIXED DUALが基づいている原則はシンプルですが非常に強力です。 シグナルは、市場構造と一貫している場合にのみ価値を持ちます。 この理由から、このインジケーターは 単一の値を使用しません 価格に衝動的に反応しません 無理に反転ポイントを探しません その代わりに、次の要素に基づいて階層的なトレンドの読みを構築します。 Typical Price上のCCI 異なる速度のLWMA移動平均 短期 中期 長期の動的
概要 Candle Timer Countdown Pro は、現在のローソク足が終了するまでの残り時間を、滑らかで正確なカウントダウンとして表示します。さらに、円形のプログレスアーク(進行表示)を組み合わせることで、残り時間を瞬時に視覚的に把握できます。 ティック間で停止したり、時間がずれてしまう他のタイマーとは異なり、本インジケーターはサーバー時間の補間(Server Time Interpolation)を使用し、M1 から MN まであらゆる時間足で途切れのないスムーズなカウントダウンを実現します。 1分足でのスキャルピングでも、H4でのスイングトレードでも、現在のローソク足が正確にいつ確定するのかを把握することで、エントリータイミングの最適化、ローソク足パターンの確認、そして早すぎる判断の回避に役立ちます。 このタイマーが他と違う理由 多くの MT5 用キャンドルタイマーは TimeCurrent() のみに依存しており、新しいティックが到着したときにしか更新されません。低ボラティリティ時や上位時間足では、ティックの間隔が数秒空くことがあり、その間タイマーが停止し、その後突
MarketPredict Pro – 高度な多層型マーケット分析システム   仕組み MarketPredict Pro は、6つの独立した分析レイヤーを組み合わせ、次のローソク足を高精度で予測します。   6つの分析レイヤー Buyers/Sellers Pressure   – 買い手と売り手の強さを測定 Trend Strength   – SMA(20) によるトレンド強度計算 Volatility   – ATR に類似した14期間のボラティリティモデル Market Pressure   – 直近5本のローソク足の累積市場圧力 Prediction Engine   – 多因子による次のローソク足予測 Real‑time Panel   – リアルタイム市場統計パネル   技術アルゴリズム   圧力計算モデル 出来高、方向性、価格変動を組み合わせた加重圧力分析。   統計的精度 STRONG シグナル:   82–87% NORMAL シグナル:   73–78% SIDEWAYS / UNCERTAIN:   65–70%  
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Trade Extender
Loncey Duwarkah
5 (1)
Autonomously executes trades, overseeing the entire process from initiation to completion.  Free support via chat, email and remote assistance Originally built for XAUUSD (Gold). Settings changes for other symbols Powerful rules management Enhanced positioning features Risk Management / Dynamic lot sizing Quick Setup Symbols : XAUUSD Investment for all: Our trading bot is crafted to serve traders of all investment levels, ensuring accessibility to the forex market even for those with limited fu
Divergence Matrix Pro for MetaTrader 5 Divergence Matrix Pro is a confirmed multi-oscillator divergence indicator for MetaTrader 5. It detects regular and hidden divergence between price and selected oscillators, then presents the confirmed structure through divergence lines, pivot labels, action markers, an optional current-timeframe Matrix Panel and optional alerts. The indicator is an analysis and confirmation tool. It does not open or close trades, and the signal score is not a win rate or a
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
VR グリッド インジケーターは、ユーザー定義の設定を使用してグラフィカル グリッドを作成するように 設計 されています。 標準グリッド とは異なり、VR グリッドは 円形レベル を構築するために使用されます。ユーザーの選択に応じて、ラウンド レベル間のステップは任意に設定できます。さらに、他のインジケーターやユーティリティとは異なり、VR Grid は期間が変更されたり、端末が再起動されたりした場合でも、 グリッドの位置を維持 します。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 4] 垂直レベル は実際の時間間隔に基づいており、 欠落している または存在しない期間は無視します。したがって、レベル間のステップは、ユーザーが選択した値に厳密に対応します。 VR グリッド インジケーターを使用すると、トレーダーは任意のレベルで 垂直線と水平線のスタイル 、色、太さを変更できます。これにより、金融商品の ラウンドレベル を制御できます。 ラウンド
FREE
TheRealPrice v3.0 | Ultimate Spread & Ask Visualizer TheRealPrice is a high-precision utility for MetaTrader 5 designed to expose the hidden cost of every trade: The Spread . While standard charts only display the Bid price, professional traders know that buy orders and short-exits happen at the Ask price. TheRealPrice bridges this gap by drawing a dynamic, real-time horizontal line that tracks the exact Ask level, providing a clear visual representation of the current market spread. Why do you
LuoMo Volume & Price Structure 8.98 A multi-function chart indicator for   MetaTrader 4 and MetaTrader 5 , designed to display key volume, volatility, sentiment, and price-structure information directly on the main chart. Main Features Volume and price-based Support & Resistance Volume spike and exhaustion signals ATR volatility expansion alerts Volume Profile with HVN and LVN Bullish and bearish sentiment distribution Developing or fixed POC VAH and VAL levels Supply and Demand zones Volume-wei
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The    Liquidity Heatmap   is a sophisticated institutional trading tool designed to reveal where over-leveraged traders are trapped. By calculating estimated liquidation levels based on volume spikes and leverage, this indicator draws a dynamic "h
Ornstein–Uhlenbeck Z-Score Regime Suite Discover not only the deviation, but whether the movement still has enough strength to continue. Two movements can reach the same Z-Score while representing completely different conditions. One may be ready to return to the mean, while the other may be developing persistence and lasting far longer than expected. The suite applies the Ornstein–Uhlenbeck process to the normalized series, combining three essential dimensions: distance, persistence, and revers
PriceMagnet Volume Profile Stop guessing where the smart money is sitting. See it. PriceMagnet Volume Profile is a precision volume-analysis indicator built for MetaTrader 5 traders who want to trade with institutional context instead of guesswork. Rather than plotting volume as a flat bar under your chart, PriceMagnet reconstructs a full horizontal volume histogram directly on price — showing you exactly which price levels attracted the most trading activity over your selected lookback window,
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
HAS RSI Signal — SL/TP自動計算機能付き プロフェッショナル・トレンドインジケーター HAS RSI Signal は、信頼性の高いクラシックな手法と最新のノイズ除去アルゴリズムを融合させた強力なトレーディングツールです。 平均足スムーズド(Heiken Ashi Smoothed) と RSI を組み合わせることで、トレンドの転換点や買われすぎ・売られすぎ圏からの脱出タイミングを正確に捉え、明確なエントリーシグナルを提示します。 主な特徴: 二重のフィルタリング: 平均足スムーズドで市場の「ノイズ」を除去し、RSIで勢い(モメンタム)の強さを確認します。 損切り・利確ラインの自動計算: 単にシグナルを出すだけでなく、ボラティリティ( ATR )に基づいた最適なストップロス(SL) と テイクプロフィット(TP)を自動で算出します。 視覚的な分かりやすさ: シグナルはチャート上にカラーキャンドルとして表示されるため、一目でトレンドを把握でき、取引画面をスッキリと保てます。 充実の通知機能: アラート、音声、スマートフォンへのプッシュ通知機能を搭載。チャンスを逃すこと
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
Master Editionは、ボリュームとマネーフローの視点を通じて市場構造を可視化するために設計されたプロフェッショナルグレードの分析ツールです。標準のボリュームインジケーターとは異なり、このツールはチャート上に日足ボリュームプロファイルを直接表示し、価格発見がどこで行われたか、そして「スマートマネー」がどこに位置しているかを正確に確認できます。 このMaster Editionは、明確さとスピードを考慮して設計されており、ロード時にチャートレイアウトを即座に美化するユニークな自動テーマ同期システムを備えています。 主な機能: 真のマネーフロー計算: 標準のティックボリュームを超えます。「Use Money Flow」を有効にすると、ボリュームは価格によって重み付けされ、特定の価格レベルでの実際の資本コミットメントが明らかになります。 バリューエリア (VA) の可視化: バリューエリア(デフォルトではボリュームの70%)を自動的に計算します。 VA Fill: コントロールゾーンを即座に識別するために、バリューエリアの背景をシェーディングします。 主要レベル: コントロールポイン
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
製品概要 KMB Smart Pattern Analyzer PRO は、ユーザーが指定したチャート範囲内で市場パターンを検出し、技術的な一致度に基づいてランキングする高度なテクニカル分析インジケーターです。 複数の分析エンジンを1つのプロフェッショナルなツールに統合しています。 ローソク足パターン分析 クラシックチャートパターン認識 ハーモニック構造検出 市場構造 / SMC分析 チャート全体にランダムなシグナルを表示するのではなく、ユーザーが指定した市場エリアに集中し、最も強いパターン候補、方向性、ブレイクアウトレベル、無効化レベル、予測ターゲットゾーンを構造的に分析します。 主な機能 最も一致度の高い Top 3パターン を検出・ランキング 対応分析: ローソク足パターン クラシックチャートパターン ハーモニックパターン Market Structure / SMC ユーザー指定範囲の分析 以下を表示: パターンタイプ 市場方向 Score Momentum Breakoutレベル T1 / T2 / T3ターゲット Invalidationレベル Structure情報 選択
Visual Dolphin Indicator
AL MOOSAWI ABDULLAH JAFFER BAQER
Visual Dolphin Indicator Unlock the rhythm of the market with the Visual Dolphin Indicator, your ultimate tool for identifying and capitalizing on market trends with clarity and confidence. Designed for both novice and experienced traders, this indicator eliminates the noise and guesswork, providing crystal-clear buy and sell signals directly on your chart. The Logic Behind the Waves The core of the Visual Dolphin Indicator is a sophisticated yet intuitive dual-wave system based on moving avera
Traders Dynamic Index (TDI) - Overview The Traders Dynamic Index (TDI) is a versatile indicator based on the RSI oscillator.  It helps traders identify market conditions and potential reversals. The TDI combines multiple indicators into one, providing a comprehensive view of market dynamics. Components: - Green line: RSI Price Line - Red line: Trade Signal Line - Blue fill: Volatility Band - Yellow line: Market Base Line Visual Signals: 1. Trend Direction:     - Immediate:       - Green over
MultiSession Volume Profile is a professional volume profile indicator for MetaTrader 5 that builds separate POC, VAH, VAL and volume histograms for multiple custom trading sessions on the same chart. It helps you see where volume truly concentrated in each part of the day (RTH, Globex, Asia, London, etc.), so you can identify key intraday levels, ranges, and magnets that many standard tools miss. ​ Main advantages Multi-session profiles Build up to 5 fully independent sessions with custom times
STRICTLY FOR BOOM INDEX ONLY!!!!! Here I bring the Maximum Trend Arrows OT1.0 MT5 indicator. This indicator is made up of a combination of different trend indicators for entries and exits, for entries an orange arrow will paint on the chart below the current market and a red flag for closing of trades and it produces buy arrows only. When the orange arrow appears, it will appear along with it's sound to notify you. The 1H timeframe is recommended, don't use it anywhere else than on the 1H timefr
PipFinite Trend PRO MT5
Karlo Wilson Vendiola
4.84 (560)
Breakthrough Solution For Trend Trading And Filtering With All Important Features Built Inside One Tool! Trend PRO's smart algorithm detects the trend, filters out market noise and gives entry signals with exit levels. The new features with enhanced rules for statistical calculation improved the overall performance of this indicator. Important Information Revealed Maximize the potential of Trend Pro, please visit www.mql5.com/en/blogs/post/713938 The Powerful Expert Advisor Version Automatin
" UNIQUE TRADING APPROACH FOR HIGHLY ACCURATE REVERSE SIGNALS!" "Clear signals for market reversals and precision entries inside the trend – proven effective and visible." The intelligent algorithm analyzes potential trend reversals and highly accurate entries along the current trend. Designed to spot key price action moments. The result is a clean, stable, and easy-to-read chart. WHY TRADERS PAY ATTENTION TO TREND REVERTING PRO Helps reveal moments when the   current trend may be losing stren
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
このプロダクトを購入した人は以下も購入しています
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5向けシンセティック・フラクタル構造分析と確認済みエントリー 概要 Azimuth Pro は Merkava Labs によるマルチレベルスイング構造インジケーターです。4つのネストされたスイングレイヤー、スイングアンカーVWAP、ABCパターン検出、3タイムフレーム構造フィルタリング、そして確定バーでの確認済みエントリー — 1つのチャートで、ミクロスイングからマクロサイクルまでを網羅するワークフロー。 これはブラインドシグナル製品ではありません。ロケーション、コンテキスト、タイミングを重視するトレーダーのための構造ファーストワークフローです。 ️ サマーセール — 夏至とThe Oracle Proの発売を記念して、Azimuth Proが30%オフ。現在279 USD(通常399 USD)。期間限定の夏季オファー。 1. V2での変更点 シンセティック・マルチタイムフレームエンジン 上位タイムフレーム分析をMeridian Proと同じ独自のシンセティックアーキテクチャで一から再構築。よりクリーンなHTFコンテキスト、安定したライブ動作、
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
ScalpPoint is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or emai
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
MetaTrader 5 向けスマート多層ブレイクアウト&プルバック検出器 「スマート・シンプル・ファスト!」 高確率のブレイクアウトエントリーを見逃すことにうんざりしていませんか? 複数のチャートを何時間もスキャンし、ブレイクアウトをトレンド方向と通貨のモメンタムに合わせようとして、それでも動きを逃してしまうことはありませんか? Break Pullback は、1つのインジケーターでそのすべてを解決します。 Break Pullback とは何ですか? Break Pullback は、マーケットストラクチャー、ブレイクアウト、トレンド継続のセットアップを取引するトレーダー向けに特別に設計されたプロフェッショナルグレードの MetaTrader 5 インジケーターです。 リアルタイムで複数の通貨ペアにわたるブレイクとプルバックの形成を自動的に検出し、3層の確認を通じてすべてのシグナルをフィルタリングします: ストラクチャラルブレイクアウト検出 — チャート上の主要なブレイクレベルを特定 HTF 日足バイアス — エントリーを支配的な日足トレンド方向に合わせる 通貨強弱指数 —
相場が本当は何をしているのかを見抜く。   3つの市場フェーズ(収縮・拡張・トレンド)を目の前でライブに捉え、トレンド・フェーズの初期段階でより優れたエントリーを取りましょう   。      当て推量はもう終わり。機関投資家やスマートマネーのように相場を読み始めましょう。   Apex Market Structure Pro(MT5版)は、ノイズを取り除き、あらゆるローソク足の下にある真の構造を見せる高精度のスマートマネー分析ツ   ールです。流動性、構造転換、蓄積ゾーン、トレンドバイアスを、ひとつのクリーンでプロフェッショナルなオーバーレイに集約します。遅行   指標に見切りをつけ、明晰さをもってトレードする準備のできた本気のトレーダーのために作られました。   重要:本インジケーターは Heikin Ashi(平均足)ローソク足での動作を前提に設計されています。使用前にチャートを Heikin Ashi   に設定し、その真価を解き放ってください。分析のすべては Heikin Ashi の価格の流れを軸に構築されています。Apex Market Structure Pr
OrderFlow Absorption – MT5用プロフェッショナル・デルタ&アブソープションシグナルインジケーター OrderFlow Absorptionで本物のオーダーフロー分析の力を解き放ちましょう。MetaTrader 5向けの究極のデルタヒストグラム&アブソープションシグナルインジケーターです。あらゆる価格変動の裏側で何が起きているのかを知りたいトレーダーのために設計されており、市場を動かす隠れた買い/売り圧力や吸収イベントを明らかにします。 特徴 デルタヒストグラムの可視化:   買い圧力・売り圧力を色分けされたヒストグラムで即座に表示。 アブソープションシグナル検出:   高度なロジックで強気・弱気の吸収イベントを特定し、反転の兆しを早期に通知。 チャートマーカー:   吸収シグナルをチャート上に直接マークし、視覚的に分かりやすく表示。 ポップアップアラート:   新しい吸収シグナルが出現した際にリアルタイムで通知。 カスタマイズ可能な閾値:   弱いシグナルを除外し、高確率のセットアップに集中。 リソース管理:   大きなチャートでも高速に動作する効率的な計算。
マーケットメーカーのためのツール。 Meravith は次の機能を提供します: すべての時間足を分析し、現在有効なトレンドを表示します。 強気と弱気の出来高が等しくなる流動性ゾーン(出来高均衡)を強調表示します。 異なる時間足のすべての流動性レベルをチャート上に直接表示します。 テキスト形式の市場分析を生成し、参考情報として表示します。 現在のトレンドに基づいて目標値、サポートレベル、ストップロスを計算します。 取引のリスクリワード比を算出します。 口座残高に基づいてポジションサイズを計算し、潜在的な利益を推定します。 また、市場に大きな変化があった場合には警告を表示します。 インジケーターの主要ライン: 強気/弱気の出来高エグゾーストライン ― 目標値として機能します。 市場のトレンドを示すライン。市場が強気か弱気かによって色が変わり、トレンドのサポートとして機能します。主にその色が市場センチメントを示します。 出来高均衡ライン(Eq)。Eq(Volume Equilibrium)ラインはシステムの中核です。これは買い手と売り手の出来高のバランスポイントを表します。市場の流動性を示し
トレーダーの皆さん、こんにちは! 多くの個人トレーダーは、動作の遅いウェブスクリプトに頼っています。真の収益性を実現するには、体系化されたフレームワークが必要です。 Astro AIインジケーターは、一般的なチャートオーバーレイではありません。これは、ターミナル上で直接動作する2つのエージェントを含む、コンパイル済みのニューラルネットワークです。 システムの具体的な技術は以下のとおりです。 1. エージェント1:アナリスト(グラフィカルニューラルネットワーク - GNN) 市場は孤立した価格バーではなく、相互に連結されたデータネットワークです。 機能:エージェント1は、グラフィカルニューラルネットワークを使用して、これらの複雑で非線形な関係をマッピングします。 利点:一般的なインジケーターは過去の移動平均しか考慮しませんが、当社のGNNは市場の深い構造的関係をリアルタイムで処理し、個人トレーダーの取引量が大きな影響を与える前に、隠れた相関関係を明らかにします。 2. エージェント2:エグゼキューター(近接戦略最適化 - PPO) パターン認識は、戦いの半分に過ぎません
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
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
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 インジケーター · Smart Money Concepts · 予測インテリジェンス・エンジン ==================================================================== SMC Pro v6.1 APEX AI は、MetaTrader 5 上の XAUUSD(ゴールド)専用に構築された、プロフェッショナルな Smart Money Concepts インジケーターシステムです。 完全な SMC フレームワーク — Order Blocks、Liquidity sweeps(流動性スイープ)、Fair Value Gaps、Break of Structure、Change of Character — に加え、AI を活用した 8 つの新モジュールを組み合わせ、精密なビ
Brandon Angelo Flag Pattern — how it works This indicator automatically detects classic bull and bear flag chart patterns in real time. The detection happens in three stages for each bar. First it looks for a flagpole — a sharp, strong directional move over a configurable number of bars ( FlagpoleBars , default 5) that must exceed a minimum percentage size ( FlagpoleMinPct ). For a bullish flag the pole must close net higher than it opened; for a bearish flag, net lower. Second it identifies th
「 Dynamic Scalper System MT5 」インジケーターは、トレンド波の中でスキャルピング取引を行う手法のために設計されています。 主要通貨ペアと金でテスト済みで、他の取引商品との互換性があります。 トレンドに沿った短期的なポジションオープンのシグナルを提供し、追加の価格変動サポートも提供します。 インジケーターの原理 大きな矢印はトレンドの方向を決定します。 トレンド波の中では、小さな矢印の形でスキャルピングシグナルを生成するアルゴリズムが機能します。 赤い矢印は強気方向、青い矢印は弱気方向です。 トレンドの方向には敏感な価格変動ラインが描かれ、小さな矢印のシグナルと連動します。 シグナルは次のように機能します。適切なタイミングでラインが現れるとエントリーシグナルが形成され、ラインが開いている間はポジションが保持され、完了すると取引が終了します。 推奨される動作時間枠はM1~H4です。 矢印は現在のローソク足に形成され、次のローソク足が開いている場合は、前のローソク足の矢印は再描画されません。 入力パラメータ Trend Wave Period - トレ
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
作者のその他のプロダクト
XAUUSD Gold Master Indicator v5.0 Premium Gold Trading Suite for MetaTrader 5 Overview Gold Master v5.0 is a professional-grade, all-in-one trading indicator engineered exclusively for XAUUSD (Gold) on MetaTrader 5. Every parameter, threshold, filter, and calculation has been purpose-built and calibrated for Gold's unique price behavior, volatility profile, and market sessions — making it one of the most specialized Gold trading tools available on the MQL5 Market. This is not a generic multi-ass
Apex Swing VWAP is an advanced indicator for MetaTrader 5 that combines VWAP (Volume Weighted Average Price) analysis with automatic detection of significant swing points. This combination provides accurate market sentiment insight and potential reversal points. Key Features Integrated Technical Analysis - Dynamic VWAP from relevant swing points - Historical VWAP for long-term trend analysis - Multiple configurable VWAP periods Recommended Trading Types - Swing Trading for medium-term trends -
FREE
Advanced 4-timeframe stochastic alignment indicator with non-repainting signals, MTF dashboard, scoring system, and 8 signal types. Professional-grade. Market-ready. The most complete multi-stochastic signal indicator for MetaTrader 5. Stoch Quad Rotation Signal detects high-probability trading opportunities by analyzing the simultaneous alignment of four stochastic oscillators running at different speeds — from fast scalping-level to slow macro-trend level. When all four agree, the signal ca
The Strategies of the World's Most Successful Traders in a Single Indicator Professional Alpha Traders Strategies MT5 is an advanced indicator that compiles the most successful and proven trading methodologies from five legendary traders. This indicator represents decades of experience condensed into a professional tool for real-time opportunity detection. Each strategy has been meticulously programmed following the original rules established by their creators, respecting the trading philosophy
FREE
Professional Trading System Optimized for Brent Crude Oil Alpha Brent Strategy Tools is a comprehensive technical analysis indicator specifically designed and optimized for trading Brent Crude Oil. This advanced system combines multiple proven trading methodologies, including Smart Money Concepts (SMC), Volume Spread Analysis (VSA), Multi-Timeframe Analysis, and the powerful Kurisko 4-Stochastic System, to provide high-probability trading signals. Key Features 1. Brent-Specific Optimization Vol
FREE
> Elevate Your Trading Strategy  This free tool is just the beginning. At  code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablogx9
FREE
Accuracy M1 Scalper MT5 v4.10 Accuracy M1 Scalper MT5 v4.10 Professional M1 Scalping with ZERO REPAINTING The only M1 scalping indicator on the Market that complies with the 8 strict rules of ZERO REPAINTING . It offers confirmed signals on 100% closed bars, 10+ multi-layer filters, a scoring system (0-100), a professional dashboard, divergence detection (regular and hidden), automatic Stop Loss/Take Profit, and Push/Mobile alerts. Designed to trade Forex, Indices, Metals, and Cryptocurrencies w
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:   https://www.mql5.com/en/users/pablog
FREE
> Elevate Your Trading Strategy This free tool is just the beginning. At code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features? Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here: https://www.mql5.com/en/users/pablogx9/seller
FREE
Stoch Quad Rotation Signal (MQL4)は、MetaTrader 4向けの高度なテクニカルインジケーターで、複数のストキャスティックオシレーターと強力なトレンドフィルター、ボリュームフィルター、パターンフィルターを統合し、スコアリングシステムやマルチタイムフレーム分析も備えています。高確率のトレード機会を明確かつ正確に特定することを目的として設計されています。 主要機能: 四重ストキャスティック分析: ストキャスティックオシレーターの異なる4つの設定(カスタマイズ可能なK、D、スムージング期間)を同時に使用し、オーバー売買状況の詳細な多感度な視点を提供します。これにより、市場のさまざまな「スピード」での動きを捉えることができます。 スマートトレンドフィルター: ファスト、ミディアム、スロウの指数移動平均線(EMA)に基づく堅牢なシステムを採用しています。主なトレンドに対して逆方向の信号をフィルタリングしたり、EMAの傾きを確認したり、価格が重要なEMAとの位置関係を検証することができます。 多様なトレード信号: 次のようなさまざまなタイプの信号を生成します:
SUITE TRINITY v3.3 -- Institutional Trading Integrated Solution for MetaTrader 4 Suite Trinity v3.3 is a comprehensive, professional-grade technical analysis indicator designed for MetaTrader 4 that consolidates four powerful analytical modules into a single, unified tool. Developed for serious traders who demand institutional-level market insight without the complexity of managing multiple separate indicators, Trinity Suite delivers actionable intelligence directly on the chart through an eleg
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading , we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/s
GoldMiner EA Pro MT5 - Advanced Neural Trend Trading for XAUUSD SUMMARY Unlock the power of automated gold trading with GoldMiner EA Pro, a high-precision Expert Advisor specifically designed for the unique volatility of XAUUSD. Unlike generic bots, GoldMiner uses a proprietary confluence engine that combines institutional trend following with real-time volume validation to capture high-probability moves. WHY GOLDMINER EA PRO? Precision Entry Engine: Uses multi-level analysis (EMA, RSI, MACD)
> Elevate Your Trading Strategy   This free tool is just the beginning. At   code4trading, we specialize in developing high-performance indicators and Expert Advisors designed for precision and professional-grade analysis. Looking for more advanced features?   Discover our full suite of premium tools, including optimized signals, advanced oscillators, and institutional-grade trading utilities at our official MQL5 store. > Explore the full catalog here:  https://www.mql5.com/en/users/pablogx9/
Squeeze Momentum Force is an advanced technical analysis indicator designed for MetaTrader 5. It combines volatility squeeze detection with momentum analysis to identify high-probability trading opportunities. Based on John Carter's original concept, this enhanced version incorporates: Multi-Timeframe (MTF) analysis. Divergence detection. Volume weighting. Modern user interface for quick market interpretation. The indicator identifies periods of low volatility (squeeze) that typically precede si
Scanner Intelligence Hub - Multi-Active Monitoring 28+ Pairs   Stop jumping from one chart to another.   Scanner Intelligence Hub   is the ultimate command center for the professional trader. Monitor dozens of assets and multiple timeframes from a single dashboard. Technical Capabilities: Real-time scanning:   It detects candlestick patterns, mean crossovers, and RSI levels in 28 pairs simultaneously. Customizable Panel:   Choose which indicators and timeframes you want the Scanner to monitor f
EUR/USD PRO — Institutional Composite Indicator A professional-grade indicator optimized specifically for EUR/USD, integrating institutional analysis concepts into a single tool. This system combines DXY MTF analysis, session-based VWAP, ADR/ATR metrics, market structure (BOS/CHOCH), SMC (FVG/OB), cross-asset correlations, and a confluence panel with a floating signal. It features a Neumorphic UI with movable panels, pip-calculated spread display, and structured logging. Designed for universal
QuantFusion BTC Pro  is a professional-grade, multi-dimensional trading indicator optimized for Bitcoin/USD markets. By integrating advanced technical analysis, smart money concepts, and intelligent signal filtering, the indicator is designed to deliver high-probability trading signals. Its Multi-Category Alignment System requires confirmation from independent technical categories to validate entries and minimize false signals. Advanced Signal Generation System Dual-Level Quality: Generates stan
PRECISIONFLOW EURUSD SCALPER  is an EXPERT ADVISOR (EA) designed for the METATRADER 5 platform. It operates fully automatically and integrates an advanced risk management system with adaptive filters. The system allows for high customization, enabling users to adjust operations according to their risk tolerance, execution style, and specific broker conditions. TRADING LOGIC AND STRATEGY This Expert Advisor identifies buy and sell opportunities by combining the following technical elements: STRU
RangePulse ORB: Institutional Profitability on the German DAX (GER30/GER40) RangePulse ORB is an institutional-grade Expert Advisor (EA) designed to capitalize on Open Range Breakouts (ORB). While compatible with major global indices, its architecture has been meticulously calibrated to achieve exceptional profitability, consistency, and a high recovery factor specifically on the German DAX index (GER30/GER40). Its system integrates advanced quantitative filters, institutional-level risk managem
SMC Liquidity MAX MT5 is an advanced Smart Money Concepts (SMC) indicator designed for intraday and swing traders seeking a clear and structured market reading. It integrates the key components of the institutional approach—structure, liquidity, and volume—into a single panel with real-time, optimized visualization. Core Features Market Structure: Automatic identification of BOS (Break of Structure) and CHoCH (Change of Character). Imbalance Zones: Fair Value Gaps (FVG) with automatic mitigatio
**Risk Guard Dashboard MT5 (EA) – Scanner + Risk Manager + Execution Panel** Risk Guard Dashboard MT5 is a professional assistant for MetaTrader 5 that integrates into a single panel: a multi-timeframe scanner, Prop Firm-style risk control, performance statistics, and an execution panel. Designed with institutional aesthetics, high readability, and optimized performance for monitoring multiple symbols in real-time. **Main Features** • **Multi-symbol and Multi-timeframe Scanner:** simultaneou
Elevate Your Trading with code4trading Premium Tools This free indicator is a sample of our commitment to quality. If you find this tool useful, we invite you to explore our Premium Professional Suite. Our paid products offer advanced institutional-grade features, optimized algorithms, and exclusive technical support designed to give you a definitive edge in the markets. Visit our full catalog here:  https://www.mql5.com/en/users/pablogx9/seller ChartTrade Commander PRO MT5  is the ultimate s
>   Institutional Grade Multi-Index Adaptive Indicator IndexViz Pro MT5 is a professional-grade, multi-index adaptive indicator designed for traders who demand institutional-level analysis across multiple markets simultaneously. Built for MetaTrader 5, IVP combines over 20 analytical modules into a single, unified visual dashboard that monitors stock indices, synthetic indices, commodities, forex pairs, and cryptocurrencies in real time. Unlike conventional indicators that analyze a single instr
MacD Custom Indicator MTF Plus is a professional MetaTrader 5 port of the original " CM_MacD_Ult_MTF " indicator created by ChrisMoody for TradingView . This version was developed by code4trading for Free provide the MT5 community with high-quality, free access to this proven methodology. Original Concept: ChrisMoody (TradingView) MT5 Development: code4trading Version: 1.0 The Moving Average Convergence Divergence (MACD) is a cornerstone of technical analysis, functioning as a trend-following m
LineBreak Renko Fibonacci MT5 v1.0 The Institutional-Grade Synthetic Chart Engine with Adaptive Fibonacci Overlay LineBreak Renko Fibonacci MT5 is a professional MetaTrader 5 indicator that transforms any standard price chart into a clean, trade-ready synthetic chart. It filters out market noise and reveals the pure, underlying structure of price movement. The tool combines three of the most respected trend-filtering methodologies in institutional trading (Line Break, Classic Renko, and ATR Re
フィルタ:
レビューなし
レビューに返信