Iconic HullX AI

  • インディケータ
  • Maurice Prang
    Maurice Prang
    SOVRIAN.AI について
    SOVRIAN.AI は、MetaTrader 5 向けの AI 搭載インテリジェント取引システムを開発し、暗号資産取引、分散型金融、そして代替金融インフラへとつながるコミュニティの架け橋として機能しています。
    私たちの重点分野は、AI トレーディングソフトウェア、アルゴリズム実行、構造化されたコピートレーディング、データに基づく市場分析、そして動的リスク管理です。市場の動きを分析し、変化する市場環境に合わせて実行ロジックを適応させるシステムを構築しています。
  • バージョン: 2.0
  • アップデート済み: 26 6月 2026
  • アクティベーション: 10

ICONIC HULLX AI v2.0 | NEUROCORE EDITION ICONIC HULLX AI v2.0 — NEUROCORE 2.0 EDITION

Hull Suite × Volatility-Band Squeeze × 5-Layer AI Intelligence Stack

ICONIC HULLX AI v2.0 is a professional-grade signal indicator for MetaTrader 5, built around the Hull Moving Average suite and extended by five independent, mathematically rigorous AI filter gates. Every signal that reaches the chart has passed through a multi-layer intelligence stack that learns in real-time from your actual trade outcomes — no static rules, no fixed thresholds that go stale.

The system is designed around one principle: a signal that cannot be confirmed by multiple independent statistical layers does not appear. Each gate targets a different source of false positives. Together they form a cascading noise filter that adapts to changing market regimes without external configuration or manual intervention.

THE INTELLIGENCE STACK — 5 INDEPENDENT FILTER GATES

All five gates sit before the NEUROCORE ensemble decision and are individually toggleable. This means you can run them in HUD-only mode first, observe which gates fire most frequently on your symbol, and then activate vetoing selectively. Each gate logs its decisions when Debug_SignalLog is enabled, so you always know exactly why a signal was suppressed.

1.   Diagonal S6 Mamba State-Space Model (SSM Gate)

A linear state-space model with 16 hidden channels whose system matrix is strictly diagonal and stable. Because the matrix is diagonal, the continuous-to-discrete Zero-Order Hold transform reduces to a pure element-wise exp() — no matrix exponential, no matrix inversion, no NaN paths over any lookback horizon. Each hidden channel is an independent first-order IIR pole spread across multiple time constants, giving the system a multi-horizon view of the feature stream in O(N) linear time.

The hidden state h[t] is persistent across ticks. A new bar is a single 16-dimensional update — never a history rescan. Online-learned cluster centroids (exponential fading memory) define the geometry of historically winning market contexts. When the current context vector lies outside every learned winning cluster by more than the tolerance radius, the gate blocks the signal.

The gate is permanently permissive until it has accumulated enough real winning trades to learn from. It never vetoes on an empty model.

2.   RLS Adaptive Feature Weighting

A Recursive Least Squares filter with a bounded forgetting factor (λ clamped to [0.97, 0.999]) that learns, purely in RAM, which of the six market features carry predictive signal in the current regime and which are noise.

The covariance matrix P is trace-bounded on every update to prevent the classic RLS windup divergence. Weights are applied mean-normalised — the total signal energy into the SSM is preserved, but the distribution shifts: a predictive feature is amplified (up to 2.5×), a noise feature is attenuated (down to 0.2×). In a trending regime the Efficiency Ratio carries weight; in chop the RSI is suppressed. The rebalancing happens automatically within a handful of resolved trades.

A minimum sample gate (default: 25 resolved trades) holds the flat default weighting until the filter is statistically trusted. Day-one behaviour is identical to a standard indicator.

3.   Koopman-Style Nonlinear Feature Lifting

The six raw market features are blended with a set of fixed nonlinear observables — interaction products and squared terms — that expose market states that look identical in the linear feature space. For example:

  • Efficiency Ratio × Hull Momentum — trend conviction (strong trend with rising hull)
  • ADX Slope × Volatility Expansion — breakout energy
  • RSI × Hull Momentum — overbought/oversold alignment with trend direction
  • Volatility Expansion − Body Size — range expansion without candle body (noise flag)

The lifting is dimension-preserving (still 6 inputs into the SSM), controlled by a single KOOP_Mix parameter (default 0.35 = light blend), and carries zero SVD, zero per-tick matrix operations. O(N) cost and NaN-safety are fully preserved.

4.   Momentum-Exhaustion Band Filter

A targeted mean-reversion veto at the volatility band edges. When a signal fires with the entry already pressed deep into the outer band and the Hull momentum slope has decayed below a floor, the move is statistically more likely to reverse than to extend. These are precisely the signals that the Hull suite generates at the tail end of a trend and that produce the highest ratio of late entries.

The filter checks two conditions simultaneously: band penetration fraction (≥85% of the way to the outer band) and normalised momentum slope (below configurable floor). A genuine momentum breakout, where the slope is still rising, passes untouched.

5.   Cross-Timeframe Wilson Hit-Rate Gate

Each indicator instance writes its live TP1 win/loss tally to a shared slot in the MetaTrader Common folder, keyed by symbol and timeframe. At every signal, the instance reads all peer slots for the same symbol and compares hit rates — not raw percentages, but Wilson score lower bounds at 95% confidence.

The Wilson lower bound is the statistically correct pessimistic estimate of the true win rate given a finite sample. Its critical property: a timeframe with only 4 trades and a raw rate of 75% receives a Wilson lower bound of just 30%, which cannot beat a timeframe with 100 trades and a raw rate of 54% (lower bound 44%). Small samples can never trigger a veto.

A signal is suppressed only when all three conditions are met simultaneously:

  • Both the current TF and the best peer TF have ≥ TFG_MinSamples resolved trades
  • The peer's Wilson lower bound exceeds the current TF's lower bound by ≥ TFG_MarginPP (default: 10 percentage points)
  • The peer's data was written within the last TFG_StaleHours (default: 72 hours)

If any condition is not met — insufficient data, margin too small, stale slot — the signal passes through. The gate is permanently permissive when running on a single chart.

CROSS-TIMEFRAME SETUP GUIDE

To activate the Cross-Timeframe Hit-Rate Gate, attach ICONIC HULLX AI v2.0 to four charts of the same symbol simultaneously:

Chart Timeframe Role
Chart 1 M5 High-frequency signal source, accumulates short-term statistics
Chart 2 M15 Intermediate confirmation layer
Chart 3 M30 Intermediate confirmation layer
Chart 4 H1 Structural context layer, typically highest hit rate

Each instance operates fully independently and shares statistics automatically. No manual data transfer, no external tools. All inter-instance communication happens via a single binary file in the MetaTrader Common folder (ICONIC_HULLX_TFSTATS_v1.bin by default). The gate activates as soon as each timeframe has accumulated the minimum required number of resolved trades — until then, every instance runs permissively without suppressing any signal.

Single-chart users: The gate is permanently permissive with no peer data. All other four gates remain fully active. No setup required.

NEUROCORE 2.0 ENSEMBLE ENGINE

The five precursor gates feed into the existing NEUROCORE ensemble, which has not been altered:

  • TD(λ) Q-Table with 5-action Boltzmann-Softmax policy and heuristic priors (no cold-start random behaviour)
  • Online Logistic Regression with per-regime weight separation (Trend / Chop / Volatile)
  • Pattern kNN with cosine similarity matching against the historical signal ledger
  • PAVA Isotonic Calibration — monotone score-to-TP1-rate mapping built from realised outcomes
  • ATR-Adaptive SL / TP — all exit levels scale with current volatility, never fixed points
  • AI-Adaptive Entry Nudge — entry offset adjusted by ensemble conviction score

The raw ensemble score gates signals (not the calibrated score), preserving the full spread needed for selective filtering.

FULL FEATURE LIST

  • Hull Moving Average suite: HMA, EHMA, THMA variants with adaptive length (ER-driven, EMA-smoothed, step-clamped)
  • Keltner Channel + Bollinger Band squeeze detection with squeeze counter
  • Adaptive volatility bands (ATR × ER-weighted multiplier, inner + outer)
  • Buy / Sell arrow signals with configurable bar-close or intrabar trigger
  • Full signal ledger with 7 / 30 / 90-day TP1 and TP2 win-rate statistics
  • Per-symbol / per-timeframe brain files (AI state, RLS weights, SSM clusters, TF stats)
  • Native MetaTrader 5 economic calendar news filter (USD, EUR; configurable)
  • Push notifications with Symbol / Direction / Entry / SL / TP1 / TP2
  • Cyberpunk HUD with sine-wave animation, live AI score, gate status
  • Market profile presets: Forex Majors, Gold / Metals, Crypto, Indices
  • All AI learning and state persistence fully in RAM during live session — disk writes are time-throttled (default: every 4 hours) and only occur on trade close or terminal shutdown
  • Compatible with MetaTrader 5 Strategy Tester (including visual mode)

INPUT PARAMETERS OVERVIEW

Hull Suite
Hull_Variant HMA / EHMA / THMA
Hull_Length Base period (default: 55)
Adaptive_Hull Enable ER-driven adaptive length
Intelligence Stack Gates
SSM_Enable / SSM_Gates_Signals Mamba SSM gate on/off, veto or HUD-only
RLS_Enable / RLS_Lambda Adaptive feature weighting, forgetting factor
KOOP_Enable / KOOP_Mix Nonlinear lifting blend (0.0–1.0)
EXH_Enable / EXH_PenetrationFrac Exhaustion filter, band penetration threshold
TFG_Enable / TFG_MinSamples / TFG_MarginPP Cross-TF gate, min samples, margin in pp
NEUROCORE AI Engine
AI_Enable Master AI switch
AI_Signal_MinScore Minimum raw ensemble score to pass a signal
AI_AdaptiveExits AI-computed SL / TP1 / TP2
AI_UseEnsemble Enable full multi-model ensemble
Signal Filtering
ADX_MinLevel Minimum ADX for trend confirmation
RSI_LongMin / RSI_ShortMax RSI alignment filter
UseNewsFilter Suppress signals near high-impact news events
Alerts
Push_Enable / Push_MinAIScore Push notification gate and minimum score
Signal_On_BarClose Bar-close only or intrabar signals

SYSTEM REQUIREMENTS

  • Platform: MetaTrader 5 (build 2361 or later recommended)
  • Chart type: Any symbol — Forex, Indices, Crypto, Commodities
  • Recommended timeframes: M5, M15, M30, H1 (attach all four per symbol for Cross-TF gate)
  • No external DLLs required. All computation runs natively inside the MetaTrader 5 sandbox
  • Common folder write access required for state persistence and cross-TF communication

IMPORTANT NOTES

No indicator guarantees profitability. All AI components learn from your own live trade outcomes on your specific symbol and timeframe. Performance depends on market conditions, broker, spread, and execution. Always validate on a demo account before deploying on a funded account. Walk-forward testing is strongly recommended before using this indicator in a prop firm challenge or live environment.

The Cross-Timeframe Hit-Rate Gate requires a minimum of TFG_MinSamples resolved trades per timeframe before it becomes active. During the warm-up period all instances run permissively.

The RLS feature weighting requires a minimum of RLS_MinSamples resolved trades before deviating from the flat default. Until this threshold is reached the indicator behaves identically to a standard Hull suite with the NEUROCORE ensemble.

ICONIC HULLX AI v2.0 is developed and maintained by ICONIC FX / NEUROCORE AI. For support, questions, and updates visit the MQL5 profile page.

おすすめのプロダクト
FiveStarFX Gold Reversal Edge Professional automated trading solution designed for structured execution and controlled risk management in the Gold market. Built for traders who value discipline, precision, and consistency. Key Features Fully automated trading One trade at a time (controlled exposure) Fixed Stop Loss and Take Profit Smart Break-Even protection Profit lock with buffer Step-based trailing management Spread protection system Works on any broker Trade Management The E
FREE
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。 VERSION MT 4 -   More useful indicators このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります)。 コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / \ # このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 外観の種類     - 情報行の表示タイプ。次の 3 つのオプションがあります。 価格に従ってください     - 価格に従う。 コメントとして     - コメントとして; 画面の選択した隅に     - 画面の選択した隅にあります。 添付用グラフコーナー     - 表示タイプを選択した場合 画面の選択されたコーナーでは、この項目を使用して
FREE
Supply and Demand DE inspired EA Professional Supply & Demand Zone Trading System with Multi-Timeframe Confirmation Overview This advanced Expert Advisor automatically identifies and trades high-probability Supply and Demand zones using institutional trading principles. The EA combines classical supply/demand zone detection with modern confirmation filters including Break of Structure (BoS), Fair Value Gaps (FVG), and higher timeframe validation. 5m chart Setfile link: https://drive.google.com/
FREE
The Half ma arrow indicator for the MetaTrader 5 trading terminal is a simple but effective tool that gives a signal about a change in the current trend. The Half ma indicator looks like a solid dynamic line that changes color at the points where the trend changes. At these points, the indicator draws arrows of the corresponding color and direction.The Half ma arrow indicator for the MT5 terminal is not an independent source of input signals. It will be most effective to use it as a trend filte
平均方向性指数(ADX)マルチカレンシースキャナー MT5 は、複数の通貨ペアを同時に分析するために設計された高度なトレーディングインジケーターです。これは、平均方向性指数に基づくリアルタイムのシグナルを提供することで、意思決定プロセスを強化したいトレーダーに利益をもたらし、効率的な市場トレンド分析を可能にします。 このツールは、トレンドの強さと方向の動きを簡単に特定できるようにし、ADXに基づく戦略を採用するトレーダーにとって不可欠な資産となっています。リアルタイムのアラートとユーザーフレンドリーなダッシュボードを備え、トレーダーは市場の状況を迅速に評価し、情報に基づいた取引選択を行うことができます。 MQL製品のインストールガイド | MT4/MT5で購入したMQL製品の更新 | 一般的なトラブルシューティングガイド | インジケーター設定 / ガイド 主な機能 バッファ統合: インジケーターの値をアクセス可能なバッファとして公開し、Expert Advisorが自動取引のためにシグナルデータを利用できるようにします。 視覚的矢印シグナル: シグナルキャンドルのチャート上に明確なB
ARE Quantum Liquidity Institutional Smart Money Engine ARE Quantum Liquidity is an advanced Smart Money Concepts (SMC) indicator designed to help traders identify institutional liquidity movements and high-probability trading opportunities. The indicator analyzes market structure in real time and automatically detects important price action elements used by professional traders, including Break of Structure (BOS), Change of Character (CHoCH), Order Blocks, Fair Value Gaps (FVG), Liquidity Swe
Nem Nem
Taha Saber Ashour Kamel
Nem Nem is super accurate mt5 indicator it is working with any pair any time frame it will show and provide you with high Winrate signal you can use for forex pairs , gold and any other pairs it is easy to use also you can see the white lines for starting and end of signals it will help you to read the chart and enter and make correct decisions in trades. also it  will be clear for you when to enter and exit from any trades
FREE
"2nd To NoneFX Scalper" is one powerful indicator which you can use on any timeframe. The accuracy is in between 90% - 95% can be more. The indicator is 100% non repaint so it doesn't repaint at all. When the arrow comes out wait for the candlestick to close the arrow won't repaint/recalculate or move. The indicator works with all volatility indices,step index, Boom & Crash(500 & 1000) and all currency pairs. You can change settings of the indicator. For great results find the trend of the pair,
バージョン1.3の詳細については、「What's New」をご覧ください。 //+---------------------------------------------------------------------------------------------------------------+ このインジケーターは、市場の重要なスイングポイントを特定するために、価格動向とボリュームの動きを分析するツールとして設計されています。主に日中取引で効果を発揮しますが、他の取引時間でも自由に試すことができます。 概要 このインジケーターは、価格の高値や安値パターンを特定し、大きな価格変動の前兆となる重要なポイントを見つけることを目指しています。 機能 ベアリッシュキャンドルパターン 高値が設定可能な範囲内の一定数(デフォルトでは前5本、後3本)のキャンドルより高い時に特定されます。 特定するためには、さらにユーザーが調整可能な数の減少ボリュームバーが事前に存在する必要があります。 ブルリッシュキャンドルパターン 安値が設定可能な範囲内の一定数(デフォルトでは前5本、後3本)のキャ
FREE
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. What Pip ST Chart Does Renko ch
FREE
High Low Open Close
Alexandre Borela
4.98 (45)
このプロジェクトが好きなら、5つ星レビューを残してください。 このインジケータは、指定されたためのオープン、ハイ、ロー、クローズ価格を描画します 特定のタイムゾーンの期間と調整が可能です。 これらは、多くの機関や専門家によって見られた重要なレベルです トレーダーは、彼らがより多くのかもしれない場所を知るために有用であり、 アクティブ。 利用可能な期間は次のとおりです。 前の日。 前週。 前の月。 前の四半期。 前年。 または: 現在の日。 現在の週。 現在の月。 現在の四半期。 現年。
FREE
# 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
「調整可能なフラクタル」はフラクタル インジケーターの高度なバージョンで、非常に便利なトレーディング ツールです。 - ご存知のとおり、標準フラクタル MT5  インジケーターには設定がまったくありません。これはトレーダーにとって非常に不便です。 - 調整可能なフラクタルは、この問題を解決しました。必要な設定がすべて揃っています。 - インジケーターの調整可能な期間 (推奨値 - 7 以上)。 - 価格の高値/安値からの距離を調整可能。 - フラクタル矢印のデザインを調整可能。 - インジケーターにはモバイルおよび PC アラートが組み込まれています。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、この MQL5 Web サイトでのみ提供されるオリジナル製品です。
PROMETHEUS TECHNICAN VERSION Free | By THE SONS A gift from The Sons — no strings, no trial, no expiry. Every trader deserves access to professional-grade market intelligence. That belief is why Prometheus Technical Version exists, and why it costs nothing. Consider it our handshake to the trading community. What You're Getting This is not a simplified tool dressed up as a gift. Prometheus Technican Version is a fully built, institutional-quality technical analysis indicator running a dual-model
FREE
BTC Trend Scalper MT5 トレンドキャプチャーエディション — BTCUSDのための精密モメンタムトレーディング トレーダーの皆さん、こんにちは! 私は   BTC Trend Scalper MT5   — 規律あるリスク管理でモメンタムの動きを捉えるために設計されたインテリジェントなビットコイントレーディングエキスパートアドバイザーです。 私は マーチンゲールではありません 。 私は グリッドシステムではありません 。 私は ギャンブルロボットではありません 。 私は トレンドフォロー型スキャルパー です。すべてのローソク足を追いかけるよりも資本を守ることが重要であると理解しているトレーダーのために特別に構築されました。 私の専門は? ビットコイン(BTCUSD) 私の使命は? リスクを厳格に管理しながら、高い確率で方向性のある動きを捉えること。 なぜ「トレンドキャプチャー」なのか? 多くのビットコインEAは、天井や底を予測しようとします。 多くのスキャルパーは、市場のわずかな変動に過剰に取引します。 私は別のアプローチを取ります。 私は待ちま
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
BlueBoat – Prime Cycle is a technical indicator for MetaTrader 5 that visualizes market cycles based on the Fimathe cycle model (Marcelo Ferreira) . It identifies and displays historic and live cycle structures such as CA, C1, C2, C3, etc., helping traders understand the rhythm and timing of price movement across multiple sessions. This tool is ideal for manual analysis or as a supporting signal in discretionary strategies. Key Features Historical Cycle Analysis – Backtest and visualize as many
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
HAS RSI Signal — SL/TP自動計算機能付き プロフェッショナル・トレンドインジケーター HAS RSI Signal は、信頼性の高いクラシックな手法と最新のノイズ除去アルゴリズムを融合させた強力なトレーディングツールです。 平均足スムーズド(Heiken Ashi Smoothed) と RSI を組み合わせることで、トレンドの転換点や買われすぎ・売られすぎ圏からの脱出タイミングを正確に捉え、明確なエントリーシグナルを提示します。 主な特徴: 二重のフィルタリング: 平均足スムーズドで市場の「ノイズ」を除去し、RSIで勢い(モメンタム)の強さを確認します。 損切り・利確ラインの自動計算: 単にシグナルを出すだけでなく、ボラティリティ( ATR )に基づいた最適なストップロス(SL) と テイクプロフィット(TP)を自動で算出します。 視覚的な分かりやすさ: シグナルはチャート上にカラーキャンドルとして表示されるため、一目でトレンドを把握でき、取引画面をスッキリと保てます。 充実の通知機能: アラート、音声、スマートフォンへのプッシュ通知機能を搭載。チャンスを逃すこと
インディケータは現在のクオートを作成し、これを過去のものと比較して、これに基づいて価格変動予測を行います。インジケータには、目的の日付にすばやく移動するためのテキスト フィールドがあります。 オプション: シンボル - インジケーターが表示するシンボルの選択; SymbolPeriod - 指標がデータを取る期間の選択; IndicatorColor - インジケータの色; HorisontalShift - 指定されたバー数だけインディケータによって描画されたクオートのシフト; Inverse - true は引用符を逆にします。false - 元のビュー。 ChartVerticalShiftStep - チャートを垂直方向にシフトします (キーボードの上下矢印)。 次は日付を入力できるテキストフィールドの設定で、「Enter」を押すとすぐにジャンプできます。
製品概要 KMB Smart Pattern Analyzer PRO は、ユーザーが指定したチャート範囲内で市場パターンを検出し、技術的な一致度に基づいてランキングする高度なテクニカル分析インジケーターです。 複数の分析エンジンを1つのプロフェッショナルなツールに統合しています。 ローソク足パターン分析 クラシックチャートパターン認識 ハーモニック構造検出 市場構造 / SMC分析 チャート全体にランダムなシグナルを表示するのではなく、ユーザーが指定した市場エリアに集中し、最も強いパターン候補、方向性、ブレイクアウトレベル、無効化レベル、予測ターゲットゾーンを構造的に分析します。 主な機能 最も一致度の高い Top 3パターン を検出・ランキング 対応分析: ローソク足パターン クラシックチャートパターン ハーモニックパターン Market Structure / SMC ユーザー指定範囲の分析 以下を表示: パターンタイプ 市場方向 Score Momentum Breakoutレベル T1 / T2 / T3ターゲット Invalidationレベル Structure情報 選択
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
Alerte Zigzag Pro Zigzag Alerte est un indicateur de trading professionnel conçu pour identifier avec une précision chirurgicale les sommets ( Peaks ) et les creux ( creux ) majeurs du marché. Basé sur une cartographie dynamique de la structure des prix, il utilise un algorithme d'analyse des vagues combiné à un système de notification instantanée, éliminant le bruit du marché pour ne garder que les points de retour stratégique. Zigzag Alerte n'est ni un indicateur classique retardé, ni un outi
Radar Trade Analytic
Jeverson Rodrigues Ferreira
Radar Trade Analytic 2.0 – MT5用クオンツパネル Radar Trade Analyticとは? Radar Trade Analyticは、Radar Tradeエコシステムのクオンツ(定量分析)モジュールです。メインチャートの下に独立したウィンドウで表示され、同一の独自エンジン「Sigma」で構築された4つの同期レイヤーを表示します。チャート上で見えるものとパネルで読み取れるものが直接対応することを保証しています。 売買シグナルはありません。ターゲットもありません。アラートもありません。Radar Trade Analyticは本当に重要なデータだけを整理し、明確な判断ができるようにします。 バージョン2.0での変更点 # 改善点 旧バージョン (1.00) バージョン2.0 1 Delta Flow (CVD) M1足のみを使用して計算(下位時間足での推定値) TICK_FLAG_BUY/SELLフラグ付きティックによる実際のアグレッション・デルタ。プロ向けプラットフォームと同じデータを使用 2 自動フォールバック M1が利用できな
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
製品概要 Global Session Zones Systemは、 MT4およびMT5 プラットフォーム専用に設計されたチャート補助インジケーターです。目に見えない時間サイクルを直感的なチャート言語に変換し、世界の4大外国為替取引セッション(ニューヨーク、ロンドン、東京、シドニー)の背景ボックス、主要な価格帯、統計パネルを自動的に描画します。これにより、トレーダーは市場の変動範囲とトレンドの強さを正確に把握し、信頼性の高いブレイクアウトシグナルを得ることができます。 主要機能 4セッションの可視化 : 4つの主要セッションの開始/終了時間と色をカスタマイズして設定でき、長方形の背景ボックスで各セッションの範囲を直感的に表示します。 多面的なテクニカル分析 : セッション内の線形回帰トレンドライン、平均線、VWAP(出来高加重平均価格)、高値/安値の延長線をオプションで表示し、トレンドの方向性を判断するのに役立ちます。 リアルタイムステータスパネル : 右上に各セッションのアクティブ状態を表示し、高度なモードではトレンドの強さ(R²)、標準偏差(σ)などの定量的データを提供します。 イ
Easy GOLD MT5
Franck Martin
3.87 (45)
Easy Gold is the latest addition to the BotGPT family. It is surprising and very powerful. It is ideal for beginners due to its simplicity.  There is absolutely nothing to do, it's 100% automated, simply indicate the percentage of risk you want to take per trade and the EA is ready. Whatever your capital, the EA takes care of everything. Optimized on (XAUUSD).  Unleash all the power with the professional version (AGI Gold) and its connection to the neural network, available in my store. My othe
FREE
Receive notifications for multi-trendline or single trendline breakout. Yes! You heard us right!  You will be notified the moment price crosses any and all the timeframe trendlines that you have chosen.  1.    ADDING MULTIPLE OR SINGLE TRENDLINES IN THE SAME DIRECTION To trigger a stronger trading opportunity you can require that price breaks one or more trend lines of different timeframes in the same direction. To do this navigate to the timeframe for which you want to add a trendline and click
このプロダクトを購入した人は以下も購入しています
時折、私自身もこのシステムを使って取引を行っています。 実口座での私の手動による「BOMBER」トレードをぜひご評価ください - LIVE SIGNAL このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディン
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
伝説が帰ってきました:Entry Points Pro 10。 MQL5 Marketのトップ3に3年間入り続けた伝説的インジケーターの再始動です。 2つのバージョンで合計589件の高評価レビュー、毎日数千人のトレーダーが実際のトレードに使用し、デモのダウンロードは31,000件以上   MT4+MT5 。 私はこの5年間に寄せられたレビューをすべて読み、約束を並べる代わりに、その答えをバージョン10に組み込みました。1999年から相場に携わり、 誠実さ、自らの評判、そして顧客を大切にする 作者による製品です。 Entry Points Proのエントリーシグナルは、リペイント(再描画)を一切行いません。 そして今回初めて、これは作者の言葉ではなく検証可能な事実になりました。確定シグナルはローソク足の終値確定後にのみ表示され、自動テストで リペイントはゼロ と確認されています(EURUSD、XAUUSD、BTCUSDで2,486,568回の不変条件チェック、違反0件)。検証方法は公開されており、ストラテジーテスターでご自身で再現できます。 ご購入後は、必ずすぐにダイレクトメッセージでご
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
SUPERHEROインジケーターは、「オールインワン」方式に基づいて設計された多通貨対応の取引システムです。このインジケーターは市場を独自に分析し、取引の開始および終了のタイミングに関するシグナルを提供します。ストップロス注文とテイクプロフィット注文を使用します。R:R比率は1:1です。 私は時折、このシステムのシグナルに基づいて自ら取引を行いますが、その結果は以下の通りです— ライブシグナル このシステムはスマートフォンにプッシュ通知を送信できるため、PCに縛られることなく「外出先」からでも取引を行うことができます。自己勘定取引を行う企業に最適です。 すべてのお客様への特典: このインジケーターをご購入いただいたすべてのお客様に、私から特別なユーティリティをプレゼントいたします。その内容は以下の通りです: 自動的にストップロス注文とテイクプロフィット注文を発注します 価格が目標水準に達すると、自動的に取引を決済します 指値注文による取引に対応しています 平均化取引モードに対応しています この優れた、しかも非常に便利なユーティリティをプレゼントとして受け取りたい場合は、SUPERHER
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
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:MT5向け合成マルチタイムフレーム・バイアスエンジン ️ サマー・ローンチ・オファー — The Oracle Pro を 199 USD で(早期購入者向け)。価格は普及に応じて上昇します。最終価格 399 USD。 The Oracle Pro は、要求の高いプロのトレーダーのために作られた MetaTrader 5 向けのプレミアム・マルチタイムフレーム バイアスエンジン です。ひとつの問いに規律をもって答えます。すなわち、各タイムフレームの現在の方向バイアスは何か、その強さはどれほどか、そしてタイムフレーム同士はどれだけ一致しているか。すべては確定足のみで計算され、リペイントはありません。 The Oracle Pro はマルチファクター・コンセンサス・システムです。独自のインジケーターと最適化されたアルゴリズムを単一の高度なコンセンサス・ベクトルに統合し、それを単一のインジケーター・インスタンス内で現在足と上位足のスタックにわたって読み取ります。複数のチャートにばらばらのツールを積み重ねる代わりに、です。 これは Oracle コンセンサス手法
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コンテキスト、安定したライブ動作、
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
M1 Quantum を使用したライブトレードシグナル : シグナル (取引は 自動的に Quantum Trade Assistant によって実行され、この製品に 無料 で含まれています。) 最新ニュース: バージョン1.64がリリースされました。現在、すべての取引で、関連するサポート/レジスタンスゾーンの後ろにStop Lossが設定されます。今回のバージョンでは、EAのパフォーマンスを向上させるためにSmart Close機能も改善されました。 8月9日から、ライブシグナルはバージョン1.64で稼働しています。 価格プラン: 現在価格: $169 (早期購入者向けオファー) 次回予定価格: $189 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 よくある質問 - 設定ファイル - インストールガイド M1 Quantum は、M1専用のプロフェッショナルトレーディング
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
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
Ziva LSE Pro
Hassan Abdullah Hassan Al Balushi
ZIVA LSE Pro: Trade the Flow, Not the Noise ZIVA LSE Pro was developed around a simple belief: professional traders do not need more random signals; they need better context. This workflow reflects the ZIVA approach to filtering market noise and focusing on the liquidity and structural mechanics that influence price behavior. Most indicators treat the market like a static picture. ZIVA LSE Pro is built to read it as a dynamic environment where liquidity, structure, volatility, and execution con
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
KURAMA GOLD SIGNAL PRO(MT5版)— 7層フィルター・自動TP/SL・品質スコア・サイン履歴保存搭載 XAUUSD完全トレードシステム リアルタイムでリペイントしません。サインが出た瞬間、矢印・エントリー・TP・SLはその場で固定され、後から動きません。あなたがトレードするのは、この「リアルタイムで出たサイン」です。さらにv7.20では、実際に通知されたサインを自動保存し、再起動後もそのまま復元します。 購入者限定特典 買い切りライセンスをご購入いただいた方に、AI Zone Radar($59相当)+完全PDFマニュアルを無料プレゼント。本体価格に$59相当の特典が付いてきます。購入後にMQL5でメッセージをお送りください。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 ゴールドトレーダーのコミュニティで実際に使用され、精度と使いやすさで高く評価されています。 あな
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
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
Trend Forecaster は、ブレイクアウトシグナル、反転の可能性があるエリアの分析、マーケットレンジデータ、視覚的な統計パネルを1つのチャート作業スペースにまとめた MetaTrader 5 インジケーターです。 Buy と Sell シグナルを表示し、Average Range と Current Range を追跡できます。また、現在の銘柄と時間足に合わせて Sensitivity を自動調整できます。Sensitivity の手動設定も可能です。 このインジケーターは、FX通貨ペア、金属、株式、指数、暗号資産で使用できます。複数の時間足に対応しており、M5 は実用的な開始点として使えます。 主な機能 ブレイクアウトと反転エリアの分析 Trend Forecaster は、検出されたエリア付近の価格の動きを分析し、内部のブレイクアウト条件が満たされたときに Buy または Sell シグナルを表示します。このインジケーターは、トレンド継続と反転の可能性があるゾーンの両方を確認するために使用できます。 複数フィルターによるシグナルロジック このインジケーターは、複数の内部
Ziva LSE System
Hassan Abdullah Hassan Al Balushi
ZIVA LSE System A Professional Liquidity & Structure Execution Framework Executive Overview ZIVA LSE System is a professionally engineered analytical framework designed to interpret market behavior through structural logic and liquidity dynamics. It is not positioned as a conventional indicator. Rather, it functions as a structured execution environment that organizes price action into a clear, disciplined decision-making model. The system is built to deliver consistency, clarity, and controlled
SMC Fibonacci OTE: Professional Market Structure & Optimal Entry Tool SMC Fibonacci OTE is a high-precision technical indicator for MetaTrader 5 designed for traders following Smart Money Concepts (SMC) . It automates the detection of market structure shifts and identifies the high-probability Optimal Trade Entry (OTE) zone, providing you with clear entry, stop loss, and multiple take-profit levels. By eliminating manual Fibonacci drawing, this indicator ensures consistency and helps you stay fo
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
[MT5] 3時間足同調・描画アシスタントパネル — Quasar Structure 監視銘柄探しや、手動での正確なライン引きにかかる時間を短縮します。 『Quasar Structure』は、チャート分析と環境認識をサポートするMT5専用アシスタントツールです。確定後に再描画(リペイント)しない構造認識シグナルと、操作性に優れた専用UIパネルにより、日々の分析効率を高めます。   一貫性のある分析を支える3つのコア機能 ① 【ノンリペイント】一貫性のある転換&推進シグナル ローソク足の確定後に矢印が消えたり、表示位置がずれたりすることはありません。 転換シグナル(大矢印):   市場の天底やトレンドの転換候補を識別するのに役立ちます。 推進シグナル(小矢印):   値動きの勢いや、押し目買い・戻り売りのタイミングを捉えます。 過去検証と実際のリアルタイム取引でシグナル表示に相違がないため、一貫性のある相場分析が可能です。 ② 「ゴールドボタン」:3つの時間足が揃う瞬間を狙い撃ち 5分・15分・1時間など、あらかじめ設定した3つの異なる時間足のトレンド方向が一致すると、
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
Berma Bands
Muhammad Elbermawi
5 (11)
Berma Bands (BBs) インジケーターは、市場のトレンドを特定して活用したいトレーダーにとって貴重なツールです。価格と BBs の関係を分析することで、トレーダーは市場がトレンド段階にあるか、レンジ段階にあるかを判断できます。 詳細については、[ Berma Home Blog ] をご覧ください。 バーマ バンドは、上部バーマ バンド、中部バーマ バンド、下部バーマ バンドの 3 つの異なる線で構成されています。これらの線は価格の周りにプロットされ、全体的な傾向に対する価格の動きを視覚的に表します。これらのバンド間の距離から、ボラティリティや潜在的な傾向の反転についての洞察を得ることができます。 バーマ バンドの線がそれぞれ離れると、市場が横ばいまたはレンジ相場の期間に入っていることを示すことがよくあります。これは、明確な方向性の偏りがないことを示しています。トレーダーは、これらの期間中にトレンドを特定するのが難しいと感じる可能性があり、より明確なトレンドが出現するまで待つ場合があります。 バーマ バンドの線が 1 本の線に収束すると、強いトレンド環境の兆候となること
MT5向けA2SR インジケーター:自動実需給(S/R)。 + 取引商品。 Product description in English here. --   Guidance   : -- at   https://www.mql5.com/en/blogs/post/734748/page4#comment_16532516 -- and  https://www.mql5.com/en/users/yohana/blog .. MT4 version  https://www.mql5.com/en/market/product/5225 強力で信頼性が高く、時間を節約。よりスマートな取引判断を実現。 + EA互換オブジェクト。 主な利点 先行する実SRレベル(遅延やリペイントなし) 2014年以来、MT4で長年にわたり信頼性が実証されてきたA2SRが 、MetaTrader 5でも利用可能になりました。 価格がサポートレベルとレジスタンスレベルに到達する前に、実際のサポートレベルとレジスタンスレベルを特定できる、リペイントなしの先行インジケーターにより、トレーダーに
ICT PO3 (Power of 3) AMD Protocol Framework Indicator True Time & Structure Integration   |  Non-Repainting | Real-Time  | Multi-Asset  | MT4 Version Available In trading, recognizing a setup and executing without hesitation is what separates professionals from amateurs. The same principle applies to equipping your trading desk. The introductory rate of $149 for the ICT PO3 AMD Protocol Framework closes on August 26, 2026 , moving permanently to $175. Execute your decision now to lock in the c
作者のその他のプロダクト
ICONIC BTC AI+ | SYNAPSE.PHENOTYPE S6 ENGINE(バージョン 15.00) 発売価格 現在価格:499 USD。 残りライセンス数:10。 次の価格帯:599 USD。 最終価格:1699 USD。 早期アクセス価格は製品リリースの現在のフェーズを反映したものです。現在のライセンス枠が終了し、次の価格帯が開放されるにつれて価格は段階的に引き上げられます。現在の価格が終了する明確な予定日は設定されていません。 ビットコインは為替通貨ペアではありません。ゴールドのような値動きをせず、株価指数のようにセッションの境界を尊重するわけでもなく、ボラティリティの特性は一時間の取引の中でさえ変化することがあります。落ち着いた値動きの通貨向けに作られた汎用の自動売買システムは、BTCUSDが安定して示さない市場の挙動を前提としているため、ここではしばしば機能しません。 ICONIC BTC AI+ はBTCUSD専用に設計されています。エントリー条件の検証からAIによる意思決定のルーティング、リアルタイムのリスク調整に至るまで、アーキテクチャのあらゆる層がこの市
ICONIC NEUROCORE AI+  |  OMNI NEXUS EDITION MetaTrader 5 デュアルシンボル エキスパートアドバイザー(BTCUSD・XAUUSD対応) |  バージョン 2.00 同一口座上で2つの独立した自動売買システムを稼働させることは、2資産協調アーキテクチャを 運用することとは本質的に異なります。2つの独立したEAはマージンと資金を共有しますが、 互いを認識しません。一方がすでにポジションを保有している場合でも、もう一方はエクスポージャーを 縮小することができません。両方の銘柄が一時的に相関している状況を認識できず、どちらの資産が リードしてどちらが追随しているかを判断することもできません。 ICONIC NEUROCORE AI+ はこのギャップを埋めるために構築されました。BSTCUSDとXAUUSDの2つの 専門取引エンジンを、両市場間のリアルタイム関係を監視し、リスクパリティを通じて資本を配分し、 統合マージン上限を適用し、RAM上のスパースリザーバーネットワークを通じて共同市場状態を抽出する 共有協調レイヤーの下に統合します。
ICONIC KYBERNETIC AI+ — OMNI-NEXUS CYBERNETIC CORE 1つのチャート。2つの市場。4つのコア技術。5つの適応学習レイヤー。 多くのExpert Advisorは単一銘柄のみを取引しながら「インテリジェント」を名乗ります。中には2つの銘柄を同時に扱おうとして「ポートフォリオシステム」を自称するものもあります。ICONIC KYBERNETIC AI+ は、ビットコインとゴールドを因果関係でつながった一つの統合システムとして扱う、本物の4技術認知アーキテクチャを実行します。両者の間の情報の流れを継続的に読み取り、それに応じて資金を配分し、自らの学習挙動を時間とともに適応させます。 任意のチャートに適用するだけです。その瞬間から OMNI-NEXUS CYBERNETIC CORE が制御を引き継ぎます。BTCUSD と XAUUSD の両方が同時に監視・分析・取引され、2つの独立したAI「ブレイン」が実行を管理し、その上位でクロスアセットの知能レイヤーが全体を統括します。2枚目のチャートも、手動での分割も、設定の儀式も不要です。 基盤となる取
ICONIC GOLD AI+ | COGNITIVE LIQUIDITY SYNAPSE ENGINE ICONIC GOLD AI+ は、MetaTrader 5 で動作する XAUUSD 専用の自動取引システムです。M10 時間足に最適化されており、中核エンジンとして ICONIC FX 全製品共通の SYNAPSE.PHENOTYPE S6 アーキテクチャを完全実装した COGNITIVE LIQUIDITY SYNAPSE ENGINE を搭載しています。可微分可塑性ニューラルネットワーク、MAP Elites 3x3 表現型エリートアーカイブ、後知恵経験再生(HER)、GL 分数階長期記憶チャンネル、リーマン計量によるニッチ測地線ブレンディングを統合しています。すべての取引はエントリー前に厳格なストップロスを設定します。グリッドなし。マーチンゲールなし。例外なし。 システム理念 ICONIC GOLD AI+ は常時市場参加を目指しません。保留注文を出す前に、エンジンはトレンド構造、ボラティリティ状態、取引セッション、スプレッド、待機時間、ニュースフィルター、そして COG
ICONIC TRENDLINE for MetaTrader 5 Title: ICONIC TRENDLINE: Advanced Trend Indicator with MTF Panel & Alerts Short Description Tired of identifying trends too late and getting tricked by false signals in sideways markets? The ICONIC TRENDLINE indicator for MT5 is your solution. This advanced tool combines intelligent EMA logic with the power of the ADX to provide you with clear, early, and filtered trend signals. With a dynamic trendline, a multi-timeframe dashboard, and instant push notificatio
FREE
In-Depth Analysis of the "ICONIC TRENDLINE SIGNAL" Indicator The provided MQL5 code is for a sophisticated, multi-faceted trend-following indicator designed for the MetaTrader 5 platform. It moves beyond simple line crossovers by integrating trend strength , volatility , multi-timeframe analysis , and a quantitative scoring system into a single, comprehensive decision-support tool. 1. Core Trading Strategy and Logic The indicator's strategy is built upon a robust, multi-layered logical framewor
FREE
ICONIC AI SIGNAL v2.0 MetaTrader 5 対応 適応型マルチタイムフレーム コンフルエンス インジケーター 従来のテクニカル指標は、ライブトレードに移行した瞬間に機能しなくなります。その理由は 数学的に不可避です。静的だからです。固定された公式。記憶なし。市場が現在クリアなトレンド にあるのか、それとも混乱した流動性の低いレンジで失速しているのかを認識する能力がありません。 バックテストで完璧に見える場合、ほぼ常に過去のノイズに無意識に過学習しているためです。 実際の条件下では、最も必要とされる場面で正確に失敗します。局所的な疲弊ゾーン、ダマシの ブレイクアウト、レジーム転換点です。 ICONIC AI SIGNAL v2.0 は異なる設計で構築されています。MetaTrader 5 内部でネイティブ動作する、 完全に透明な自己学習型マルチタイムフレーム コンフルエンス エンジンです。その中核には2つの 並列 AI システムがあります。各市場状況下でどの参入特徴が成功を予測するかを学習するレジーム別 ロジスティック回帰ブレイン、およびこれらの特徴の時間的コ
ICONIC TITAN AI:七つの時間足を同時に読み解くニューラル シグナル エンジン ほとんどのトレーダーが失敗するのは、戦略が悪いからではありません。人間の脳は、七つの時間足を並行して評価し、各時間足につき22個の技術変数を、感情を挟まずリアルタイムで処理することが構造的に不可能だからです。 ICONIC TITAN AI は、まさにこのギャップを埋めるために構築されました。M1からD1までを同時にスキャンするニューラルネットワークのアンサンブルが、意見ではなく確率計算を提示します。 チャート上で実際に表示される内容 技術的な説明に入る前に、最も重要な質問からお答えします。TITAN AIのシグナルは実際どのように表示されるのか。有効なシグナルはそれぞれ、以下の要素で構成され、チャート上にリアルタイムで表示されます。 方向。 買いか売りかを、記号と色で明確に表示 0から100のスコア。 ルールベースの評価とニューラルネットワークの評価を組み合わせた総合品質値 信頼度、パーセント表示。 三つのニューラルネットワークが特定のセットアップにどれだけ一致しているか 発生元の時間足。 監
フィルタ:
レビューなし
レビューに返信