EKAI Prop Guardian Pro

EKAI Prop Guardian Pro

The complete prop firm survival dashboard for MetaTrader 5 (Utility Expert Advisor — monitoring only, does NOT execute trades)

Overview

EKAI Prop Guardian Pro is the only MetaTrader 5 utility that combines three critical prop-firm survival engines in a single draggable, resizable, scrollable dashboard: a Rule Compliance Engine for 7 preset firms, a Behavior Engine that flags revenge trading and overtrading in real time, and a MAE/MFE Live Dashboard that measures the execution quality of every trade you take.

This is a pure monitoring utility. It reads your account, computes metrics, and displays a live dashboard. It does not open, close, or modify any trades. Ever. Zero trade execution logic exists in the code.

If you are running a challenge for FTMO, The5ers, FundingPips, Alpha Capital Group, FundedNext, or any funded account with similar rules, this tool watches every rule for you, every second, and warns you before a mistake becomes a breach. If you are already funded, it protects your allocation by catching the psychological patterns that blow real accounts.

Nothing about your workflow changes. You do not need to leave MetaTrader 5, open a browser tab, refresh a spreadsheet, or subscribe to a monthly journaling service. The panel sits on your chart, drags where you want it, resizes with mouse to fit your screen, and remembers everything between restarts.

Important: This is a Utility EA

MetaTrader 5 uses the "Expert Advisor" file type for both trading robots AND monitoring utilities. This EA is in the utility category. Concrete facts:

  • Zero trade functions in the code (no OrderSend , no PositionClose , no PositionModify , no CTrade class)
  • Only reads: AccountInfo , PositionInfo , HistoryDeals , TerminalInfo
  • Only writes: chart objects (the panel), one persistence file in the sandbox
  • AutoTrading button must be enabled in the top toolbar. Not because the EA trades, but because MetaTrader 5 disables the timer of any EA (utility or trading) when AutoTrading is off. If AutoTrading is disabled, the panel will show a warning message.

If you have any doubt about the monitoring-only nature of the EA, decompile it after purchase and verify. There is nothing to hide.

What makes it different

Every prop trader has seen at least one of these three tools sold separately:

  • A rule dashboard that shows daily loss vs limit and current drawdown
  • A discipline tracker that logs trades and flags overtrading
  • A trade journal that measures MFE and profit efficiency after the fact

EKAI Prop Guardian Pro integrates all three into one EA, running continuously on your chart, with a unified severity system that surfaces the worst risk across all engines as a single STATUS banner. When the banner is green, you are safe on every axis. When it turns yellow, orange, red, or purple, you know exactly which rule or pattern needs your attention, immediately, without digging through menus.

The Consistency Ratio Tracker, the Position Escalation Detector, the Rebase Baseline feature, and the fully scrollable/resizable Pro panel are unique to this product. No other MT5 utility combines them with a full rule engine.

Engine 1: Rule Compliance Engine

The core of the tool is a rule engine that mirrors the exact rule sets used by the major prop firms in 2026.

Preset library (built in)

Preset Daily Loss Max DD DD Type Profit Target Min Days Consistency
FTMO 2-Step 5% 10% Static balance 10% 4 Off
FTMO 1-Step 3% 6% Trailing balance 8% 3 Off
The5ers Bootcamp 5% 4% Static balance 6% 10 Off
FundingPips Standard 4% 8% Static balance 8% 3 50%
Alpha Capital Group 5% 10% Static balance 8% 4 30%
FundedNext Evaluation 5% 10% Static balance 10% 5 Off
Custom Fully editable Fully editable Fully editable Fully editable Fully editable Fully editable

Switch between presets in a single click from the panel. Every metric recalculates instantly. When you select Custom, all rule fields become editable directly from the Settings sub-panel.

Live tracked metrics

  • Daily Loss: current loss from day-start balance, versus your daily limit, in dollars and as % used
  • Max Drawdown: current drawdown versus your DD limit, respecting the correct reference point for the DD type (static balance, static equity, trailing balance, or trailing equity)
  • Profit Target: total profit versus your target, in dollars and as % achieved
  • Trading Days: days with realized activity, versus the minimum required
  • Consistency Ratio: your best-day profit as a percentage of total profit, live tracked and provisional (today's realized P&L counts toward the "best day" while the day is still open, so you get warned BEFORE a big day breaks the rule)

Severity system

Every metric is classified into one of five levels based on how close it is to its limit:

Severity Threshold Color Meaning
SAFE < 60% of limit Green Nothing to worry about
WATCH 60-80% Yellow Approaching a warning zone
DANGER 80-95% Orange Very close to the limit
CRITICAL 95-100% Red Imminent breach
BREACH >= 100% Purple Already broken

All thresholds are user-configurable from EA inputs.

The STATUS banner at the top of the panel always shows the worst severity across all metrics and all engines. When you see red or orange, you know something needs attention without having to scan every row.

Engine 2: Behavior Engine

The Behavior Engine watches the psychological patterns that cause traders to blow accounts even when they know the rules. It runs silently in the background and lights up flags when a pattern crosses your configured thresholds.

Revenge Trade Detector

Measures the time gap between your last losing trade and the next trade you open. If that gap is smaller than the configured window (default: 15 minutes), the trade is flagged as revenge and counted. You see:

  • Total revenge count since last Rebase
  • Time in minutes since the most recent revenge trade
  • The flag stays active for 30 minutes after a fresh revenge, then auto-clears

Overtrading Counter

Rolling counters for trades closed today and trades closed in the last rolling hour. When either exceeds the configured threshold (default: 8/day, 4/hour), the overtrading flag activates and the row turns orange.

You see:

  • Trades today / daily limit
  • Trades in last hour / hourly limit
  • Progressive color (yellow at half the daily limit, orange when over)

Loss Streak Cooldown Enforcer

After N consecutive losing trades (default: 3), the engine enters cooldown mode:

  • Shows countdown of minutes remaining (default cooldown: 30 minutes from the last loss)
  • The cooldown flag stays active until the timer runs out
  • Longest streak ever is tracked as a personal benchmark
  • Auto-clears when the timer expires or when the next winning trade closes

Position Escalation Detector

Compares the volume of every new trade against the running average of the last 5 trades. If the volume is more than X% larger (default: 50%) and the trade opens within one hour of a losing trade, the engine flags escalation as CRITICAL. This is the pattern most closely associated with Martingale tilt and account blow-ups.

You see:

  • "None" (green) when no escalation active
  • "DETECTED (+150% lot)" (red) when a fresh escalation is happening
  • Cumulative history count of past escalations

Combined behavior severity

  • 1 active flag = WATCH (yellow)
  • 2 active flags = DANGER (orange)
  • 3 or more active flags = CRITICAL (red)

This severity is factored into the overall STATUS banner alongside the rule engine, so a behavior escalation can trigger a CRITICAL alert even when your dollar-based rules are still safe.

Engine 3: MAE/MFE Live Dashboard

Maximum Adverse Excursion (MAE) and Maximum Favorable Excursion (MFE) are the two most important post-trade metrics for evaluating execution quality, and neither is stored natively by MetaTrader 5. This dashboard tracks both live for every position from the moment you attach the EA.

How it works

Every second, the engine polls all open positions and updates two running numbers per trade:

  • runningMAE: the worst floating P&L ever seen (in dollars, including swap)
  • runningMFE: the best floating P&L ever seen (in dollars, including swap)

When a position closes, those values become the final MAE and MFE for that trade, and the engine computes:

  • Profit Efficiency = final profit / MFE * 100. If your MFE was +$100 and you closed at +$30, you captured 30% of the peak. High efficiency (>70%) means good exits. Low efficiency (<30%) means you consistently let profits reverse before closing.
  • MFE:MAE Ratio = avg MFE / |avg MAE|. Structural payoff. Above 2.0 is excellent, 1.0-2.0 is workable, below 1.0 is a losing edge over time.
  • Bad Risk Count = winning trades where |MAE| > profit. You made money but at more risk than you took profit. If your bad risk rate is above 30%, your stop placement or entry timing needs work.

Live open-position tracking

The Live Positions row shows real-time aggregates across every open position right now:

  • Count of positions being tracked
  • Sum of current floating P&L
  • Sum of running MFE (best floating aggregate observed)
  • Sum of running MAE (worst floating aggregate observed)

This lets you see, at a glance, whether your open positions are giving back paper profits (current P&L below aggregate MFE) or whether you are still in a favorable moment.

Aggregated stats

Over a configurable rolling window (default: 50 trades), the panel shows:

  • Tracked trades count
  • Average efficiency, with best and worst individual trades in the same row
  • Average MFE / Average MAE with the ratio
  • Bad risk count as a fraction of tracked trades
  • Last closed trade snapshot: profit, MFE, MAE, efficiency %

Honest limitations

Because MetaTrader 5 does not store MAE/MFE natively, only trades opened and closed while the EA was running on the chart have full MAE/MFE data. Trades from the historical archive show up excluded from statistics.

If the terminal is closed while positions are open, the engine cannot capture ticks during that offline period. When you reopen, tracking resumes from the current moment, and the runningMAE / runningMFE will not include the offline range.

These limitations are inherent to MT5. The dashboard is transparent about which trades have complete data (the "Tracked Trades: N" counter tells you the truth).

The Rebase Baseline feature

Most rule dashboards fail the moment you install them mid-challenge. Your initial balance was $100,000 three days ago, you have made $2,000 in profit, and the tool anchors your baseline to today's $102,000 balance because that is what MT5 reports. The daily loss and drawdown calculations are wrong from minute one.

Rebase Baseline solves this in one click. When you press it from the Settings sub-panel, the engine:

  • Re-anchors the initial balance and initial equity to the current values
  • Re-anchors the peak equity and peak balance (for trailing DD)
  • Resets the best-day profit and trading-days counters
  • Marks a behavior cutoff time at the current moment, so historical trades stop counting for revenge, overtrading, streak, and escalation detection
  • Clears the MAE/MFE analytics window and the live-position tracker (which re-populates on the next tick with correct data)

Use it when:

  • Installing the EA mid-challenge
  • Starting a new challenge phase (moving from Phase 1 to Phase 2)
  • Testing rule presets against your current account without wanting historical noise
  • Beginning a fresh evaluation period

The cutoff persists between MT5 restarts, so trades before the rebase remain invisible even after you close and reopen the terminal.

The Pro Panel — Fully draggable, resizable, and scrollable

The panel is not a rigid overlay. It is a self-contained dashboard app that respects your screen space and lets you shape it however works best for your setup.

Draggable

  • Grab the title bar and drag anywhere on the chart
  • Position persists between restarts, per chart
  • Toggle button [x] PG / [ ] PG always visible outside the panel for quick show/hide even after moving

Resizable with mouse

  • Drag the small gold-dotted handle in the bottom-right corner to resize the panel in both dimensions
  • Horizontal drag changes panel width (from configured minimum to 90% of chart width)
  • Vertical drag changes total panel height (from configured minimum to almost full chart height)
  • Layout adapts automatically to the new dimensions — columns rescale, values switch to compact format on narrow panels
  • Double-click on the resize handle instantly restores the default size (position stays put)
  • Every size change persists across MT5 restarts

Scrollable when content exceeds height

The panel uses virtual clipping for both the main content area and the Settings sub-panel:

  • When the main dashboard content (Rules + Behavior + MAE/MFE + Account sections) does not fit in the current height, a gold scrollbar appears on the right edge of the main area
  • When the Settings sub-panel is open and has more rows than the visible height, its own independent scrollbar appears
  • Both scrollbars have up (^) and down (v) arrow buttons at the top and bottom
  • Mouse wheel works inside both viewports — the engine detects which viewport your cursor is over and scrolls the correct one
  • Rows outside the viewport are not drawn (virtual clipping), keeping the panel visually clean without overflow above or below the bounds

Top-row buttons

  • Hide: instantly hide the entire panel (external toggle button remains)
  • Firm: cycles through all 7 prop firm presets, metrics recalculate instantly
  • Set: opens/closes the Settings sub-panel
  • Reset: restores panel to default position, default size, closes Settings, resets scroll to top

Settings sub-panel (10 rows)

  • Prop firm cycle
  • Account size cycle ($5k / $10k / $25k / $50k / $100k / $200k / $300k / $500k)
  • All rule editors (Daily Loss %, Max DD %, Profit Target %, Min Days, Consistency %) — active only in Custom mode
  • Rebase Baseline (re-anchor everything to current state)
  • Save Position (manual persistence save)
  • Reset Position (return panel to input defaults)

Full state persistence

Everything is saved automatically to PGProEA_State_<ChartID>.dat :

  • Panel position (X, Y)
  • Panel dimensions (width, height, Settings max height)
  • Panel and Settings visibility
  • Scroll positions (main and settings)
  • Selected prop firm
  • Account size
  • All baseline anchors (initial balance/equity, peak equity/balance)
  • Behavior counters (loss streak, revenge count, escalation count, cutoff time)

Every setting is configurable from EA inputs (F7 in MetaTrader) and most are also changeable live from the panel without detaching the EA.

Use cases

The Evaluation Trader

You are running Phase 1 of a FTMO 2-Step $100,000 challenge. You have three days to hit +10% profit while never losing more than 5% in a day or 10% total. Prop Guardian Pro shows you exactly how much daily loss headroom you have right now, alerts you at 80% of the limit before you lose the account, and warns you if today's realized P&L is putting you in Consistency Rule violation territory even before you close the position.

The Funded Trader

You have a $200,000 funded account with Alpha Capital Group. You know the rules cold, but you also know that revenge trading after a bad morning is what really kills allocations. Prop Guardian Pro tracks your loss streak, enforces a 30-minute cooldown after 3 consecutive losses, and flashes CRITICAL when it detects you sizing up 50% after a loss. You keep the account.

The Systematic Improver

You want to fix your exits. For a month you have suspected you leave profit on the table but you have no data. Prop Guardian Pro tracks MFE for every trade. After 30 trades you see your average efficiency is 42%. You adjust your take-profit logic and watch it climb to 68% over the next 20 trades. Real, measured improvement.

The Multi-Challenge Trader

You are running 4 evaluations in parallel. Each has different rules. Prop Guardian Pro remembers per-chart state, so you can have 4 charts open, one panel per account/firm, each configured independently, each persistent across restarts.

The Multi-Monitor Trader

Your main trading platform is on monitor 1. You want the compliance dashboard on monitor 2, sized to your preferred dimensions. Attach the EA to a chart in MT5, detach that chart into a floating window (MT5 built-in feature), drag it to monitor 2, resize the panel to fill the window with the mouse handle. Done. The panel behaves like an independent app.

Requirements

  • MetaTrader 5 (build 3550 or newer)
  • AutoTrading button ENABLED (top toolbar). Required for the EA timer to run. The EA does not execute any trades — AutoTrading is only the MT5 mechanism that allows any EA's timer to fire.
  • Any broker with any symbol
  • No external DLLs, no network access, no third-party dependencies
  • Works on all account types (real, demo, contest) and all broker specifications
  • Works offline (all metrics computed from local terminal data)

Installation

  1. Download from the MQL5 Market
  2. Enable AutoTrading in MT5 (top toolbar button, must show green)
  3. Attach to any chart (the panel monitors your whole account, not just one symbol)
  4. When the "Allow AutoTrading" dialog appears for the EA, accept it
  5. Select your prop firm preset by clicking the Firm button
  6. Set your account size in the Settings sub-panel
  7. If installing mid-challenge, click Rebase Now in the Settings sub-panel to anchor the baseline
  8. Resize and position the panel to fit your workflow (drag title bar, drag resize handle)
  9. Trade normally. The panel refreshes every second.

FAQ

Q: Does it place trades or modify positions? No. This is a pure monitoring utility EA. It has zero trade execution logic. It only reads from the account and displays. There is no OrderSend , no PositionClose , no CTrade class anywhere in the code.

Q: Then why is it an Expert Advisor instead of an Indicator? MQL5 Market puts utility dashboards (trade managers, risk calculators, prop trackers) in the Utilities category, which requires the Expert Advisor file type. This is a MetaTrader 5 platform convention. The EA type gives access to OnTimer for reliable 1-second refresh and full access to account/position data, which is exactly what a monitoring dashboard needs.

Q: Do I need to keep the panel on my trading chart? Can I run it in a separate window? The EA monitors your entire account, not just the chart symbol it is attached to. Two common workflows:

  • Dedicated minimized chart: open a throwaway chart on any symbol (e.g. EURUSD M1), attach the EA, and minimize the chart inside MT5. Expand it when you want to see the panel. The chart persists per-instance so state is preserved.
  • Detached floating window (recommended for multi-monitor setups): MT5 lets you detach a chart into its own OS-level window. Right-click the chart tab, drag it outside MT5, and it becomes a standalone Windows window you can move to a second monitor or dock beside your main trading platform. The Prop Guardian panel then behaves like an independent dashboard app.

Because the panel already monitors your whole account, the underlying chart symbol is irrelevant. Use whichever workflow keeps the dashboard visible without cluttering your trading charts.

Q: What if the panel does not fit on my screen? Resize it with the mouse. Grab the gold-dotted handle in the bottom-right corner and drag to any size you want. If content exceeds the panel's height, scrollbars appear automatically on the right edge of each section (main and Settings independently). Use the mouse wheel inside the panel to scroll, or click the up/down arrow buttons on the scrollbars. Double-click the resize handle to restore the default size.

Q: Will it work on multiple accounts simultaneously? Yes. Attach it to a chart on each account terminal. Each instance keeps independent state.

Q: Can I add prop firms not in the preset list? Yes. Select Custom as the firm preset and configure all rules from the Settings sub-panel or from inputs.

Q: The rule presets change over time as firms update their rules. What if my firm changes its consistency rule from 30% to 40%? Use Custom mode and set the exact numbers, or wait for a product update. Preset values reflect firm rules as of 2026 and will be updated in future versions.

Q: Why does the MAE/MFE Live Dashboard say "no data yet"? Because MT5 does not store MAE/MFE natively, the engine only has data for trades opened and closed while the EA was running. Open a trade after installation, close it, and the row will populate.

Q: What happens if I close MT5 with open positions? Positions keep running with your broker. When you reopen, the engine resumes tracking from the current moment. Historical rule metrics (daily loss, profit target) are computed from account values and remain accurate. MAE/MFE for offline periods is lost.

Q: Does it work in the Strategy Tester? Yes. The EA is Strategy Tester aware and will initialize normally there. However, MAE/MFE and behavior counters are most useful in live/demo trading rather than tester playback.

Q: Can I customize the colors, thresholds, and font size? Yes. Every color, every severity threshold, every panel dimension is a user-configurable input.

Q: I have another EA running trades on my account. Will they conflict? No. They can run side-by-side. Prop Guardian only reads account state; your trading EA continues as normal. This is actually a recommended setup: your trading EA operates, Prop Guardian watches the rules.

Q: Are my panel position and size preserved between restarts? Yes. Everything persists per chart in a local file: panel position (X, Y), panel dimensions (width, total height, Settings max height), scroll positions for both viewports, selected prop firm, account size, all baseline anchors, and behavior counters. Restart MT5 and everything reappears exactly as you left it.

Q: What does the "Hide" button do vs the "Reset" button?

  • Hide collapses the entire panel to just the small [x] PG / [ ] PG toggle button. Click the toggle to bring the panel back exactly where it was.
  • Reset returns the panel to its original position AND default size AND closes any open Settings AND resets scroll positions. Use it if you get lost in configurations and want a clean slate.

Support

Questions, feature requests, or preset updates for new prop firms: contact via MQL5 Market messaging or leave a review with your suggestion.

Version history

v1.00 (initial release)

  • Rule Compliance Engine with 7 prop firm presets (FTMO 2-Step, FTMO 1-Step, The5ers Bootcamp, FundingPips Standard, Alpha Capital Group, FundedNext Evaluation, Custom)
  • Real-time Consistency Ratio Tracker with provisional day-in-progress calculation
  • 5-tier severity system (SAFE / WATCH / DANGER / CRITICAL / BREACH) with configurable thresholds
  • Behavior Engine: revenge trade detector, overtrading counter (daily and hourly), loss streak cooldown enforcer, position escalation detector
  • MAE/MFE Live Dashboard: live position tracking, profit efficiency, MFE:MAE ratio, bad risk counter, last-trade snapshot, aggregate rolling window
  • Rebase Baseline feature with behavior cutoff time
  • Draggable Pro panel + Settings sub-panel + toggle button
  • Mouse-drag resize in both dimensions with visual handle
  • Virtual scrolling in main panel and Settings sub-panel (independent viewports)
  • Mouse wheel scroll with automatic viewport detection
  • Double-click resize handle to restore default size
  • Compact value format on narrow panels
  • Full state persistence between MT5 restarts (per-chart): position, dimensions, scroll offsets, all counters
  • Strategy Tester compatible
  • AutoTrading warning banner if EA cannot run

EKAITRADING / TSDCCORP Built by traders, for traders.


推荐产品
"Trade Manager Pro Institutional Terminal (TMPRO)" is a commercial-grade, on-chart trading terminal designed specifically for manual traders, scalpers, and Prop-Firm funded traders. Built natively for MetaTrader 5, it completely replaces the clunky default order window with a high-resolution, TradingView-style interface. Whether you need pixel-perfect Auto-Lot sizing, 4-Tier Virtual Partial Take Profits, or advanced Prop-Firm anti-scalp protections,TMPRO executes your strategy with institutiona
Smart FVG indicator
Ahmad Kazbar
4.93 (15)
Smart FVG Indicator MT5 – MetaTrader 5中的Fair Value Gap与Imbalance检测 Smart FVG Indicator MT5 是一款专业的 Fair Value Gap (FVG) 与 Imbalance 区域检测工具,专为使用 Smart Money Concepts (SMC) 和 ICT 分析的交易者设计,帮助识别市场结构、流动性和价格低效区域。 指标会自动扫描价格走势,识别有效的 FVG 与 Imbalance 区域,并在图表上实时绘制和更新。帮助交易者直观地看到价格位移与潜在流动性区域。 主要特征 检测FVG与Imbalance: 根据K线结构检测有效的缺口和不平衡区域。 Imbalance过滤: 识别由价格快速移动或流动性变化形成的区域。 Body Average过滤: 比较K线实体大小,过滤掉弱势结构。 动态区域管理: 当价格填补或突破区域时自动更新或移除。 自定义外观: 可调整颜色、透明度、线条样式等。 提醒功能: 当新FVG出现或现有区域关闭时提供通知。 使用方法 将指标加载到任何图表,选择时间周期。 根据交易风
FREE
Global Equity Manager Pro Global Equity Manager Pro (GEM Pro)   is a professional-grade risk management and account protection suite designed for serious traders, pro-firm applicants, and fund managers. Unlike standard risk managers that simply close everything when a limit is hit, GEM Pro offers elite-level granular controls, selective closing logic, and a high-performance command center dashboard. WHY CHOOSE GEM PRO? GEM Pro was built based on feedback from real traders who found traditiona
ICT Fair Value Gap Indicator
David Muriithi
4.64 (11)
An ICT fair value gap is a trading concept that identifies market imbalances based on a three-candle sequence. The middle candle has a large body while the adjacent candles have upper and lower wicks that do not overlap with the middle candle. This formation suggests that there is an imbalance where buying and selling powers are not equal. Settings Minimum size of FVG (pips) -> FVGs less than the indicated pips will be not be drawn Show touched FVGs Normal FVG color -> color of FVG that hasn't
FREE
The Bridge Between TradingView Charting and MT5 Execution Launch Offer $99 for the first 5 buyers. Price rises to $199 after. MetaTrader 5 remains the standard for broker execution, liquidity access, and reliability. But its charting tools lag behind what traders have come to expect from TradingView. The result: constant alt-tabbing between a TradingView browser tab for analysis and the MT5 terminal for order entry, with missed entries and execution delays during fast markets. KSQ ProDesk MT5 do
GOM Trade Manager
Wannapach Chinnaprapa
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For full automatic planned management, stackable triggers and spread widening protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid
FREE
OrderFlow Supply and Demand Pro: Institutional Liquidity Engine The OrderFlow Supply and Demand Pro is a high-performance analytical engine designed to pinpoint institutional footprint on your charts. By combining algorithmic price action filters with a real-time pressure engine, this tool identifies high-probability liquidity zones where large-scale market participants are likely to re-enter the market. Core Institutional Logic Our proprietary detection system filters out market "noise" by enfo
TECHNICAL SPECIFICATION — PRICE CONTEXT, VOLUME AND MARKET INTEREST REGIONS INDICATOR Develop an indicator based on the analysis of price context, volume, and market structure , with the purpose of identifying and visually representing areas of market interest on the chart. The system should use lines, zones, and arrow markers to highlight relevant areas of the market, including situations where a significant buying or selling effort has occurred, providing the user with a clear visual represent
Gold Trader Pro is an advanced analytical tool specifically engineered for professional trading on XAUUSD (Gold). It provides an immediate comprehensive overview of market structure across 7 different timeframes, allowing traders to identify flow direction and signal strength through a modern, draggable, and interactive interface. Key Features Multi-Timeframe Analysis: Real-time monitoring of M1, M5, M15, M30, H1, H4, and D1. Two Operational Modes: MODE_SCALPING: Optimized for fast-paced analys
FREE
TradeAQ
Guo Sheng Zhao
这个量价结构指标是一款适用于   MetaTrader 4 和 MetaTrader 5   的图表分析指标,集量价结构、成交量分布、市场情绪、波动提示和关键价格区域展示于一体。指标直接运行在主图窗口,可帮助交易者快速观察市场的重要价格位置与活跃程度。 主要功能 1. 量价结构支撑与阻力 自动标记连续量价结构形成的潜在支撑位和阻力位,辅助识别价格可能出现停顿、反应或突破的位置。 支持两种分析模式: 成交量结构 价格结构 线条颜色、宽度和样式均可自定义。 2. 成交量尖峰提示 当市场成交量显著放大时,在图表中显示醒目标记,帮助发现异常活跃、加速、衰竭或可能发生方向变化的行情。 可选功能包括: 尖峰图标提示 尖峰价格水平线 高点、低点、收盘价或组合价位显示 自定义成交量阈值 3. 高波动行情提示 自动标记波动明显扩张的 K 线,方便交易者及时发现突破、加速和快速行情。 支持: 高波动图标 关键价格水平线 自定义检测周期与敏感度 自定义线条颜色、宽度和样式 4. 成交量分布 在图表右侧显示指定范围内的成交量分布,直观呈现不同价格区域的交易活跃程度。 主要显示内容包括: 高成交量节点 低成交量
Deriv Synthetic HTF Candle Projection GMT2 Higher Timeframe Candle Projection & Previous Levels Tool for Deriv Synthetic Indices (MT5) Overview Deriv Synthetic HTF Candle Projection GMT2 is a professional MetaTrader 5 indicator built specifically for Deriv Synthetic indices . It projects the current forming Higher Timeframe (HTF) candle onto the chart and automatically draws key reference levels from previous candles. This indicator is designed to help traders maintain higher timeframe context
FREE
Buyer Seller Arrows
Oleksandr Sheyko
Buyer Seller Arrows – 自信交易的利器! 发现一个革命性的工具,用于在所有时间框架(从 M1 到 MN1)中直观分析买方与卖方的力量。该指标通过 彩色百分比和箭头 为你提供 即时的市场动态概览 。 主要功能: 绿色向上箭头 = 买方占优 红色向下箭头 = 卖方占优 百分比强度 显示在每个时间框架 (M1, M5, M15, M30, H1, H4, D1, W1, MN1) 颜色编码 让你快速识别趋势(鲜绿色与鲜红色) 工作原理: 跟踪 买卖压力之间的平衡 使用 EMA 与 SMA 计算市场强度 实时显示 趋势主导情况 帮助识别 理想的进场与出场点位 为什么交易者喜欢它: 极其直观 – 无需复杂图表,只看市场力量 快速决策 – 适合剥头皮交易与波段交易 完全可定制 – 根据你的交易风格调整参数 优秀的辅助工具 – 与其他指标结合确认信号
Market Profile 3 ForexArby com
Hussien Abdeltwab Hussien Ryad
4 (15)
Market Profile 3 MetaTrader 5 indicator  version 4.70— is a classic Market Profile implementation that can show the price density over time, outlining the most important price levels, value area, and control value of a given trading session. This indicator can be attached to timeframes between M1 and D1 and will show the Market Profile for daily, weekly, monthly, or even intraday sessions. Lower timeframes offer higher precision. Higher timeframes are recommended for better visibility. It is als
FREE
Protect your funded accounts and personal capital with military-grade precision. This utility continuously monitors your floating equity against your daily starting balance. The moment your custom drawdown threshold is breached, it instantly liquidates all open positions, deletes pending orders, and completely unloads from the chart. Stop revenge trading and never fail a prop firm evaluation due to a margin breach again.
FREE
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
VOLUME PROFILE SAF-XII 专业级 MT5 市场轮廓(成交量概况)分析仪 —— 网格交易者的梦幻指标 什么是成交量概况 (Volume Profile)? 成交量概况是一种专业的机构级工具。与传统的随时间显示成交量的指标不同,它显示的是 特定价格水平 上的交易活动。它揭示了交易发生在 哪里 ,帮助您识别: 价值区 (VAH/VAL) :大部分交易发生的价格区间。 控制点 (POC) :成交量最高的核心价格水平。 流动性失衡 :每个层级的多空主导力量对比。 支撑/阻力 :基于实际交易活动形成的天然价格位。 三种操作模式 —— 真正的“设置后即忘” VP_MANUAL(波段交易与关键位分析) 用户通过拖动垂直线自定义分析范围。 仅在移动线条时重新计算。 适用场景 :新闻前夕分析、财报发布、特定日期范围。 VP_AUTO(头寸与动量交易) 随新柱线自动向后滚动。 使用自定义回溯周期(默认 100 根柱线)。 适用场景 :动量策略、突破交易。 VP_SESSION(日内交易与机构流向) 锚定逻辑交易时段(伦敦、纽约、亚洲盘开盘)。 适用场景 :日内交易、基于时段的机构化策略
Multi Currency Multi Time Market Scan Signals Multi Currency Multi Time Market Scan Signals (MT5 Dashboard) A powerful multi‑symbol, multi‑timeframe scanner designed for MT5 traders who want fast, accurate, trend‑aligned trading signals — all from a single, intuitive dashboard. What This Dashboard Does This tool scans 28+ currency pairs across multiple timeframes and instantly displays Buy/Sell signals with Entry, TP1/TP2/TP3, and Stop Loss levels. It removes the need for manual chart surfi
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis A professional spike pattern indicator built for synthetic traders who scalp and swing Crash 500/300/1000 with precision.  This indicator: Detects powerful 3-candle spike formations (Spike → Pullback → Spike) Automatically draws a clean box a
FREE
AP VWAP Bands Pro (MT5) Volume-weighted average price with ±σ bands for clear intraday bias, mean-reversion zones, and dynamic support/resistance. Works on crypto (incl. BTC) , FX , indices , and metals . Uses tick-volume when real volume isn’t available. What it shows VWAP line (volume-weighted mean price). Two envelopes around VWAP (default ±1σ and ±2σ) to highlight balance vs. extension. Reset modes : Day , Week , or Anchor Time (HH:MM) to start VWAP where you need it (e.g., exchange open).
FREE
======================================================== GOLD WAVE LEVELS (ELLIOTT-ALIGNED) - MQL5/MT5 MARKET DESCRIPTION (formatting: **bold** = Bold button; lines with • = bullet list; UPPERCASE = heading) ======================================================== OVERVIEW ------------------------------------------------------- **Gold Wave Levels** draws a tested wave backbone for gold and validates signals against **Elliott theory hard-rules**, with higher-timeframe context and per-timeframe
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Prop Protector by EV
Enrique Valeros Muriana
EV Prop Protector is a set-and-forget MT5 utility designed for prop firm traders. Attach it to any chart and it silently monitors your account 24/7, closing all positions and pending orders the instant you breach any configured limit. Every module can be turned ON or OFF independently. DRAWDOWN PROTECTION • Daily loss limit — closes everything when today's equity loss reaches X% • Max drawdown limit — closes everything when total drawdown from starting balance (o
FREE
关于指标 该指标基于金融工具收盘价的蒙特卡罗模拟。按照定义,蒙特卡罗是一种统计技术,用于通过基于之前观察的结果的随机数来模拟不同结果的概率。 它是如何工作的? 该指标通过基于历史数据模拟随时间变化的随机价格变动,为证券生成多个价格情景。每次模拟试验使用随机变量来有效地模拟未来在给定时间范围内的市场波动,重点在 收盘价 的波动。 蒙特卡罗模拟的优势 - 蒙特卡罗模拟通过在多种可能的未来情景下进行测试,有助于分析不同交易策略的风险。 - 它有助于确定策略在不同市场条件下的表现,包括罕见的极端事件(尾部风险)。 - 与依赖单点预测不同,蒙特卡罗提供了具有相关概率的潜在结果范围。这有助于理解盈利或亏损的可能性。 对于希望基于不同结果的概率而不是绝对预测来管理风险的交易者来说,蒙特卡罗是一个有用的工具。
Cumulative Delta Flow MT5
Mattia Marco Platania
Paid release: Cumulative Delta Flow MT5 is a paid MetaCoderStore indicator. Use the product comments for setup questions, feature requests, and feedback for future updates. Cumulative Delta Flow MT5 is a separate-window tick-volume flow oscillator for MetaTrader 5. It estimates signed buying and selling pressure from candle position, candle direction, and tick volume, then plots a cumulative delta line with a signal line and divergence markers. Use it to spot: Positive and negative tick-volume p
Trade Manger
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis You Give an Instruction: When you run the script, a window pops up with a dropdown menu. You choose exactly what you want it to do from the list (e.g., "Close Profit Only" or "Delete Pending Orders"). It Scans Your Positions: The script then reads
Phantom Edge SMC
Nattapon Chuekamhod
Phantom Edge SMC — The Ultimate Smart Money Indicator for MT5 Tired of manually drawing structures while trading SMC or ICT concepts? Let Phantom Edge SMC do the heavy lifting for you. Key Features Internal & Swing Structure: Automatically detects BOS and CHoCH across two structural levels. Order Blocks (OB): Identifies Internal and Swing OBs with automated mitigation tracking. Equal Highs / Lows: Highlights EQH / EQL to pinpoint Liquidity pools. Fair Value Gaps (FVG): Displays FVGs with
Volume Profile Indicator – User Guide  Description: The Volume Profile Indicator is a powerful tool designed for MetaTrader 5. It visualizes market activity using volume distribution across price levels, showing: Histogram of volume at each price bin POC (Point of Control) – the price with the highest traded volume Value Area – the range covering a configurable percentage of volume (e.g. 70%) Support levels: Min, Max, and Pivot Average tick size for BUY and SELL movements  Inputs and Parameters:
FREE
**CasperIT Trade Manager Professional** CasperIT Trade Manager Professional is a manual trading assistant for MetaTrader 5. It helps traders open, protect, monitor, and manage trades directly from the chart panel. The product is designed for traders who enter trades manually and want better control over risk, stop loss, take profit, trailing stop, and position management. **Main Advantages** - Clean professional chart panel - One-click BUY and SELL buttons - Close all managed trades from the
HTF Candles Nika 可将任意更高时间框架的完整K线直接叠加显示在MetaTrader 5的当前图表上,无需切换图表即可获得多时间框架视角。 主要功能 - 在当前图表上以矩形加影线的形式绘制高时间框架K线 - 支持标准K线和平均K线(Heiken Ashi)两种显示模式 - 实时倒计时,显示当前高时间框架K线距关闭的剩余时间 - 多头和空头K线颜色可自定义 - 自动或手动控制K线宽度 - 可配置影线宽度、字体、字号及文字位置偏移 - 适用于任何品种和时间框架组合 - 自动检测交易时段间隙并调整渲染 - 轻量级 — 仅使用图表对象,无指标缓冲区 输入参数 显示设置 - Max Lookback — 绘制的高时间框架K线数量(默认:500) - Timeframe — 要显示的高时间框架(默认:H1) - Bars Mode — K线或平均K线模式 颜色设置 - Up Color — 多头K线颜色(默认:DodgerBlue) - Down Color — 空头K线颜色(默认:Red) - Frame Color — 时间框架标签颜色(默认:Red) - Count
FREE
Session Profiles
Basharat Umar Khan
Short Description Draws rolling Time-Price-Opportunity (TPO) and footprint volume profiles for the Asia, London, and New York sessions with POC/VAH/VAL levels, delta volume bias, order flow overlays, liquidity heatmaps, developing rolling lines, Naked POC (NPOC) tracking, Initial Balance breakouts, multi-session confluence zones, and automatic broker GMT-offset detection. Full Description Plots separate market-profile and volume-profile style histograms for the three major trading sessions (Asi
FREE
该产品的买家也购买
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Copy your MT5 trades to Interactive Brokers You keep using MT5. Every order you open or close is sent to your IB account. In real time. No coding. No changes to your strategy or EA. Try it first Rent 1 month: $30. Test on a live or paper account. What it does Real-time copying: same direction, reverse, or one side only. Map any MT5 symbol to any IB symbol. Set a lot ratio for each. Forex, Futures, Stocks, CFDs, Metals and Crypto. Position sync: both accounts checked, any difference fixed. Optio
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
TradePad
Ruslan Khasanov
5 (1)
TradePad 是一種既可用於手動交易又可用於演算法交易的工具。我們為您提供一個簡單的解決方案,用於快速交易操作和控制多種交易工具的持股。 注意,該應用程式不適用於策略測試器! 模擬帳戶應用程式的試用版和所有工具的描述 應用程式介面適應高解析度顯示器,簡單直覺。為了方便工作,我們為交易者提供了以下工具: 熱鍵管理器,用於管理交易操作、在主圖表的週期之間切換、在 TradePad 工具之間切換; 標記交易等級的工具,用於在開倉或設定掛單時評估虧損風險並計算潛在利潤; MultiCharts 工具用於直觀地監控多個交易符號,以及接收演算法交易的交易訊號。為了方便起見,您可以組織交易對的集合,這將使您有機會在多個時間範圍內監控價格並進行多幣種交易; 用於查看任何歷史時期的交易統計資料的資訊模組,能夠產生擴展的 HTML 報告、查看交易符號的特徵和有關交易帳戶的資訊; 掛單管理器用於管理掛單 - 設定單一或一組(網路)掛單,可按訂單類型和單一符號或交易帳戶上的所有類型進行分組刪除; 設定賣出停損限價和買入停損限價掛單的工具; 頭寸管理器用於管理一個或多個頭寸(取決於帳戶類型) - 全部
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
Telegram to mt5 pro
Janet Abu Khalil
4 (4)
Telegram to MT5 Pro — 高级 Telegram 信号复制器(Auto-Fix,多TP,风险控制,完整交易管理) Telegram to MT5 Pro — 专业 Telegram 信号复制系统 Telegram to MT5 Pro 可将来自 Telegram 的交易信号实时复制到您的 MetaTrader 5 账户,并提供完整的风险控制、执行管理与交易管理功能。 系统由两个组件组成: • 运行在 MetaTrader 5 内的 Expert Advisor(EA) • 连接 Telegram 并将信号发送到 EA 的桌面桥接程序 两个组件必须在同一台电脑运行。由于 MQL5 限制,EA 无法直接连接 Telegram。 支持与安装 提供完整 PDF 安装指南。 支持内容: • 完整 PDF 使用手册 • 分步安装指导 • 在线聊天支持 • 交易商设置帮助(前缀、后缀、符号映射) 功能说明 • 读取任意 Telegram 群组或频道信号 • 自动解析交易品种、方向、入场、止损、止盈 • 秒级执行交易 • 管理交易(移动止损、保本、部分平仓) • 支持多账户与多信号
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
# 如果您有任何其他需求或對合作感興趣,請聯繫 zion.quantech.london@gmail.com。 Flash Trade (FT) 最友善的手動交易工具。 使用最直觀的操作來確保您的資金。 FT的特點 點擊任意位置快速交易 FT支持市場訂單和掛單 兩次點擊完成訂單並設置SL和TP 三次點擊完成掛單並設置SL和TP 自動將每個訂單的止損金額設置為您設置的餘額百分比或固定金額 下訂單時實時預估利潤 超簡單的界面和操作 支持拆分訂單 使用方式 市場訂單: 點擊圖表決定止損價位 點擊Buy或是Sell鈕 掛單: 點擊圖表決定入場價位 選擇掛單類型 點擊圖表決定止損價位 暫停FT: 點擊右上方的"On/Off"按鈕來切換開關 當按鈕從綠(On)變為紅(Off),代表FT已被停止 點擊"Off"按鈕再次開啟FT 如果有任何疑問、改善建議或是bug回報都可以聯繫e50310@gmail.com或留下評論 功能將持續於未來的版本推出
RiskGuard Management
MONTORIO MICHELE
5 (22)
注意 :要获取免费试用版,请访问我的网站。 使用手册 用户手册 RiskGuard Management — 您进行无妥协交易的终极盟友。 Lot Calculator — 自动计算手数。 Quantum — 自动风险控制,最大化利润并减少回撤。 Automatic Journal — 包含并可从我的网站免费下载。 Automatic Screenshot — 两张截图:开仓时一张,平仓时一张。 Partial Profit — 智能管理的部分平仓功能。 Smartphone Trading — 可通过手机下单,自动管理。 Stop Loss & DD Block — 每日资金的全面保护。 Automatic Break-Even — 轻松降低风险。 Closing Time — 精准控制交易时间。 Automatic Spread — 实时正确设置止损和止盈。 详细的多语言文档以及意大利语和英语的视频教程,可在我的网站上获取。
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
Trading Chaos Expert
Hennadii Stanilevych
5 (11)
世界上没有本软件的同等产品,它代表一个覆盖交易信号的通用交易 "控制台",自动入场,设置止损和止盈,还有在单一窗口里同时进行多交易尾随终止。EA 的 "三次点击" 直观控制,确保在不同计算机上全方位使用所有功能,包括平板电脑。 与附加的信号指标交互来标记图标,给出实际市场的全貌,EA 令您做出正确的选择,以及在大多数情况下成为胜者一方。内置资金管理算法, 还有自动计算手数, 虚拟订单交易, 以及一些其它从崩溃账户里挽救交易者的 "诀窍"。它不是一个 "黑盒子"。而是一个深思熟虑的交易员的不可或缺的助理, 至少要尝试一次它的动作。 注,在面板上形成的 EA 不能在策略测试员中测试。可以在您的模拟账户里以实时模式检查它, 您可以下载本 EA 的免费版 - 混沌交易 EA 演示 。 EA 表现为一个面板,带有内置功能的交易机器人的,自动基于交易者可直观检查的交易信号入场,完全按照比尔·威廉姆斯的策略“混沌交易:第二版”和“新贸易维度”。在单独的窗口里,EA 识别价格走势的导向,用于指定品种和时间帧的全自动交易模式,也可以多品种并发。 它同时分析 MetaTrader 5“市场观察”窗口中显示
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
QCML Assistant
Maxime Turcotte-lafreniere
QCML Assistant MT5 Your Trading. Our Assistant. Your Edge. Looking for a tool that completely transforms your experience on MetaTrader 5? QCML Assistant is the all-in-one solution built by traders, for traders. Just one tool installed on your chart, and you get access to an ultra-complete, ultra-fast, and ultra-simple trading platform. No more hours wasted setting up your workspace. No more complicated trade entries. With QCML Assistant, everything becomes simple, smooth, and efficient right fro
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot
Latency Arbitrage
Heri Yusufu Kaniugu
Latency Arbitrage – Ultra Fast Execution & Price Inefficiency Capture Latency Arbitrage  utility tool is designed to exploit short-term price inefficiencies between fast and slow price feeds. Instead of predicting market direction, the EA focuses on execution speed and price deviation opportunities, allowing traders to capture micro-movements before the market fully adjusts. With built-in risk controls and smart filtering, it ensures precise and disciplined trading performance. Price increases b
Forex Analyzer Pro MT5 交易账户分析仪表板 Forex Analyzer Pro 是一款专为 MetaTrader 5 用户设计的网页交易分析平台。 Forex Analyzer Pro 可同步 MetaTrader 5 账户活动,并通过结构化仪表板将交易数据整理为分析、报告、监控和交易日志工具。 该平台允许用户通过支持的桌面和移动设备网页浏览器访问其交易仪表板。 Forex Analyzer Pro 可连接您的 MT5 账户,并将交易活动集中到统一的仪表板中,方便您监控持仓、查看历史记录、分析统计数据以及管理交易记录。 功能特色 • MT5 账户仪表板 • 持仓监控 • 交易历史分析 • 交易日历 • 策略跟踪 • 交易日志 • 账户统计分析 • 绩效报告 • 交易通知 • 多账户支持 MT5 账户仪表板 查看 MetaTrader 5 账户中的重要信息。 仪表板显示: • 账户余额 • 账户净值(Equity) • 可用保证金 • 保证金水平 • 当前持仓 • 浮动盈亏 • 交易量 • 经纪商信息 • 账户详情 所有账户信息均以结构化界面呈现,方便监控和管理。
使用 FRATO Smart GEX,将您的交易提升至机构级别。它并非仅仅是基于移动平均线或滞后震荡指标的又一技术指标,而是一款量化智能工具,通过实时 GEX(Gamma 敞口)和未平仓合约 (OI) 分析,解读主要做市商的仓位。 了解大玩家如何推动价格走势,并识别普通 K 线图无法显示的支撑位和阻力位! 主要功能: 实时 GEX 分析:可视化看涨期权墙、看跌期权墙和 Gamma 翻转位,这些水平线如同磁石或障碍,有效吸引或阻碍价格上涨。 专属 0DTE 模块:专注于当日到期期权 (0DTE),完美适用于日内波动性较高的日内交易者。 交易商情绪:了解做市商的多空关系,并预测加速行情(Gamma 挤压)。 高级极简仪表盘:优雅的悬浮式仪表盘,可根据您的屏幕分辨率自动调整,并提供浅色和深色主题。 高级量化指标:可访问最大痛点、净 GEX 和成交量集中度数据。 原生多语言:全面支持英语、俄语、西班牙语和中文。 为什么选择 GEX 进行交易?在现代市场中,期权市场决定着现货市场(股票和指数)的走势。通过监控 Gamma 敞口 (GEX),您无需根据过去的图表模式
Hedge Trimmer EA
Michael Sipho Bhiya
Hedge Trimmer & Roll-Over EA Managing a hedged position means carrying two opposing trades simultaneously. Over time, the losing side grows while the profitable side offsets it. The standard problem is that closing the loser costs money you may not have sitting in cash — it has to come from somewhere. Hedge Trimmer EA solves this by using the floating profit on your winning trades as the funding source to progressively close down the losing side. It identifies which trades are in profit, uses a
Gamma Edge Pro MT5 — GexBot Classic API Integration Gamma Edge Pro brings institutional-grade Gamma Exposure (GEX) data directly onto your MetaTrader 5 chart — the same data used by professional options traders to anticipate price magnets, hedging flows, and dealer positioning. Powered by the GexBot Classic API, this indicator automatically maps options market data from US-listed instruments onto any MT5 CFD instrument — Forex pairs, Gold, indices, and more — with intelligent price conversion bu
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
Elliott Wave Counter 是一个面板,用于快速和用户友好地手动标记 Elliott 波浪。可以选择一种颜色和一个级别的标记。还有用于删除最后一个标记和工具制作的整个标记的功能。一键制作标记。点击五次 - 有五波!艾略特波浪计数器对于艾略特波浪的初学者和专业分析师来说都是一个很好的工具。 艾略特波浪计数器安装和输入指南 如果你想得到   关于 EA 添加 URL (   http://autofxhub.com   ) MT5 终端的 通知 (见截图)。 MT4版本 https://www.mql5.com/en/market/product/14016 MT5版本 https://www.mql5.com/en/market/product/15081 一般输入: 波形类型按钮: 此按钮允许用户选择他们想要在图表上突出显示的波形类型。可用的选项包括推动波、调整波和其他自定义波模式。 波级按钮: 这个按钮   允许用户选择他们想要在图表上突出显示的波形级别。可用的选项包括初级、中级和次级波级别。 波浪颜色: 这个   按钮   允许用户选择他们想要在图表上突出显示的波浪图
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
作者的更多信息
VWAP Pro Anchored VWAP
Ernestq Alonso Leiva Araya
VWAP Pro - Anchored VWAP with Standard Deviation Bands Professional Anchored VWAP indicator with 3 configurable standard deviation bands. Auto-detects real vs tick volume for universal compatibility (Forex, Futures, Stocks, Indices, Crypto). 5 anchor periods: Daily, Weekly, Monthly, Quarterly, Yearly. Full Product Description Overview VWAP Pro is a professional-grade Anchored Volume Weighted Average Price indicator designed for traders who demand institutional-quality tools with full customizati
ScalperPro LX
Ernestq Alonso Leiva Araya
Category:   Expert Advisor (EA) · For MetaTrader 5 · Multi-CFD Mean Reversion A mean-reversion system operating on the 1-hour timeframe for CFDs (metals, indices, energy, crypto). It requires a minimum number of simultaneous technical confluences before trading and features a higher-timeframe trend filter and risk management specifically designed for funded accounts. Tradable assets:   XAUUSD, XAGUSD, SPX500, US30, US100, GER40, USOIL, PLATINUM, BTCUSD, ETHUSD, NATGAS (configurable via whitelist
RR Calculator Pro
Ernestq Alonso Leiva Araya
RR Calculator Pro - Interactive Risk / Reward Trade Planner Interactive Risk/Reward planner with draggable Entry/SL/TP lines, auto-adjusting R:R ratio, colored zones behind price bars, on-line price labels, and a professional draggable panel with live in-panel settings. Full Product Description Overview RR Calculator Pro is a professional trade-planning tool for MetaTrader 5 that turns your chart into an interactive Risk/Reward workbench. Instead of doing mental math or opening a separate calcul
Periods BB Pro - Multi-Timeframe Trend Bias Scanner Multi-timeframe trend bias scanner combining EMA trend, RSI momentum, and price strength into a composite 0-100 score per timeframe. Ranks up to 9 timeframes with 5-tier classification, consensus column, and a professional draggable panel. Full Product Description Overview Periods BB Pro is a professional multi-timeframe trend bias scanner that answers the single most important question a trader can ask before placing an order: "Which direction
筛选:
无评论
回复评论