Trade and Risk Manager MT5

Trade & Risk Manager is a trading utility panel for MetaTrader 5 designed for manual trading and risk control. The program does not include a trading strategy and does not open trades automatically — all trading actions are performed only by pressing buttons on the panel.

The utility helps you to:

  • quickly open/close positions;

  • calculate position size (lot) based on a predefined risk;

  • enforce trading plan limits: daily loss, maximum drawdown, trade limit, profit target;

  • manage positions: breakeven, partial close, reverse, trailing stop;

  • use a grid of pending STOP orders (Grid) and delete pending orders.

Main Features

1) Trading Panel (manual actions)

  • BUY / SELL — market entry.

  • Close — close the last position on the symbol.

  • CloseAll — close all positions on the symbol.

  • Pause — manual pause (blocks trading actions from the panel).

  • Compact / Full — compact or full panel mode.

2) Risk Management & Trade Parameters

  • Risk% — risk-based lot calculation (in percent) using SL in points.

  • Alternative: fixed lot.

  • SL pts / TP pts — stop loss and take profit in points.

  • Volume limit: MaxLotPerTrade.

3) Trading Plan Limits (Rules)

  • Max trades/day — maximum number of trades per day.

  • Max daily loss % — daily loss limit based on equity.

  • Max total drawdown % — total drawdown limit:

    • from the initial value (Initial), or

    • trailing from the equity peak (Trailing equity).

  • Profit target % — profit target (once reached, trading is blocked).

Behavior on breach:

  • Pause on breach — automatically pauses trading,

  • Auto close all on breach — optionally closes positions on breach.

4) Position Management (Full mode)

  • Breakeven Last / All — move SL to breakeven (for the last/all positions on the symbol).

  • Reverse — close the last position and open the opposite direction.

  • Partial 50% — close 50% of the last position volume.

  • Trailing — toggleable trailing stop:

    • ST pts — start level (profit required to activate),

    • LVL pts — trailing distance.

  • Grid — place a series of STOP orders in the direction of the last position:

    • number of orders is set in inputs,

    • STP pts — step between orders,

    • MLT x — volume multiplier for each next order.

  • Del — delete all pending orders on the symbol (filtered by Magic when enabled).

  • UPD (lower right corner of the info panel) — reset the Max total drawdown % and Profit target % values ​​(relevant for intraday traders, when the total account drawdown and profit target values ​​can block trading).

Interface & Input Control

The fields Risk/SL/TP/ST/LVL/STP/MLT are editable directly on the panel:

  • click the field → type from keyboard,

  • Enter — confirm,

  • Esc — cancel,

  • Backspace/Delete — delete characters.

The panel can be dragged with the mouse by the top header.

Panel settings and entered values are saved (after terminal restart / chart reattach).

Input Parameters (Inputs)

Main

  • InpMagic — Magic number.

  • InpRiskMode — risk mode: percent or fixed lot.

  • InpRiskBase — risk base: Equity or Balance.

  • InpRiskPercentDefault — default risk (%).

  • InpFixedLotDefault — fixed lot (if fixed mode is selected).

  • InpSLPointsDefault — default SL (points).

  • InpTPPointsDefault — default TP (points).

  • InpUseTP — enable TP.

Trailing (defaults)

  • InpTrailStartPtsDefault — ST pts.

  • InpTrailLevelPtsDefault — LVL pts.

Grid

  • InpGridOrdersCount — number of STOP orders in the grid.

  • InpGridStepPtsDefault — STP pts (grid step).

  • InpGridMultDefault — MLT x (volume multiplier).

Limits

  • InpMaxLotPerTrade — maximum lot per trade.

  • InpMaxTradesPerDay — daily trade limit.

  • InpCountOnlyThisEA — count “trades per day” only by Magic.

  • InpManageOnlyThisEA — manage (Close/BE/Del/Grid) only by Magic.

Rules (Limits/Rules)

  • InpMaxDailyLossPct — daily loss (%).

  • InpMaxTotalDDPct — maximum drawdown (%).

  • InpDDMode — drawdown mode: from initial or trailing equity.

  • InpProfitTargetPct — profit target (%).

  • InpPauseOnBreach — pause on breach.

  • InpAutoCloseAllOnBreach — close positions on breach.

Trading Schedule

  • InpTradeStartHour / InpTradeEndHour — hours (0..24).

  • InpAllowMon..InpAllowSun — allowed weekdays.

Panel Position

  • InpPanelX / InpPanelY — initial panel position.

Important Notes

  • All SL/TP/ST/LVL/STP values are in points (not pips).

  • Broker restrictions apply (e.g., Stops Level). If SL/TP/pending price is too close to the market, the action will be rejected.

  • To use the buttons, enable Algo Trading and allow trading in the EA settings.

  • It is recommended to test on a demo account before using on a live account.

FAQ

1) Why does BUY/SELL not open a trade?

Check:

  • Algo Trading is enabled in the terminal;

  • trading is allowed in the EA settings;

  • there is a server connection (Terminal connected);

  • the Pause button is not enabled;

  • rule limits were not triggered (Trades/day, Daily Loss, Max DD, Profit Target) — the status line will show the reason.

2) Why can’t SL/TP be set or why does it say “SL/TP too close”?

Your broker may require a minimum distance (Stops Level) from the current price.

  • Increase SL pts / TP pts.

  • Remember values are in points (not pips).

  • Some symbols may have additional constraints (spread, freeze level).

3) Why doesn’t Breakeven work?

Breakeven is applied only if:

  • the position is in profit;

  • the new SL does not violate Stops Level (too close → rejected);

  • SL is not already “better” (e.g., for BUY, SL already at/above BE).

4) Why doesn’t Partial 50% work?

Partial close is possible only if:

  • 50% of the volume, after normalization to the volume step (SYMBOL_VOLUME_STEP), is not less than the minimum lot (SYMBOL_VOLUME_MIN);

  • the calculated close volume is less than the current position volume.
    For very small positions (e.g., 0.01), “half” may be impossible.

5) Why doesn’t Reverse open the opposite trade?

Reverse does:

  1. close the last position;

  2. attempt to open the opposite direction.
    If rules/limits are triggered or trading is unavailable (no quotes, market closed, restrictions, insufficient margin), the new order may fail.

6) How is “Daily Loss” calculated?

Equity-based logic:

  • equity is fixed at day start (server midnight);

  • the minimum equity during the day is tracked;

  • Daily Loss % = (EquityStart − EquityLow) / EquityStart × 100%.
    This includes floating drawdown on open positions.

7) How is “Total Drawdown” calculated?

Depends on the mode:

  • From Initial: base = initial equity/balance saved at first run.

  • Trailing Equity: base = maximum equity reached after start (high-water mark).
    DD% = (Base − CurrentEquity) / Base × 100%.

8) Why is Grid not placed?

Common reasons:

  • no last position on the symbol (Grid uses the last position direction);

  • InpGridOrdersCount <= 0 or STP pts <= 0 or MLT <= 0 ;

  • STOP price is too close to the market (Stops Level restriction);

  • calculated lot is 0 or below minimum (SYMBOL_VOLUME_MIN);

  • “Manage only this EA” is enabled and the last position does not match Magic.

9) Why doesn’t Del delete pending orders?

Only pending orders on the current symbol are deleted.
If InpManageOnlyThisEA=true , only orders with your InpMagic are deleted.

10) The panel disappeared / cannot be clicked / cannot be moved

  • Switch Compact/Full mode.

  • Make sure the panel is not covered by other chart objects.

  • Drag the panel by the top header.


Prodotti consigliati
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
Forex Daily Scalping EA is a professional scalping advisor for daily work on the FOREX currency market. In trading, along with experience, traders usually come to understand that the levels of accumulation of stop orders, price and time play a significant role in the market. - Recommend ECN broker with LOW SPREAD: IC Market , Exness, NordFX , FXPRIMUS , Alpari , FXTM PARAMETERS: PRICE - the price distance to be covered in the allotted time period; TIME - time allotted in seconds; HL_PERIOD - n
Classic SNR MetaTrader 5 Expert Advisor | Multi-Symbol Support & Resistance Trading with Trend-Based Logic Overview Classic SNR Breakout EA is a professional trading robot that identifies structural Support & Resistance levels using daily swing points and executes trades based on H1 price action relative to these levels. The EA applies   dual logic : in an uptrend, it sells on H1 rejection below an SNR level; in a downtrend, it buys on H1 rejection above an SNR level. Breakout confirmations are
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalping è un consulente di trading completamente automatico. Strategia di scalping notturno. L'indicatore RSI e il filtro ATR vengono utilizzati come ingressi. L'Expert Advisor richiede un tipo di conto di copertura. IMPORTANTE! Contattami subito dopo l'acquisto per ricevere istruzioni e un bonus! Il monitoraggio del lavoro reale, così come i miei altri sviluppi, possono essere visualizzati qui: https://www.mql5.com/en/users/mechanic/seller Raccomandazioni generali Deposito minimo
YOLO Gold go go
Inrexea Limited
5 (2)
YOLO Signal monitor :  https://www.mql5.com/en/signals/2368970 Best Match Indicator: View Recommended Indicator Here Stay updated with us:  Inrexea Official Channel Your Personal Trading Assistant. You make the call. YOLO makes it happen. Just attach. Decide direction. YOLO handles the rest. YOLO is an AI grid assistant for XAUUSD and all major currency pairs. Attach it to your chart, make one simple decision, and YOLO manages the entire trade — grid recovery, lot scaling, take profit and risk c
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
SkyScraperMT5
Teressa Herlene Thomson
Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
Episode Health Monitor Episode Health Monitor is a trading utility for MetaTrader 5 designed to analyze the real-time condition of active trading positions directly on the chart. The tool evaluates the current “trading episode” - a group of open positions - and provides a structured view of risk, stability, and distance to potential failure. Instead of relying only on profit/loss or price movement, it helps identify whether the current position is stable, weakening, or approaching a critical st
PROMO: ONLY 10 LEFT AT $90! Next price:        $199 Price will be kept high to limit number of users for this strategy. This EA starts trading at the open of   London (UK) Session . It is based on analysis of advanced statistical distributions combined with short to medium term reversal patterns which have mean-reversion attributes. The EA includes several smart features and allows you to trade with a fixed or automatic lot size. The EA is not sensitive to spreads but can be backtested on both
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
SBR Canvas — Expert Advisor for MetaTrader 5 Overview SBR Canvas is a comprehensive, fully visual trading assistant for MetaTrader 5. It combines automated trade execution with an advanced drag-and-drop control panel built directly onto the chart canvas, giving traders real-time control over every aspect of their trading strategy without leaving the chart. Advice for all trader using this Expert Advisor - Safest amount to use this $5000 - $10000 as a starting point. Core Trading Engine Direc
HFT PropFirm EA MT5
Dilwyn Tng
4.93 (80)
Versione MT4: https://www.mql5.com/en/market/product/104871 Monitor delle prestazioni della sfida HFT MT5 (non per account live): Broker: Fusion Market Login: 89600 Password: Greenman89$ Server: FusionMarkets-demo Oltre 700 recensioni autentiche a 5 stelle per la versione MT4 rilasciata in precedenza: https://www.mql5.com/en/market/product/104871?source=Unknown#!tab=reviews Canale pubblico: https://www.mql5.com/en/channels/hftpropfirmea Versione MT4: https://www.mql5.com/en/market/product/104871
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
SolarTrade Suite Financial Robot: LaunchPad Market Expert - progettato per aprire le negoziazioni! Questo è un robot di trading che utilizza speciali algoritmi innovativi e avanzati per calcolare i suoi valori, il tuo assistente nel mondo dei mercati finanziari. Utilizza il nostro set di indicatori della serie SolarTrade Suite per scegliere meglio il momento in cui lanciare questo robot. Dai un'occhiata agli altri nostri prodotti della serie SolarTrade Suite in fondo alla descrizione. Vuoi n
YenSync
Michael Prescott Burney
1 (1)
Sintesi circolare       YenSync è un sistema di trading avanzato per i grafici orari USD/JPY, sviluppato utilizzando la collaudata logica di Fujinami Systems. È stato specificamente progettato per gestire le peculiari fluttuazioni di prezzo della coppia di valute USD/JPY e si concentra sull'ingresso preciso nel mercato, sulla sincronizzazione del trend e sulla gestione del rischio in diverse condizioni di volatilità. Questo sistema utilizza il tracciamento delle dinamiche interne e filtri di all
US500 Scalper
Sergey Batudayev
L'S&P 500 Scalper Advisor è uno strumento innovativo progettato per i trader che desiderano operare con successo sull'indice S&P 500. L'indice è uno degli indicatori più utilizzati e prestigiosi del mercato azionario americano, che comprende le 500 maggiori società degli Stati Uniti. Peculiarità: Soluzioni di trading automatizzate:       Il consulente si basa su algoritmi avanzati e analisi tecniche per adattare automaticamente la strategia alle mutevoli condizioni di mercato. Approccio versati
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
M5 Gold Scalper
Dmitriq Evgenoeviz Ko
Forex M5 Gold Scalper is a highly effective trading robot designed for automated gold trading (XAUUSD) on the MetaTrader 5 platform. The robot specializes in scalping, using five-minute chart analysis to quickly respond to market fluctuations and ensure stable income with minimal time investment. Features of the robot Analyzes graphs using PA. Quickly opens and closes positions when support and resistance levels are crossed. Offers automation of processes with manual configuration of key parame
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Stenco Recover EA
Yevgeniy Koshtenko
3.6 (5)
Revolutionary Forex expert advisor, built on the principles of the unique Recovery trading system. The key to the effectiveness of this algorithm is the accurate analysis of price behavior near psychologically important round levels. Moreover, the system uses a special price representation in the form of coordinates different from traditional candlestick charts. Main advantages of the advisor: Recovery strategy, based on price recovery High accuracy in identifying key support and resistance leve
FREE
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably wi
Yellowstone FX
Michael Prescott Burney
4 (5)
Yellowstone FX: Il robot di trading sull'oro più sicuro, piattaforma MT5 e grafico XAUUSD per la prima metà dell'anno. Gli effetti speciali di Yellowstone       Presenta un design complesso.       Il robot di trading sull'oro più sicuro per MT5       Questa soluzione è pensata per i trader che danno priorità alla conservazione del capitale, all'esecuzione sistematica delle operazioni e a livelli di rischio gestibili.       Il mercato XAUUSD   è specificamente progettato per i seguenti scopi...
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
Gli utenti di questo prodotto hanno anche acquistato
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (211)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (651)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (137)
Sperimenta una copia di trading eccezionalmente veloce con il   Local Trade Copier EA MT5 . Con la sua facile configurazione in 1 minuto, questo copiatore di trading ti consente di copiare i trades tra diversi terminali di MetaTrader sullo stesso computer Windows o su Windows VPS con velocità di copia ultra veloci inferiori a 0.5 secondi. Che tu sia un trader principiante o professionista,   Local Trade Copier EA MT5   offre una vasta gamma di opzioni per personalizzarlo alle tue esigenze speci
TradePanel MT5
Alfiya Fazylova
4.87 (154)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
Versione Beta Telegram to MT5 Signal Trader è quasi pronto per il rilascio ufficiale in versione alpha. Alcune funzionalità sono ancora in fase di sviluppo e potresti riscontrare piccoli bug. Se riscontri problemi, ti preghiamo di segnalarli, il tuo feedback aiuta a migliorare il software per tutti. Telegram to MT5 Signal Trader è uno strumento potente che copia automaticamente segnali di trading da canali o gruppi Telegram al tuo account MetaTrader 5 . Supporta canali pubblici e privati e cons
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:/
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
Copiatore professionale di trade per MetaTrader 5 Un copiatore di trade veloce, professionale e affidabile per MetaTrader . COPYLOT consente di copiare operazioni Forex tra terminali MT4 e MT5 con supporto per conti Hedge e Netting . La versione MT5 di COPYLOT supporta: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Versione MT4 Descrizione completa + DEMO + PDF Come acquistare Come installare Come ot
Copy Cat More Trade Copier MT5 (Gatto Copiatore MT5) è un copiatore di trade locale e un framework completo di gestione del rischio ed esecuzione progettato per le sfide di trading odierne. Dalle sfide delle prop firm alla gestione di portafogli personali, si adatta a ogni situazione con una combinazione di esecuzione robusta, protezione del capitale, configurazione flessibile e gestione avanzata dei trade. Il copiatore funziona sia in modalità Master (mittente) che Slave (ricevente), con sincro
Trade Dashboard MT5
Fatemeh Ameri
4.94 (124)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Telegram to MT5 Coppy
Sergey Batudayev
5 (9)
Da Telegram a MT5:   la soluzione definitiva per la copia del segnale Semplifica il tuo trading con Telegram su MT5, il moderno strumento che copia i segnali di trading direttamente dai canali e dalle chat di Telegram sulla tua piattaforma MetaTrader 5, senza bisogno di DLL. Questa potente soluzione garantisce un'esecuzione precisa dei segnali, ampie opzioni di personalizzazione, fa risparmiare tempo e aumenta la tua efficienza. [ Instructions and DEMO ] Caratteristiche principali Integrazione d
AntiOverfit PRO MT5
Enrique Enguix
5 (4)
Prima di comprare un EA, verifica se regge davvero oppure se in backtest è sembrato forte solo per fortuna. La maggior parte dei robot viene venduta con un backtest bello da vedere. Curva in crescita. Buon profit factor. Pochi dubbi. Eppure molti di questi EA crollano non appena il mercato smette di muoversi come in quello storico. Perché? Perché un backtest dimostra una cosa sola: che quella strategia ha funzionato su un percorso di prezzo ben preciso. Non dimostra che reggerà su percorsi diver
Trade copier MT5
Alfiya Fazylova
4.53 (43)
Trade Copier è un'utilità professionale progettata per copiare e sincronizzare le transazioni tra conti di trading. La copiatura avviene dal conto/terminale del fornitore al conto/terminale del destinatario, che sono installati sullo stesso computer o vps. PROMOZIONE - Se avete già acquistato il "Trade copier MT5", potete ottenere gratuitamente il "Trade copier MT4" (per la copia MT4 > MT5 e MT4 < MT5). Per maggiori informazioni sulle condizioni, vi preghiamo di contattarci tramite messaggi priv
Timeless Charts
Samuel Manoel De Souza
5 (5)
Timeless Charts è una soluzione di grafici avanzata, progettata per i trader professionisti che necessitano di grafici personalizzati / timeframe personalizzati – inclusi grafici a secondi / timeframe a secondi, grafici Renko / barre Renko, grafici a cluster / footprint e strumenti avanzati simili a quelli disponibili nelle piattaforme più popolari. A differenza dei tradizionali grafici offline o dei semplici indicatori personalizzati, questa soluzione crea barre completamente personalizzate con
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
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.
Anchor Trade Manager
Kalinskie Gilliam
5 (2)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account so only one trades at a time. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite posit
Take a Break MT5
Eric Emmrich
4.75 (24)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
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  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
Risk Manager for MT5
Sergey Batudayev
4.31 (16)
Expert Advisor Risk Manager per MT5 è un programma molto importante e secondo me necessario per ogni trader. Con questo Expert Advisor sarai in grado di controllare il rischio nel tuo conto di trading. Il controllo del rischio e del profitto può essere effettuato sia in termini monetari che in termini percentuali. Affinché l'Expert Advisor funzioni, è sufficiente allegarlo al grafico della coppia di valute e impostare i valori di rischio accettabili nella valuta del deposito o in % del saldo
HINN MagicEntry Extra
ALGOFLOW OÜ
4.71 (14)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
Seconds Chart MT5
Boris Sedov
4.59 (17)
Seconds Chart - uno strumento unico per creare grafici in secondi su MetaTrader 5 . Con Seconds Chart , puoi generare grafici con timeframe definiti in secondi, ottenendo una flessibilità e una precisione d'analisi ideali, non disponibili nei grafici standard in minuti o ore. Ad esempio, il timeframe S15 indica un grafico con candele di 15 secondi. Puoi utilizzare qualsiasi indicatore e Expert Advisor con supporto per simboli personalizzati. Lavorare con loro è comodo quanto operare sui grafici
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 5. Suppo
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Pannello di trading per MetaTrader 5 — controllo professionale del trading in un clic dal grafico e dalla tastiera Un pannello di trading avanzato progettato per trader attivi, pensato per aprire, gestire e chiudere operazioni molto più velocemente rispetto all’interfaccia standard di MetaTrader. Questa soluzione è dedicata a chi desidera controllare posizioni, ordini pendenti, profitto totale ed esecuzione da un unico spazio di lavoro professionale. Non si tratta di un semplice utilitario. È u
MT5 to Telegram Signal Provider è un'utilità facile da usare e completamente personalizzabile che consente l'invio di segnali specificati a una chat, canale o gruppo Telegram, rendendo il tuo account un fornitore di segnali. A differenza della maggior parte dei prodotti concorrenti, non utilizza importazioni DLL. [ Dimostrativo ] [ Manuale ] [ Versione MT4 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To MT5 ] Configurazione Una guida utente passo-passo è disponibile. Nessuna cono
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
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
Trading View ToMT5
Mirel Daniel Gheonu
The Ultimate TradingView to MT5 Bridge Automation Basta trading manuale e problemi di latenza. TradingView to MT5 Copier PRO è il bridge più veloce e affidabile per eseguire i tuoi alert di TradingView direttamente su MetaTrader 5. Che tu usi indicatori personalizzati, script dello Strategy Tester o disegni manuali, questo EA esegue i tuoi trade istantaneamente utilizzando la tecnologia WebSocket ad alta velocità . A differenza dei semplici copiatori, questa versione PRO include Arena Statistics
Il Local Trade Copier EA è una soluzione per i singoli trader o account manager che devono eseguire segnali commerciali da fonti esterne o che devono gestire più account contemporaneamente, senza la necessità di un account MAM o PAMM. Copia da un massimo di 8 account master su account slave illimitati [ Guida all'installazione | Guida all'aggiornamento | Risoluzione dei problemi | Domande frequenti | Tutti i prodotti ] 100% self-hosted Facile da installare e utilizzare Nessun programma di insta
EasyTradePad for MT5
Sergey Batudayev
5 (5)
EasyTradePad – Pannello di trading per MetaTrader 5 EasyTradePad   è uno strumento per il trading manuale e semi-automatico. Il pannello consente una rapida gestione di ordini e posizioni, nonché calcoli di gestione del rischio con un solo clic. Caratteristiche del pannello: Apri e chiudi le negoziazioni con rischio predefinito (% o valuta di deposito) Imposta SL e TP in punti, percentuali o valori monetari Calcola automaticamente il rapporto rischio/rendimento Sposta lo stop loss al pareggio C
Altri dall’autore
FlatBreakout MT5
Aleksei Vorontsov
FlatBreakout MT5 (Free Version) Flat Range Detector and Breakout Panel for MT5 — GBPUSD Only FlatBreakout MT5   is the free version of the professional FlatBreakoutPro MT5 indicator, specially designed for flat (range) detection and breakout signals on the   GBPUSD   pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout MT5 and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of
FREE
FlatBreakout
Aleksei Vorontsov
FlatBreakout (Free Version) Flat Range Detector and Breakout Panel for MT4 — GBPUSD Only FlatBreakout is the free version of the professional FlatBreakoutPro indicator, specially designed for flat (range) detection and breakout signals on the GBPUSD pair only. Perfect for traders who want to experience the unique fractal logic of FlatBreakout and test breakout signals on a live market without limitations. Who Is This Product For? For traders who prefer to trade breakout of flat ranges (breakout,
FREE
AO Alert
Aleksei Vorontsov
AO-Alert — Professional Signal Indicator Based on Awesome Oscillator AO-Alert is an auxiliary tool for MetaTrader 4 based on the analysis of the Awesome Oscillator (AO, by Bill Williams — a visual modification of the classic MACD, included in MT4 by default). The indicator is designed to identify key moments of trend emergence and development, making it ideal for scalping, intraday, and swing trading. AO-Alert helps you catch critical shifts in market dynamics and speeds up your decision-making
FlatBreakoutPro
Aleksei Vorontsov
FlatBreakoutPro  Multi-Symbol Flat (Range) Panel & Breakout Detector for MT4 FlatBreakoutPro  is a professional tool for modern traders that detects and tracks flat/range (consolidation) zones and helps you react instantly to breakouts across multiple symbols and timeframes. The indicator uses transparent fractal-based logic, delivers clear non-repainting signals, and provides full visual control of market conditions. Who This Product Is For Active traders who prefer trading range breakouts (b
Oscillator Alerts MultiPanel All oscillator signals — in a single panel! A professional multi-panel tool for market control, based on major oscillators with a flexible alert system and unique interactive management features. Description Oscillator Alerts MultiPanel is an innovative tool for traders that brings together multi-symbol and multi-timeframe analysis, flexible notifications, and the most convenient interactive control — all right on your chart. Key Advantages Interactive Oscillator Se
Trade & Risk Manager   is a trading utility panel for MetaTrader 4 designed for   manual trading   and   risk control . The program does   not   include a trading strategy and does   not   open trades automatically — all trading actions are performed only by pressing buttons on the panel. The utility helps you to: quickly open/close positions; calculate position size (lot) based on a predefined risk; enforce trading plan limits: daily loss, maximum drawdown, trade limit, profit target; manage po
FlatBreakoutPro MT5 Multi-Symbol Flat (Range) Panel & Breakout Detector for MT5 FlatBreakoutPro MT5 is a professional tool for modern traders that detects and tracks flat/range (consolidation) zones and helps you react instantly to breakouts across multiple symbols and timeframes. The indicator uses transparent fractal-based logic, delivers clear non-repainting signals, and provides full visual control of market conditions. Who This Product Is For Active traders who prefer trading range breako
AO Alert mt5
Aleksei Vorontsov
AO-Alert mt5 — Professional Signal Indicator Based on Awesome Oscillator AO-Alert mt5   is an auxiliary tool for MetaTrader 4 based on the analysis of the Awesome Oscillator (AO, by Bill Williams — a visual modification of the classic MACD, included in MT5 by default). The indicator is designed to identify key moments of trend emergence and development, making it ideal for scalping, intraday, and swing trading. AO-Alert mt5 helps you catch critical shifts in market dynamics and speeds up your de
Oscillator Alerts MultiPanel All oscillator signals — in a single panel! A professional multi-panel tool for market control, based on major oscillators with a flexible alert system and unique interactive management features. Description Oscillator Alerts MultiPanel is an innovative tool for traders that brings together multi-symbol and multi-timeframe analysis, flexible notifications, and the most convenient interactive control — all right on your chart. Key Advantages Interactive Oscillator Se
Filtro:
Nessuna recensione
Rispondi alla recensione