Pro15

It's recommended that you read through the entire document..

Pro15 is a professional breakout Expert Advisor built around clearly defined daily price structure.
The EA continuously calculates and plots the current day’s high, low, open, and multiple intraday equilibrium levels directly on the chart, then executes trades when price breaks these levels according to your selected confirmation rules.

This Trading bot is designed so the same engine can be run side by side as both a trend-following and a mean-reversion system
In trend mode the EA buys breaks of the daily high and sells breaks of the daily low, while the mean reversion mode allows the logic to be flipped to fade extremes instead of chasing momentum.

Pro15 creates its own support and resistance lines which can act as stop loss and take profit levels.
These lines update automatically as new daily highs and lows are formed. The Aqua, HotPink, and White lines can be toggled on or off and will update dynamically, while the Yellow line can also be toggled but remains static at the daily open.
At the core of the system are the daily high and daily low lines, shown in green and red.
These represent the most important breakout levels of the session and are used as the primary trade triggers.

A white midline is drawn at the exact 50 percent level between the daily high and daily low, highlighting the session’s balance point.
This level can be used visually as a mean-reversion reference or selected as a dynamic take profit target for trades that aim to exit at equilibrium rather than at fixed distances.

The yellow daily open line marks the price where the trading day began.
This level often acts as a magnet during intraday trading and can be used as an adaptive take profit level when price retraces back toward session balance.

Two pink mid-range lines are calculated at the 50 percent points between the daily high and the daily open, and between the daily low and the daily open.
These levels sit closer to current price than the full-range midline and are designed for conservative or partial exits, allowing profits to be secured earlier during steady trending conditions.

For stronger momentum moves, the EA also plots aqua continuation lines, which are midpoints between the pink lines and the daily high or daily low.
These levels act as deeper continuation targets and are ideal for capturing extended breakouts without relying on fixed pip take profits.

The green line marks the current day’s high.
This is the highest price reached since the daily session opened and acts as the primary breakout level for buy trades in normal mode or sell trades in inverse mode.

The red line marks the current day’s low.
This is the lowest price reached since the daily session opened and acts as the primary breakout level for sell trades in normal mode or buy trades in inverse mode.

All horizontal levels update automatically in real time as new highs or lows are formed during the session.
Any of these lines can be enabled, hidden, or selected as live take profit targets, allowing trades to adapt dynamically to changing market structure rather than remaining locked to static values.


Breakout entries can be filtered using no confirmation, candle close confirmation, or two-candle confirmation, and a built-in daily range filter ensures trades are only taken once sufficient volatility is present, helping avoid low-range market conditions.

Risk management is fully configurable with ATR-based or fixed stop losses and take profits, optional real-time TP updates to selected structure lines, support for single or multiple trades, and intelligent handling of maximum trade limits. In normal mode, the EA can automatically close all positions when the maximum number of trades is reached and either pause or restart trading based on user preference.

The horizontal lines represent key price levels calculated from the current trading day and are used both for visual structure and optional trade exits.
The pink lines are the 50 percent levels between the daily high and the daily open, and between the daily low and the daily open.
These levels sit closer to price than the full range midline and are useful for partial or conservative exits during trending days.
The aqua lines are secondary midpoints calculated between the pink lines and the daily high or daily low.
These represent deeper continuation targets and are typically used when price shows strong momentum beyond the initial breakout.

All horizontal lines update automatically throughout the day as new highs or lows are formed.
They can be shown or hidden individually and selected as dynamic take profit targets, allowing trades to exit at logical intraday structure levels instead of fixed pip values.

In trend-following mode, the EA runs in normal logic with inverse disabled. Trades are opened when price breaks above the daily high or below the daily low, aligning entries with directional momentum. Take profits can be set to the pink, aqua, or ATR-based targets, allowing the trade to ride continuation moves while stops expand and contract with volatility. This configuration is ideal for sessions that trend strongly after expansion and is best paired with the daily range filter so trades only occur once volatility is present.

In mean-reversion mode, the EA is run with inverse logic enabled. Instead of buying strength or selling weakness, the system sells breaks above the daily high and buys breaks below the daily low, fading extended price moves back toward balance. In this configuration, take profits are typically set to the white daily midline or the yellow daily open, which represent natural equilibrium levels for intraday price rotation.

Volatility Qualification: The Daily Range Filter
The Daily Range Filter is a volatility qualification system that measures the current day's trading range against a user-defined pip threshold.
When active, it blocks all trade execution until the market demonstrates sufficient movement, serving as a quality control mechanism that ensures trades only occur during periods of adequate volatility.
This filter operates independently on D1 data regardless of your selected trading timeframe and automatically adjusts pip calculations for different instrument types.
For inverse trading strategies, this feature is particularly valuable as it prevents premature entries during low-volatility conditions where breakouts are more likely to fail, ensuring you only trade when market movement supports your contrarian approach.

Stops can remain ATR-based to adapt to volatility while targets remain structure-based.

The multi-timeframe feature:

This feature implements the same core breakout trading strategy across any timeframe while preserving identical trade logic and risk management.
The system operates identically whether configured for daily, hourly, or minute-based trading—only the calculation period changes.


Mechanism of Operation:
When UseCustomTimeframe = false, the EA defaults to D1 calculations, using the traditional daily high, low, and open values for breakout determination.
This maintains compatibility with standard daily breakout methodologies.
When UseCustomTimeframe = true, the EA switches to your selected timeframe (M1 through MN1) while executing identical logic: it calculates the highest high and lowest low within that period, determines the midpoint and secondary levels using the same percentage ratios, and identifies breakouts using the same confirmation rules.
The strategy mathematics remain constant; only the input candle data changes.

Identical Trading Execution:

Entry signals, stop-loss placement, take-profit calculations, and position management execute identically across all timeframes. A breakout on a 4-hour chart triggers the same trade as a breakout on a daily chart, with proportional adjustments for the condensed timeframe. All visual indicators recalculate based on the selected period while maintaining consistent color schemes and line styles.

Smart Trade Halt: Maximum Position Management: 8 and out (offshoot strategy)

The Max Then Halt feature provides automated trade limit enforcement by closing all positions and halting new trade entries once a user-defined maximum number of trades is reached.

When activated, the system continuously monitors open positions and, upon hitting the predetermined limit, automatically executes a full closure of all trades within the strategy.

Following this closure, the EA enters a halted state where it continues to monitor markets and update levels but blocks all new trade entries until the next trading period begins, effectively enforcing disciplined position limits and preventing overexposure while maintaining market awareness for the subsequent session.

This dual-mode approach allows the trader to capture both sides of market behavior.
During strong directional days, the trend-following instance can exploit breakout continuation. During rotational or overextended conditions, the mean-reversion instance can fade extremes back toward the daily open or midline.
Since both modes reference the same daily structure levels, they remain logically consistent while expressing opposite market assumptions.
By running the EA in parallel configurations,becomes a structure-based trading framework rather than a single-bias strategy, capable of adapting to different market regimes without changing code, indicators, or charts.

What makes this approach rare is that a single daily-structure framework can simultaneously support two fundamentally opposite strategies—trend-following and mean-reversion—without conflict.
Most systems are built for one market behavior: either chasing breakouts or fading extremes.
Trying to combine both usually leads to overlapping trades, conflicting signals, or excessive risk.

       Bug report

       Given the complexity of this EA. Some bugs may not have been discovered yet.
       If you think you've found a bug in Pro15.
       Do not rush the process.

  1. Write a precise description of the context.
  2. Write a description of the error as precise as possible.
  3. Attach the logs of the expert tab for the corresponding date.
  4. Attach the logs from the log tab for the corresponding date.
おすすめのプロダクト
Sell Below Moving Average V1 Overview Sell Below Moving Average V1 is an automated trading Expert Advisor designed for MetaTrader 5. The EA follows a simple but effective trend-following strategy based on the relationship between market price and a Moving Average indicator. The Expert Advisor automatically opens SELL positions when market conditions meet the predefined rules and manages trades using automatic Stop Loss, Take Profit, and dynamic profit-locking technology. This EA is designed for
Adaptive Multi-Strategy Scalper for the biggest Crypto currency in the world.  Looking for a safe, fully automated Bitcoin scalper? Deploy this bot and trade the world's largest cryptocurrency effortlessly — 24 hours a day, 7 days a week. Quick Start: Set Strategy Selection to STRATEGY_ALL and attach the EA to an M15 chart . That's it. What Is Naked Bitcoin Scalper? Engineered specifically for BTCUSD, this Expert Advisor applies the same proven price action logic and multi-strategy framework as
NexusAlpha
Amitbhai Kanjibhai Vaghani
NexusAlpha is a highly optimized, fully automated Expert Advisor built for MetaTrader 5. Designed for precision and capital protection, it utilizes a rigorous algorithmic approach to identify high-probability setups. By combining a high historical win rate with advanced trade management techniques, NexusAlpha aims to deliver consistent growth while keeping risk strictly contained. Whether you are seeking steady account growth or a reliable tool to pass proprietary trading firm evaluations, Nexu
Trend Follow Pro: Domine a Tendência com Precisão O Trend Follow Pro é um robô de negociação (Expert Advisor) desenvolvido para capturar movimentos direcionais no mercado. Ele utiliza a clássica e poderosa estratégia de cruzamento de Médias Móveis Exponenciais (EMA) , otimizada com filtros de segurança e uma interface visual moderna que permite o acompanhamento em tempo real diretamente no gráfico. Como ele funciona? O princípio de funcionamento é baseado na dinâmica de preços: Sinal de Compra:
SY - Gold Breakout Engine No martingale. No grid. No recovery systems. Smart Breakout Trading for Gold SY - Gold Breakout Engine is an automated trading system designed to capture high-probability moves on XAUUSD using a structured breakout approach. The EA identifies key levels from both the previous daily High/Low and the London session range, placing pending orders to enter the market only when price breaks out with momentum. Built with integrated risk management, trailing logic, and equi
Master Blue Gold EA Overview Master Blue Gold EA is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe . The EA uses an advanced Stop-Reverse trading mechanism that continuously follows market movement with a dynamic opposite pending stop order. It is designed for traders who prefer a simple and disciplined trading system without martingale or grid strategies. Main Features • Designed for XAUUSD • Optimized for M1 timeframe • Fixed lot size • Dynamic Stop-Re
MT4バージョン: https://www.mql5.com/ja/market/product/117011 MT5バージョン: https://www.mql5.com/ja/market/product/117012 Nusantara EA – 保留注文精度を備えたスマートブレイクアウト 「Nusantara」は、ブレイクアウト ボックス戦略に基づくエキスパート アドバイザー (EA) で、距離を置いた保留注文の実行で強化され、リスク管理スイッチング システムを備えています。市場特性の変化に直面しても柔軟性を維持できる、自動化された安全な戦略を求める本格的なトレーダー向けに設計されています。 メイン戦略: ブレイクアウト + 距離バッファー ブレイクアウト中に直接エントリーする代わりに、Nusantara EA は次のことを行います: 特定の時間 (例: アジア、ロンドン、またはカスタム セッション) に基づいてボックス範囲を描画します。 価格がボックスを突破するのを待ちます。 次に、保留中の買いストップ注文と売りストップ注文を追加距離 (バッファー) で開きます。
Stealth Sniper PRO: Professional Trading Suite Stealth Sniper PRO   is a high-precision analytical tool for MetaTrader 5, combining advanced liquidity search algorithms with hidden position management. Designed for professional trading, it focuses on risk minimization and bypassing broker-side restrictions. Technical Features & Functionality: Precision Entry Algorithm:   Detects entry points based on liquidity patterns and institutional zones (Smart Money concepts). Stealth Mode (Virtual L
Zenith Leo Standard Zenith Leo Standard is an Expert Advisor designed for MetaTrader 4/5 and XAUUSD trading conditions. The product includes five predefined strategy configurations. Each configuration uses a different combination of entry logic, market filter, and risk management parameters. The objective of this product is to provide a structured execution framework for Gold trading. Users can select the configuration that best matches their testing results, risk preference, and trading environ
FREE
Signal XauUsd Trend Scalper MT5 is an automated trading Expert Advisor specially designed for XAUUSD traders who want a simple and practical trend scalping system. This EA follows trend signals and automatically opens BUY or SELL positions when market conditions match the strategy logic. It is built to capture short-term opportunities on Gold while managing positions automatically with trailing profit logic. The system is suitable for traders who prefer: automatic execution clear chart signals
This is a fully automatic system for multi-currency trading (17 currency pairs) on the Forex market. The trading system itself finds the most powerful Price Action patterns in a fully automatic mode! Trading is conducted on 17 currency pairs at the same time and uses timeframes M5. Each pair has a stop loss, take profit, breakeven and trailing stop. Real  m onitoring :  https://www.mql5.com/ru/signals/2238618 Benefits Partial closure to reduce the load on the deposit. Determines the direction o
### AVCI V13 ADX PRO: Gold Scalping System for XAUUSD This software is an algorithmic trading assistant developed for analyzing short-term price movements in the Gold (XAUUSD) market. The strategy is built on a mathematical model based on the ADX (Average Directional Index) for measuring trend strength and the ATR (Average True Range) for analyzing market volatility. Key Technical Features: * Dynamic Exit Management: Instead of using static take-profit (TP) and stop-loss (SL) levels, the sof
Zeno
Anton Kondratev
4 (4)
ZENO EA は、ゴールド市場の脆弱性を特定するための、複数通貨、柔軟性、完全自動化、多面的なオープン EA です。 Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide 信号 手数料無料のブローカー払い戻し アップデート 私のブログ 最適化 Only 1 Copy of 10 Left  for 290 $ Next Price 745   $ 各ポジションには常に   固定 TP と低 SL および 仮想 取引の利益追跡 。 ど
Pure Directional SMA EA
AL MOOSAWI ABDULLAH JAFFER BAQER
• Please test the product in the Strategy Tester before purchasing to understand how it works. • If you face any issues, contact me via private message—I’m always available to help. • After purchase, send me a screenshot of your order to receive a   FREE EA   as a gift. Pure Directional SMA EA – Your Strategy, Your Way! Important Note: This EA provides a raw, powerful strategy designed for flexibility. Optimization is key! Adjust the settings to align with your trading style and market conditio
Institutional Liquidity Trading – Structure, Patience, Risk Control Liquidity Sentinel is a professional, rule-based Expert Advisor designed to trade institutional liquidity events on H1, using a disciplined sequence of liquidity sweep -> reclaim -> confirmation -> controlled execution. This EA is built for traders who understand that markets move because of liquidity , not because of random indicators. Liquidity Sentinel does not chase price. It waits, observes, and executes only when liquidit
QuantumAlgo Gold Scalper EA — MetaTrader 5用 AI搭載 XAUUSD エキスパートアドバイザー XAUUSD M1時間枠用の高精度 ゴールド・スキャルピング ロボット 。適応型マルチレイヤー シグナルエンジン、厳格なストップロス保護、規律あるリスク管理に基づいて構築 — ノーグリッド、ノーマーチンゲール、ノーナンピン 。 Live Signal: [ライブシグナルのリンクを追加してください] MT5 バージョン(本商品) · Prop Firm Set: 購入後リクエストで提供 Setファイルとガイド: 購入後にプライベートメッセージでご連絡ください QuantumAlgo Gold Scalper が選ばれる理由 XAU/USD(ゴールド) 専用設計 — シングルペア スペシャリスト マルチタイムフレーム パターン認識を備えた適応型AIシグナルエンジン グリッドなし · マーチンゲールなし · ナンピンなし · ヘッジトリックなし すべての取引で ハードストップロス — 約定の瞬間から スマート スプレッド/スリッページ フィルター — ブロ
Quant Trade Freedom
Renan De Souza Quinelato
O que é “QUANT TRADE FREEDOM” ? EA QUANT TRADE FREEDOM é um software de negociação totalmente automatizado, especialmente projetado para negociação lucrativa com a plataforma de negociação METATRADE 5 (MT5). Pode negociar Forex, Commodities, Índices, Crypto, Energies. Como funciona o robô EA QUANT CORRELATION FOREX ? EA QUANT TRADE FREEDOM é um software 100% automatizado que define a melhor tendência para entrar em ordens de negociação no lugar de um trader humano. O QUANT TRADE FREEDOM  entra e
Modular Range Breakout EA
Lucas Johannes Martinus Vercoulen
No magic, just a range breakout strategy that has been known and proven for decades. Designed so you never have to doubt your settings. No hidden logic, no curve-fitted tricks, no unrealistic promises. Just a transparent system designed to perform consistently across different market conditions. No martingale, grid or recovery systems Fully customizable setup, giving you the flexibility to develop your own edge across multiple markets Ready to use with fully integrated symbol presets (based on r
USD Killer Gemini EA は、堅牢で高度に自動化された戦略のセキュリティによって運用を最大化したいと考えているトレーダーのためのソリューションです。 Felipe FX によって開発されたこの次世代 EA は、最先端のテクノロジーと高度な指標を組み合わせて、効率的で収益性の高い取引を実現します。 エントリーを確認するための高度なインジケーターである USD Killer は、AI Gemini のすべてのパワーを活用して開発され、チャート上で毎日発生するパターンを見つけ、長期的に積極性を高めます。 設定可能な機能 マーチンゲール:長期的にプラスで安全な取引を確保することを目的として、損失後のその後の取引ごとにロットサイズを増やす賢いアプローチです。 ドローダウン率: ドローダウン率に応じて注文を調整する機能によりリスクを効果的に管理し、資本を確実に保護します。 毎日の目標: 毎日の取引目標と損失限度を設定して、シンプルかつ効果的なリスク管理を実現します。制限に達すると、EA は自動的に操作を停止します。 日次シグナルフィルター: 前の日次ローソク足の終値に基
**GoldCraft EA - Advanced Gold Trading Robot** Unlock the power of automated trading with GoldCraft EA, a premium Expert Advisor designed specifically for trading XAUUSD (Gold) on the MetaTrader 5 platform. This sophisticated bot combines technical analysis with robust risk management to maximize profitability while minimizing exposure. **Key Features:** - **Trend-Following Strategy**: Utilizes Moving Averages (MA34 and MA89) on H4 and M15 timeframes, paired with RSI indicators, to identify h
Quantum Sniper XAU
Ignacio Agustin Mene Franco
Quantum Sniper XAU  Version: 3.0 | Timeframe: M15 | Instrument: XAUUSD (Spot Gold) Overview Quantum Sniper XAU is a precision algorithmic Expert Advisor (EA) specifically designed to trade XAUUSD on the M15 timeframe. It combines price action analysis with a multi-layered technical filtering system to identify high-probability entries, minimizing market noise and maximizing trading consistency. Developed with an adaptive risk management approach, the EA scales trading volume progressively as
VolatilityNexus Crypto EA ( BITCOIN ) 24/7 Breakout & Grid Hybrid — Engineered for Crypto Volatility What Makes It Different? VolatilityNexus is not just another grid EA. It is a hybrid breakout-grid system specifically optimized for cryptocurrency markets, combining Bollinger-Keltner Squeeze Detection with an intelligent grid recovery mechanism that respects your account balance. Designed for traders who want to capitalize on crypto's explosive volatility while sleeping peacefully. Core
# WEKE WEKE EA (MQL5) - Advanced Multi-Currency Grid System **Weke Weke EA** is an advanced algorithmic trading system designed to exploit mathematical inefficiencies in the forex market. Unlike traditional systems that attempt to predict the future based solely on the past, Weke Weke focuses on **exploiting mean reversions** and professional risk management. This enhanced version has been optimized to offer maximum stability and security on live accounts, incorporating capital protection mech
Stairway D1 Breakout EA Built for the few moves that matter. Stairway D1 Breakout EA is a patient multi-asset breakout Expert Advisor for MetaTrader 5, designed for traders who prefer simple, transparent and low-maintenance D1 systems. The EA is calibrated for three major markets: GOLD / XAUUSD US100 / NAS100 / USTEC BTCUSD The system is based on a simple idea: most of the time, markets do not offer meaningful breakout opportunities. But from time to time, strong upside moves appear — and th
Apex Gold Scalper is an advanced XAUUSD Expert Advisor engineered for traders seeking structured, adaptive, and disciplined gold trading automation. Built around a rules-based execution framework, the EA combines layered confirmations, volatility awareness, and intelligent trade management to remain selective across changing market conditions. Apex Gold Scalper   is designed to prioritize consistency, controlled execution, and adaptive management rather than reckless overexposure. The system co
Aurum Shield EA Structured Trading. Controlled Risk. Aurum Shield EA is an automated trading system for the MetaTrader 5 platform, designed to operate under clearly defined market conditions while maintaining disciplined risk control. The system focuses on controlled exposure and selective participation in directional price movements. Core Concept The EA evaluates market conditions using a combination of: Trend analysis Volatility assessment Price behavior filtering Trades are considered only w
Only 3 copies at a price of $199.00. Next price is 299 USD US30 Scalping is a strategy for breaking strong price levels. The Expert Advisor does not need any optimization. It is enough to install it on the chart and start trading! Advantages of US30 Scalping: - best SL/TP ratio - low SL, which makes the system as safe as possible - each order has a fixed short SL Trading recommendations: - Using ECN accounts or other accounts with low spreads and low stops - US30 - leverage 1:100 or higher -
Tom FX
Bazeermohamad Khanmohamed
TOMMY SCALPER EA — Powered by TOMFX Short Description (MQL5 Market) TOMMY SCALPER EA is a professional XAUUSD (Gold) scalping Expert Advisor for MetaTrader 5, developed to capture fast market movements with disciplined risk management and automated trade execution. Built for traders who prefer simple operation with powerful internal logic, the EA focuses on consistency, precision, and efficient profit management. Simply set your preferred Lot Size and Daily Profit Target, then let the EA manage
XGen Scalper MT5 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
CableBot
Marius Ovidiu Sunzuiana
CableBot  is a precision‑engineered Expert Advisor built exclusively for the GBP/USD pair, leveraging the pair’s unique volatility profile to generate consistent intraday returns. Designed as a single‑symbol specialist , CableBot M5 focuses entirely on the micro‑structure behavior of Cable, exploiting its rhythmic liquidity cycles, London volatility bursts, and predictable M5 flow. This Expert Advisor is engineered exclusively for GBP/USD on the M5 timeframe. All internal logic, volatility mod
このプロダクトを購入した人は以下も購入しています
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
MY LAST STRATEGY One engine. Every candle. Every session. Phase 1 – Limited Release Only 25  copies left. Once all copies are sold, this product will be delisted and no longer available for purchase. All Phase 1 buyers are invited to our private Discord server , where they receive continued updates, optimizations, and direct feedback support. Contact us after purchasing the product for comprehensive instructions and guidance on how to use one of our Slap all News products. TEN YEARS, DISTILLED
XG Gold Robot MT5
MQL TOOLS SL
4.26 (111)
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
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Syna
William Brandon Autry
5 (27)
Syna — トレードに寄り添い続けるAI ほとんどのトレーディングシステムは、エントリー後に考えるのをやめます。 Synaはやめません。 多くのエキスパートアドバイザー(EA)は、相場を分析し、注文を出し、あとはストップロスかテイクプロフィットに達するのを待つだけです。 Synaは違う設計思想で作られました。 エントリー前に機会を分析し、なぜそのトレードを開いたのかを記憶し、ニュースや変化する相場環境を監視し、ポジションの推移に応じて管理を行い、複数のターミナル・口座・ブローカー・対応製品にまたがってインテリジェンスを連携させることができます。 トレードは注文が開いた時点で終わりません。 Synaもまた終わりません。 SynaはAIトレーディングアシスタントとして、自律型AIトレーダーとして、ポートフォリオのインテリジェンス層として、あるいはそのすべてを同時に活用できます。 固定TP/SLによる従来型の単発エントリー、継続的なAIポジション管理、Sacred Phiによる構造化ポジション管理、Master/Agentによるポートフォリオ連携から選べます。 分析から決済まで、途切れな
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 登場 – より速く。よりスマートに。かつてないほど高性能に。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール取引に導入した最初期のシステムの一つです。 AiQ Gen 2はそのラインにおける次の進化です。 AiQ Gen 2は全く異なるレベルのスピードのために構築されています。指値注文がそのエッジの核にあり、モメンタムが拡大する前に精密にポジションを取り、そしてアダプティブ・インテリジェンスに引き継ぎます。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 AiQ Gen 2は違います。 すべての指値注文セットアップ、各配置や調整の背後にある推論、なぜトリガーされたか、なぜ見送ったか、そしてマーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される永続インテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これは精密な指値注文執行を中心に構築された高速専門インテリジェンスです。 従来のEAは固定されたロジックの中に閉じ込
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
Bonnitta EA MT5
Ugochukwu Mobi
3.38 (21)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリックか
Scalp Master Expert Advisorは、トレンド相場におけるスキャルピング戦略のために設計された完全自動取引システムです。流動性の高い市場で短期的な取引機会を特定し、取引の質とリスク管理を重視しています。このEAは、裁量判断なしでルールベースの取引を好むトレーダーに適しています。 以下のようなスプレッドが狭く流動性の高い銘柄で最も効果を発揮します: XAUUSD(ゴールド) EURUSD GBPUSD USDJPY BTCUSD USTEC(米国テック指数) その他の主要・マイナー通貨ペア(低スプレッド・安定した約定環境) この戦略はトレンド市場専用に設計されており、レンジ相場や不安定な値動きなどの低品質な取引環境を避けることを目的としています。 主な特徴: 完全自動取引システム(手動操作不要) 移動平均線とRSIフィルターによる勝率向上と低確率トレードの回避 重要経済指標時のリスクを軽減するニュースフィルター搭載 ダイナミックにポジションを管理する高度なトレーリングシステム リスク管理とドローダウン削減に重点 Scalp Masterは取引前および取引中に市場状況を
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Famous EA – 実運用で検証済みのパフォーマンス Famous EAは、安定した結果と高度な取引執行を求める本格的なトレーダーのために開発された高性能エキスパートアドバイザーです。価格アクション、トレンドラインの動き、そして独自のフィルターアルゴリズムを組み合わせ、高確率のエントリーとエグジットを規律ある形で捉えます。 戦略概要 Famous EAは以下を使用して動作します: リペイントしない独自インジケーターロジック 動的なトレンドライン/サポート・レジスタンス検出 マルチタイムフレームの価格アクション分析 独自のノイズフィルタリングアルゴリズム この組み合わせにより、市場環境に適応しながら過剰取引を避け、構造の整ったセットアップに集中します。 主な特徴 100%自動化 — 手動操作不要 主要FX通貨ペアおよび貴金属に最適化(USDJPY、GBPJPY、XAUUSD、XAUJPYなど) 柔軟なリスク設定(保守的〜攻撃的) 大きなボラティリティを回避するスマートニュースフィルター(任意) 高度なトレーリングストップ&ブレイクイーブン機能 マーチンゲールなし、グリッドなし、ヘッ
AI Nodiurnal EAは、先進的なForexロボットであり、最先端の機械学習技術を活用して取引戦略を最適化し、動的な外国為替市場でのパフォーマンスを向上させます。用語「Nodiurnal」は、通常の昼間の取引時間だけでなく、非標準の時間帯にも適応して稼働し、外国為替取引に対する連続的かつ適応的なアプローチを提供する能力を反映しています。 設定:通貨ペアのデフォルト設定:EURUSD H1。特別な設定は購入後にのみ提供されます。 リアルタイムアカウントシグナルはこちら: https://www.mql5.com/ja/signals/1270367 MT4バージョンはこちら: https://www.mql5.com/ja/market/product/69905 マーケットローンチプロモ!残り3/10のコピーのみ:USD 5,500 次の価格:USD 7,500 最終価格:USD 10,000 主な特徴: 機械学習アルゴリズム:AI Nodiurnal EAの主力は、機械学習アルゴリズムの活用にあります。これらのアルゴリズムは膨大な量の歴史的な市場データを分析し、パターン、トレ
Minting
Zenzo Phathisani Mtungwa
*** 最良の結果と迅速なエントリーおよびエグジットのために、M1またはM5に適用してください *** Minting – The Gold Scalper(Lite Edition)   は、Ramulo Software Ltd. によって開発された、プロフェッショナル仕様で軽量かつ効率的なエキスパートアドバイザー(EA)です。ゴールド(XAUUSD)の高いボラティリティと収益機会を最大限に活かすために設計されており、EMAベースのインテリジェントな相場構造、ATRによるトレンド検出、段階的なUSDトレーリング、そして厳格なドローダウン管理を一体化した、シンプルで運用しやすいトレーディングシステムです。 Minting は Emerge エコシステムへの入り口となるEAです。安定性・透明性・継続的な口座成長を提供するため、あえてシンプルに設計されています。推奨される流れは、Minting で得た利益を使って、より高度なトレード知能、深いマーケットロジック、そしてより積極的な利益獲得能力を持つフラッグシップEA「Emerge」へアップグレードすることです。 このEAは、 まず資本
Saiko Scalper v5
Samir Saleh Mohammed Hassan
SAIKO Scalper is an advanced algorithmic trading robot designed to detect and exploit real market momentum using tick-level impulse analysis. Instead of relying only on traditional indicators, the robot monitors consecutive price movements in real time and enters trades when a strong directional impulse is detected. This approach allows SAIKO Scalper to capture fast market opportunities while avoiding many false signals caused by normal price fluctuations. The robot includes multiple layers of
PivotStorm - Adaptive XAUUSD Market Structure Breakout EA Professional Automated Trading System for MetaTrader 5 PivotStorm is a professional XAUUSD Expert Advisor designed for traders who prefer structured breakout trading based on confirmed market levels. The system combines market structure analysis, intelligent pending-order execution and multi-level risk management to provide a disciplined automated trading approach for the gold market. Unlike simple breakout robots that react to every pri
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Swingy3
Bashier Awny Husein Ismail Alhafy
Swingy3: The Institutional Pivot & Swing Execution Engine Swingy3 is an algorithmic trading system designed for MetaTrader 5, focusing on high-conviction price action swings and institutional-grade risk management. Unlike standard retail indicators, Swingy3 analyzes market structure through dynamic pivot points and multi-timeframe confluence to identify entries where momentum and exhaustion align. The Strategy The core of Swingy3 is its advanced Pivot Analysis engine. It detects institutional "S
SPARTAN GOLD SNIPER AI - V7.2 ULTIMATE The All-In-One Gold Solution: Smart Scalping and Professional Swing Trading. Spartan Gold Sniper is not just an EA; it is a complete trading system designed specifically for XAUUSD (Gold). Version 7.2 introduces the Smart Adaptive Engine, making it the most flexible bot on the market for both small accounts and large Prop Firm capitals. Critical Requirements Latency: You must use a VPS with less than 20ms latency (Recommended: MQL5 Built-in VPS). Account:
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
高度な自動化ゴールド・トレーディングシステム Gold Catalyst EA MT5 は、 XAU/USD(ゴールド) に特化した 完全自動 のトレーディングソリューションです。 トレンド追随型の戦略 、 プライスアクションによるエントリー判断 、そして 動的なリスク管理 を組み合わせることで、実際の市場環境で2.5年以上にわたり継続的なフォワードテストが行われ、 安定かつ信頼性の高い パフォーマンスを示しています。現在も VPS 上で稼働し続けています。 このアルゴリズムの背後には 15年の市場経験を持つ科学者 がいます——観察、仮説、検証、実証。誇大広告ではなく、方法論です。EA は現在も継続的に開発・改良され続けています。 1. 戦略概要 Gold Catalyst EA MT5 は、以下の要素を組み込んだ システマチック なアプローチを採用しています: トレンド分析: あらかじめ定義された市場条件に基づき、有望な売買機会を特定。 プライスアクションのフィルタリング: 成功確率の低いシグナルを排除し、勝率の高いセットアップのみを実行。 ダイナミックなオーダー執行: リアルタイム
Quantum Candlestick Collider — Institutional-Grade Precision for XAUUSD Quantum Candlestick Collider is a next-generation automated trading system engineered specifically for XAUUSD (Gold) on the M15 timeframe. Built on a proprietary quantitative engine and advanced candlestick intelligence, this EA delivers exceptional entry precision, adaptive market awareness, and institutional-level risk control — designed to perform even under extreme market volatility. Real trading environment Transpa
GOLD GRABBER Israel L. MT5 Grid-Hedge EA. WARNING: EA has Optimised  sets for GOLD (XAUUSD) ONLY (Minimum Capital: $1000) Download sets below: Use these sets for XAUUSD:  https://drive.google.com/drive/folders/1FBfc-eE7B7APhZ-P754R76d3xih8OnXX?usp=sharing Professional Grid-Hedge Trading System with Advanced Risk Management This sophisticated Expert Advisor employs a dual-directional grid strategy designed for consistent performance in volatile markets. The system opens positions in both directi
Stealth 150 DE40
Szymon Jan Szarowski
4 (1)
年率340%のパフォーマンス、申し訳ありません! はい、その通りです:この年率340%というバックテスト結果は、ほとんど信じられないほど優れています。でも、誤解しないでください——これはマーケティングトリックではなく、正確なプログラミングと誠実なバックテストの成果です。もちろん、こんな夢のようなリターンが永遠に続くわけではありません。なぜなら、どんなEAもバックテストで数年経てばロット数の上限に必ずぶつかるからです。 それでも、 Stealth 150 DE40 はアルゴリズムに“自由に動かせる”環境を与えれば、何が可能かを示しています。 というわけで、パフォーマンスについてはご容赦ください——それでは本題のエキスパートアドバイザーをご紹介します。 Stealth 150 DE40——DAX(DE40, .DE40Cash, GER40)用ブレイクアウト型エキスパートアドバイザー 見えない。止まらない。徹底的に透明。 Stealth 150 DE40は何をするのか? Stealth 150 DE40は、DAX(DE40, .DE40Cash, GER40)専用の全自動トレ
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
Launch offer. The price rises step by step as the number of sales grows. Every purchase includes all future updates through MQL5 Market. Mercaria Unicorn is an adaptive grid trading system for Gold (XAUUSD) on MetaTrader 5, developed by practicing traders for all experience levels. Overview Mercaria Unicorn is an adaptive trading system for Gold (XAUUSD) and other CFD instruments. Unlike standard grid robots with fixed parameters, it automatically adjusts the number of levels, the lot size, and
CaicaiLS Pro - Advanced Pair Trading & Statistical Arbitrage (Version 9.0) The CaicaiLS Pro is a quantitative Expert Advisor designed for Long & Short operations (Pair Trading) using Statistical Arbitrage . Developed for traders seeking precision, it tracks correlation and cointegration anomalies across multiple asset pairs simultaneously, seeking performance in both mean reversion and momentum breakouts. Its advanced architecture features the introduction of Shadow Execution technology. The mat
The Neurolite Expert Advisor offers trade decisions based on a neural network trained using a 10-year history of real tick data. The trading is performed only on GBP/USD. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. Trading Strategy The system does NOT use dangerous strategies such as averaging or martingale, but strictly adheres to the neural network instructions. Stop lo
The Neurolite Expert Advisor offers trade decisions based on a neural network trained on 5-years of real tick data. Trading is performed only on the EUR/USD currency pair. Its main peculiarity is a small amount of input parameters so as to facilitate the working process of users. The Neurolite EA will fine-tune all the parameters for you. This Expert Advisor is based on the previously released Neurolite EA gbpusd , which was adjusted for successful trading on the EUR/USD currency pair. Trading
作者のその他のプロダクト
Synthetic Timeframe Creator Professional Custom Timeframe Visualization for MetaTrader 5 Revolutionize your multi-timeframe analysis with Synthetic Timeframe Creator. Tired of switching between charts? Need to analyze specific time cycles that don't exist in standard timeframes?  This is your ultimate solution. Create custom D2, D3, W2, W3 (or any N-period) candles directly on your MT5 chart without needing custom symbols or complex workarounds. KEY FEATURES Flexible Timeframe Synthesis Choos
FREE
Finally, a dashboard that cuts through the noise and shows what actually matters. – Displays All Symbols In Your Market Watch List (Updates in real time) This advanced Multi-Timeframe ATR & Volume Dashboard gives traders a crystal-clear view of market volatility and liquidity across all symbols and timeframes in one glance .     Real-Time ATR & Volume Data – See exact volatility (ATR) and trading activity (Volume) for M1 to MN1     Smart Grouping – Automatically classifies instruments (Forex, In
FREE
Automatically Close Trades at Your Desired Profit Target! Take the guesswork out of trading by automatically closing your positions as soon as they reach your set profit target. Add to any chart-  The Bot will monitor all open trades Key Features:     Automatic Trade Closing:     Set a profit target in USD, and let FinalStrike automatically close the trade when dollar amount is achieved     Multiple Positions Supported:     Whether you have one or multiple trades open across different pairs,
FREE
Welcome to the Williams Percent Range EA (wpr)           It's recommended that you read through the document before you start creating a strategy.         Risk management  — Fixed and risk-based position sizing for flexible risk management.        Features:  ATR For Stop Loss And Take Profit. Position Size. Fixed Or Risk Based Risk Based. Equity, Balance Or Free Margin Stop Loss Mode. Closes trade on signal and enters new trade opposite direction. (close of candle) Limit Trading Hours
It's recommended that you read through the entire document. For the first time ever on MQL5 . A first of its kind on the marketplace. Introducing a truly groundbreaking trading bot—one that combines ATR-driven risk management with an innovative daily percentage change trading strategy. Designed for trading a wide range of assets, including Gold, Oil, Bitcoin, Forex and Indices . (Ideal for basket trading.) This powerful, fully automated exclusive Bot is designed to give traders a unique edge
Money Flow Index. MFI EA Atomated Trading Bot MFI bots can be valuable tools for automating trading s trategies based on market momentum. However, it's crucial to understand their functionality, monitor their performance, and use them as part of a comprehensive trading plan. The Money Flow Index (MFI) is a technical analysis tool that combines price and volume to assess the buying and selling pressure of an asset. In cryptocurrency trading, MFI bots utilize this indicator to automate trading d
Moving Averages Bot with ATR – A Comprehensive Trading Tool .     Very RARE POWERFUL AND UNIQUE moving averages BOT that incorporates ATR with Stop Loss, Take Profit Multiplier. Multiple Time Frames and a lot more.     This Bot is an impressive automated trading system that combines the simplicity of moving averages with the dynamic adaptability of the Average True Range (ATR).     Designed to enhance trading strategies by offering a balanced mix of trend-following techniques and risk manag
RandomPulse ATR Driven Directionless Bot" Expert Advisor! What Does this bot Do? The  EA is designed to execute trades based on a random entry, ensuring that your trading positions are always dynamic and engaging. Here's what it offers!     Random Trade Direction:     This EA randomly selects whether to buy or sell, ensuring that your trading strategy isn't limited by predictable patterns.     Buy or Sell:       The Bot will Randomly Choose     Customizable Stop Loss and Take Profit:     Bas
Gold Trading Made Simple – Maximize Profits With This Proven Strategy! Silent Syndicate – The Ultimate AI-Powered Gold Trading Bot. Precision. Performance. Profitability. Gold trading is a highly lucrative market , but without the right strategy, it can be volatile and unpredictable. Silent Syndicate is a state-of-the-art trading system designed to maximize profits, minimize risk, and provide consistent long-term returns. Powered by intelligent algorithms, strategic trade management, and advan
Introducing TriggerGuard Pending Order EA This Bot is a state-of-the-art, fully automated Expert Advisor  Utilizing a robust pending order system, TriggerGuard ensures that your trades are placed and executed only when market conditions align with your preset criteria. A very useful transferable tool for price action strategies, allowing you to effortlessly set traps in the market. It works flawlessly. You can execute the bot during corrections in a descending channel, against impulse waves, or
The Midnight Thottle Expert Advisor: Automated Trading Based on Alignment of Percentages The Midnight Throttle EA is an expert advisor that trades automatically based on the alignment of four key timeframes' percentage changes. It trades what Midnight Watch visualizes." It uses the Midnight Watch indicator’s data to analyze market conditions and enter trades when the market shows significant alignment across different timeframes. How Midnight Throttle Works: Alignment Criteria: The Expert
I am a trader specializing in the development of rare , exclusive , high-performance trading bots designed for serious traders who are committed to achieving consistent profitability and success. This free indicator is more than just a visual tool—it powers the Midnight Throttle EA , an automated trading system that executes trades based on the precise market conditions this indicator observes. Midnight Watch : A Pro-Level Tool for Precision Market Analysis. An advanced , multi-functional MetaTr
It's recommended that you read through the entire document. Sentinal Core– A Multi-Timeframe Percentage Threshold Logic Engine Exclusive to MQL5  Sentinal Core is the third and final Expert Advisor in a trilogy of EA's engineered for directional alignment using percentage-based trend analysis. It is not your typical entry-signal bot. Sentinel Core is a pure logic engine designed to rigorously filter signal validity through real-time, multi-timeframe sentiment analysis based solely on price act
BreakPoint Pro – Daily High/Low Breakout EA This bot is a professional-grade Expert Advisor that trades breakouts of the current day's high and low using a clean, rules-based price action approach. The strategy focuses on capturing directional momentum once price breaches these key intraday levels—one of the most statistically reliable patterns in discretionary and algorithmic trading. A powerful Expert Advisor designed to capitalize on daily high/low breakouts using a price action-driven strat
Globex Range Levels – Gold Edition Market Focus: XAUUSD / Gold / Futures-style Assets m5-m15 Designed For: Day Traders, Scalpers, Institutional-Level Strategies What is Globex Globex is the electronic trading platform operated by CME Group, enabling nearly 24-hour trading of futures and options across global markets. It runs outside traditional U.S. trading hours and is commonly referred to as the overnight session . In trading, the term "Globex session" typically refers to the period between th
Global Risk Manager Auto Stop Loss  Automate Your Risk Management This utility works seamlessly with any symbol, by intelligently setting your initial Stop Loss and Take Profit the instant a new position is opened. Perfect for traders who enter manually or via an EA  but want consistent, rules-based risk management applied automatically. Why You Need This Eliminates Human Error: Never forget to set a stop loss again. Ensures every trade is protected from the start. Enforces Discipline: Removes
This Expert Advisor combines classic mean reversion with an advanced Bollinger Band Walk Filter to trade when momentum is confirmed. It can be adapted between mean reversion and a breakout strategy (Bollinger walk), reducing false signals and improving trade precision. The Walk Filter detects sustained price interaction with Bollinger Bands over N consecutive bars. Only after this walk is confirmed does the EA enable breakout trades in the corresponding direction. Upper band walks trigger breako
Session Map Pro automatically plots the critical price levels from previous trading days and overlays visual session markers, giving you an instant "roadmap" of potential support and resistance.   It transforms your chart into a strategic trading battlefield.   Detailed Line Reference Guide (For visual display m1-m5 works best but can be attached to any time frame) Default lookbackDays=5. "Set to 1 for today only and a less cluttered display"  1.Horizontal lines (n) Days)    Solid GREEN Line (
Magic History is a detailed trade visualization indicator designed to bring the full story of your trading activity directly onto the chart. If you’re a developer or trader who uses magic numbers, this is made for you. Smart pagination - never lose track of your trades again. Pagination means dividing content into separate pages instead of showing everything all at once. In the context of your Magic History indicator: Pagination is a system that lets you view your trades in sections (pages) — f
Ping-Monitor — Never Miss a Tick Again! Do you run EAs and worry about silent chart freezes or data feed stalls ?  This utility is your ultimate watchdog, alerting you the moment your charts stop receiving updates. Ping-Monitor is designed to detect when a chart freezes or the data feed stalls, even if MT5 still shows that the connection is active. It works by tracking the time of the last incoming tick. Every time the chart receives a new price update, the EA records the timestamp. Then, on a
Support and Resistance Pro - Professional Trading Tool Professional Daily Price Structure Analysis with Intelligent Notifications A comprehensive trading tool that transforms your chart into an organized workspace by visually mapping the market's daily price structure while keeping you informed of critical price interactions through a sophisticated alert system. Trading key levels that form clusters of confluence is about identifying price areas where multiple independent factors line up, rath
フィルタ:
AJH
120
AJH 2026.02.15 16:26 
 

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

Jason Smith
3411
開発者からの返信 Jason Smith 2026.04.22 05:47
Really appreciate that — thank you. I built Pro15 to perform at a high level, so hearing that it’s still impressing you after three weeks means a lot. There’s more coming as well — refinements and improvements never stop.
レビューに返信