AP Trade Assistant

  • Utilità
  • Allan Graham Pike
    Allan Graham Pike
    5 (2)
    Credo che Bitcoin meriti strumenti specializzati, creati con la stessa disciplina e concentrazione dei mercati stessi. Troppi EA inseguono ogni coppia e ogni configurazione, e alla fine non producono nulla. Il mio obiettivo è creare sistemi di trading con una sola missione: catturare i grandi
  • Versione: 1.4
  • Attivazioni: 10
AP Trade Manager — Product Description

AP Trade Manager is a compact, broker-safe MT5 utility that turns your chart into a fast, disciplined trade workstation. It handles entries, exits, partials, breakeven+, OCO/Bracket logic, trailing stops, and scheduled-style actions from a clean panel you can dock anywhere. It’s pure MQL5 (no DLL, no WebRequest), and designed for live charts.

What it does

  • One-tap execution. Buy/Sell market and all four pending types (Buy/Sell Stop, Buy/Sell Limit). Auto-sizes by fixed lot or % balance risk.

  • Lines Mode trading. Toggle “Lines”, drag Entry/SL/TP on chart, snap to grid/ATR steps, then press PLACE. The EA decides market vs pending, applies clamps, and tags orders.

  • Protection suite. Breakeven+ with offset, unified trailing (Fixed, ATR, MA, SAR, Fractal, Prev-Bar) with hard ratchet, optional Virtual Stops with server fallback and warnings.

  • Position control. Partials (25/50/75 or custom), Close Buys/Sells/All, Delete Pendings, Reverse (with freeze/stop safeguards).

  • OCO / Bracket. From your lines: paired orders cancel the sibling on fill; market fills auto-place TP/SL.

  • Manage workbench. A side drawer listing live tickets (Ticket | Side | Lots | Entry | SL | TP | P/L | Trail | Age). Click any row to select it; act from the main panel while the drawer stays open.

  • Main Display Box (MDB). At-a-glance spread, times (Srv/Loc), symbol P/L, margin badge, mode badges (Lines*, OCO*, Trail…). Page through account and session views.

  • News glance. A minimal news panel with color-coded impact and countdown. Informational only; it never blocks trading.

  • Tools & overlays. Drawing mode (trendline, channel, triangle). Add-ons: Candle Countdown, Session Boxes, AP Multi-Range, MA Cross Alerts, Supertrend, candle hover volume tooltips, and a Screenshot button.

  • Hindsight cards. One-click snapshots + key stats you can export later into a trade journal (CSV).

  • Settings export/import. Save per-symbol/TF presets and panel geometry to JSON; restore on any terminal.


  • Speed without sloppiness. OrderCheck + margin checks on every send. Lots floored to broker step. Stops/freeze level respected.

  • Clarity. Minimal clicks, readable status line, short toasts, clean badges.

  • Persistence. Remembers geometry, tab, risk mode, and overlays per symbol/timeframe.

  • Validator-ready. Timer throttled, logs quiet, no external calls, file ops gated for tester.

What’s included

  • Panel UI (header tools, tabs, trade grid, MDB, Manage/Tools/Info drawers)

  • Risk Manager (fixed lot or % balance, cash risk, R multiple, spread/commission option)

  • Order Router (preflight checks, deviation policy, retry/nudge, tagging)

  • BE/Trail Engine (trigger + offset, multi-strategy trailing, hard ratchet)

  • OCO/Bracket (pairing, cancel-on-fill, bracket from market)

  • Position Book (fast snapshot for rows/filters/partials)

  • Overlays (countdown, sessions, multi-range, MA cross, Supertrend; draw objects)

  • Hindsight & Journal (cards + CSV export)

  • Persistence (GV/Files JSON)

Compatibility

  • Platform: MetaTrader 5 desktop (Windows).
    On macOS use a Windows VM or supported compatibility layer.

  • Category: Utilities (no backtest UI in Strategy Tester).

  • Live use: Designed for live charts. Strategy Tester cannot interact with panel buttons.

Quick Start Guide

1) Install and attach

  1. Copy the compiled EA into MQL5\Experts\ and restart MT5.

  2. Allow Algo Trading globally and on the chart.

  3. Attach AP Trade Manager to a symbol chart (M1–D1). Place the panel where you like.

Note: The Strategy Tester won’t exercise the UI. Use a live chart or demo account chart.

2) First-run checks (60 seconds)

  • Open More → Quick Start to skim basics or More → About for version info.

  • In the header, set theme with T if desired.

  • Confirm risk mode on the trade strip:

    • % for risk-percent sizing (enter Risk % in inputs or via the inline editor).

    • Lot for fixed lots.

  • MDB shows Srv/Loc time, Spread, P/L, and Free Margin badge.

3) Place a trade with Lines Mode

  1. Tap Lines. Three lines appear: ENTRY, SL, TP with handles and labels.

  2. Drag ENTRY/SL/TP where you want. Use step/snap controls if enabled.

  3. Press PLACE:

    • The EA chooses market or pending based on ENTRY vs Bid/Ask.

    • It clamps SL/TP to broker stops/freeze. Status line confirms action.

  4. Toggle OCO for paired pendings, Bracket to auto-attach TP/SL to market fills.

4) Protect and manage

  • BE+: Turn on; set offset points. The EA moves SL to BE+ once the trigger is hit.

  • Trail: Pick mode (Fixed/ATR/MA/SAR/Fractal/Prev-Bar). Ratchet never loosens.

  • Partials: Use 25/50/75 or Custom %. The EA floors to broker lot step.

  • Close controls: Close Buys/Sells/All, Delete Pendings, or Reverse safely.

  • Virtual Stops (VStops). Local SL/TP watcher that closes positions at your thresholds without placing server-side stops. Shows a VStop* badge in the MDB when active. Latency and gaps can cause slippage; for critical risk consider pairing with server SL/TP (Bracket ON) so the server protects you if the terminal is closed.

5) Manage drawer (optional)

  • Click Manage. You’ll see rows for current symbol (or filters).

  • Click a row to select that position. Keep the drawer open and use MCP buttons to partial/BE/Trail the selected trade.

  • Drawer and MCP stay in sync; status shows results and any skips.

6) Tools & overlays

  • Tools → Drawing Mode: trendline, channel, triangle. Draw, move, delete.

  • Add-ons: toggle Candle Countdown, Session Boxes, AP Multi-Range, MA Cross Alerts, Supertrend.
    Overlays render via chart objects or indicators and update on timer.

  • Hover volume: move the mouse over a candle to see its volume tooltip.

7) News glance

  • Click Info → News to view upcoming/active events with impact colors and countdown.
    It’s informational only; the EA never blocks orders because of news.

8) Screenshots & Hindsight

  • Click the camera button to capture the chart into \MQL5\Files\APTA_Shots\ .

  • When you close a trade, tap Hindsight to save a card (chart snapshot + key stats).

  • Export your journal: More → Export Settings / Journal to CSV for later review.

9) Save / load your setup

  • More → Export Settings saves presets, overlays, geometry into JSON (per symbol/TF).

  • More → Import Settings restores them. Useful across terminals or fresh installs.

10) Safety notes

  • The EA runs OrderCheck + OrderCalcMargin before every send.

  • Lots respect broker min/step; stops respect stops/freeze levels.

  • Virtual Stops (optional): the EA watches price and sends a market exit if your local SL/TP is hit. SL/TP still applied server-side if you enable bracket/real stops. You’ll see a warning badge when Virtual is ON.

Troubleshooting

  • Buttons don’t respond in Tester: that’s expected. Use a live chart.

  • “Insufficient margin” or “stops too close”: widen SL/TP or reduce risk; check symbol stop/freeze levels in MDB.

  • No overlays appear: ensure Tools → Add-ons toggles are ON and timeframes are supported.

  • Mac users: use MT5 for Windows via VM/compatibility layer. Native macOS ports can be unreliable with advanced chart objects.

  • Mac users — read before purchase

    MetaTrader 5 is a Windows app. On macOS you must run MT5 under virtualization (Parallels/VMware) or compatibility layers (CrossOver/Wine).

    • Recommended: Parallels on Apple Silicon (M-series) with Windows 11 ARM. Stable UI, full object drawing, normal file paths.

    • Known quirks under Wine/CrossOver:

      • Some hover tooltips and custom labels may not render in window-only screen captures (use “display capture” in OBS).

      • Retina scaling can misplace labels; lower scaling or set MT5 to 100%.

      • File paths differ; keep presets in …/MQL5/Files/ .

    • We do not ship a macOS binary. Support covers MT5 inside a Windows environment only.


    Does not work in the Strategy Tester

    This is a manual trade assistant. It relies on live UI clicks, chart objects, and broker interaction. The MT5 Strategy Tester does not deliver those, so the panel can’t operate.

    Why it won’t run in Tester

    • The tester doesn’t generate OnChartEvent mouse/keyboard events that our panel needs.

    • Many tester runs have trading disabled or restricted; manual OrderSend/modify logic is blocked.

    • Visual mode isn’t a live chart: multi-symbol book, partials, OCO linking, and UI state persistence aren’t simulated.

    • Calendar/screenshots/file I/O are limited or off in tester, so news and utilities won’t load.

    Use on a live or demo chart in the terminal with trading enabled.


Prodotti consigliati
Pattern Recognition EA
Claudiu-georgian Zavera
Pattern Recognition EA - From Learn to Earn. The market repeats itself. This EA finds every past repeat of the current candle sequence - and lets history vote the direction. ONE SHAPE. EVERY REPEAT IN HISTORY VOTES. The last N candles on your signal timeframe form a shape. The EA scans the history you choose - a fixed number of bars or everything your broker provides - for the SAME shape, and checks what happened next, every single time. Only when enough repeats exist AND a clear majority of t
Easy EA for closing positions with profit or loss. All positions of chart's symbol are counted separately. Settings: TPforSymbol — set profit amount to indicate when to close every positions for the symbol of the chart. Swap and commission are decreasing your profit. SLforSymbol — set SL amount to indicate SL for every positions for the symbol of the chart. Swap and commission are increasing your loss. SLforSyblol is always below/equal zero.
Gold Auto Pilot
Oezkan Kahveci
Gold Auto Pilot v3.1 Open the Trade from Your Phone — Let the Robot Manage the Rest Gold Auto Pilot v3.1 combines manual trading freedom with automated basket management. You can identify an opportunity and open your first BUY or SELL trade manually through the MetaTrader 5 mobile application . Gold Auto Pilot, running on your computer or VPS, automatically detects and adopts that manual trade on the same symbol. From that moment, the robot can manage the trade according to your selected setting
Equinox Gold
Dmitriq Evgenoeviz Ko
Equinox Gold is a high-tech trading expert advisor (EA) specifically designed for the gold market ( XAUUSD ). The system is based on a unique Market Equilibrium algorithm that identifies areas of imbalance between supply and demand during extreme volatility. Unlike most robots that use dangerous sit-and-wait methods, Equinox Gold relies on mathematical momentum confirmation and strict risk control for every trade. MAIN ADVANTAGES VRP Filter (Volatility Range Filter): The robot automatically ada
Big Us100 Us30
Cristiano Rodrigo Olegini
BigMoney Forex — Expert Advisor Automatico per il Forex BigMoney Forex è un Expert Advisor (EA) completamente automatico sviluppato da TraderEA , progettato per gestire l'intero processo di trading: dall'analisi del mercato all'apertura delle posizioni, dalla gestione fino alla chiusura automatica, senza alcun intervento manuale. È stato sviluppato per garantire un trading disciplinato, coerente e privo di decisioni emotive, offrendo un pannello informativo completo direttamente sul grafico e po
Imposta TP e SL per Prezzo – Modificatore automatico di ordini per MT5 Imposta automaticamente livelli di TP e SL precisi su qualsiasi operazione ️ Funziona con tutte le coppie e con tutti gli EAs, con filtro per simbolo o numero magico Questo Expert Advisor ti consente di definire e applicare livelli esatti di Take Profit (TP) e Stop Loss (SL) utilizzando valori di prezzo diretti (es. : 1.12345 su EURUSD). Nessun punto, nessun pip. Solo una gestione precisa e pulita delle operazioni, per
BTC Master Pro
Farzad Saadatinia
4.58 (12)
BTC Master Pro — il tuo partner affidabile per un trading disciplinato su Bitcoin. La nuova versione è ora potenziata con intelligenza artificiale OpenAI , offrendo un’esecuzione più intelligente e un filtraggio migliorato delle operazioni in condizioni di elevata volatilità del mercato crypto. Questo Expert Advisor professionale è stato sviluppato specificamente per il trading di Bitcoin (BTCUSD) sulla piattaforma MetaTrader 5 , con particolare attenzione a un’esecuzione strutturata, esposizion
Sonic R Pro Enhanced EA - Versione 2025 249$ Solo per i primi 5 acquirenti! Segnale Live Verifica la performance live di Sonic R Pro Enhanced: Strategia di Trading Sonic R Pro Enhanced è una versione avanzata della strategia Sonic R, che automatizza le operazioni basate su Dragon Band (EMA 34 e EMA 89) e utilizza algoritmi avanzati per massimizzare le prestazioni. Timeframe: M15, M30 Coppie supportate: XAUUSD, BTCUSD, AUDJPY, USDJPY Stile di trading: Swing Trading - Pullback & Controten
KS PropFirm e Broker Dashboard Pro: Il Tuo Guardiano Definitivo per la Conformità nelle Sfide delle Prop Firm Eleva la Tua Esperienza nelle Prop Firm con un Monitoraggio di Precisione. Sei stanco di destreggiarti tra fogli di calcolo, calcolatrici e controlli manuali per mantenere la conformità durante le sfide ad alto rischio delle prop firm? KS PropFirm e Broker Dashboard Pro è l'utility "tutto-in-uno" per MT5, progettata per i trader seri che affrontano società come FTMO, MyForexFunds, The5%
Crash300 Pro Trader è un Expert Advisor (EA) completamente automatizzato progettato per operare sull’indice Crash 300 utilizzando una combinazione di rilevamento del trend, filtro RSI e gestione delle operazioni basata su logica di recupero. L’EA identifica la direzione del mercato tramite il Parabolic SAR sul timeframe giornaliero (D1) ed esegue operazioni solo nella direzione del trend. Per migliorare la precisione degli ingressi, utilizza un filtro RSI per evitare falsi segnali nelle zone d
Ignition
Dansie Software Limited
Strategy Overview The Ignition EA tries to take advantage of sudden momentum when the Ignition pattern is detected. The final bar in the ignition pattern has a small opening wick, a very little or no closing wick, is large in comparison to recent bars and must start from the lower end of the current range (for a bullish ignition) Quick Testing Use Symbol EURUSD, Timeframe M2, and remove the GBPUSD symbol from the "Symbols" input (stratergy 1 and stratergy 2) Settings The below settings appe
AlgoDevMT5 Trade Manager Pro
Harry Charles H Westwood
AlgoDevMT5 Trade Manager Pro AlgoDevMT5 Trade Manager Pro is a professional trade management and risk control utility for MetaTrader 5. Designed for discretionary traders and funded account traders, this utility helps traders plan trades visually, calculate position size instantly, and manage risk with precision. Trade Manager Pro does not generate trading signals, open trades automatically, or provide investment advice. It is a trader-assistance utility designed to improve consistency and risk
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Inferno Storm AI Hybrid PRO V2.37 [Subtitle: Honest AI Context | L1 Hardware Scoring | TTM Squeeze Quant Matrix] Introduction: The Apex of Cognitive Trading Welcome to the forefront of algorithmic intelligence. Inferno Storm AI Hybrid PRO V2.37 obliterates the limitations of static "black-box" bots. By fusing a high-speed, institutional-grade quantitative chassis with the advanced reasoning capabilities of Large Language Models (LLMs),
Kill Zone Hunter
Alex Amuyunzu Raymond
KILL ZONE HUNTER Institutional Kill Zone, Market Structure & Fair Value Gap Trading EA for MT5 Overview KILL ZONE HUNTER is a professional-grade MetaTrader 5 Expert Advisor engineered around Institutional Smart Money Concepts (ICT / SMC) , with a primary focus on Kill Zone trading , Market Structure , and Fair Value Gap (FVG) execution . This EA is designed to systematically hunt high-probability trades during institutional trading windows (Kill Zones) , where liquidity, volatility, and directio
Kintech Gold
Doan Van Hai
Following our guide, you will gain more than you lose. EA for long-term. Stable profit - min risk. Symbol:  XAUUSD Attach to any timeframe Min deposit:   3000$ - Calculate profit by month Live signal:  https://www.mql5.com/en/signals/2080910?source=Site+Signals+My EA input instruction: 1. With XAU 2 digits (eg: 1843.23) please set - Input   [3. Max spread]: 55 2. With XAU 3 digits (eg: 1843.235) please set - Input   [3. Max spread]: 550 If you want daily trade, this signal maybe not suit with
EA Agulhada do Didi
Devscode Desenvolvimento de Softwares LTDA
Questo Expert Advisor è stato sviluppato per automatizzare le operazioni di trading su MetaTrader 5 utilizzando la logica dell’indicatore Didi Index come base per l’identificazione dei punti di ingresso. L’EA esegue tutte le operazioni direttamente sul grafico in modo automatico, seguendo le regole e i parametri definiti dall’utente. Il concetto del robot è applicare una logica di ingresso e gestione oggettiva, consentendo al trader di monitorare chiaramente l’esecuzione delle operazioni, senza
FREE
Bohemia Gold MT5
Vladislav Taska
4.75 (4)
Bohemia Gold MT5 is  Trend & Volatility EA trading system designed specifically for Gold (XAUUSD) . It combines higher-timeframe trend filtering , trend detection , volatility-based SL management , and advanced trade management to adapt market conditions. It uses style logic focused on trend strength, volatility, and capital protection. NOTE:   Based on backtests, I found better trading results with the following setup: D1/H4/H2 (Trend/ADX/ATR & trade). The SET file can be downloaded here … bohe
FREE
The Simple Bot as the name suggests follows a very simple strategy, which guarantees the bot will work in the long run. The EA uses the below simple philosophy to guarantee profits for the user. 1. Odds of success inversely proportional to size of TP. The EA aims to capture just 250 points in GOLD(XAUUSD) when conditions are met.  2.  Avoids over-trading, takes utmost one trade per day 3. Only one trade managed at a time 4.  Robust risk management, every trade is protected with a tight SL Gue
Awesome Oscillator by Bill Williams with the ability to fine-tune and replace the averaging algorithms of the indicator, which significantly expands the possibilities of using this oscillator in algorithmic trading and brings it closer in its properties to such an indicator as the MACD. To reduce price noise, the final indicator is processed with an additional Smooth averaging. The indicator has the ability to give alerts, send mail messages and push signals when the direction of movement of th
Gold Sniper Panel Master Pro High-Precision Manual Trading Terminal for Scalpers Gold Sniper Panel Master Pro is a sophisticated trading utility designed for traders who demand speed, precision, and surgical control over their positions. This all-in-one dashboard streamlines manual execution and introduces an advanced recovery engine to navigate volatile market conditions with confidence. Key Features Dual-Orientation Interface : Instantly toggle between Horizontal and Vertical layouts to perfe
XAU AI Structure Trader PRO (MT5) AI-powered market structure trading for disciplined intraday & swing traders. Designed for traders who prefer waiting for the right setup rather than forcing trades. IMPORTANT! After the purchase please send me a private message to receive the installation manual, license key and the setup instructions. XAU AI Structure Trader PRO is not a high-frequency trading robot and is not designed for aggressive scalping. This Expert Advisor focuses on identifying high-q
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (7)
Matrix Arrow EA MT5  è un consulente esperto unico che può scambiare i segnali MT5 dell'indicatore Matrix Arrow con un pannello commerciale sul grafico, manualmente o automaticamente al 100%.  Matrix Arrow Indicator MT5  determinerà la tendenza attuale nelle sue fasi iniziali, raccogliendo informazioni e dati da un massimo di 10 indicatori standard, che sono: Indice di movimento direzionale medio (ADX), Indice del canale delle materie prime (CCI), Candele classiche Heiken Ashi, Media mobile, Me
FULL AUTO RISK MANAGEMENT EA – PRO + ACCOUNTING is an advanced Expert Advisor designed to protect your trading capital through fully automated risk control. Key Features: Progressive Stop Loss adjustment Partial position close at predefined loss levels (50% / 70%) Automatic Break Even at 50% Take Profit Profit Lock system at 50% and 70% of Take Profit Smart accounting of initial risk and saved capital Works with any trading strategy (manual or automated) No entry signals – risk management only T
Gold Sniper AI Pro
Salahaldeen Abedalqader Mah'd Alshaer
Gold Sniper AI – روبوت تداول الأموال الذكية Gold Sniper AI هو مستشار خبير متقدم مصمم خصيصًا لتداول XAUUSD (الذهب) باستخدام مفاهيم المال الذكي وتحليل حركة السعر. يقوم نظام التداول الآلي بتحليل عوامل السوق المتعددة قبل تنفيذ الصفقات للعثور على فرص ذات احتمالية عالية في سوق الذهب. ⸻ منطق الاستراتيجية يجمع برنامج Gold Sniper AI بين العديد من مفاهيم التداول الاحترافية، بما في ذلك: • الكشف عن اتجاهات السوق الأوروبية • تحليل هيكل السوق • عمليات مسح السيولة • كتل الطلبات • فجوات القيمة العادلة (F
This is my first ExpertAdvisor, but it came along with more than 7 years in experience trading Forex , Crypto and Index.                                                                                SHEERAN: The Advanced Multi-Timeframe EA for Dynamic and Adaptive Trading   EA SHEERAN, is designed for traders who demand precision, flexibility, and reliability across multiple timeframes. Whether you’re targeting short-term gains on the M30 chart or looking for sustained moves on the H4, this E
️ LIMITED TIME OFFER To celebrate our launch, OmniSignal Pivot II is 100% FREE until February 11th . Current Price: $0 (Free) Original Price: ~~$170~~ Don't miss out—download your copy today and secure the lifetime license before the price returns to $170! The OmniSignal Pivot II EA is a professional-grade automated trading system designed to capitalize on institutional price levels. By combining classic Pivot Point theory with modern ATR (Average True Range) volatility filters, this EA identi
Market Dominator EA Advanced Support/Resistance Trading System with Adaptive Hedge and Recovery Management Overview Market Dominator EA is an automated trading system designed to operate in both trending and ranging market environments using structured market analysis and controlled recovery logic. The EA combines: Support and resistance analysis Adaptive market condition detection Structured DCA management Controlled hedge execution Basket take-profit synchronization The system focuses on main
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
SuperAgent v7.0 Diamond Pro - Quantitative Scoring & Dynamic Risk Description: SuperAgent v7.0 Diamond Pro is a high-fidelity MT5 adaptation of an advanced Python financial algorithm. This Expert Advisor (EA) combines a   Quantitative Scoring Engine   with   Dynamic Risk Management   to provide professional-grade portfolio management. Key Features: Multi-Layered Decision Engine:   Evaluates the market through three dimensions: Low-Lag Signal Processing, Trend Bias Confirmation, and Momentum Sco
Gli utenti di questo prodotto hanno anche acquistato
Power Candles Strategy Scanner - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / 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 ROLLED OVER PERIOD.
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
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
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 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? - Understand
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – La soluzione all-in-one per un trading intelligente e senza sforzo Panoramica Immagina di poter analizzare l’intero mercato — Forex, Oro, Cripto, Indici e persino Azioni — in pochi secondi, senza dover controllare manualmente i grafici, installare indicatori o affrontare configurazioni complicate. EASY Insight AIO è il tuo strumento definitivo di esportazione per il trading alimentato dall’IA, pronto all’uso. Offre una panoramica completa del mercato in un unico file CSV pul
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 telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
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
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer 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 not be abl
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
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
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
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
Forex Analyzer Pro Dashboard di Analisi del Conto di Trading MT5 Forex Analyzer Pro è una piattaforma web di analisi del trading progettata per gli utenti di MetaTrader 5. Forex Analyzer Pro sincronizza l'attività del conto MetaTrader 5 e organizza le informazioni di trading in strumenti di analisi, reportistica, monitoraggio e diario di trading attraverso una dashboard strutturata. La piattaforma consente agli utenti di accedere alla propria dashboard di trading tramite browser web supportati s
VOLUME BUBBLES ORDERFLOW FOOTPRINT PROFESSIONAL Expert Advisor for MetaTrader 5 Complete Feature Documentation Introduction: Volume Bubbles OrderFlow Footprint Professional is an advanced order flow visualization tool designed for the MetaTrader 5 platform. It provides institutional-grade market analysis through real-time volume bubbles visualization, volume profiling, and sophisticated order flow analysis. This Expert Advisor transforms raw market data into actionable trading intelligence, hel
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
Custom Alerts AIO: Monitora tutti i mercati — senza alcuna configurazione Panoramica Custom Alerts AIO è una soluzione di monitoraggio dei mercati pronta all’uso che non richiede alcuna configurazione. Tutti gli indicatori necessari — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sono integrati internamente. Non vengono mostrati grafici, rendendolo ideale per generare alert in tempo reale in modo discreto ed efficiente. Supporta tutte le classi di asset offerte dal tuo broker: Forex,
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 — Copiatore di segnali Telegram professionale Telegram to MT5 Pro è un copiatore di trading ad alte prestazioni che esegue automaticamente i segnali da Telegram direttamente nel tuo account MetaTrader 5, con pieno controllo su rischio, esecuzione e gestione del trading. Il sistema è composto da due componenti: • L’Expert Advisor (EA) che gira all’interno di M
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
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
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
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
Discord Signal Notifications — это мощный инструмент для трейдеров, проповодов и управляющих счетами, который автоматически отправляет все ваши торговые события в канал или чат Discord. Главное преимущество — Глобальный мониторинг. Вам не нужно устанавливать советник на каждый график. Достаточно запустить одну копию утилиты на одном любом окне, и она будет отслеживать действия по всем инструментам и всем счетам в вашем терминале одновременно. Основные возможности Глобальный мониторинг счёта Ути
Global Investing FX Terminal
Santiago Nicolas Pla Casuriaga
Il Global Investing FX Terminal è una dashboard FX tutto-in-uno per MetaTrader 5 — tassi di politica monetaria delle banche centrali, posizionamento COT del CFTC, ranking carry, sorprese economiche, skew delle opzioni, sentiment retail e correlazioni, tredici pannelli in totale — resa su un singolo overlay canvas privo di sfarfallio e aggiornata ogni 10 secondi da un singolo EA allegato. Nessun software esterno richiesto. L'analisi FX professionale richiede accesso simultaneo a dati che normalme
RiskGuard Management
MONTORIO MICHELE
5 (22)
ATTENZIONE  per una versione di prova gratuita visita il mio sito web. Manuale QUANTUM RiskGuard Management — Il tuo alleato definitivo per un trading senza compromessi. Lot Calculator — Calcolo automatico della size. Quantum — Rischio automatico per massimizzare i profitti e ridurre i drawdown. Automatic Journal — Incluso e scaricabile gratuitamente dal mio sito. Automatic Screenshot — Due screenshot: uno in apertura e uno in chiusura del trade. Partial Profit — Uscite parziali gestite in modo
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
# 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
Royal Copier
Janet Abu Khalil
5 (1)
Royal Copier — Copiatore Professionale di Trade per MT5 Royal Copier è un copiatore locale professionale di trade in tempo reale per MetaTrader 5. Ora include entrambe le funzioni all’interno di un unico Expert Advisor MT5. Dagli input basta scegliere se l’EA deve funzionare in Modalità Master oppure in Modalità Client . Questo significa che lo stesso EA può essere utilizzato sia sull’account sorgente sia su quello ricevente, mantenendo il comportamento originale del copier. Royal Copier support
Altri dall’autore
AP VWAP Bands Pro (MT4) 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). Why
FREE
AP Fibonacci Retracement PRO (MT5) Overview AP Fibonacci Retracement PRO is a trend-continuation pullback EA. It waits for a confirmed swing, calculates the Fibonacci retracement zone, and looks for entries in the direction of the original move. No grid, no martingale. Strategy logic Detects the last valid swing high/low using Fractals on the selected signal timeframe. Calculates the retracement zone between 38.2% and 61.8% (configurable). On a closed bar, if price is inside the zone (with opti
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
AP Day-Week-Month High-Low overlay that draws the prior Day, Week, and Month highs/lows on any chart. Great for session planning, confluence, and alerting when price comes back to important swing levels. What it does Plots 6 lines: Day High/Low , Week High/Low , Month High/Low (from the previous completed sessions). Touch/near alerts when price reaches a selected line (with a user-set tolerance). Works on any symbol and timeframe. Zero external libraries. How to use Drop it on the chart you trad
FREE
AP Session Boxes — Asian / London / NY Range Overlay (MT5 Indicator) Clean session boxes on your chart. This lightweight indicator draws the   Asian ,   London , and   New York   time windows directly on the chart, including each box’s   high   and   low   as dashed lines. It’s perfect for quick context, breakout planning, and clean screenshots. Instant structure:   See where the market ranged during key sessions. Breakout prep:   Use the hi/lo lines as reference for pending orders or alerts fr
FREE
AP Day-Week-Month High-Low MT4 Lightweight overlay that draws the prior Day, Week, and Month highs/lows on any chart. Great for session planning, confluence, and alerting when price comes back to important swing levels. What it does Plots 6 lines: Day High/Low, Week High/Low, Month High/Low (from the previous completed sessions). Touch/near alerts when price reaches a selected line (with a user-set tolerance). Works on any symbol and timeframe. Zero external libraries. How to use Drop it o
FREE
AP DayTrader Impulse Box MT4 What it does Intraday engine that combines a   session “box” range   (M5) with an   impulse filter   (EMA/RSI on M15). When price escapes the box with momentum confirmation, the EA places a single market order in that direction.   One position per symbol. Simple logic, few knobs   Box + impulse confirmation   No martingale, no grid, no averaging Works on   netting   accounts How entries are decided Build a time-window “box” from recent session hours (start/end inputs
AP London Breakout MT4  trades the first impulse when Europe hands over and London liquidity hits. It builds a pre-London range (02:00–07:00 server), checks the box height and spread, then posts one clean breakout with fixed risk. No martingale, no grid, no chasing; once filled, it cancels the other side and stands down for the day. Designed for majors and gold on M5–M15, with broker-safe placement (Stops/Freeze aware), lot rounding, and a daily cap. Quick start • Chart: M5 (reads higher TFs i
AP Oil Navigator PRO (MT4) What it is AP Oil Navigator PRO is a rules-based Expert Advisor designed specifically for energy symbols such as XTIUSD (WTI) and UKOIL (Brent). The EA looks for a directional bias using a higher-timeframe trend filter, then times entries on the working timeframe using a volatility gate and a structure break. Orders are placed with broker-safe checks and fixed risk. No martingale, no grid, and no averaging. How it trades • Bias: EMA alignment and swing structure on the
BTC Pro Breakdown Pro MT5
Allan Graham Pike
5 (1)
BTC Breakdown Pro MT5 La maggior parte degli EA cerca di operare su tutte le coppie e configurazioni. Alla fine non offrono risultati consistenti. BTC Breakdown Pro MT5 è stato creato con un unico obiettivo: catturare le maggiori rotture ribassiste del Bitcoin con chiarezza e controllo. Il sistema attende una rottura con alto volume, quindi cerca un retest pulito prima di entrare. Le operazioni sono filtrate dal trend, il rischio è controllato con stop e target predefiniti, e i setup vengono ann
AP London Breakout PRO trades the first impulse when Europe hands over and London liquidity hits. It builds a pre-London range (02:00–07:00 server), checks the box height and spread, then posts one clean breakout with fixed risk. No martingale, no grid, no chasing; once filled, it cancels the other side and stands down for the day. Designed for majors and gold on M5–M15, with broker-safe placement (Stops/Freeze aware), lot rounding, and a daily cap. Quick start • Chart: M5 (reads higher TFs inte
AP Oil Navigator PRO (MT5) What it is AP Oil Navigator PRO is a rules-based Expert Advisor designed specifically for energy symbols such as XTIUSD (WTI) and UKOIL (Brent). The EA looks for a directional bias using a higher-timeframe trend filter, then times entries on the working timeframe using a volatility gate and a structure break. Orders are placed with broker-safe checks and fixed risk. No martingale, no grid, and no averaging. How it trades • Bias: EMA alignment and swing structure on th
AP BTC Bullish Retest (MT5) Long-only BTC EA. Waits for a decisive close above resistance , confirms trend/volume quality, then places a BUY LIMIT on the pullback to the broken level. One setup at a time. No grid, no martingale. No DLL/WebRequest. What it is A breakout-and-retest engine for BTC. It builds meaningful resistance handles (body-high clusters) on a higher TF, requires a clean close through that handle, then buys the retest with disciplined risk and strict broker-safe checks. How it t
AP DayTrader Impulse Box (MT5) What it does Intraday engine that combines a session “box” range (M5) with an impulse filter (EMA/RSI on M15). When price escapes the box with momentum confirmation, the EA places a single market order in that direction. Simple logic, few knobs   Box + impulse confirmation No martingale, no grid, no averaging Works on netting accounts How entries are decided Build a time-window “box” from recent session hours (start/end inputs). Wait for price to escape the box by
AP Gold Pro MT5
Allan Graham Pike
Intraday engine for XAUUSD (Gold). Builds a time-window “box”, waits for a decisive move beyond it, then places a pending order to participate on the pullback. Tight risk controls, no grid, no martingale. How it operates You define one or more time windows (e.g., London, NY, or custom hours). After a window closes, the EA checks for a clean move beyond the box by a user buffer. Optional gates: EMA trend check and volume impulse filter. Places a pending order near the broken edge with an adapti
Filtro:
Nessuna recensione
Rispondi alla recensione