AP Trade Assistant

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
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.
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
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
The ORB Guardian
Cedric Landry Shema
ORB Guardian – Breakout Opening Range + Protezione Prop Firm EA veloce e affidabile progettato per le sfide prop firm e il trading intraday disciplinato. No martingala. No grid. Solo regole. Perché scegliere ORB Guardian • Sincronizzazione automatica delle operazioni con il nostro diario di trading professionale • Breakout automatico Opening Range • Modalità segnale singolo o confermato • Protezione integrata (drawdown giornaliero/settimanale/mensile/totale) • Stop automatico quando si raggiung
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
L'indicateur SMC Venom Model BPR est un outil professionnel pour les traders travaillant dans le concept Smart Money (SMC). Il identifie automatiquement deux modèles clés sur le graphique des prix: FVG   (Fair Value Gap) est une combinaison de trois bougies, dans laquelle il y a un écart entre la première et la troisième bougie. Forme une zone entre les niveaux où il n'y a pas de support de volume, ce qui conduit souvent à une correction des prix. BPR   (Balanced Price Range) est une combinaiso
One Click Trader Utility MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
One-Click Trader Utility for MT5 Professional Trading at Your Fingertips One-Click Trader Utility is a premium MT5 tool designed for active traders who need lightning-fast execution and real-time performance metrics. For just $30, transform your trading experience with institutional-grade technology previously available only to professional traders. Key Features Ultra-Fast Execution - Open and close positions with a single click, critical for scalpers and news traders Real-Time Market Metrics -
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 - Input   [9. Step point]: 100 2. With XAU 3 digits (eg: 1843.235) please set - Input   [3. Max spread]: 550 - Input   [9. Step point]:
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
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (484)
Ciao, trader! Sono   Quantum Queen   , il fiore all'occhiello dell'intero ecosistema Quantum e l'Expert Advisor più quotata e venduta nella storia di MQL5. Con una comprovata esperienza di oltre 20 mesi di trading live, mi sono guadagnata il posto di Regina indiscussa di XAUUSD. La mia specialità? L'ORO. La mia missione? Fornire risultati di trading coerenti, precisi e intelligenti, ancora e ancora. IMPORTANT! After the purchase please send me a private message to receive the installation manua
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
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
Ottimizza il tuo trading con la gestione professionale delle posizioni Smart Trade Manager è un Expert Assistant (EA) progettato per i trader che desiderano automatizzare con precisione la gestione della propria posizione, eliminando il fattore emotivo, è progettato per massimizzare la presa di profitto sul mercato in modo rapido ed efficiente. Questo EA funziona esclusivamente con i rapporti rischio/rendimento (RR). Ciò significa che si adatta alla volatilità di qualsiasi asset, in particola
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
Multi Symbol Trailing
Vladimir Karputov
5 (1)
L'utility "   Multi Symbol Trailing   " sposta lo Stop Loss per tutte le posizioni attualmente aperte (multi-symbol trailing). È destinato principalmente ad assistere nel trading manuale. Non ci sono restrizioni per l'utilità né per il nome della coppia di valute né per l'identificatore individuale (numero magico): l'utilità elabora assolutamente tutte le posizioni attualmente aperte. L'unità di misura dei parametri "   Trailing Stop   " e "   Trailing Step   " è il punto (la differenza tra il p
KS PropFirm and Broker Dashboard Pro: Your Ultimate Compliance Guardian for Prop Firm Challenges Elevate Your Prop Firm Journey with Precision Monitoring Tired of juggling spreadsheets, calculators, and manual checks to stay compliant during high-stakes prop firm challenges? KS PropFirm and Broker Dashboard Pro is the all-in-one MT5 utility engineered for serious traders tackling firms like FTMO, MyForexFunds, The5%ers, and beyond. This lightweight dashboard delivers real-time insights into your
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
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
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
Universal Volatility Compass (UVC): Naviga i Cicli di Mercato con Fiducia su Tutti gli Asset Dalla sua introduzione nel 1993, l'Indice di Volatilità CBOE (VIX) è diventato la misura di riferimento per il rischio di mercato e la paura degli investitori nel mercato azionario. Letture VIX elevate segnalano una maggiore volatilità e spesso coincidono con i minimi di mercato, mentre letture basse suggeriscono compiacenza e i massimi di mercato. Ma cosa dire del vasto universo oltre S&P 500, Nasdaq e
Prizmal Logic
Vladimir Lekhovitser
5 (1)
Segnale di trading in tempo reale Monitoraggio pubblico in tempo reale dell’attività di trading: https://www.mql5.com/it/signals/2353471 Informazioni ufficiali Profilo del venditore Canale ufficiale Manuale utente Istruzioni di configurazione e utilizzo: Apri manuale utente Questo Expert Advisor si basa su una strategia di trading guidata da regole. La strategia è orientata a identificare condizioni di mercato specifiche, anziché mantenere una presenza costante sul mercato. Il sistema
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
Net Z
Sugianto
5 (1)
NET Z uses a very well-known trend reversal technique to determine position entry with slight modifications by using virtual trade techniques and virtual pending orders so that position entry is not too early or too late. Why NETZ? NET Z does not require complicated settings and is easy to use because user only need to upload a set file that is already available. Currently there are set files for 20 fx pairs. The best GRID EA with the ability to control risks. I will share my personal daily ro
Gold Smc Apex Scalping h1
Chaibadee Dechtanankul
Here is a breakdown of how the GOLD SMC APEX SCALPER (H1 BUY EDITION) operates specifically on the H1 (1-Hour) timeframe. This Expert Advisor (EA) uses a hybrid approach , combining Smart Money Concepts (SMC) for entry zones with a Grid & Martingale system for trade execution and recovery. 1. Execution on the H1 Timeframe (The "New Bar" Rule) Strict H1 Lock: The EA checks its environment during initialization ( OnInit ). If you attach it to any timeframe other than H1, it will trigger an alert a
Bober Crypto MT5
Arnold Bobrinskii
5 (3)
Crypto trading with  Binance  , OKX  exchanges is available! Hurry up to get it! Limited number of copies will be sold out. Hey guys! I hope u are doing well.    I'm gonna show you new trading robot which is essentially differ from all others MQL5.com market products. The main feature of   Bober Crypto MT5  is an ability to trade with   Binance Futures and OKX futures. This product is using "Static arbitrage" strategy which is have a lot of advantages we gonna be taking profit from.  All coins
This EA help traders close their open positions at a specific MT5 server time before news or before ending of H4 timeframe of the morning New York session to protect their profit or prevent from unexpected loss. The default setting is 19:30 (HH:MM) and you can adjust as require to fit trading strategies. It very user friendly where contain only single input parameter to specify a time that position will be closed.  
Gli utenti di questo prodotto hanno anche acquistato
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (2)
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 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
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
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
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,
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
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 takes over all the routine chart watching and execution.  Lazy Trader  handles the rest. full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Hu
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
ManHedger MT5
Peter Mueller
4.8 (5)
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
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
Telegram Broadcast MT5
Volodymyr Hrybachov
3.67 (3)
The TELEGRAM BROADCAST utility helps you instantly publish your trade to the Telegram channel. If you have long wanted to create your own Telegram channel with FOREX signals, then this is what you need. TELEGRAM BROADCAST can send messages: Opening and closing deals; Placing and deleting pending orders; Modification of stop loss and take provision (last order); Stop loss and take prov triggered; Activation and deletion of a pending order: Sending trading reports; Sending a message for deposits
PineChart
Muhammad Minhas Qamar
Developed by MMQ —  PineChart: Run PineScript Inside MT5 With A Modern Charting Experience An MQL5 Expert Advisor that runs Pine Script indicators and strategies directly inside MetaTrader 5. PineChart includes a full Pine Script interpreter so you can use your existing Pine Script v5/v6 source code without manually rewriting anything in MQL5. Links [  Website  |  Documentation  |  Demo ] NOTE: Downloading demo through MQL5 will give you limited functionality. To experience PineChart fully, dow
Footprint Chart Pro — Professional Order Flow 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
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
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
Partial Close Expert   è uno strumento che combina numerose funzioni in un unico sistema automatizzato. Questo EA può aiutare i trader a gestire le proprie posizioni in modo più efficace, offrendo molteplici opzioni per gestire il rischio e massimizzare i potenziali guadagni. Con Partial Close Expert, i trader possono impostare un       chiusura parziale       livello per bloccare i profitti, un       stop mobile       livello per proteggere i profitti e limitare le perdite, un       pareggiare
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 and Gold futures instruments for trading. Strategy Overview The Expert Advisor opens a hedg
Crypto Charting
Rajesh Kumar Nait
5 (5)
Crypto Charting for MT5 – Integrazione grafici criptovalute in MetaTrader 5 Panoramica Crypto Charting for MT5 offre dati OHLC in tempo reale tramite WebSocket. Supporta più exchange e aggiorna automaticamente i dati in MT5. Funzionalità Dati in tempo reale via WebSocket Aggiornamento automatico dei dati storici Sincronizzazione pianificata dopo interruzioni Compatibile con tutti i timeframe MT5 Dati OHLCV completi Supporto per il tester di strategia Riconnessione automatica Exchange supportati
Trade Copier for MT5   Supports multiple master and slave terminals   Local operation without DLL usage   Optional slow monitoring mode   Compatible with prop firm and personal accounts   IMPORTANT – SYMBOL SUFFIX & SYMBOL MAPPING If your Master and Slave accounts are on different brokers, symbol suffixes may differ (e.g. XAUUSD vs XAUUSD.m). In such cases, trades will NOT be copied unless Symbol Mapping is configured correctly in the Expert settings. Example: XAUUSD:XAUUSD.m MT5 to MT5
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
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
SSFx Ultimate Hedge Manager EA Description: The SSFx Ultimate Hedge Manager EA is the pinnacle of trade management tools for the MT5 platform. Combining the advanced trade management features of the SSFx Hedge Manager EA with the comprehensive backtesting capabilities of the SSFx Manual Backtester, this ultimate product empowers traders to refine and optimize their strategies with unmatched flexibility. This EA focuses on a hedging-based approach to risk management, providing traders with a dyn
Easy Strategy Builder 5
Gheis Mohammadi
5 (4)
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
Trade Copier Pro MT5
Vu Trung Kien
4 (4)
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
GRat Crypto
Ivan Titov
4.5 (2)
Trade on crypto exchanges in MT5! GRat_Crypto is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency  on most popular crypto exchanges in the familiar MT5 environment 24/7. Features 1. ALL instruments of the 9 most popular crypto exchanges are available: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken,   KuCoin, MEXC and OKX . 2. The ability to place ANY type of order available in MT5, both market and pending, to modify orders and positions, to delete order
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
Trading Chaos Expert
Gennadiy 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
HYT utility
Sergey Batudayev
HYT (Help Your Trading)   è uno strumento progettato per aiutarti   a ridurre la media   delle tue posizioni in perdita utilizzando due tecniche principali: Media standard. Copertura con successiva apertura di posizioni nella direzione del trend. Questo strumento consente di gestire più posizioni aperte in direzioni diverse, sia in acquisto che in vendita. HYT calcola automaticamente la dimensione della posizione successiva, il prezzo dell'ordine, la direzione per la media e la chiusura della po
CRT Pro Ultimate Scanner
Jonathan Mboya Kinaro
CRT Pro Trading EA Ultimate v10 - Scanner Professionale di Pattern Panoramica Il CRT Pro Trading EA Ultimate v10 è un Expert Advisor multi-simbolo avanzato sviluppato da Helios Technologies che si specializza nel rilevare e negoziare pattern CRT (Consolidamento-Manipolazione-Distribuzione) con allineamento intelligente del trend. Questo EA combina concetti di trading istituzionale con gestione intelligente dei segnali per fornire opportunità di trading ad alta probabilità su più mercati. Cara
Strumento di trading Binance per MT5 1. Questo prodotto include grafici in tempo reale da websocket, grafici storici e aggiornamenti automatici al riavvio del terminale MT5 per un funzionamento fluido senza alcun intervento manuale, consentendoti di fare trading su Binance senza intoppi. Trading, grafici in tempo reale e dati storici disponibili per Spot e Futures Funzionalità del grafico: 1. Grafico OHLC in tempo reale tramite Websocket (WSS) 2. Cronologia degli aggiornamenti tramite API 3.
Online Accounts Manager MT5
Kyra Nickaline Watson-gordon
5 (1)
OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these p
Crypto Ticks and Depth
Rajesh Kumar Nait
5 (2)
Crypto Ticks per MetaTrader 5 – Dati in tempo reale e integrazione libro ordini per criptovalute Panoramica Crypto Ticks trasmette dati tick-by-tick e profondità del book ordini dalle principali borse di criptovalute direttamente su MetaTrader 5. Ideale per scalping, trading algoritmico e test di strategie. Exchange supportati Binance: Spot  e Futures  KuCoin: Spot e Futures Bybit: Futures e Inverse Futures XT.com: Spot e Futures Caratteristiche principali Streaming tick in tempo reale via WebS
Altri dall’autore
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 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 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 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 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
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 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 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 (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 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 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 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 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
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 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