Iconic HullX AI

  • インディケータ
  • Maurice Prang
    Maurice Prang
    ICONIC.FX について
    ICONIC.FXは、AI駆動型トレーディングソフトウェアおよび構造化されたコピートレード(Copytrading)ソリューションを専門とするテクノロジー企業です。当社のコア技術である Iconic Neurocore 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.

おすすめのプロダクト
Introduction to Fractal Pattern Scanner Fractal Indicator refers to the technical indicator that makes use of the fractal geometry found in the financial market. Fractal Pattern Scanner is the advanced Fractal Indicator that brings the latest trading technology after the extensive research and development work in the fractal geometry in the financial market. The most important feature in Fractal Pattern Scanner is the ability to measure the turning point probability as well as the trend probabil
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
このインジケーターは実践的なトレードに最適な自動波動分析のインジケーターです! 場合... 注:   Tang Lun (Tang Zhong Shuo Zen) の命名規則の影響で、私は波のグレーディングに西洋の名前を使用することに慣れていません。基本的な波を ペン 、二次波のバンドを セグメント と名付けました。同時に、 セグメント にはトレンドの方向が指定されます (この命名方法は将来のノートで使用されます。最初に言っておきます)。ただし、アルゴリズムは曲がりくねった理論とはほとんど関係がないため、付けるべきではありません。これは、私の市場分析 によって要約された、絶えず変化する複雑な運用ルール を反映しています。 バンドは標準化され、人によって異なることがないよう定義されており、市場参入を厳密に分析する上で重要な役割を果たす人為的な干渉の描画方法が排除されています。 このインジケーターを使用することは、取引インターフェイスの美しさを改善することと同等であり、元の K ライン取引を放棄し、取引の新しいレベルに連れて行きます。また、宣伝の観点から顧客の認識も向上します。 イ
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
PipFinite Exit EDGE MT5
Karlo Wilson Vendiola
4.88 (32)
Did You Have A Profitable Trade But Suddenly Reversed? In a solid strategy, exiting a trade is equally important as entering. Exit EDGE helps maximize your current trade profit and avoid turning winning trades to losers. Never Miss An Exit Signal Again Monitor all pairs and timeframes in just 1 chart www.mql5.com/en/blogs/post/726558 How To Trade You can close your open trades as soon as you receive a signal Close your Buy orders if you receive an Exit Buy Signal. Close your Sell orders if
Introduction to Chart Pattern MT Chart Pattern MT is a chart pattern scanner to detect the triangle pattern, falling wedge pattern, rising wedge pattern, channel pattern and so on. Chart Pattern MT uses highly sophisticated chart pattern detection algorithm. However, we have designed it in the easy to use with intuitive user interface. Chart Pattern MT will show all the patterns in your chart in the most efficient format for your trading. You do not have to do tedious manual pattern detection an
PiocoliX : The Next Generation of Automated Trading Tired of robots that crash and burn at the first market turbulence? Meet PiocoliX , an Expert Advisor that changes the game. Powered by cutting-edge Adaptive Intelligence , PiocoliX is not programmed to follow rigid rules—it is designed to learn and evolve with the market, ensuring consistently optimized decisions. The Power of a Machine that Learns Predictive Decisions: PiocoliX analyzes the true state of the market strong trend, consolidat
Introducing the Bollinger Flipper Indicator – Your Ultimate Trading Edge!   Are you tired of second-guessing your entries and exits? The Bollinger Flipper Indicator is here to flip the game in your favor.   Built with the power of Bollinger Bands + Level 3 Power System + ZigZag Fractals, this advanced tool is designed to spot high-probability buy & sell signals with precision. SPECIAL BONUS (VALID TILL JUNE 2026)- OUR DAILY SCALPER EA for BTCUSD and VIX75 •································
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
RBreaker Gold Indicatorsは、金先物の短期日内取引戦略であり、トレンドフォローと日内反転の2つの取引手法を組み合わせたものです。トレンド相場での利益を捉えるだけでなく、相場が反転した際には迅速に利確し、その流れに沿ってポジションを反転させることができます。 この戦略は、アメリカの雑誌『Futures Truth』において、15年連続で最も収益性の高い取引戦略トップ10に選ばれた実績を持ち、非常に長いライフサイクルを誇り、現在も国内外で広く使用・研究されています。 本インディケーターは、2026年の金先物の値動きに対応し、14日間のATR指標に基づいて、ブレイクアウト係数A、観察係数B、リバーサル係数Rをより合理的な値で定義しています。非常に優れたインディケーターであり、安定的な年間収益を実現しています。ぜひおすすめします〜
Trend Breakout Arrows Indicator The Trend Breakout Arrows Indicator is a momentum-based signal tool designed to identify potential bullish and bearish breakout opportunities. It displays clear arrow signals directly on the price chart, helping traders quickly recognize possible trend changes and continuation setups. Up Arrow (Buy Signal) A magenta up arrow appears below a candle when bullish momentum begins to strengthen. This signal indicates that buying pressure may be overtaking selling press
PR EA - Engulfing Pattern Trading System Automated Engulfing Pattern Detection with MA Confirmation The PR EA is a Meta Trader 5 expert advisor that identifies and trades bullish/bearish engulfing candlestick patterns when confirmed by a moving average filter. Designed for swing trading on 30-minute charts with compatibility for M15 and H1 time frames. Key Features: Pattern Recognition - Detects valid bullish/bearish engulfing candle formations Trend Confirmation - 238-period SMA filter
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
The Keltner Channel Pro is a modern and enhanced version of the classic Keltner Channel , designed for traders who want to identify trends, reversals, and overbought/oversold zones with greater accuracy.  Built with EMA (Exponential Moving Average) and ATR (Average True Range) , this indicator automatically adapts to market volatility, providing dynamic channels that help filter noise and improve trade timing.  Key Features: Main channel (upper, middle, and lower) based on EMA + ATR. Optional ad
FREE
MercariaPattern1-2-3 відстежує рух ціни, знаходить трьоххвильові структури 1-2-3 та підсвічує момент, коли сценарій підтверджується пробоєм ключового рівня. MercariaPattern1-2-3 tracks price movement, detects three-leg 1-2-3 structures and highlights the moment when the scenario is confirmed by a key level breakout. Індикатор збирає локальні свінги в компактну фігуру 0–1–2–3 , чекає підтвердженого пробою та будує стрілку входу з готовими рівнями SL/TP. The indicator combines local swings into a
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pips
Floating peaks oscillator - it the manual trading system. It's based on Stochastik/RSI type of oscillator with dynamic/floating  overbought and oversold levels. When main line is green - market is under bullish pressure, when main line is red - market is under bearish pressure. Buy arrow appears at the floating bottom and sell arrow appears at floating top. Indicator allows to reverse signal types. Main indicator's adjustable inputs : mainTrendPeriod; signalTrendPeriod; smoothedTrendPeriod; tre
限定ローンチ特典!!! ご購入後、MQL5のメッセージ機能からご連絡いただければ、収益性の高い「Top Bottom」インジケーターを無料で差し上げます。 インジケーターの動作やスマートマネーコンセプトの背後にあるロジックを理解するためのマニュアル。 インジケーターの手動設定   //   SMCの使い方 Smart Market Concepts - MT4/MT5用オールインワンSMCインジケーター:市場構造、オーダーブロック、FVG、ゾーン、セッション、フィボナッチ/OTE、アラート。   //   MT4版 このインジケーターは、20種類以上のインジケーターを1つの「オールインワン」ツールに統合し、市場構造をリアルタイムで表示します。これには、内部およびオシレーターのBOS/CHoCHレベル、オーダーブロック、プレミアムおよびディスカウントゾーン、等高線・等低線、フェアバリューギャップ、複数時間足にわたる高値・安値、フィボナッチ/OTEレベル、取引セッションなどが含まれます。このインジケーターは「スマートマネー」の概念に焦点を当て、インナーサークルトレーダー分
Introducing "X Marks the Spot" – Your Ultimate MetaTrader 5 Indicator for Perfect Trades! Are you tired of the guesswork in trading? Ready to take your MetaTrader 5 experience to a whole new level? Look no further – "X Marks the Spot" is here to revolutionize your trading strategy! What is "X Marks the Spot"? "X Marks the Spot" is not just another indicator – it's your personal trading compass that works seamlessly on all timeframes . Whether you're a beginner or an experienced trader,
THE QUANTUM UNIFIED BRAIN FOR MT5 The indicator that thinks, adapts, remembers, and dominates across 9 timeframes simultaneously. Most indicators show you one signal. GRID PACMAN TITAN X ESTEROIDES v2.0 runs 17 interconnected intelligence modules in real time — and they vote together before a single arrow appears on your chart. This is not a crossover indicator. This is not a repackaged RSI. This is a complete autonomous analysis engine built for traders who are tired of chasing the market and
Crypto_Forex インジケーター   PINBAR パターン MT5用。リペイントなし、遅延なし。 - インジケーター「PINBARパターン」は、プライスアクション取引に非常に強力なインジケーターです。 - インジケーターはチャート上のピンバーを検出します。 - 強気のピンバー - チャート上に青い矢印シグナルを表示します(画像参照)。 - 弱気のピンバー - チャート上に赤い矢印シグナルを表示します(画像参照)。 -   PC およびモバイルのアラート付き 。 - インジケーター「PINBARパターン」は、サポート/レジスタンスレベルと組み合わせるのに最適です。 高品質のトレーディングロボットとインジケーターをご覧になるにはここをクリックしてください! これは、このMQL5ウェブサイトでのみ提供されるオリジナル製品です。
Surf Board
Mohammadal Alizadehmadani
Benefits of the Surfboard indicator : Entry signals without repainting If a signal appears and is confirmed, it does NOT disappear anymore, unlike indicators with repainting, which lead to major financial losses because they can show a signal and then remove it. perfect opening of trades The indicator algorithms allow you to find the Peak and floor position to enter a deal (buy or sell an asset), which increases the success rate for each and every trader using it. Surfboard works with any asset
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Hrum
Yvan Musatov
4 (1)
The Hrum indicator was created to neutralize temporary pauses and rollbacks. It analyzes price behavior and, if there is a temporary weakness in the trend, you can notice this from the indicator readings, as in the case of a pronounced change in trend direction. Entering the market is not difficult, but staying in it is much more difficult. With the Giordano Bruno indicator and its unique trend line, staying on trend will become much easier! Every rise and every fall is reflected in your emoti
ATrend
Zaha Feiz
4.83 (18)
ATrend: その仕組みと使い方 仕組み MT5プラットフォーム向けの「ATREND」インジケーターは、テクニカル分析手法の組み合わせを利用して、トレーダーに堅牢な買いと売りのシグナルを提供するように設計されています。このインジケーターは主に、ボラティリティ測定のために平均真の範囲(ATR)を活用し、潜在的な市場動向を特定するためのトレンド検出アルゴリズムを併用しています。 購入後にメッセージを残すと、特別なボーナスギフトが贈呈されます。 主な特徴: - ダイナミックなトレンド検出: インジケーターは市場トレンドを評価し、シグナルを適宜調整することで、トレーダーが優位な市場環境に合わせて戦略を立てるのを支援します。     - ボラティリティ測定: ATRを使用することで、インジケーターは最適なストップロス(SL)とテイクプロフィット(TP)レベルを決定するために不可欠な市場ボラティリティを測定します。 - シグナルの視覚化: インジケーターは、チャート上に買いと売りのシグナルを視覚的に表示することで、トレーダーの意思決定を強化します。 操作手順 入力とセッティング - TimeF
これは当社のインジケーター ACB Breakout Arrows 用に開発されたマルチシンボル・マルチタイムフレームのスキャナーです。デフォルト設定では、 28種類の通貨ペアと9つの時間足 を同時にスキャンして売買シグナルを検出します。  機能 1つのチャートから 252* のシンボルと時間足の組み合わせをスキャン可能です。 ワンクリックでシグナルのチャートを開き、事前に設定されたテンプレートを自動で適用します。  チャート上のどこにでも簡単にドラッグ&ドロップで配置できます。 ポップアップ、音声、プッシュ通知、メールによるリアルタイムアラート機能を搭載しています。  入力パラメーター ACB Breakout Arrows のシグナル感度設定。 スキャンするシンボルを入力してください。  履歴の更新:履歴データが不足または壊れている場合は、再ダウンロードして更新できます。  スキャンする時間足を選択してください。 アラート設定 パネルの色やフォントサイズを調整可能です。 
Visual Trend Reversals — Professional Trend Reversal Indicator for MetaTrader 5 Visual Trend Reversals is a modern and efficient indicator for MetaTrader 5, specifically designed for the timely identification of trend reversal points and analysis of market conditions on any instrument: forex, cryptocurrencies, stocks, indices, and commodities. The indicator is optimized to improve entry quality, minimize false signals, and maximize clarity for traders of any experience level. Key Advantages of V
Trendline Wizard Overview: The Trendline Wizard is a powerful and versatile MetaTrader 5 indicator designed for traders who rely on trendlines for their technical analysis. This indicator automatically monitors specified trendlines and provides real-time alerts when price action interacts with these critical levels. Whether you’re a swing trader, day trader, or long-term investor, the Trendline Wizard is an essential tool to enhance your trading strategy. Key Features: Customizable Alerts : Set
SURMAchannelPROは、動的な価格チャネルと明確なトレンドフォロー信号を生成するプレミアム多機能インジケーターです。滑らかなハル移動平均線(HMA)を中核とし、その周囲に動的なサポートとレジスタンスとして機能する複数のチャネルライン(内側、中間、外側)を構築します。インジケーターはチャネルのブレイクアウト/再エントリー時に視覚的な買い/売りの矢印を表示し、ユーザー定義のチャネル幅のパーセンテージに基づいて、Take Profit(TP)とStop Loss(SL)の水平線を自動的に引きます。主な特徴は、設定された履歴期間内の過去すべての信号のパフォーマンス(合計数、T/P、S/L、利益、損失)を追跡する統合統計パネルです。また、次のバーまでのリアルタイムカウントダウンタイマーも含まれます。 主な特徴: 動的マルチラインチャネル:   主要な上限/下限バンドと、市場構造を精密に分析するためのフィボナッチベースの中間線を生成します。 自動信号とバックテスト:   価格とチャネルの相互作用に基づいて買い(緑)と売り(ピンク)の矢印をプロットします。信号のパフォーマンスの完全な履歴記
このプロダクトを購入した人は以下も購入しています
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
M1 Quantum を使用したライブトレードシグナル : シグナル 価格プラン: 現在価格: $149 (早期購入者向けオファー) 次回予定価格: $169 予定小売価格: $299 開発者からのお知らせ: ご購入後、 最新の推奨設定ファイル(Set File) 、運用アドバイス、および他の M1 Quantum ユーザーと交流できる VIPサポートグループ への招待をご希望の場合は、お気軽にご連絡ください。 M1 Quantum は、M1専用のプロフェッショナルトレーディングシステムであり、ストップロス、テイクプロフィット、スマートな資金管理を内蔵した、迅速かつ正確な取引シグナルを提供します。 M1 Quantum は、 連続勝利 に重点を置いて口座を素早く成長させるために設計されたプロフェッショナルな資金管理を備えています。 M1 Quantum インジケーター の主な特徴 M1時間足 およびすべての 主要通貨ペア 向けに設計 すべての取引にストップロスとテイクプロフィットを設定 資金管理 を実装し、トレーダーが簡単に取引できるようサポート 高い勝率と高い 連続勝利 リペイント
このインジケーターを購入された方には、以下の特典を 無料 で提供しています: 各トレードを自動で管理し、ストップロスとテイクプロフィットを設定し、戦略ルールに基づいてポジションを決済する補助ツール 「Bomber Utility」 様々な銘柄に合わせたインジケーターの設定ファイル(セットファイル) 「最小リスク」、「バランスリスク」、「待機戦略」 の3つのモードで使用できる Bomber Utility 用の設定ファイル このトレーディング戦略をすぐに導入・設定・開始できる ステップバイステップのビデオマニュアル ご注意: 上記の特典を受け取るには、MQL5のプライベートメッセージシステムを通じて販売者にご連絡ください。 オリジナルのカスタムインジケーター 「Divergence Bomber(ダイバージェンス・ボンバー)」 をご紹介します。これは、MACDのダイバージェンス(乖離)戦略に基づいた 「オールインワン」型のトレーディングシステム です。 このテクニカルインジケーターの主な目的は、価格とMACDインジケーターの間に発生するダイバージェンスを検出 し、将来の価格の動きを示す
The Oracle Pro:MT5向け合成マルチタイムフレーム・バイアスエンジン ️ サマー・ローンチ・オファー — The Oracle Pro を 199 USD で(早期購入者向け)。価格は普及に応じて上昇します。最終価格 399 USD。 The Oracle Pro は、要求の高いプロのトレーダーのために作られた MetaTrader 5 向けのプレミアム・マルチタイムフレーム バイアスエンジン です。ひとつの問いに規律をもって答えます。すなわち、各タイムフレームの現在の方向バイアスは何か、その強さはどれほどか、そしてタイムフレーム同士はどれだけ一致しているか。すべては確定足のみで計算され、リペイントはありません。 The Oracle Pro はマルチファクター・コンセンサス・システムです。独自のインジケーターと最適化されたアルゴリズムを単一の高度なコンセンサス・ベクトルに統合し、それを単一のインジケーター・インスタンス内で現在足と上位足のスタックにわたって読み取ります。複数のチャートにばらばらのツールを積み重ねる代わりに、です。 これは Oracle コンセンサス手法
UZFX {SSS} スキャルピング・スマートシグナル v4.0 MT5は、変動の激しい市場において正確かつリアルタイムのシグナルを求めるスキャルパー、デイトレーダー、スイングトレーダー向けに設計された、リペイントのない高性能な取引インジケーターです。(UZFX-LABS)によって開発されたこのインジケーターは、価格行動分析、トレンド確認、スマートフィルタリングを組み合わせることで、すべての通貨ペアおよび時間軸において、高確率の売買シグナル、警告シグナル、トレンド継続の機会を生成します。 トレードの判断に迷うのはもうやめましょう。明確さ、正確さ、そして規律ある市場執行を求めるトレーダーのために設計された、体系的なシグナルシステムに従い始めましょう。 私のおすすめ* 最適な時間足:15分足以上。 {H1} が私のお気に入りです。そして、その成果は驚異的です…!! 主な機能の更新 • 自動売買シグナル検出 • 高度な反転認識ロジック • 市場反転の可能性に先立つ早期警告シグナル • トレンド継続確認シグナル • エントリー、ストップロス、TP1、TP2、TP3レベルを備えた組み込み型
このインジケーターは、市場で 関心が示されたゾーン をハイライトし、その後に 注文の蓄積ゾーン を表示します。 これは、大規模な**板情報(オーダーブック)**のように機能します。 これは、 巨大な資金 のためのインジケーターです。その性能は卓越しています。 市場にどんな関心が存在していても、 必ず目に見えるようになります 。 (これは 完全に再設計され、自動化されたバージョン です。もはや手動分析は必要ありません。) トランザクションスピード(取引速度) は新しい概念のインジケーターで、市場で大口注文が どこに・いつ 集中しているかを示し、それに基づいたチャンスを提供します。 トレンドの変化を 非常に早い段階 で察知することができます。 FXでは「出来高」と呼ばれているものは誤解されています。実際には、これは 時間あたりの価格変動量 です。したがって、正しい名称は トランザクションスピード です。 考え方・行動・分析の仕方すべてが問われます。 分析パラダイムの転換は非常に重要です。 このインジケーターは、FXにおける出来高の考え方を 根本から再定義 し、論理的な形で正確に活用する、
GEM Signal Pro GEM Signal Pro は、MetaTrader 5 向けのトレンドフォロー型インジケーターです。より明確なシグナル、より整理されたトレードセットアップ、そして実用的なリスク管理をチャート上で確認したいトレーダーのために設計されています。 単純な矢印だけを表示するのではなく、GEM Signal Pro はトレード全体の考え方を、より見やすく分かりやすい形で表示します。条件が確認されると、インジケーターはエントリー価格、ストップロス、利確目標をチャート上に表示し、トレードセットアップをより効率的に確認できるようにします。 動作の仕組み このインジケーターは、まず内部ロジックに基づいて有効なシードシグナルを検出します。 確認条件が満たされると、GEM Signal Pro はチャート上に完全なセットアップを表示します。これにより、トレーダーはトレード構造をより明確に把握し、手作業による分析を減らすことができます。 チャート上のトレードレベル 確認済みシグナルに対して、GEM Signal Pro は以下を表示できます。 エントリー価格 ストップロス テ
ご紹介     Quantum Breakout PRO は 、ブレイクアウト ゾーンの取引方法を変革する画期的な MQL5 インジケーターです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。     クォンタム ブレイクアウト プロ   は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 クォンタム ブレイクアウト インジケーターは、5 つの利益ターゲット ゾーンを備えたブレイクアウト ゾーン上のシグナル矢印と、ブレイクアウト ボックスに基づいたストップロスの提案を提供します。 初心者トレーダーにもプロのトレーダーにも適しています。 量子EAチャネル:       ここをクリック 重要!購入後、インストールマニュアルを受け取るためにプライベートメッセージを送ってください。 推奨事項: 時間枠: M15 通貨ペア: GBPJPY、EURJPY、USDJPY、NZDUSD、XAUUSD アカウントの種類: ECN、Raw、またはスプレッドが非常に低い R
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
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コンテキスト、安定したライブ動作、
Quantum TrendPulse を ご紹介します。これは、   SuperTrend   、   RSI   、および Stochastic のパワーを 1 つの包括的なインジケーターに組み合わせて、取引の可能性を最大限に引き出す究極の取引ツールです。精度と効率を求めるトレーダー向けに設計されたこのインジケーターは、市場のトレンド、勢いの変化、最適なエントリー ポイントとエグジット ポイントを自信を持って特定するのに役立ちます。 主な特徴: SuperTrend 統合: 現在の市場動向に簡単に追従し、収益性の波に乗ることができます。 RSI精度: 買われすぎと売られすぎのレベルを検出し、市場の反転のタイミングに最適で、SuperTrendのフィルターとして使用されます。 確率的精度: 確率的振動を活用して、変動の激しい市場で隠れたチャンスを見つけます。SuperTrend のフィルターとして使用されます。 マルチタイムフレーム分析:   M5 から H1 または H4 まで、さまざまなタイムフレームで市場を常に把握します。 カスタマイズ可能なアラート: カスタム取引条件が満たされ
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 強力で信頼性が高く、時間を節約。よりスマートな取引判断を実現。 + EA互換オブジェクト。 主な利点 先行する実SRレベル(遅延やリペイントなし) 2014年以来、MT4で長年にわたり信頼性が実証されてきたA2SRが 、MetaTrader 5でも利用可能になりました。 価格がサポートレベルとレジスタンスレベルに到達する前に、実際のサポートレベルとレジスタンスレベルを特定できる、リペイントなしの先行インジケーターにより、トレーダーに卓越した優位性をもたらします。 A2SRは、価格がサポートレベルとレジスタンスレベルに到達する前に、事前にサポートレベ
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
Trend Forecaster は、ブレイクアウトシグナル、反転の可能性があるエリアの分析、マーケットレンジデータ、視覚的な統計パネルを1つのチャート作業スペースにまとめた MetaTrader 5 インジケーターです。 Buy と Sell シグナルを表示し、Average Range と Current Range を追跡できます。また、現在の銘柄と時間足に合わせて Sensitivity を自動調整できます。Sensitivity の手動設定も可能です。 このインジケーターは、FX通貨ペア、金属、株式、指数、暗号資産で使用できます。複数の時間足に対応しており、M5 は実用的な開始点として使えます。 主な機能 ブレイクアウトと反転エリアの分析 Trend Forecaster は、検出されたエリア付近の価格の動きを分析し、内部のブレイクアウト条件が満たされたときに Buy または Sell シグナルを表示します。このインジケーターは、トレンド継続と反転の可能性があるゾーンの両方を確認するために使用できます。 複数フィルターによるシグナルロジック このインジケーターは、複数の内部
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 One indicator. The full analytical edge of a professional trading desk, built into your MT5 chart. CGE Trading Suite unifies everything a serious trader reads in a market — structure, momentum, timing, and capital flow — into one seamless MT5 workspace. 17 integrated modules act as a single system: ICT sessions and killzones, order-block and liquidity mapping, MIDAS volume curves, automated trend lines and channels, the Economic Confidence Model, and a live
これはMT5のインジケーターで、再描画なしで取引に参入するための正確なシグナルを提供します。 外国為替、暗号通貨、金属、株式、インデックスなど、あらゆる金融資産に適用できます。かなり正確な見積もりを提供し、取引を開始して終了するのに最適な時期を教えてくれます。1つのシグナルを処理しただけでインジケーターの元が取れた例の 動画 (6:22)をご覧ください。Entry PointsPro インジケーターの助けを借りたほとんどのトレーダーの最初の1週間の結果が改善しています。 Telegramグループ に登録してください。Entry Points Proインジケーターのメリットは次の通りです。 再描画のないエントリーシグナル 再描画されるインジケーターでは一度表示されたシグナルが削除されて大きな金銭的損失につながることがありますが、これと異なり、表示されて確認されたシグナルは消えることがありません。 エラーなしの取引開始 インジケーターアルゴリズムによって取引を開始する(資産を売買する)理想的な瞬間を見つけることができます。それを使用するすべてのトレーダーの成功率が向上します。 あら
優れたテクニカルインジケーター「Grabber」をご紹介します。これは、すぐに使える「オールインワン」トレーディング戦略として機能します。 ひとつのコードに、市場のテクニカル分析ツール、取引シグナル(矢印)、アラート機能、プッシュ通知が強力に統合されています。 このインジケーターを購入された方には、以下の特典を無料で提供します: Grabberユーティリティ:オープンポジションを自動で管理するツール ステップバイステップのビデオマニュアル:インジケーターのインストール、設定、取引方法を解説 カスタムセットファイル:インジケーターをすばやく自動設定し、最大限の成果を出すための設定ファイル 他の戦略はもう忘れてください!Grabberだけが、あなたを新たなトレードの高みへと導いてくれるのです。 Grabber戦略の主な特徴: 推奨タイムフレーム:M5〜H4 対応通貨ペア・資産:どれでも使用可能ですが、私が実際に検証した以下を推奨します(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、E
[ MT4 Version ] Are you tired of spending months on demo or live accounts to test your trading strategies? The Backtesting Simulator is the ultimate tool designed to elevate your backtesting experience to new heights. Utilizing Metatrader historical symbol information, it offers an unparalleled simulation of real market conditions. Take control of your testing speed, test ideas quickly or at a slower pace, and witness remarkable improvements in your testing performance. Forget about wasting tim
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO   is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave
Quant Direction は、3次元の市場分析ツールです。完全に客観的なアルゴリズムベースの市場分析を提供し、様々なパラメータにわたる正確なパーセンテージ偏差を同時に算出します。高度なAI搭載モデリングツールで開発され、厳密なテストを経て開発されたこのアルゴリズムは、かつてない精度で市場を分析するように設計されています。プラットフォーム上では、あらゆる通貨ペアや金融商品を分析できます。 短期取引、デイトレード、スイングトレードなど、どのような取引スタイルに も、Quant Directionは最適な選択肢です。 オペレーターの本当の利点 Quant Directionの真の利点は、感情、眼精疲労、過剰分析を完全に排除できる点にあります。方向性を探るために何十ものチャートを手作業で精査したり、自分の好みを常に疑ったりする必要がなくなります。このシステムは、8つの時間間隔(5ヶ月から月単位まで)をミリ秒単位で処理します。あらゆる瞬間に市場を支配している主体を正確に明らかにし、常に成功確率が最も高い方向で取引できるようにします。 市場分析の3つの側面 このアルゴリズムは市場を3つの
RelicusRoad Pro: 定量的市場オペレーティングシステム 【期間限定】無制限アクセス 70% OFF - 2,000人超のトレーダーと共に なぜ多くのトレーダーは「完璧な」インジケーターを使っても失敗するのでしょうか? それは、文脈を無視して 単一の概念 だけでトレードしているからです。文脈のないシグナルは単なるギャンブルです。勝ち続けるには、 根拠の重なり(コンフルエンス) が必要です。 RelicusRoad Proは単なる矢印インジケーターではありません。完全な 定量的市場エコシステム です。独自のボラティリティモデリングを用いて、価格が推移する「適正価値の道(Fair Value Road)」をマッピングし、ノイズと真の構造的ブレイクを判別します。 推測はやめましょう。機関投資家レベルの「ロード・ロジック」でトレードを。 コアエンジン:「Road」アルゴリズム システムの中心となる Road Algo は、市場環境にリアルタイムで適応するダイナミックなボラティリティチャネルです。 安全ライン(平衡点) と、価格が数学的に反転しやすい 拡張レベル を投影します。 Si
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
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
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
ACB Breakout Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
3.5 (2)
ACB Breakout Arrows インジケーターは、特別なブレイクアウトパターンを検出することで、市場における重要なエントリーシグナルを提供します。このインジケーターはチャートを常に監視し、一方向に勢いが定着してきた段階で、主要な値動きの直前に精度の高いエントリーシグナルを表示します。 マルチシンボル・マルチタイムフレームスキャナーはこちらから - ACB Breakout Arrows MT5 用スキャナー 主な機能 ストップロスとテイクプロフィットの水準が自動で表示されます。 すべての時間足のブレイクアウトシグナルを監視できるMTFスキャナーダッシュボードを搭載。 デイトレーダー、スイングトレーダー、スキャルパーに最適。 シグナル精度を高めるための最適化されたアルゴリズム。 損益分岐点やスキャルピングターゲットに使える特別なライン(クイックプロフィットライン)。 勝率、平均利益などのパフォーマンス分析メトリクスを表示。 リペイントなし。 トレードの確認 - 低確率のトレードを除外するために ACB Trade Filter インジケーター を使用してください。 強い買い:
多くの矢印インジケーターは、シグナルだけを表示して、その後の判断をすべてトレーダーに任せてしまいます。KT Alpha Hunter Arrows は、完整なトレードプランをチャート上に提示します。 各シグナル矢印が表示されるたびに、エントリーライン、ストップロス、4つのテイクプロフィット水準、そして現在の銘柄と時間足が今トレードに値するかどうかを示すリアルタイムのエッジ判定が、すでに描画された状態で表示されます。付属の Trade Manager EA は、あなたが手動でエントリーした後の実行管理を担当し、相場が荒れて判断がぶれやすい場面でも規律あるトレードを保ちやすくします。リペイントなし。確定足シグナルのみ。Forex、ゴールド、指数、その他あなたが取引するあらゆる銘柄に対応します。 主な機能 リペイントしない買い矢印と売り矢印を、足の確定後にのみ表示。 各シグナルに、エントリーライン、構造的ストップロス、4つのテイクプロフィット水準を表示。 Edge Dashboard が、現在のチャートで買いセットアップと売りセットアップを別々に評価。 判定システム:No Edge、Mar
Ace Trend
Mikhail Sergeev
5 (3)
私たちはあなたにトレンド取引の世界でゲームのルールを変える革命的な指標を提示します。 指標は、パフォーマンスを再考し、前例のない高さにあなたの取引経験を高めるように設計されています。 私たちの指標は、競合他社とは一線を画す高度な機能のユニークな組み合わせを誇っています。 "実質の価格設定要因"の先端技術は最も困難で、揮発市況の最高の安定性を保障する。 不安定なパターン、壊れた指標に別れを告げ、意識的で制御された取引を歓迎します。 指標は単なる美しい絵ではありません! 指標は、トレーダーの側にオッズをシフトし、それによって利益を得る必要があります。 インジケータ信号(完全自動モード)に基づいて取引結果に慣れる: https://www.mql5.com/ja/signals/2339244 AceTrendは、rbtiバージョンによるトレンド指標のランキングで第一位にランクされています。AceTrend-取引における最大の収益性と制御。 私たちの指標は、歴史ではなく、現在の市場相場に基づいて収益性を強調しています。 革命に参加-あなたの取引経験の可能性のロックを解除! インジケーターは、
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
トレーダーの皆さん、こんにちは! 多くの個人トレーダーは、動作の遅いウェブスクリプトに頼っています。真の収益性を実現するには、体系化されたフレームワークが必要です。 Astro AIインジケーターは、一般的なチャートオーバーレイではありません。これは、ターミナル上で直接動作する2つのエージェントを含む、コンパイル済みのニューラルネットワークです。 システムの具体的な技術は以下のとおりです。 1. エージェント1:アナリスト(グラフィカルニューラルネットワーク - GNN) 市場は孤立した価格バーではなく、相互に連結されたデータネットワークです。 機能:エージェント1は、グラフィカルニューラルネットワークを使用して、これらの複雑で非線形な関係をマッピングします。 利点:一般的なインジケーターは過去の移動平均しか考慮しませんが、当社のGNNは市場の深い構造的関係をリアルタイムで処理し、個人トレーダーの取引量が大きな影響を与える前に、隠れた相関関係を明らかにします。 2. エージェント2:エグゼキューター(近接戦略最適化 - PPO) パターン認識は、戦いの半分に過ぎません
作者のその他のプロダクト
ICONIC BTC AI+  |  SYNAPSE.PHENOTYPE S6 ENGINE MetaTrader 5 対応 BTCUSD 適応型エキスパートアドバイザー  |  バージョン 3.00  |  S6 エンジン v7.00 ビットコインは外国為替通貨ペアではありません。金のような値動きはせず、株式指数のように セッション境界を厳守することもなく、そのボラティリティプロファイルは一時間の取引内で 急激に変化することがあります。穏やかな金融商品向けに設計された汎用の自動化システムが ここで頻繁に失敗するのは、BTCUSD が安定して実現しない市場挙動を前提としているためです。 ICONIC BTC AI+ は BTCUSD の M10 タイムフレームに特化して開発されました。そのアーキテクチャの すべての層は、エントリー検証から AI 意思決定のルーティング、リアルタイムリスク調整に至るまで、 このマーケットの特性を中心に構築されています。システムの核心には SYNAPSE.PHENOTYPE S6 ENGINE があります。これは静的なルールに従わない認知型クオンツカーネ
ICONIC NEUROCORE AI+  |  OMNI NEXUS EDITION MetaTrader 5 デュアルシンボル エキスパートアドバイザー(BTCUSD・XAUUSD対応) |  バージョン 2.00 同一口座上で2つの独立した自動売買システムを稼働させることは、2資産協調アーキテクチャを 運用することとは本質的に異なります。2つの独立したEAはマージンと資金を共有しますが、 互いを認識しません。一方がすでにポジションを保有している場合でも、もう一方はエクスポージャーを 縮小することができません。両方の銘柄が一時的に相関している状況を認識できず、どちらの資産が リードしてどちらが追随しているかを判断することもできません。 ICONIC NEUROCORE AI+ はこのギャップを埋めるために構築されました。BSTCUSDとXAUUSDの2つの 専門取引エンジンを、両市場間のリアルタイム関係を監視し、リスクパリティを通じて資本を配分し、 統合マージン上限を適用し、RAM上のスパースリザーバーネットワークを通じて共同市場状態を抽出する 共有協調レイヤーの下に統合します。
ICONIC AI SIGNAL v2.0 MetaTrader 5 対応 適応型マルチタイムフレーム コンフルエンス インジケーター 従来のテクニカル指標は、ライブトレードに移行した瞬間に機能しなくなります。その理由は 数学的に不可避です。静的だからです。固定された公式。記憶なし。市場が現在クリアなトレンド にあるのか、それとも混乱した流動性の低いレンジで失速しているのかを認識する能力がありません。 バックテストで完璧に見える場合、ほぼ常に過去のノイズに無意識に過学習しているためです。 実際の条件下では、最も必要とされる場面で正確に失敗します。局所的な疲弊ゾーン、ダマシの ブレイクアウト、レジーム転換点です。 ICONIC AI SIGNAL v2.0 は異なる設計で構築されています。MetaTrader 5 内部でネイティブ動作する、 完全に透明な自己学習型マルチタイムフレーム コンフルエンス エンジンです。その中核には2つの 並列 AI システムがあります。各市場状況下でどの参入特徴が成功を予測するかを学習するレジーム別 ロジスティック回帰ブレイン、およびこれらの特徴の時間的コ
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 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+ は、ドキュメント、モニタリング体制、サポートインフラを引き続き整備しながら、導入価格にて提供しています。ライセンス枠の充足に伴い、価格は段階的に上昇します。 現在
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枚目のチャートも、手動での分割も、設定の儀式も不要です。 基盤となる取
フィルタ:
レビューなし
レビューに返信