Auto Risk Manager Mt5

AutoRiskManage v2.3 — Documentation
Expert Advisor — MetaTrader 4 & 5
AutoRiskManage v2.3

Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker.

MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology

📋 Overview

AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — instead it protects and manages positions that are already open, applying the rules you configure through its graphical panel.

SL / TP Assignment
Automatically assigns Stop Loss and Take Profit to any new position that is opened without them.
Break Even
Moves the SL to breakeven (+ protection points) when the position reaches a configurable profit distance.
Trailing Stop
Follows the price dynamically, keeping the SL at a fixed distance once a profit threshold is reached.
Risk-Based Lot Calc
Calculates the exact lot size to risk a given % of the account balance, based on the SL distance and instrument tick value.
Graphical Panel
All parameters are editable directly on the chart — no need to reload the EA to change values.
Persistent Settings
Parameters survive timeframe changes, chart reloads, and MT4/MT5 restarts via GlobalVariables.
The EA only manages positions with Magic Number = 0 (manual trades). Positions opened by other EAs are automatically ignored.

Installation

MetaTrader 5

  1. Copy AutoRiskManage_v2.mq5 to MQL5/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT5, drag the EA from the Navigator onto any chart
  4. Set initial parameters in the Inputs tab → click OK
  5. Ensure AutoTrading is enabled in the toolbar

MetaTrader 4

  1. Copy AutoRiskManage_v2.mq4 to MQL4/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT4, drag the EA from the Navigator onto any chart
  4. Set initial parameters → click OK
  5. Ensure AutoTrading and Allow live trading are enabled
The EA automatically detects the symbol from the chart it is attached to — no need to configure the symbol manually.
To use BUY / SELL buttons on a live account, the broker must allow automated trading through EAs. Always test on a demo account first.

Input Parameters

These are the initial values set when attaching the EA. After the first load, all parameters can be changed from the panel without reloading.

General

Parameter Default Description
InpMagicNumber 1 Magic number used as a filter. The EA only manages positions with Magic Number = 0 (manual trades). This value identifies the EA's own orders (BUY/SELL from panel).
InpPrintLog false Enables verbose logging to the MT4/MT5 Journal. Useful for debugging. Keep disabled in production to avoid noise.

SL / TP

Parameter Default Description
InpLotSize 1.0 Fixed lot size used when Risk% = 0. Ignored when Risk% > 0.
InpRiskPct 0 Percentage of account balance to risk per trade. Set to 0 to use fixed lot size instead. Example: 1.0 = risk 1% of balance.
InpSLPoints 50 Stop Loss distance in real trader points. Enter intuitive values: 50 = 50 DAX points, 50 = 50 pips on Forex. The EA normalizes automatically per instrument.
InpTPPoints 30 Take Profit distance in real trader points. Same normalization as SL.

Break Even

Parameter Default Description
InpUseBreakEven true Enables the Break Even feature.
InpBEPoints 30 Price distance in points that must be reached to trigger Break Even. Measured from entry price.
InpBEPlusPoints 5 Points of protection added above (BUY) or below (SELL) the entry price when moving to breakeven. Ensures a small guaranteed profit.

Trailing Stop

Parameter Default Description
InpUseTrailing true Enables the Trailing Stop feature.
InpTSStartPoints 20 Minimum profit distance (in points) required to activate the trailing stop.
InpTSStepPoints 10 Distance (in points) the trailing SL maintains from the current price.

Panel

Parameter Default Description
InpPanelX 10 Horizontal position of the panel in pixels from the left edge of the chart.
InpPanelY 30 Vertical position of the panel in pixels from the top edge of the chart.

💰 Risk-Based Lot Calculation

When Risk% > 0, the EA calculates the exact lot size to risk a fixed percentage of the account balance on each trade, using the broker's tick value for the instrument.

The result is normalized to the broker's minimum lot step and clamped between the minimum and maximum allowed lot size.

Example

GER40.cash (DAX) — 1% risk
Account Balance $10,000
Risk % 1.0%
Risk Money $100
SL Points 50 pts
SL Price Distance 50 × 1.0 = 50.0
Tick Value (1 lot) ~$10.00
SL Ticks 50 / 0.01 = 5000
Lot Size $100 / (5000 × $10) = 0.20
After clicking Calculate Lot by Risk%, the button shows the calculated lot and the dollar amount at risk (e.g. Lot: 0.20 ($100.00)) for a few seconds before resetting.

📊 Instrument Compatibility

The EA uses GetPipSize() to normalize point values automatically. You always enter intuitive real-price points regardless of broker or instrument. The function detects the instrument type by its decimal digits:

Digits Instrument type Examples 1 pt = "50 pts" in price
5 Forex (standard) EURUSD, GBPUSD 0.00010 0.00500
3 Forex JPY USDJPY, EURJPY 0.010 0.500
4 Forex (legacy 4-digit) Some brokers 0.0001 0.0050
2 Indices & Metals DAX, Gold, SP500 1.00 50.00
1 Some indices NAS100 (some brokers) 1.0 50.0
0 Crypto / integers BTCUSD 1 50
The panel shows "1 pt = X.XX | digits: N" after clicking Apply — use this to confirm the EA has detected your instrument correctly.
AutoRiskManage v2.3  ·  Copyright 2025–2026 Time Space Technology  ·  MetaTrader 4 & 5
Recommended products
This Expert Advisor provides an advanced on-chart trading panel designed for discretionary traders. It simplifies position sizing, risk management, and trade execution directly from the chart without manual calculations. Key Features  On-chart trading panel  Fixed lot and balance percentage risk mode  Risk-based lot calculation using stop loss  Market and pending order execution  Partial close management  Break-even automation  Trailing stop control  Equity protection system  Daily loss lock  S
FREE
This Is Something Useful
Sa No Tsuyoshi Kokorozashi
Description This is a utility tool for MT5, and it displays some useful information on charts for discretionary trading. Some of the information obtained by using indicators that are standardly installed by MT5 or by manual calculation is displayed on the chart from the beginning. Benefits of the This Is Something Useful MT5 The minimum necessary information that needs to be confirmed in discretionary trading can be displayed on the chart at any time. By using this tool, you can quickly access
FREE
DTK Scalping Panel
Thiago Pereira Pinho
A powerful and intuitive trade management tool designed for scalpers and intraday traders. Created to complement the Nampim Samba Scalper strategy , it allows traders to open, manage, and close positions quickly without leaving the chart.  Key Features: Customizable trading panel – choose position (left, right, center, top, bottom). One-click trading buttons – instantly open Buy/Sell trades with pre-set lot sizes. Close management – close last 1/2/3 trades or all Buy/Sell positions with one clic
FREE
100% FREE — full version, no limitations, no registration. If Falcon helps your trading, please take a second to leave a review — it helps us a lot and keeps the tool free. More tools from the same developer: - Aegis Account Protector (account-wide equity guard): https://www.mql5.com/en/market/product/182632 - Sentinel News Filter (pause trading around news): https://www.mql5.com/en/market/product/182634 - Rapid Trade Panel (one-click risk-based trading): https://www.mql5.com/en/market/produ
FREE
Trade assistant pro v8
Ahmed Mohammed Bakr Bakr
FREE FREE FREE Trade Assistant MT5 – Professional Trading & Risk Management Panel Trade Assistant MT5 is an advanced trading panel designed to help traders execute orders faster, safer, and more professionally . It simplifies manual trading by combining smart order management , precise risk control , and one-click execution , making it ideal for both beginners and advanced traders. This tool does not trade automatically . Instead, it empowers you with full control while applying professional-gra
FREE
EdgeZone EA Inspector - FREE Edition Monte Carlo Analysis Tool for Trading Strategies Important: This is an analysis tool, not a trading robot. It does not execute trades but analyzes strategy data through statistical simulations. The Problem Many Expert Advisors show impressive backtest results but fail in live trading. The most common reason: over-optimization - the strategy was adjusted until it looks perfect for past data, but doesn't work for the future. The Solution: EdgeZone EA Inspector
FREE
================================================================ MATRIX CONDITION MONITOR Live Trade Condition Panel for MetaTrader 5 Fully Automatic -- Works with ALL Matrix EAs ================================================================ NEVER MISS A TRADE SETUP AGAIN Matrix Condition Monitor is a free utility that attaches to any chart and automatically checks all 10 trade conditions in real time -- showing you exactly why a trade will or will not open, and alerting you the moment ever
FREE
Click Trading
Jawad Tauheed
5 (2)
One Click Trading – Auto TP SL Developer TraderLinkz Version 1.00 Category Utility What it does Adds missing TP and SL to your manual trades and pending orders Sets them once per ticket Lets you move TP and SL afterward Works on hedging and netting accounts Scans on every tick and reacts on trade events Why you want it You place faster entries You get consistent risk and exit targets You reduce fat finger errors You keep full manual control Quick start Attach the EA to any chart Keep TP and SL e
FREE
no Trade operation, Robot Set auto SL to every manually Trade from a Phone Automatic Phone TradeManager Need just Set on 1 Symbol Auto BE Trigger is added that immediately sets a stop-loss for every () But does NOT calculate position size based on risk, allows the fixed  SL to   adjusted dynamically drag on Chart or Menu. It protects capital around the clock, reduces emotional mistakes, and ensures consistent risk management.
FREE
Raba Time Scheduler EA MT5
Aleix Rabassa Puigdomenech
Manage your trading schedule with Raba Time Scheduler EA. Functionalities: Set up infinit time ranges. Choose between these actions when out of schedule. Close all positions. Close all negative positions and protect the positive ones. Notes: Auto enabling/disabling algo trading is disabled due to MQL Market policies. I you have any doubt you can leave it in comments and I will anwer it asap. If you found this tool helpful for you, a comment and a good rating will be appreciated. Also any propos
FREE
Close Manager
ELITE FOREX TRADERS LLC
One-Click Trade Manager for MetaTrader 5 The Close Manager Buttons EA is a powerful utility designed to give you full control of your open positions and pending orders with just one click. Forget about manually closing trades one by one during fast market moves—this EA does it instantly, safely, and efficiently. Key Features Close All Trades – instantly close every open position Close Only Buy Trades – exit only BUY positions while keeping SELL trades running Close Only Sell Trades – exit only
FREE
EA Utility Tool: Risk Consistency Manager The Risk Consistency Manager EA is a simple yet powerful tool that automates risk management across multiple open positions. It dynamically adjusts stop-loss levels to distribute a predefined total risk value (e.g., $10,000) evenly among all active trades. Key Features: Dynamic Risk Distribution: Automatically allocates an equal share of risk to each position (e.g. with total risk capital of $10,000, its will be distribute each trade with $3,333.33 risk
FREE
Smart Position Manager
Jonathan Mboya Kinaro
5 (1)
Overview Helios Smart Position Manager is a professional trade synchronization tool for MetaTrader 5. When you modify the stop loss or take profit on any position, the EA automatically detects the change and applies it to all other positions on the same symbol. This eliminates the need to manually update each position individually, saving time and preventing errors when managing multiple trades on the same instrument. How It Works The EA continuously monitors all open positions and maintains a s
FREE
SWDM Position Manager EA The SWDM Position Manager EA is a MetaTrader 5 Expert Advisor for automatically managing matching positions on the current chart symbol. It can manage already open positions as well as newly opened positions, as long as they match the configured position filters. It is not a classic entry-signal robot and does not open trades by itself in the default workflow. The EA is designed to protect and manage manual trades or positions opened by other tools using internal risk m
FREE
MJ Risk Management Tool
Seyed Mohammad Hosseini Hejazi
5 (3)
Overview This Expert Advisor (EA) for MetaTrader 5 is a robust tool designed to optimize money and risk management. It allows users to calculate position sizes based on account balance, desired risk percentage, and trade parameters like stop loss and entry points. Additionally, it offers a clear view of reward-to-risk ratios and allows for the inclusion of broker commission, recalculating data accordingly. Key Features 1. Risk-Based Position Sizing The EA calculates position sizes by taking
FREE
Haunted Risk Calculator is a visual risk management panel for MT5 that calculates the correct lot size in real time based on your account balance, risk percentage, and stop-loss distance. HOW IT WORKS Set your risk percentage or dollar amount, drag the SL and TP lines to your desired levels on the chart, and the panel instantly shows the calculated lot size, risk in dollars, reward-to-risk ratio, and expected profit. Execute with one click or a keyboard shortcut. FEATURES Draggable panel — grab
FREE
VR Color Levels MT5
Vladimir Pastushak
VR Color Levels is a handy tool for those who apply technical analysis using elements such as trendline, rectangle and text. It is possible to add text directly to the chart and take screenshots. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can read or write reviews at [link] Version for [MetaTrader 4] Working with the indicator is carried out in one click . To do this, click on the button with the line, after which a trend line will appear unde
FREE
Iranian stock market
Kourosh Hossein Davallou
5 (1)
Smart money is a powerful currency. This money is available to major investors who can identify, predict or even generate capital movements ahead of others. This money can flow into financial and capital markets and create dramatic price changes in various stocks. Therefore, detecting smart cash flow, which usually enters the market in a coherent manner and confronts the volume and value of transactions in a market with high returns, is one of the methods that some investors use to invest. But h
FREE
* This product was converted using  "BRiCK Convert4To5 MT 5 "  based on the MQL4 source file of  "BRiCK TradeByArrow MT4 Free" . BRiCK is a simple and versatile utility.   By combining Experts, Indicators and utilities like the Lego block, various trading styles can be realized. "TradeByArrow" is Utility that executes order processing when an arrow object is created on the chart. Combined with Indicator which outputs arrow object, it can be used like Expert. Parameter [ArrowName] EntryBuy: A
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
PZ Trade Pad MT5
PZ TRADING SLU
4.46 (24)
This simple visual expert advisor allows you to trade easily from the chart. It handles risk management for you and can perform several useful tasks with your existing trades, saving time and making risk-management for each individual trade easier.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Trade easily from the chart Trade with precise risk management, hassle free Trade pending order with drag and drop price selection Set SL and TP levels with d
FREE
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
FREE
FiT Panel Pro
Thonglak Janyakorn
Overview FiT Panel Pro is a professional-grade trade management panel designed for MetaTrader 5 traders who demand speed, precision, and full control over their trades. Built with a modern dark-theme UI, it combines one-click execution with advanced risk management, visual SL/TP drag lines, automatic Fibonacci-based levels, and comprehensive order management — all in a single, compact panel. Whether you are a scalper, day trader, or swing trader, FiT Panel Pro gives you the edge you need to exec
FREE
Spread Candle Clock Pro
Federico Ruben Vissio
5 (1)
Spread Candle Clock is a clock that displays the remaining time of the current candle along with the spread in real time directly on the chart. Features: Real-time candle countdown. Live spread (SP) display. Adjustable size. Customizable colors. Configurable position in all four corners. Compatible with all symbols and timeframes. Includes a button to minimize to a small panel.
FREE
Symbol Switch MT5
Manuraj Dhanda
5 (1)
Smart Symbol Changer & Multi-Chart Sync Stop wasting time manually changing symbols on every chart. The Smart Symbol Changer is not just a button panel—it is a complete workspace management tool designed for professional traders who monitor multiple assets (Forex, Crypto, Indices) across multiple chart windows. Why this is the best Symbol Changer for MQL5: Most symbol changers are messy and clutter your screen. This tool features a Smart Auto-Grid that automatically sorts your symbols alphabetic
FREE
MultiTimeframe Info Feed (MIF) Indicator Description: MultiTimeframe Info Feed (MIF) is a smart MQL5 indicator that displays a dynamic, real-time info panel directly on your chart, offering powerful insight into current market conditions. Key features include: Real-time display of Open, High, Low, Close, and live Tick price Tick Rate (ticks per second) for assessing market activity Auto-calculated Entry Price on new candle formation Signal direction detection (BUY / SELL) Price action pattern re
FREE
WAP TP Stealth EA – Intelligent Basket Management for Precision Exits WAP TP Stealth EA is a specialized trade management expert advisor designed for traders who rely on basket strategies, recovery systems, and multi-position workflows. Instead of closing trades individually, the EA dynamically calculates the Weighted Average Price (WAP) of all open positions and executes a coordinated closure once your defined profit target is reached. This approach enables efficient drawdown management, smooth
FREE
RiskFlow Pro
Phinnustda Warrarungruengskul
RiskFlow Pro is a professional manual trading dashboard for MetaTrader 5 , designed to eliminate the three biggest time sinks in manual trading: calculating lot sizes correctly, managing trades after entry, and staying within prop-firm risk rules. Drag, click, trade — every decision takes seconds, not minutes. Free for the first 500 downloads only. Grab yours before it is gone.   WHAT IT SOLVES Most manual traders lose money not from bad setups, but from small operational mistakes: miscalculatin
FREE
Purpose: Automatically opens charts for all symbols from the Market Watch using the default.tpl template on the current timeframe (TF) , while closing all other open charts (except the active one). Perfect for quick analysis of multiple instruments without manual work! Features: Automation: Opens dozens of charts with a single click. Safety: Closes unnecessary charts, keeping the current one active. Flexibility: Uses your default.tpl template (pre-configure it as needed!). Current
FREE
Step trailing stop
Evgenii Zhivogliadov
5 (1)
Step by step "Trailing Stop" The utility allows you to set the step of moving the "Stop Loss" following the price when using the "Trailing Stop" tool. Unlike the "regular" "Trailing Stop" available in the "MetaTrader" terminal, which allows you to set the "Stop Loss" movement in increments of 1 pip, this "Trailing Stop" is configured with any increment. This setting allows you to avoid closing positions during false trend reversals, when the price, after a long movement in one direction, reverse
FREE
Buyers of this product also purchase
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
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 (668)
Trade Manager MT5 is an advanced position size calculator and trade management tool for MetaTrader 5, designed to help traders plan trades faster, control risk more precisely, and manage open positions directly from the chart. It combines order placement, risk based lot calculation, Stop Loss and Take Profit management, Break Even, Trailing Stop, Partial Close, Equity Protection, and external trade management in one panel. Whether you trade forex, indices, metals, commodities, crypto, or future
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Experience exceptionally fast trade copying with the   Local Trade Copier EA MT5 . With its easy 1-minute setup, this trade copier allows you to copy trades between multiple MetaTrader terminals on the same Windows computer or Windows VPS with lightning-fast copying speeds of under 0.5 seconds. Whether you're a beginner or a professional trader, the   Local Trade Copier EA MT5   offers a wide range of options to customize it to your specific needs. It's the ultimate solution for anyone looking t
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel is a multi-functional trading assistant. The app contains over 50 trading functions for manual trading and allows you to automate most trading tasks. Before making a purchase, you can test the demo version on a demo account. Download the trial version of the application for a demonstration account: https://www.mql5.com/en/blogs/post/750865 . Full instructions here . Trade. Allows you to perform trading operations in one click: Open pending orders and positions with automatic risk cal
Beta Release The Telegram to MT5 Signal Trader is nearly at the official alpha release. Some features are still under development and you may encounter minor bugs. If you experience issues, please report them, your feedback helps improve the software for everyone. Telegram to MT5 Signal Trader is a powerful tool that automatically copies trading signals from Telegram channels or groups directly to your MetaTrader 5 account. It supports both public and private Telegram channels, and you can conn
Telegram to MT5 Multi-Channel Copier automatically copies trading signals from your Telegram channels directly into MetaTrader 5. No bots, no browser extensions, no manual copying. You receive a signal on Telegram and the EA opens the trade on your terminal in a few seconds. The product includes two components: a Windows application that listens to your Telegram channels, and this Expert Advisor that executes the signals on your MT5 terminal. An MT4 version is also available. Setup guide and app
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
DaneTrades Trade Manager is a professional trade panel for MetaTrader 5, designed for fast, accurate execution with built‑in risk control. Place market or pending orders directly from the chart while the panel automatically calculates position size from your chosen risk, helping you stay consistent and avoid emotional decision‑making. The Trade Manager is built for manual traders who want structure: clear risk/reward planning, automation for repeatable management, and safeguards that help reduc
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Professional Trade Copier for MetaTrader 5 Fast, professional, and reliable trade copier for MetaTrader . COPYLOT allows you to copy Forex trades between MT4 and MT5 terminals with support for Hedge and Netting accounts. COPYLOT MT5 version supports: - MT5 Hedge to MT5 Hedge - MT5 Hedge to MT5 Netting - MT5 Netting to MT5 Hedge - MT5 Netting to MT5 Netting - MT4 to MT5 Hedge - MT4 to MT5 Netting MT4 version Full Description +DEMO +PDF How To Buy How To Install How to get Log Files H
Power Candles Strategy Scanner - Self-Optimizing Multi-Symbol Setup Finder Power Candles Strategy Scanner runs the same self-optimizing engine that powers the Power Candles indicator - on every symbol in your Market Watch, side by side. One panel tells you which symbols are statistically tradable right now, which strategy wins on each, the optimal Stop Loss / Take Profit pair, and pings you the moment a fresh signal fires. This tool is part of the Stein Investments ecosystem - 18+ tools plus Max
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:/
Trade copier MT5
Alfiya Fazylova
4.56 (50)
Trade Copier is a professional utility designed to copy and synchronize trades between trading accounts. Copying occurs from the account / terminal of the supplier to the account / terminal of the recipient, which are installed on the same computer or VPS . PROMOTION - If you have already purchased the "Trade Copier MT5," you can receive the "Trade Copier MT4" for free (for copying MT4 > MT5 and MT4 < MT5). For more detailed information about the conditions, please contact us via private message
================================================================================ 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
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
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, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
HINN MagicEntry Extra
ALGOFLOW OÜ
4.75 (16)
LIMITED SUMMER SALE -40% !   ONLY $30 insead of $50!  Maximum real discount!  ONLY UNTIL 08/22 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-p
VirtualTradePad PRO SE MT5 — professional trading control center for MetaTrader 5 VirtualTradePad PRO SE is a premium chart-based trading panel and trade-management workspace for MetaTrader 5 . It is designed for traders who want faster execution, clearer position control, structured trade management, visual level planning and a professional workflow directly from the chart. This is not only a BUY / SELL panel. PRO SE combines manual trading, pending orders, position management, partial exits, b
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.
Premium Trade Manager - The Trade Panel With a Coach Built In Premium Trade Manager puts a trading coach inside your chart, with a full execution engine underneath it. Set the trade up the way you always do, then let Max, your AI trading coach, read that exact setup against your live account and give you a straight verdict before you commit: is the stop disciplined, is the risk sane, is a high-impact release minutes away, are you near a prop-firm limit. Below sits the engine that runs everything
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
Working Demo Download Copy Cat More Trade Copier MT5 is a local trade copier and a complete risk management and execution framework designed for today’s trading challenges. From prop firm challenges to personal portfolio management, it adapts to every situation with a blend of robust execution, capital protection, flexible configuration, and advanced trade handling. The copier works in both Master (sender) and Slave (receiver) modes, with real-time synchronization of market and pending orders,
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
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
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – All-In-One Power for AI-Driven Trading Want to skip the setup and start scanning the entire market – Forex, Gold, Crypto, Indices, and even Stocks – in seconds? EASY Insight AIO is the complete plug-and-play solution for AI-powered trade analysis. It includes all core Stein Investments indicators built-in and automatically exports clean, structured CSV files – perfect for backtesting, AI prompts, and live market decision-making. No need to install or configure indicators manu
VirtualTradePad One Click Trading Panel
Vladislav Andruschenko
4.59 (74)
Trading Panel for MetaTrader 5 — professional one-click trading from chart and keyboard A powerful trading panel for active manual trading, designed to open, manage, and close trades far faster and more efficiently than the standard MetaTrader interface. This panel is built for traders who want full control over positions, pending orders, profit management, and trading execution inside one professional workspace. This is not just another utility. It is a complete trading cockpit for MetaTrader
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
Telegram To MT5 Ultra
Mirel Daniel Gheonu
5 (2)
Telegram To MT5 — Signal Copier Turn the trading calls from your Telegram channels into real MT5 orders — automatically, on as many accounts as you like, with risk and rules fully under your control. Telegram To MT5 connects the VIP / signal channels you already follow on Telegram to your MetaTrader 5 terminal. A free companion desktop app reads the messages (even from channels that block bots), and this Expert Advisor executes them on your account — applying your own risk settings, symbol mappi
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
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
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
More from author
Auto Risk Manager MT4
Mildry Yocasta Feliz Rodriguez
AutoRiskManage v2.3 — Documentation Expert Advisor — MetaTrader 4 & 5 AutoRisk Manage v2.3 Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker. MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology Overview AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — i
FREE
Asistente Manual MT4
Mildry Yocasta Feliz Rodriguez
Documentación 1. Objetivo General El EA fue diseñado como un asistente manual avanzado para MetaTrader 4. Su objetivo es permitir la apertura y gestión de operaciones manuales mediante un panel visual integrado en el gráfico, utilizando control porcentual de riesgo, SL/TP monetario y un sistema de protección global de pérdida flotante. 2. Características Principales - Panel gráfico interactivo. - Apertura manual BUY/SELL. - Cálculo automático de lotaje. - SL basado en porcentaje de cuenta. - TP
Filter:
No reviews
Reply to review