OFX Ea

========================================================
OFX EA — MQL5 MARKET PRODUCT DESCRIPTION
(formatting notes: **bold** = editor Bold button;
 lines starting with "•" = bullet-list button;
 UPPERCASE lines = section headings)
========================================================

SHORT TITLE (product name field):
OFX EA — OrderFlow Conviction Meter & Signals for XAUUSD (Gold)


-------------------------------------------------------
OVERVIEW
-------------------------------------------------------
**OFX EA** is the brain of the OrderFlow suite. It reads every engine as an
**independent** vote, combines them into one **conviction meter**, and fires clean
**BUY / SELL signals** only when enough engines agree. It can run as a
**signals-only** assistant, a **demo** auto-trader, or a **live** auto-trader — you
decide, deliberately. It also keeps an **honest, auto-graded journal** so you can see
its real track record, broken down by kill zone.

Everything is bundled into a single self-contained file — the order-flow engines are
built in. Purpose-built for **XAUUSD (Gold)**, recommended on **H1**.


-------------------------------------------------------
WHAT IT DOES
-------------------------------------------------------
• **Conviction meter** — blends four independent engines into one net score with
  direction and an agreement count (e.g. +0.62 BUY, 3/4 engines agree):
   – **A OrderFlow** (Delta + CVD)
   – **B MoneyFlow** (CMF / MFI)
   – **D ICT** (multi-timeframe bias + FVG confluence)
   – **C2 Book** (DOM imbalance, only when the broker provides depth)
• **Signals & alerts** — fires once per bar when conviction and agreement clear your
  thresholds; pop-up **Alert** and optional **push** notification.
• **Three modes** — **SIGNALS** (no trading), **DEMO** (auto-trades, and refuses to
  run on a live account for safety), **LIVE** (auto-trades for real).
• **Disciplined risk** — hard **ATR stops**, fixed **RR** targets, and
  **fractional-Kelly** position sizing.
• **ICT kill-zone time filter** — optionally only act inside the right sessions.
• **Honest journal** — records and auto-grades every signal (WIN / LOSS / TIMEOUT),
  reports win-rate, expectancy (R) and a **per-kill-zone breakdown**, saved to CSV.
• **Engine ablation** — turn any engine on/off to backtest its contribution.


-------------------------------------------------------
KEY ADVANTAGES
-------------------------------------------------------
• **One decision from four independent reads** — far stronger than any single tool.
• **Signals-first & honest** — trading is OFF by default; you enable it deliberately.
• **Real track record** — the auto-graded journal shows how signals actually resolved,
  by session — no fantasy backtests.
• **Self-contained** — the engines are embedded; nothing else to install.
• **Built for gold** — tuned for XAUUSD, recommended on H1 (runs on other symbols).


-------------------------------------------------------
PART OF THE OFX ORDERFLOW SUITE — ALL ENGINES WORK TOGETHER
-------------------------------------------------------
OFX EA is where the whole OrderFlow (OFX) suite comes together — **one connected
system, not separate tools.** Each engine reads a different, independent side of the
same gold market, and the EA fuses them into a single conviction verdict:

• **OFX Delta** + **OFX CVD** — raw order-flow (A)
• **OFX OrderFlow** (money-flow: CMF + MFI) — (B)
• **OFX ICT** + **OFX KillZones** — higher-timeframe bias, FVG and session timing (D)
• **OFX Heatmap** — where liquidity is resting
• **OFX Book** — live order-book / DOM imbalance (C2)
• **OFX Dashboard** — the read-only cockpit of the same conviction math

The strongest signals are when several independent engines agree. **OFX EA turns that
agreement into action** — signals, alerts and (optionally) trades.


-------------------------------------------------------
REQUIREMENTS
-------------------------------------------------------
• Symbol: **XAUUSD (Gold)** recommended (runs on other symbols too)
• Recommended timeframe: **H1**
• MetaTrader 5. Allow **Algo Trading** to use DEMO/LIVE modes.
• For the C2 Book engine, a broker DOM feed (otherwise it disables itself, honestly).


-------------------------------------------------------
HOW TO USE
-------------------------------------------------------
1. Attach OFX EA to an **XAUUSD H1** chart; leave Mode = **SIGNALS** at first.
2. Watch the conviction meter and let the journal build a track record.
3. When you are comfortable, switch to **DEMO** (demo account) or **LIVE**, set your
   risk, and enable Algo Trading.


-------------------------------------------------------
INPUTS / PARAMETERS
-------------------------------------------------------
Conviction weights:
• **InpW_OrderFlow** — weight of the OrderFlow engine (default: 0.30)
• **InpW_MoneyFlow** — weight of the MoneyFlow engine (default: 0.20)
• **InpW_ICT** — weight of the ICT engine (default: 0.35)
• **InpW_Book** — weight of the DOM-book engine (default: 0.15)

Signal gating:
• **InpConviction** — |net| threshold to fire, 0..1 (default: 0.45)
• **InpMinEngines** — engines that must agree on direction (default: 2)
• **InpBiasBars** — bars per timeframe for ICT bias (default: 200)
• **InpSwingW** — swing-pivot half-width (default: 3)
• **InpScanBars** — bars scanned for FVG confluence (default: 300)

Engine ablation (backtest):
• **InpEnableOF / InpEnableMF / InpEnableICT / InpEnableBook** — turn each engine
  on/off (default: all true)

ICT timeframes:
• **InpICT_SingleTF** — bias on chart TF only vs multi-TF (default: false)
• **InpICT_TF_A / _B / _C** — the MTF bias timeframes (default: D1 / H4 / H1)

Trading (deliberate):
• **InpMode** — SIGNALS / DEMO / LIVE (default: SIGNALS)
• **InpRiskPct** — base risk % of balance per trade (default: 0.5)
• **InpATRperiod** — ATR period for the stop (default: 14)
• **InpATRmult** — hard stop = ATR x this (default: 1.8)
• **InpRR** — take-profit = RR x stop (default: 2.0)
• **InpAssumedWin** — assumed win rate for Kelly sizing (default: 0.50)
• **InpKellyFrac** — fraction of full Kelly, for safety (default: 0.25)
• **InpMagic** — order magic number (default: 990011)
• **InpAlerts** — pop-up alerts on signals (default: true)
• **InpPush** — push notifications on signals (default: false)

ICT time filter (Kill Zones):
• **InpUseTime** — use the kill-zone time filter (default: true)
• **InpKZOnly** — only fire inside a kill zone (default: false)
• **InpMacroReq** — also require an active macro (stricter) (default: false)
• **InpBrokerWinter** — broker GMT offset in winter, minutes (default: 120 = EET)
• **InpBrokerDST** — broker DST calendar (default: US)
• **InpAutoCalib** — auto-detect broker offset live (default: true)

Honest journal:
• **InpJournal** — record & auto-grade every signal (default: true)
• **InpGradeBars** — bars to resolve a signal before timeout (default: 48)
• **InpJournalFile** — CSV file saved in MQL5\Files (default: OFX_journal.csv)
• **InpLogVerbose** — print each grade to the Experts log (default: false)


-------------------------------------------------------
RISK DISCLAIMER
-------------------------------------------------------
Trading involves risk. OFX EA is signals-first and trading is OFF by default; DEMO and
LIVE auto-trading are enabled deliberately by you, and you accept full execution risk.
Past or simulated performance does not guarantee future results.

おすすめのプロダクト
BTC Scalper - Automated RSI Breakout Strategy for BTCUSD Unlock the power of automated trading with BTC Scalper! This expert advisor is a fully autonomous trading strategy, designed to capitalize on fast-moving BTCUSD markets. It leverages a potent combination of RSI Breakouts and two Exponential Moving Averages (EMA) to find high-probability trade entries, ensuring optimal confluence for success. Key Features: Fully Automated Trading : Set it, forget it, and let BTC Scalper handle your trades 2
FREE
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Range Auto TP SL  is for you, 100% free for now, download it and give me a good review and you are free to use it for lifetime !!!! Range Auto TP SL is a EA to set Stop Loss and Take Profit level based on range using Average True Range (ATR). It works on both manually opened positions via PC MT5 Teriminals or MT5 Mobiles and EA/robots opened position. You can specify magic number for it to work on or it can work on all the positions. Many EA does not good Stop Loss and Take Profit function and
FREE
PUMP V3_0 Liquidity Refueling — Refueling Your BalanceWhat is "Liquidity Refueling"? Think of the Forex market as a highway and liquidity as the fuel.  When institutional players "pour" massive volume into the market, the price makes a sharp surge — an impulse or a "pump."  The PUMP V3_0 EA acts as a smart fueling station: it identifies moments of maximum market energy and "pumps" that momentum directly into your trading account.   Performance Metrics (Strategy Tester Data):Net Profit "Pumped"
FREE
Hedge Copier Pro — Master EA   is the control unit of a high-speed, LOCAL trade copier for MetaTrader 5. It monitors your prop firm account and instantly broadcasts every trade event to the paired Slave EA — with ZERO latency and NO internet dependency. Designed specifically for prop firm traders, it includes a unique   REVERSE HEDGE mode : the Slave (sold separately) opens the OPPOSITE direction of every Master trade, allowing you to hedge across two accounts simultaneously and protect your fu
FREE
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
Nikkei 225 Gap Continuation EA Automated opening-gap continuation strategy for the Nikkei 225 Nikkei 225 Gap Continuation EA is an automated trading system for MetaTrader 5 designed specifically for the Japanese stock index. It searches for significant opening gaps and enters only when price action confirms a possible continuation in the same direction. The strategy combines the opening gap, a configurable opening range and session VWAP confirmation. It also includes risk-based position sizing,
FREE
TradeVisonPro Forex Analyzer Pro MT5取引口座分析・モニタリングダッシュボード TradeVisonPro Forex Analyzer Proは、MetaTrader 5ユーザー向けに設計された取引分析および口座モニタリングソリューションです。 本製品は、MT5の取引データを構造化されたWebダッシュボードに整理し、口座情報の確認、保有ポジションの監視、取引履歴の分析、戦略の追跡、トレードジャーナルの記録、パフォーマンス統計の確認を可能にします。 TradeVisonPro Forex Analyzer Proは、取引情報を整理し、対応するデスクトップおよびモバイルWebブラウザからアクセスできるようにすることを目的としています。 主な機能 • MT5口座ダッシュボード • 保有ポジション監視 • 取引履歴分析 • トレードカレンダー • 戦略追跡 • トレードジャーナル • 口座パフォーマンス統計 • パフォーマンスレポート • 取引通知 • 複数口座対応 • 共有可能な読み取り専用レポート MT5口座ダッシュボード MetaTrader 5取引口
FREE
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
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
Triangle Hunter Pro
Mansoor Ali P Cheriaottayil
Triangle Hunter Pro  is a cutting-edge algorithmic trading system designed to capitalize on one of the most reliable chart patterns in technical analysis:  triangle consolidations . By combining triangle pattern detection, candlestick confirmation, and an optional adaptive grid system, this EA identifies high-probability breakout trades while prioritizing risk management. Perfect for volatile forex pair EURUSD on 30 -minute or higher timeframes, it balances aggressive profit potential with robus
FREE
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
AGE Pro
Shanker Manokaran
Adaptive Grid Elite Pro MT5 Indicator only https://www.mql5.com/en/market/product/144789 Overview Adaptive Grid Elite Pro is a sophisticated multi-currency portfolio trading system that combines advanced grid technology with intelligent risk management. Unlike traditional grid systems that operate on individual currency pairs, this EA employs a unified portfolio approach to manage positions across multiple correlated instruments simultaneously. Trading Strategy The Expert Advisor utilizes a corr
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
CRESPIN V16.1 MARKET - Système de Trading Automatisé Nouvelle Génération Découvrez le système de trading automatisé le plus abouti de la série CRESPIN. Version 16.1 - Une révolution dans la gestion automatisée pour comptes CENT. Des années de développement concentrées dans un seul outil professionnel. LIRE ABSOLUMENT TOUT LE DESCRIPTIF (Après achat ,M'écrire via la messagerie pour  recevoir la configuration  optimale  pour backtesting , demo , et réel ) POURQUOI V16.1 CHANGE TOUT pour XAUUSD Arc
FREE
Jireh Fair Value Gap EA Free Introductory Release — Download, test and help shape the future of this project through your feedback. The Jireh Fair Value Gap Trader EA is an automated trading system that identifies Fair Value Gaps (FVGs) and executes trades when price returns to mitigate the imbalance. Designed around Smart Money Concepts (SMC), the EA combines multiple confirmation filters and advanced risk management tools to help traders automate a disciplined FVG trading strategy. Whether
FREE
Kiwi Multi Pairs Indicator MT5 v1.01 Kiwi Multi Pairs Indicator MT5 is a multi-market and multi-timeframe confirmation dashboard for MetaTrader 5. Instead of opening many charts and checking indicators individually, Kiwi Multi Pairs Indicator brings 9 markets, 5 technical indicators and 7 timeframes together in one easy-to-read dashboard. The indicator is designed to help traders quickly identify bullish, bearish and mixed market conditions and compare confirmation across different symbols and t
FREE
Brent Trend Bot
Maksim Kononenko
4.5 (16)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
MultiTrend Commander
Джованни Орсани
MultiTrend Commander - Automated Trading System What is it? An automated trading software that: Intelligently identifies market trends Makes decisions based on multiple timeframes Automatically manages risk What does it do? Identify Trends Analyze the market in real time Combine signals from different time frames (15 min, 1 hr, 4 hr) Confirm the trend direction before entering Protect Your Capital Automatically calculates stop losses Adjusts trade size to your risk Stops trading if
FREE
Gold Adaptive EA MT5 is an automated Expert Advisor for MetaTrader 5 designed for trading Gold (XAUUSD). The EA uses several internal trading models and market filters to adapt to different phases of Gold price movement. Instead of relying on one fixed entry pattern, Gold Adaptive EA MT5 analyzes market behavior and selects suitable logic for trend continuation, impulse moves, pullbacks and selected recovery conditions. The main goal of the Expert Advisor is to provide a structured Gold tradi
FREE
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
XAU VWAP Mean Reversion H4 Expert Advisor for MetaTrader 5 — Gold / XAUUSD focus Version: 1.00 What it is XAU VWAP Mean Reversion H4 is an Expert Advisor for gold on the H4 chart. Intraday VWAP mean-reversion style participation on gold H4. Built for structured automated participation — not grid , not martingale . Evaluate on your broker and risk profile before any live use. This product is a technical system . Exact thresholds and entry equations remain internal product design and are not publ
FREE
This EA finds Fair Value Liquidity (FVL) on the chart, tracks when they get mitigated , and then looks for an inversion signal (price “fails” through the zone). When that inversion happens, it places a trade in the opposite direction of the original Liquidity gap (an Inverse FVG approach). It also lets you control when it trades using market sessions , and it can auto-close positions at New York open (all positions or profitable-only). Key advantages Clear, rule-based entries (no guessing): trad
FREE
この情報インジケーターは、アカウントの現在の状況を常に把握したい人にとって役立ちます。 VERSION MT 4 -   More useful indicators このインジケーターには、ポイント、パーセンテージ、通貨での利益、現在のペアのスプレッド、現在の時間枠でバーが閉じるまでの時間などのデータが表示されます。 チャート上に情報線を配置するには、いくつかのオプションがあります。 価格の右側 (価格の後ろにあります)。 コメントとして (グラフの左上隅に); 画面の選択した隅。 情報区切り記号を選択することもできます。 | / \ # このインジケーターは使いやすく、非常に有益です。設定で不要な情報項目を無効にすることも可能です。 設定 外観の種類     - 情報行の表示タイプ。次の 3 つのオプションがあります。 価格に従ってください     - 価格に従う。 コメントとして     - コメントとして; 画面の選択した隅に     - 画面の選択した隅にあります。 添付用グラフコーナー     - 表示タイプを選択した場合 画面の選択されたコーナーでは、この項目を使用して
FREE
X Pro Scalper
Sivakumar Paul Suyambu
X Pro Scalper — Ultra-Fast ATR/EMA Smart Scalper for Forex, Gold, BTC & Indices Download MT5 EA Version: 1.0 Type: Expert Advisor (MT5) Style: Trend-aware scalping with ATR-anchored entries, session control, and strict daily guards Best for:   XAUUSD (Gold) , BTCUSD, US30/DE40, liquid FX majors on M1 Timeframe Why traders pick X Pro Scalper No-Hedge, One-Side-Only logic to avoid buy/sell conflicts and reduce noise ATR-anchored distances for entries/SL/TP that adapt to volatility Spread
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
TANIN ICHIMOKU CLOUD (EA20): The Ultimate Trend Rider & Prop Firm Shield Trading the Ichimoku Kinko Hyo system manually can be complex and emotionally draining. Are you tired of getting shaken out of massive trends by market noise? Meet EA20 Tanin Ichimoku Cloud , a fully automated trend-following system. It takes the guesswork out of Ichimoku by executing sniper entries and riding the mega trends with zero emotions.   ENTER YOUR KEY HERE:   [  EA20_99999D_TANINCODER_598259741005 ] --
FREE
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
[FREE EA] EA34 TANIN FORCE: MACD & STOCH ENGINE (Prop Firm Ready) Are you tired of market noise and false breakouts? Meet EA34 Tanin Force, a commercial-grade Expert Advisor designed specifically for the EURUSD on the M15 timeframe. This system combines the raw trend-following power of MACD with the precision timing of the Stochastic Oscillator. PERFORMANCE HIGHLIGHTS (6-Year Stress Test 2020 - 2026): * Symbol & Timeframe: EURUSD | M15 * Set & Forget: Hard Stop Loss and Take Profit. No
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
このプロダクトを購入した人は以下も購入しています
Quantum Titan MT5
Bogdan Ion Puscasu
4.67 (12)
Quantum Titanは、Quantumエコシステムに機関投資家レベルの取引機能をもたらし、精度、規律、そして実績のあるライブマーケットパフォーマンスにおいて新たな基準を打ち立てます。 GOLDエキスパートアドバイザーにさらなる性能を求めるトレーダーのために開発されたTitanは、Quantumトレーディングテクノロジーの次なる進化を象徴するものです。 全世界で生涯ライセンスは1,000個限定です。 1,000部すべてが完売次第、Quantum Titanは入手できなくなります。 発売記念特別割引価格。最終価格1999ドル。 初期投資5万ドルでLive Signalに参加しよう:   こちらをクリック Quantum Titan MQL5 公開チャンネル:   こちらをクリック ***Quantum Titan MT5 を購入すると、Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X、Quantum
Iron Stops
Fajar Dicky Firmansyah
5 (22)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 ギミックなし。空虚な主張なし。 Iron Stopsは、1つの重要な側面に焦点を合わせたトレーダーに対応しています: 一貫性 。プロップチャレンジに取り組んでいるか、顧客資金を管理しているかに関わらず、このEAは設定された境界内で活動し、信頼性のある結果を提供します。 ポジションは 36 時間 以内に決済。 一つのチャートで実行: XAUUSD に M30 タイムフレームを使用して適用するだけです。それが必要なすべてです。一つのチャート。一つの強力なツール。 正しい設定が正確なバックテストに不可欠です! 詳細な指示とともに、私の .iniファイル を取得するために連絡してください。 注意: このEAの現在の価格は 299 です。 15 ライセンスが購入されると、価格は 399 に上昇します。現時点で 11 部が販売されています。価格変更の前にお見逃しなく。 ブログ リンク =  https://www.mql5.com/en/blogs/post/763583
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (38)
伝説は続く。女王は進化する。 Quantum Queen Xへようこそ。これは、Quantum Queenの実績ある成功を基盤とした、伝説的なゴールド取引システムの次世代版です。 Quantum Queen Xは、Quantum Queenと同じ実績のあるコアエンジンをベースに構築されており、トレーダーがどの戦略を有効または無効にするかを正確に選択できる強力な新しいカスタムモードが導入されています。 すべての戦略は個別にレビュー、改良、最適化され、さまざまな市場状況においてさらに優れたパフォーマンスと適応性を発揮します。デフォルトのプリセットも強化され、7つの戦略ではなく厳選された9つの戦略を組み合わせることで、より広い市場範囲とより多くの取引機会を提供すると同時に、Quantum Queen XをMQL5で最も成功したGOLDエキスパートアドバイザーにした規律ある取引哲学を維持しています。 IMPORTANT! After the purchase please send me a private message to receive the installation manual
Smart Gold Hunter
Barbaros Bulent Kortarla
4 (57)
Smart Gold Hunter は、MetaTrader 5 で XAUUSD / Gold を取引するための Expert Advisor です。グリッドなし、マーチンゲールなし、実際の Stop Loss と Take Profit ロジック、そして管理されたリスクコントロールを重視するトレーダー向けに設計されています。 購入前にライブシグナルを確認できます: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Gold Hunter はグリッド EA ではなく、マーチンゲール EA でもありません。無制限のリカバリーポジションや、損失後のロット増加に依存しません。この EA の主な考え方は、危険なナンピンではなく、管理されたロジック、保護設定、実際のトレ
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
小道具会社準備完了!( セットファイルをダウンロード ) 警告: 現在の価格で販売できるのは残りわずかです! 最終価格:990ドル EAを1つ無料でゲット(3つの取引アカウント分)→購入後ご連絡ください 究極のコンボセット   は   こちらをクリック 公開グループに参加する: こちらをクリック   ライブシグナル クライアントシグナル YouTubeレビュー 最新マニュアル ゴールドリーパーへようこそ! 非常に成功を収めたGoldtrade Proをベースに開発されたこのEAは、複数の時間枠で同時に動作するように設計されており、取引頻度を非常に保守的なものから極めて変動の激しいものまで設定できるオプションを備えています。 このEAは、複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ出し、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットが設定されていますが、リスクを最小限に抑え、各取引の潜在的な利益を最大化するために、トレーリングストップロスとトレーリングテイクプロフィットも使用されます。 このシステムは、非常に人
重要 : この商品は、ごく少数の数量のみ、現行価格で販売されます。    価格はまもなく1999ドルになります!   300 以上の戦略を収録 !さらに追加予定! ボーナス : 私の他のEAの中から5つ  を無料で 選んでください!   すべての設定ファイル + 完全なセットアップおよび最適化ガイド ビデオガイド ライブシグナル レビュー(第三者による) 新登場 - 44種類の戦略ライブシグナル 究極のブレイクアウトシステムへようこそ! この度、8年の歳月をかけて綿密に開発された、洗練された独自のエキスパートアドバイザー(EA)である「アルティメット・ブレイクアウト・システム」をご紹介できることを嬉しく思います。 このシステムは、MQL5市場で高いパフォーマンスを発揮するEAの基盤となっており、その中には高く評価されているGold Reaper EAも含まれています。 7か月以上にわたり1位の座を維持したほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインした。 Ultimate Breakout Systemは
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.6 (10)
ThunderGold Scalper ThunderGold Scalperは、MetaTrader 5でゴールドを自動売買するために開発されたエキスパートアドバイザーです。 このEAは、M15時間足のXAUUSDおよびGOLD向けに設計されています。独自の多要素意思決定エンジンを使用して、条件を満たした取引機会を検出し、ポジションを自動管理します。 市場構造、トレンド方向、ローソク足の品質、出来高、モメンタム、約定条件を組み合わせて分析します。常に取引するのではなく、適切な市場条件を待つように設計されています。 Live Signal — TMGM 主な機能 XAUUSDおよびGOLD向け 推奨時間足:M15 完全自動売買 グリッド戦略を使用しない 自動Stop LossおよびTake Profit ダイナミックトレーリングストップ リスク率または固定ロットによるポジションサイズ計算 トレンドおよびモメンタムフィルター ローソク足品質および出来高フィルター 重要経済指標ニュースフィルター 祝日および市場休場時の保護 スリッページ調整システム 1日の取引回数制限およびクールダウン 情
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
MoonDog EA
James Vito Armin Bianchini
5 (9)
MoonDog EA は、MetaTrader 5 上の XAUUSD 向けに特別に開発された、複数戦略型のブレイクアウト Expert Advisor です。 このシステムは、異なるブレイクアウト条件や価格拡大の局面を検出するために設計された、5つの独立したブレイクアウト戦略を組み合わせています。 MoonDog は、マーチンゲール、Recovery モード、Grid Recovery、ロット倍率の増加、損失ポジションのナンピンを使用しません。 すべての取引は、あらかじめ設定された独自の Stop Loss と Take Profit を持って開始されます。損失が発生した後に、より大きなロットで回復を狙う取引を行うことはありません。 Break-even、Trailing、MoonLock は、既存ポジションを保護するための管理機能です。これらは保護レベルを調整できますが、ロットサイズを増やしたり、過去の損失を回復するための追加ポジションを開いたりすることはありません。 公式ライブシグナル MoonDog の実際の取引状況は、公式 MQL5 Signal で確認できます。 https
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (136)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 ライブシグナル モード 2 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 2つのモード: • モード1(推奨)— 非常に高い精度、週数回の取引。資金保護と規律ある取引のために設計。 • モード2(ショートSL)— ストップロスが大幅に短く、モード1より多くの取引。個々の損失は最小限。リスクを管理しながら市場への露出を増やしたいトレーダーに最適。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exness Raw | Vantage | Fusion Markets 購入後、以下
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT4バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 正確さと規律をもって取引を管理します。 Quantum King EA は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Cortex IDX
Vladimir Mametov
5 (2)
これは、MetaTrader 5 向けに開発された完全自動型の Expert Advisor(EA)で、 US30 指数 の取引に特化して設計されています。取引ロジックは、主要株価指数に見られる強い方向性のある値動き、日中の押し目・戻り、そして高ボラティリティ局面といった市場特性を考慮して構築されています。EA は、約定スピード、規律ある取引、効率的なポジション管理が重要となる環境で、自動売買を実行します。 本システムは、規律あるトレード管理、市場変化への素早い対応、そしてコントロールされた決済に重点を置いています。基本的な考え方はシンプルです。利益が出ているポジションは Trailing Stop によってできるだけ伸ばし、一方で損失中のポジションは、M1 時間足で反対シグナルが発生した場合に早期決済できるようにします。 シグナル: https://www.mql5.com/en/signals/2376781 発売記念特別価格: 現在の価格は最初の 20 コピー限定です。20 コピーが販売された後、EA の価格は 100 USD 上がり、 599 USD になります。 基本コンセプ
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — ゴールド向け高速利益獲得システム ライブシグナル: https://www.mql5.com/en/signals/2362714 ライブシグナル2: https://www.mql5.com/en/signals/2372603 実績シグナル v2.0: https://www.mql5.com/en/signals/2379945 現在の価格で残り3本のみです。価格はまもなく$1199に引き上げられます。 購入後、ユーザーガイド、推奨設定、使用上の注意、およびアップデートサポートを受け取るため、必ずプライベートメッセージでご連絡ください。 https://www.mql5.com/en/users/walter2008 製品アップデートやトレード情報を受け取るため、ぜひ MQL5 チャンネルにご参加ください。 https://www.mql5.com/en/channels/tendmaster Gold House の長期的な開発と実運用での検証を通じて、ゴールド市場におけるブレイクアウト戦略の有効性と、当社の自動適応パラメータシステムの実用的な価値
Vexora sera
Fatima Zohra Ed Dachraoui
5 (4)
透明性 私たちは、Expert Advisorを評価する最も優れた方法は、実際のリアル口座でのライブ取引パフォーマンスを確認することだと考えています。 リアルタイム取引シグナル: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My テクニカルサポート: https://www.mql5.com/en/users/fatima-zohraed/news                                          設定ガイド $199で販売開始 現在 $299 — 限定10個のみ 次回の価格改定で$399になる前に、$299でお求めください。 VEXORA SERA :プロフェッショナルなゴールド取引の真の力 新たな市場ボラティリティの時代に向けて設計 ゴールド取引は、もはや以前と同じものではありません。 過去2年間、ゴールド市場では非常に高いボラティリティと、これまでにないほど強い価格変動が発生しており、多くの従来型の取引システムが新しい市場環境に適応できなくなっています。 そのため、 VE
Lizard
Marco Scherer
4.29 (55)
LIZARD とは? Lizard は、MetaTrader 5 の XAUUSD(ゴールド)専用に開発された完全自動売買 EA です。マルチストラテジーのスイングブレイクアウトシステムにより、チャート上の重要な構造レベルを特定し、精密に計算されたエントリーポイントに逆指値の待機注文を発注します。マーチンゲールなし。グリッドなし。ナンピンなし。 すべての取引に明確なストップロスとテイクプロフィットが設定され、多層的な決済システムが24時間自動で管理します。 リアルシグナル — 購入前に実際のパフォーマンスをご確認ください: Normal Standard: https://www.mql5.com/en/signals/2372821 ECN High: https://www.mql5.com/en/signals/2383392 サポート サポートはこちらからご利用いただけます:   https://www.mql5.com/en/users/zolia   (Zolia – 台湾)。 チーム内では役割が分担されており、開発担当とカスタマーサポート担当がおります。ご購入後は、モデ
Zoomini
Gennady Sergienko
1.56 (16)
重要情報: サポートおよび質問への回答はこちらでのみ行います:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: 台湾 ); Zoomini は、GoGoPips プロジェクトの 2026 年 7 月の最新研究から生まれた、小規模な機械学習モデルセットです。 これらのモデルは XAUUSD H1 / Gold 専用です。 シグナル: www.mql5.com/en/signals/2381994 知っておくべき重要事項: モデルは 1つの注文 のみで取引し、同じ SL/TP を使用します。 対応: Netting口座 および任意のレバレッジ。 中期的な取引スタイルのため、大口の入金にも対応しています。  100% の取引活動 。 これは、モデルが市場へのエントリーを避けず、常に取引状態にあることを意味します。 モデルは、都合のよいエントリーポイントを探すのではなく、毎分の価格方向を予測するように特別に訓練されています。 購入前の完全な透明性 。   現在、一時的に、またはこの EA の所有者が反対しなければ恒
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
よりスマートな制御。洗練された精度。 Quantum Athena Xへようこそ。Quantum Athenaの精度、効率性、そして規律ある実行力を基盤とした、次世代の集中型金取引システムです。 Quantum Athena Xは、Quantum Athenaと同じ合理化されたコアエンジンと、厳選された6つの戦略に基づいて構築されています。各戦略は、現在の金市場の状況に合わせて個別に改良および最適化されており、新しい強力なカスタムモードでは、トレーダーがどの戦略を有効または無効にするかを正確に選択できます。 完全に準備されたプラグアンドプレイ体験を好むトレーダー向けに、最適化された元の構成は引き続き利用可能です。一方、カスタムモードでは、独自の戦略の組み合わせを作成したいトレーダー向けに、より高い柔軟性が提供されます。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格
Smart Gold Impulse
Barbaros Bulent Kortarla
3.9 (21)
Smart Gold Impulse の特別先行ローンチフェーズが開始されました。 これは、私が現在 Ultima Markets のリアルシグナル口座で使用し、素晴らしい成果を上げているEA(自動売買システム)です。現在のパフォーマンスは Ultima のライブシグナル実績からご確認いただけます。Smart Gold Impulse は、実際の市場環境においてすでに非常に高いポテンシャルを示しています。私の Ultima リアルシグナル口座で使用しているものと全く同じ設定ファイル(setファイル)は、Smart Gold Impulse の購入者様限定で共有されます。 一方で、本バージョンはまだローンチ段階のものであり、大々的にプロモーションを行う最終段階の製品ではありません。特別ローンチ価格に設定している理由はシンプルです。初期ユーザーの皆様にテストしていただき、結果を追跡し、フィードバックを共有してもらうことで、Smart Gold Impulse が異なるブローカーや口座環境でどのようなパフォーマンスを発揮するのかを把握したいからです。 この先行ローンチ期間中はどなたでも S
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2372719 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Zerqon EA は、XAUUSD 取引専用に設計された適応型エキスパートアドバイザーです。 この戦略は、ONNX を通じて統合された Deep LSTM ニューラルネットワークモデルに基づいており、市場の連続的な動きを処理し、価格変動を構造的に分析することを可能にしています。 モデルは、金価格の動き、ボラティリティ、および時間的条件における特定のパターンを識別することに重点を置いています。 固定的な従来型シグナルを使用する代わりに、EA は学習済みニューラルネットワークフレームワークを通じて市場を分析し、適切な条件が検出された場合にのみ取引を実行します。 Zerqon EA は継続的に取引を行うわけではありません。 まったく取引が行われない期間もあれば、適した XAUUSD 市場局面では短時間に
更新情報:次期価格:699ドル、最終価格:999ドル もしあなたが、誠実さと、単に見た目は完璧な直線的なバックテスト結果だけで口座を破綻させるようなものではなく、実際の取引のために構築された真のトレーディングシステムを重視するなら、これはあなたにぴったりかもしれません。 マーチンゲール法なし/グリッド法なし 22ヶ月間ライブ信号 ライブ成長率+300% 【ライブシグナル】    |  【FTMO実績】    |  【メインポートフォリオ】  |  【バックテストガイド】 Range Breakout EAがこれほど安定している理由とは? Range Breakout EAは、よく知られた市場の動向、すなわち取引セッション間のボラティリティの変化に基づいています。 通常、アジアセッション中はボラティリティが低く、価格レンジが狭くなります。ロンドンセッションが始まるとボラティリティが上昇し、価格はこのレンジを突破して ブレイクアウト方向に動き続けることがよくあります。 このシステムはこのブレイクアウトをトレードし、ボラティリティが低下し始めた時点でポジションを決済します。
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
リアルトレード口座   LIVE SIGNAL(IC MARKETS): https://www.mql5.com/en/signals/2339082 本 EA は、MQL5 上で検証済みのリアルトレードシグナルと、完全に同一の取引ロジックおよび執行ルールを使用しています。推奨された最適化済み設定を使用し、信頼性の高い ECN / RAW スプレッドのブローカー (例:IC Markets または TMGM) で運用した場合、本 EA のリアルトレード挙動は、当該ライブシグナルの取引構造および執行特性に極めて近い形で設計されています。ただし、ブローカーごとの取引条件、スプレッド、約定品質、ならびに VPS 環境の違いにより、個々の結果が異なる可能性がある点にご注意ください。 本 EA は数量限定で販売されています。現在、残りのライセンスは 2 件のみで、価格は USD 999 です。購入後は、プライベートメッセージにてご連絡ください。ユーザーマニュアルおよび推奨設定をお渡しします。 過度なグリッド手法は使用せず、危険なマーチンゲールも行わず、ナンピン(平均取得単価の引き下げ)も使用
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
最新情報 - 現在の価格で入手できるのは残りわずかです! このシステムの主な目的は、リスクの高いマルチンゲールやグリッドを使用せずに、長期的なライブパフォーマンスを実現することです。  現在の価格での販売部数は非常に限られています。 最終価格 1499ドル 【ライブシグナル】    |    【バックテスト結果】    |    【設定ガイド】    |    【FTMO結果】 取引への新たなアプローチ Pulse Engineは、インジケーターや特定の時間枠を一切使用しません。MQL5上の他のどのトレーディングシステムも採用していない、非常にユニークなアプローチを採用しています。 この手法は、日中の方向性パターンに基づいて取引を行います。これらのパターンは、私が長年開発・改良を重ねてきた独自のパターン認識ソフトウェアを用いて発見したものです。 このソフトウェアにより、市場が過去に特定の方向に強い動きを示した時間帯を特定することができます。 市場ごと、そして曜日ごとに、それぞれ独自の動きがあります。 この手法が非常に強力な理由は、市場がトレンドにあるのか、反転しているのか、あるい
Quantum iGold MT5
Yassine Mouhssine
4.59 (34)
Quantum iGold MT5 — 高度なAIトレーディングシステム(XAUUSD) Quantum iGold MT5 は、高度な人工知能技術を用いて構築された完全自動売買システムです。 このシステムは、LSTM と Transformer モデルを統合したハイブリッド型ニューラルアーキテクチャを採用し、XAUUSD の価格動向を分析します。 この構造により、市場パターンの検出、ボラティリティ変化への適応、そしてリアルタイムでの技術的に洗練された取引シグナルの生成が可能になります。 購入後、セットアップファイルとインストールガイドを受け取るために、MQL5のプライベートメッセージでご連絡ください Core Features Dedicated AI Engine XAUUSD 向けに開発された専用AIフレームワークにより、システムは市場の動きを理解し、構造化された取引判断を行うことができます。 Dynamic Risk Management 内蔵モジュールが現在のボラティリティに基づいてポジションサイズとエクスポージャーを自動的に調整し、バランスの取れた運用をサポートします。 P
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise, dynamically calculated breakout algorithm. It eliminates emotional trading by stri
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Logan MT5
Thierry Ouellet
4.26 (34)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ soon! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—including move
金市場を支配するために作られた。 公式情報 出品者プロフィール 公式チャンネル ユーザーガイド 現在価格で購入できる最後のチャンス! Aura Gold Pro Edition は現在わずか $400 で購入できますが、9月1日から価格は $999 に値上げされます。 9月1日以降、価格は2倍以上になります。値上げを待たずに、今のうちに $400 で入手してください。 ライブ取引シグナル  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 説明 Aura Gold PRO Editionは、金市場向けに綿密に設計された信頼性の高い取引アルゴリズムです。長期的な安定性と資本保護に重点を置き、不当なリスクを回避するシステムを構築しました。EAのライブシグナルは優れた結果と着実な成長を示しており、その基盤となるロジックの有効性を証明し
作者のその他のプロダクト
OFX Ict
Malik Muhammad Naveed
======================================================== OFX ICT — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX ICT — FVG, CE, Hangman, CRT & Top-Down Bias for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -----------------------------------------
FREE
Malik Naveed Volume — Better Volume Multi Timeframe Malik Naveed Volume shows you what the volume is really doing. It reads each candle's volume and price range, splits it into buying vs selling pressure, and colours the bars so you can instantly see climax moves, absorption (churn), and low-volume exhaustion. It then draws support/resistance levels from those key bars and alerts you when price breaks and retests them — across six timeframes at once, on any symbol. Works on ANY symbol and ANY
FREE
======================================================== OFX orderflow — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX orderFlow — CMF + MFI Money-Flow & Divergence for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ---------------------------------
FREE
Ofx Cvd
Malik Muhammad Naveed
======================================================== OFX CVD — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX CVD — Cumulative Volume Delta + Divergence for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ------------------------------------------
FREE
OFX Book
Malik Muhammad Naveed
======================================================== OFX BOOK — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: text in **bold** = use the editor's Bold button;  lines starting with "•" = use the bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (for the product name field): OFX Book — Order Book Imbalance for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ----------------------
FREE
OFX Delta
Malik Muhammad Naveed
======================================================== OFX DELTA — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Delta — Per-Bar Volume Delta / Order-Flow Imbalance for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -------------------------------
FREE
Malik Naveed Volume — Better Volume Multi Timeframe Malik Naveed Volume shows you what the volume is really doing. It reads each candle's volume and price range, splits it into buying vs selling pressure, and colours the bars so you can instantly see climax moves, absorption (churn), and low-volume exhaustion. It then draws support/resistance levels from those key bars and alerts you when price breaks and retests them — across six timeframes at once, on any symbol. Works on ANY symbol and ANY
FREE
======================================================== OFX KILLZONES — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX KillZones — ICT Kill Zones & Macros (NY time) for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW ---------------------------------
FREE
OFX Heatmap
Malik Muhammad Naveed
======================================================== OFX HEATMAP — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Heatmap — Volume-at-Price Heatmap + POC for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW -----------------------------------------
FREE
Double Yellow H1 Setup Pro MT4 Professional H1 Buy & Sell Signal Indicator Double Yellow H1 Setup Pro MT4 is a professional price action indicator developed to identify high-probability BUY and SELL trading opportunities on the H1 (1 Hour) timeframe. It is designed for traders who prefer clear, rule-based setups without cluttering their charts with unnecessary indicators. The indicator scans the market continuously and highlights potential reversal or continuation setups based on the proprietary
FREE
======================================================== OFX DASHBOARD — MQL5 MARKET PRODUCT DESCRIPTION (formatting notes: **bold** = editor Bold button;  lines starting with "•" = bullet-list button;  UPPERCASE lines = section headings) ======================================================== SHORT TITLE (product name field): OFX Dashboard — All-Engine OrderFlow Cockpit for XAUUSD (Gold) ------------------------------------------------------- OVERVIEW --------------------------------------
FREE
フィルタ:
レビューなし
レビューに返信