Funded Trade Manager MT5
- 实用工具
-
Cristian David Castillo Arrieta
金融与国际商务专业人士,专攻财务管理。MQL5和Python自学开发者,专注于算法交易、多资产组合构建和量化风险管理。
我的工作核心是设计、优化和验证作为协调组合运行的智能交易系统,而非孤立的策略。我运用相关性分析、时间覆盖映射和资产类别多元化来构建不依赖于单一工具或单一方法的交易系统。
目前,我管理着涵盖外汇、指数、贵金属、能源和美国股票的算法投资组合,同时在多个交易时段和时间框架上运行。
我通过技术文章和开源工具在这个社区分享我的经验。我相信,从"构建单个EA"到"工程化投资组合"的转变,是区分散户思维与机构思维的关键,这一理念指导着我在这里发布的所有内容。 - 版本: 1.1
- 更新: 3 七月 2026
- 激活: 10
Funded Trade Manager MT5
Most funded accounts are not lost to a bad strategy. They are lost to a single day that went too far: one oversized position, one revenge trade, one violated daily loss limit. Prop Firm Guard is a chart panel that applies the same limits your funding company applies, before the company does.
What it does
- Tracks your daily loss limit and maximum drawdown in real time, using the same day-reset logic prop firms use (configurable server reset hour).
- Blocks any new trade whose stop-loss risk, added to the risk of your open positions, would exceed the remaining daily allowance.
- Closes all positions and locks trading until the next trading day when the daily limit is reached. A separate permanent lock protects the maximum drawdown level.
- Calculates the lot size from your risk percent (or fixed money risk) and the stop distance, then opens the trade with stop-loss and take-profit attached.
- Manages your manual trades as well: it can attach missing stops, move the stop to break-even, trail it, and take a partial profit at a configurable distance.
- Optional daily profit lock: once your daily target is reached, new trades are blocked for the rest of the day, which supports consistency rules.
- Optional spread guard: new trades can be blocked while the live spread exceeds your threshold.
- The lock state survives a terminal restart within the same trading day.
What it does not do
- It does not open trades on its own and it does not contain a trading strategy.
- It does not modify or bypass any rule of your funding company. It is a discipline tool that runs on your side of the platform.
Panel overview
- Account block: balance, equity, floating P/L, daily P/L.
- Protection block: remaining daily allowance, distance to the drawdown floor, open positions and volume against their caps, total open risk to stops.
- Trade block: editable risk percent, stop distance in points and reward ratio, with a live lot preview, plus one-click BUY and SELL.
- Management row: move all winners to break-even, close winners, close losers, close all.
Main input parameters
- Risk per trade: percent of balance or fixed money amount; default stop distance; reward ratio.
- Prop firm limits: daily loss limit (percent or money), maximum drawdown (static from the initial balance or trailing from the equity peak), initial baseline, day reset hour, daily profit lock.
- Exposure limits: maximum simultaneous positions and total volume.
- Automation: auto stop attachment, break-even trigger and offset, trailing start, distance and step, partial close trigger and share.
- Scope: manage all symbols or the current chart only; include manual trades (magic 0) or panel trades only.
How to try it before buying
Download the demo and run it in the Strategy Tester in visual mode. The utility opens a small demonstration trade every few hours through the exact same risk pipeline, so you can watch the lot sizing, the break-even and trailing behavior, and the daily lock trigger with your own settings.
Recommended first setup
Set the daily loss limit and maximum drawdown to the exact values of your funding program, set the day reset hour to your broker server midnight, and start with a risk per trade of 0.5 to 1 percent. Support is provided in the Comments section.
5. Tags / keywords del formulario
prop firm, risk management, trade manager, drawdown, daily loss, lot calculator, break even, trailing stop, panel, utility
