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
推荐产品
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
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
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
Helios Smart Position Manager 概述 Helios Smart Position Manager 是一款专为 MetaTrader 5 设计的专业交易同步工具。当您修改任意持仓的止损或止盈时,EA 会自动检测该变化,并将其应用至同一交易品种的所有其他持仓。这消除了逐一手动更新每个持仓的需要,在管理同一品种的多笔交易时既节省时间,又能防止操作失误。 工作原理 EA 持续监控所有未平仓持仓,并保存当前止损和止盈水平的快照。当检测到某个持仓的止损或止盈发生变化时,EA 会识别同一品种的所有其他持仓,并自动应用相同的修改。同步每次处理一项变更,内置冷却期以防止冲突,并跳过刚刚修改过的持仓以避免同步循环。 止损和止盈的变化相互独立地被检测。如果您仅更新止损,则只有止损会在各持仓间同步;如果您同时更新两者,则两个值都会同步。价格水平在修改前会针对每个品种进行精度标准化处理。 操作模式 自动同步模式持续监控所有持仓,并立即应用更改,无需任何确认对话框。这是注重速度的活跃交易场景下的推荐模式。自动同步可直接从面板一键开启或关闭,当您希望完全手动控制而不进行自动修改时,可切换
FREE
FTU Auto Trade with on Chart Panel Mt5 (basic version) This EA will improve your trading, lower work load and improve risk management Adjust Lot size, entry based on at market or by price input EA will manage entry, stop loss, partial close and adjust stop loss after tp1, partial Designed to be compact and efficient, small layout for multiple chart trading Features: Lot groups - Allows for fast change to various risk models Tp, Partial and SL management Multiple No Trade Times - Various time i
FREE
SWDM Position Manager EA v1.00 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
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 颜色级别是一个方便的工具。可以直接向图表添加文本并截取屏幕截图。 设置、设置文件、演示版本、说明、问题解决,可以从以下位置获取 [博客] 您可以在以下位置阅读或撰写评论 [关联] 版本为 [MetaTrader 4] 一键点击 即可使用该指标。为此,请单击带有线条的按钮,之后光标下方将出现一条趋势线。然后,通过移动光标,您可以选择 行位置 并通过再次单击来修复它。 该指标的特点 是,样式和颜色的所有更改都会自动保存,并随后应用于所有 新创建的 图形对象。 该指标配备了两个独立的按钮,用于设置不同样式的趋势线,两个独立的不同样式的矩形,一个具有自己风格的文本字段以及一个用于创建屏幕截图的按钮。 屏幕截图在 MetaTrader 终端目录的 Files 文件夹中创建,保存路径和文件名写入专家日志中。 大致路径:C:\Users\用户名\AppData\Roaming\MetaQuotes\Terminal\Character set\MQL5\Files\VR Color Levels 有大量类似于 VR Color Le
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.41 (22)
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
Nexus Apex Trade Manager
Gayathiri Gopalakrishnan
Nexus Apex System is a professional MetaTrader 5 trade assistant for visual trade planning, position sizing, risk management and multi-target analysis. It helps traders prepare trades with clear Entry, Stop Loss, Take Profit, lot size, risk amount, reward estimate and account-currency information directly on the chart. The product is designed for traders who want a structured way to review trades before execution. It provides a dashboard with trade direction, entry mode, stop-loss method, posit
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
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 是一款 专为 MetaTrader 5 设计的专业手动交易面板 , 旨在消除手 动交易中三个最耗时的问题 : 正确 计算手数、入场后管理交易、以及遵守自营公司的风险规则。拖动、点击、交易 — 每个决定只需几秒 钟 , 而不是几分 钟。   仅限前 500 名免 费下载。手慢无。   它解决什么 问题 大多数手 动交易者亏损不是因为策略差 , 而是因 为小的操作失误 : 在非 标准合约 ( 黄金、指数、加密 货币 ) 上手数 计算错误 ; 在价格有利 时忘记将止损移至保本 ; 忙碌或分心 时错过部分获利机会 ; 在交易激烈 时突破自营公司日回撤限制。 RiskFlow Pro 在一个 紧凑的图表面板中解决所有这些问题。   即 时手数计算 输入止损价格 , 或直接在 图表上拖动线条 , 手数将根据您 选择的风险百分比、固定美元金额、净值百分比或可用保证金百分比即时计算。计算直接从经纪商读取每个品种的真实点值和点大小 , 因此 对外汇、黄金、白银、石油、美元指数、股指、加密货币差价合约和任何其他 MT5 品种都能正确工作。告 别 Excel 计算器。告别心算。  
FREE
功能: 自动使用 default.tpl 模板在当前时间周期(TF)打开市场观察中所有品种的图表,同时关闭其他所有图表(当前活动图表除外)。无需手动操作,快速分析多个品种的理想工具! 特点: 自动化: 一键打开数十个图表。 安全性: 关闭无关图表,保留当前活动图表。 灵活性: 使用自定义的 default.tpl 模板(提前配置好即可!)。 当前周期: 图表与脚本启动时的活动图表时间周期一致。 安装: 将 OpenAllSymbolsSafe.mq5 复制到 MetaTrader 5 终端的 MQL5/Scripts 文件夹。 重启终端或刷新脚本列表(右键“脚本”→ 刷新 )。 ️ 注意: 确保 default.tpl 保存在 MQL5/Profiles/Template/ 文件夹中。 脚本会关闭所有非当前图表,请确认不会影响工作流程。 若当前时间周期不支持,图表将使用该品种的最近可用周期。
FREE
Step trailing stop
Evgenii Zhivogliadov
5 (1)
逐步“追踪止損” 該實用程序允許您設置在使用“追踪止損”工具時跟隨價格移動“止損”的步驟。 與“MetaTrader”終端中可用的“常規”“Trailing Stop”不同,它允許您以 1 點為增量設置“Stop Loss”移動,此“Trailing Stop”配置為任意增量。 此設置可讓您避免在錯誤的趨勢反轉期間平倉,此時價格在一個方向的長期移動之後出現小幅回調,然後再次繼續向同一方向移動。 為了方便管理具有可變“止損”移動步驟的“Trailing Stop”工具的工作,開發人員 Dmitry Fedoseev 已將實現該工具操作的腳本改編為現有的交易面板“eInTradePane”。 交易面板的源代碼可在 https://www.mql5.com/en/code/220 免費獲得。 添加了“Trailing Stop”的“eInTradePanel”交易面板的描述在“ 討論 ”選項卡上給出。
FREE
Altus Trader
Michael Prescott Burney
1 (1)
Altus Trader EA 是一款专业级 MT5 黄金(XAUUSD)智能交易系统,专为追求精准入场与结构化风险管理的交易者而设计。系统围绕严格的交易逻辑构建,采用固定 1:10 风险回报比模型,确保每一笔交易在开仓时即明确风险与收益目标。在持仓进入盈利区间后,程序会自动启动追踪止损机制,逐步锁定利润,同时有效控制回撤幅度,避免不必要的资金消耗。Altus Trader 专门针对 H1 周期黄金市场特性进行优化,通过高精度信号过滤减少无效交易,并结合市场结构计算止损位置,提升整体策略稳定性。其止盈逻辑经过优化处理,使收益目标与风险比例保持一致,从而形成长期可持续的交易框架。系统在执行效率与订单处理速度方面进行了强化,力求在真实市场环境中保持稳定表现。对于希望通过自动化方式参与黄金交易、同时重视风险控制与长期稳健表现的投资者而言,Altus Trader 提供了可靠且专业的解决方案。
FREE
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (212)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (140)
通过 Local Trade Copier EA MT5 获得非常快速的交易复制体验。它的简单1分钟设置,使您可以在同一台Windows计算机或Windows VPS上在多个MetaTrader终端之间复制交易,具有闪电般快速的复制速度,低于0.5秒。 无论您是初学者还是专业交易者, Local Trade Copier EA MT5 都提供了广泛的选项,可根据您的特定需求进行自定义。对于任何希望增加利润潜力的人来说,这都是终极解决方案。 今天就尝试一下,看看为什么它是市场上最快、最简单的贸易复印机! 提示: 您可以在您的模拟账户中下载并试用 Local Trade Copier EA MT5 模拟版: 这里 将下载的免费演示文件粘贴到您的 MT5 >> 文件 >> 打开数据文件夹 >> MQL5 >> 专家文件夹并重新启动您的终端。  免费演示版本每次可在 4 小时内发挥全部功能,仅限演示帐户。 要重置试用期,请转至 MT5 >> 工具 >> 全局变量 >> Control + A >> 删除。 请仅在非关键模拟账户上执行此操作,不要在挑战道具公司账户中执行此操作。 如果您无法
TradePanel MT5
Alfiya Fazylova
4.87 (158)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 在购买之前,您可以在演示账户上测试演示版本。下载用于演示账户的试用版应用程序: https://www.mql5.com/zh/blogs/post/762579 。 完整说明 这里 。 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同一價格水平。 將所有頭寸的止損設置在盈虧平衡水平。 開倉時,可使用以下功能: 在多個訂單或倉位之間分配計算出的數量(在單擊一次時開啟多個訂單和倉位)。 在開啟訂單前在圖表上可視化交易水平。 僅在當前點差不超過設定值時才開啟倉位。 止盈和止損之間的自動比例。 虛擬止損和止盈。 自動將止損和止盈的大小增加為當前點差的大小。 基於ATR指標讀數計算止盈和止損。 設置掛單的到期日期。 為掛單設置追蹤(掛單
测试版发布 Telegram to MT5 Signal Trader 即将进入正式的 Alpha 版本。一些功能仍在开发中,您可能会遇到一些小错误。如果您遇到问题,请反馈,您的意见将帮助我们改进软件。 Telegram to MT5 Signal Trader 是一款强大的工具,能够将 Telegram 频道或群组的交易信号自动复制到您的 MetaTrader 5 账户。 支持公开和私人频道,可将多个信号提供者连接至一个或多个 MT5 账户。软件优化、高效、稳定,精准控制每笔复制交易。 界面简洁,仪表盘美观,图表交互性佳,导航直观。您可以管理多个信号账户,自定义每个提供者的设置,并实时监控所有操作。 系统需求 由于 MQL 限制,EA 需要配合 PC 端应用与 Telegram 通信。 安装程序可通过官方 安装指南 获取。 核心功能 多提供者支持: 从多渠道复制信号至多个 MT5 帐户 高级信号识别: 关键词、模式和标签全面自定义 逐提供者控制: 可启用/禁用特定信号类型、平仓策略等 灵活风险管理: 固定手数、固定金额、余额/权益百分比、部分平仓设置 可定制 SL/TP: 覆盖信号
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:/
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
Trade Dashboard MT5
Fatemeh Ameri
4.95 (129)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
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
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
适用于 MetaTrader 5 的专业交易复制器 快速、专业、稳定可靠的 交易复制器 ,适用于 MetaTrader 。 COPYLOT 可在 MT4 和 MT5 终端之间复制 Forex 交易,并支持 Hedge 和 Netting 账户。 COPYLOT 的 MT5 版本支持: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 您也可以将交易复制到 MT4 终端(MT4 → MT4,MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT 是一款专业的交易和持仓复制器,可同时与 2、3 甚至 10 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
================================================================================ 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
Premium Trade Manager - MetaTrader 5 快速、纪律化的交易管理工具 Premium Trade Manager 专为希望专注于决策的交易者而设计,让面板负责处理例程:仓位计算、下单、分批出场、移动止损、新闻屏蔽和资金盘限额,每笔交易都以同样纪律严明的方式执行。 这是一款用于 MetaTrader 5 的快速图表面板,接管了每笔交易中所有机械性的工作。您决定方向、品种和时机;面板根据您的风险计算仓位大小、下单并附带止损和目标位、分批减仓出场并跟踪剩余仓位。针对资金盘交易者,它更进一步:内置八家主流外汇资金盘机构的真实规则,实时显示您距每项限额的距离,并在订单即将触碰硬性限额时自动拦截。 购买前先亲手体验。 通过交互式演示,您可以直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Premium Trade Manager 是 Stein Investments 生态系统的一部分:20 余款交易工具,以及 Max,您的一对一 AI 交易导师。 
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.
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
Trade copier MT5
Alfiya Fazylova
4.56 (45)
Trade Copier 是一种专业实用程序,旨在复制和同步交易账户之间的交易。 复制发生从供应商的帐户/终端到收件人的帐户/终端,安装在同一台计算机或 vps 上。 促销活动 - 如果您已经购买了“Trade copier MT5”,您可以免费获取“Trade copier MT4”(用于 MT4 > MT5 和 MT4 < MT5 的复制)。欲了解更多详细条款,请通过私人消息与我们联系! 在购买之前,您可以在演示帐户上测试演示版本。 演示 这里 。 完整说明 这里 。 主要功能和优点: 支持复制MT5>MT5、MT4>MT5、MT5>MT4,包括МТ5 netting账户。 供应商和收件人模式在同一产品中实现。 简单直观的界面,允许您直接从图表中实时控制复制。 连接中断或终端重新启动时不会丢失设置和位置。 允许您选择要复制的符号,也可以替换接收者的符号,例如 EURUSD> USDJPY。 支持回拷贝。 能够仅复制某些订单。 允许您设置开仓交易价格的最大差异和最大时间延迟。 正确复制部分订单关闭的执行。 计算复制手数的几种方法。 同步止盈和止损。有几种方法可以计算它们的位置。 支持
Seconds Chart MT5
Boris Sedov
4.59 (17)
秒级图表 (Seconds Chart) - 一款专为 MetaTrader 5 设计的独特工具,用于创建秒级时间框架的图表。 通过 秒级图表 ,您可以构建以秒为单位的时间框架图表,获得标准分钟或小时图表无法提供的极致灵活性和分析精度。例如,时间框架 S15 表示每根蜡烛图持续15秒。您可以使用任何支持自定义交易品种的指标和EA交易系统。操作它们就像在标准图表上交易一样方便。 与标准工具不同, 秒级图表 让您能够在超短时间框架下进行高精度交易,无延迟干扰。 免费演示版: Seconds Chart v2.29 Demo.ex5 下载免费演示版,亲自体验: 功能齐全 - 所有功能均可使用 24小时测试 - 足够评估准确性和便利性 仅限模拟账户 - 大多数经纪商均可轻松开立 仅限GBPCAD图表 - 大多数终端均可使用 这些限制仅适用于演示版。完整版适用于任何账户类型(真实、演示、竞赛)和任何图表(XAUUSD、EURUSD 等),无任何限制。 如何安装演示版 通过上方链接下载演示文件 打开MetaTrader -> 文件 -> 打开数据文件夹 -> MQL5 -> Experts 将下
The News Filter MT5
Leolouiski Gan
4.78 (23)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
Anchor Trade Manager
Kalinskie Gilliam
5 (3)
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. 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 discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions
Timeless Charts
Samuel Manoel De Souza
5 (6)
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
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,
HINN MagicEntry Extra
ALGOFLOW OÜ
4.73 (15)
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
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
RiskGuard Management
MONTORIO MICHELE
5 (22)
注意 :要获取免费试用版,请访问我的网站。 使用手册 用户手册 RiskGuard Management — 您进行无妥协交易的终极盟友。 Lot Calculator — 自动计算手数。 Quantum — 自动风险控制,最大化利润并减少回撤。 Automatic Journal — 包含并可从我的网站免费下载。 Automatic Screenshot — 两张截图:开仓时一张,平仓时一张。 Partial Profit — 智能管理的部分平仓功能。 Smartphone Trading — 可通过手机下单,自动管理。 Stop Loss & DD Block — 每日资金的全面保护。 Automatic Break-Even — 轻松降低风险。 Closing Time — 精准控制交易时间。 Automatic Spread — 实时正确设置止损和止盈。 详细的多语言文档以及意大利语和英语的视频教程,可在我的网站上获取。
Take a Break MT5
Eric Emmrich
4.76 (25)
News filter, equity guard & session control for all your EAs — one tool, full protection — Free Demo | Latest Updates 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. New in v10: an integrated AI Trade Assessment evaluates each new trade entry directly on your ch
EA Auditor
Stephen J Martret
5 (3)
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
MetaTrader 5 专业交易面板 —— 图表与键盘一键交易的高效控制中心 一款面向主动交易者的专业 Trading Panel,可让您比标准 MetaTrader 操作方式更快、更直观地完成开仓、平仓、修改、管理与控制。 这不是一个普通的小工具,而是一个为高频手动操作、仓位管理、挂单控制与利润管理而设计的完整交易工作台。 通过这套面板,您可以直接在图表上一键执行交易,通过键盘快速触发核心操作,并借助自动参数计算、图形提示、信息标签以及可视化管理功能,大幅减少重复性操作,让整个交易流程更加流畅、高效且专业。 使用我们的交易面板,您可以直接从图表上一键下单,执行交易操作的速度可比标准 MetaTrader 控件快约 30 倍。 全新高级版本现已推出: 使用 VirtualTradePad PRO SE 升级您的交易流程 — 适用于 MetaTrader 5 和 MetaTrader 4 的新一代专业交易面板。 MT4 版本 | 完整说明 + DEMO + PDF | 如何购买 | 如何安装 | 如何获取日志文件 | 如何测试与优化 | Expforex 的所有产品 为什么交易者会
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
作者的更多信息
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
筛选:
无评论
回复评论