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.


Recommended products
"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 – Fair Value Gap and Imbalance Detection Smart FVG Indicator MT5 is a professional Fair Value Gap (FVG) and Imbalance detection tool for MetaTrader 5 . It is designed for traders who use Smart Money Concepts (SMC) and ICT-style analysis to study market structure, liquidity and price inefficiencies. The indicator automatically scans price action to find valid Fair Value Gaps and Imbalance zones , then draws and updates these zones directly on the chart. This helps you see
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
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
LuoMo Volume & Price Structure 8.98 A multi-function chart indicator for   MetaTrader 4 and MetaTrader 5 , designed to display key volume, volatility, sentiment, and price-structure information directly on the main chart. Main Features Volume and price-based Support & Resistance Volume spike and exhaustion signals ATR volatility expansion alerts Volume Profile with HVN and LVN Bullish and bearish sentiment distribution Developing or fixed POC VAH and VAL levels Supply and Demand zones Volume-wei
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 – Trade with Confidence! Discover a revolutionary tool for visual analysis of buyer and seller strength across all timeframes – from M1 up to MN1. This indicator gives you an instant overview of market dynamics with color‑coded percentages and arrows. Key Features: Green upward arrows = buyer dominance Red downward arrows = seller dominance Percentage strength for each timeframe (M1, M5, M15, M30, H1, H4, D1, W1, MN1) Color coding for quick orientation (bright green and
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                            Professional Market Profile Analysis for MT5   (The Definitive Tool for Grid & Mean-Reversion Traders)         WHAT IS VOLUME PROFILE? Volume Profile is a professional institutional tool that displays trading activity at specific price levels, unlike traditional volume indicators that show volume over time. It reveals WHERE trading occurred, within your window of choice, helping identify:   • FAIR VALUE AREAS (VAH/VAL) - Price levels wh
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
About the Indicator This indicator is based on Monte carlo simulations on the closing prices of a financial instrument. By definition, Monte carlo is a statistical technique used to model the probability of different outcomes in  a process that involves random numbers based on previously observed outcomes. How does it Work? This indicator generates multiple price scenarios for a security by modelling random price changes over time based on historical data. Each simulation trial uses random vari
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 overlays full-size candles from any higher timeframe directly onto your current chart in MetaTrader 5. It gives you a clear multi-timeframe view without leaving your chart. Key Features - Draws higher timeframe candles as filled rectangles with wicks on the current chart - Supports standard candlestick and Heiken Ashi display modes - Live countdown timer showing time remaining until the current HTF candle closes - Customizable colors for bullish and bearish candles - Auto or m
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
Buyers of this product also purchase
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (5)
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 Agents Supervisor
Ho Tuan Thang
5 (1)
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 is a tool for both manual and algorithmic trading. We present you a simple solution for fast trading operations and control of positions on several trading instruments. Attention, the application does not work in the strategy tester! Trial version of the application for a demo account and a description of all the tools The application interface is adapted for high-resolution monitors, simple and intuitive. For comfortable work, the trader is offered the following set of tools: A hot ke
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 — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Professional Telegram Signal Copier Telegram to MT5 Pro is a high-performance trade copier that automatically executes signals from Telegram directly into your MetaTrader 5 account, with full control over risk, execution, and trade management. The system consists of two components: • The Expert Advisor (EA) running inside MetaTrader 5 • A companion desktop
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
# If you have any other requirements or are interested in collaboration, please contact  dev.quantech.london@gmail.com . Flash Trade (FT) Most friendly manual trading tool. Easy operation to secure your funds. Features of FT Click the chart to trade fast FT supports market orders and pending orders Click twice to complete the order and set SL and TP Click trice to complete the pending order and set SL and TP Automatically set the stop-loss amount of each order to a fixed percentage of the bala
RiskGuard Management
MONTORIO MICHELE
5 (22)
ATTENTION For a free trial version, visit my website. Manual QUANTUM RiskGuard Management — Your ultimate ally for uncompromising trading. Lot Calculator — Automatic lot size calculation. Quantum — Automatic risk to maximize profits and reduce drawdowns. Automatic Journal — Included and freely downloadable from my website. Automatic Screenshot — Two screenshots: one at entry and one at exit. Partial Profit — Smartly managed partial exits. Smartphone Trading — Place orders from your mobile, mana
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)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
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 Trading Account Analytics Dashboard Forex Analyzer Pro is a web-based trading analytics platform designed for Meta Trader 5 users. Forex Analyzer Pro synchronizes account activity from Meta Trader 5 and organizes trading information into analytics, reporting, monitoring, and journaling tools through a structured dashboard. The platform allows users to access their trading dashboard through supported desktop and mobile web browsers. Forex Analyzer Pro connects with your MT5
FRATO Smart GEX Gamma Exposure 0DTE Dashboard
Francisco Felipe Alves Da Silva Rocha
Elevate your trading to the institutional level with   FRATO Smart GEX . This is not just another lagging technical indicator. It is a quantitative intelligence tool that reads the positioning of large Market Makers through real-time   GEX (Gamma Exposure)   and   Open Interest (OI)   analysis. Understand where big players are pushing the price and identify support and resistance zones that are invisible on a standard candle chart! KEY FEATURES: Real-Time GEX Analysis:   Visualize Call Wall
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
Xuan Nam Diep
1 (1)
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 is a panel for rapid and user-friendly manual markup of Elliott waves. One can select a color and a level of marks. There are also functions for removing the last markup and the entire markup made by the tool. Markup is made in one click. Click five times - have five waves! Elliott Wave Counter will be a great instrument both for beginners and professional analysts of Elliott waves. Elliott Wave Counter Installation & Inputs Guide if you want to get   notifications  about t
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
More from author
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
Filter:
No reviews
Reply to review