거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Prop-Firm Equity Guard - daily and max drawdown protection (FTMO-style) - MetaTrader 5용 expert

Cristian Ciunae
Cristian Ciunae
MQL5 developer specialized in ICT / Smart Money Concepts trading systems: liquidity sweep entries, order blocks, market structure shifts and session-based logic. I build complete Expert Advisors with strict prop-firm risk management (FTMO-style daily and max drawdown protection). Clear
조회수:
186
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A standalone account-level protection utility for prop-firm challenges (FTMO and similar). Attach it to a single chart and it monitors the entire account. Works on any symbol and timeframe.

How it works:

  • Daily loss limit — measured from a day-start snapshot (max of balance/equity, configurable rollover hour to match your prop firm's server time)
  • Max overall loss limit — measured from the initial account size
  • Safety buffer — halts trading BEFORE the real limit is hit, so a spread spike or slippage can't fail your challenge
  • On breach: closes all open positions, deletes all pending orders, and sets the global variable DDGUARD_HALT to 1.0. Any other EA on the account can respect the halt with a single line: if(GlobalVariableGet("DDGUARD_HALT") > 0.0) return;
  • Daily breach unlocks automatically on the next trading day; max breach is permanent — matching prop-firm logic.
  • Tested on MT5 (see screenshot: live trigger closing all positions). No external dependencies. Feedback welcome.

    Disclaimer: Not affiliated with, endorsed by, or connected to FTMO or any prop firm. "FTMO" is used only to describe the type of rules this tool protects.


Live trigger: daily drawdown breach — all positions closed, halt flag set
MSB Pro ALGO Position Risk Monitor for MT5 MSB Pro ALGO Position Risk Monitor for MT5

Free MT5 position risk monitor displaying stop-loss risk, account risk percentage, positions without SL and individual position risk directly on the chart.

MSB Pro Algo Neon Account Dashboard for MT5 MSB Pro Algo Neon Account Dashboard for MT5

Free neon-style MT5 account dashboard displaying balance, equity, floating P/L, daily realized P/L, win rate and open positions directly on the chart.

Risk Guard — risk-based lot size, daily loss lock, max positions, oversized-trade trim, forced stop-loss Risk Guard — risk-based lot size, daily loss lock, max positions, oversized-trade trim, forced stop-loss

Enforces your own risk rules on every position, whether opened by hand or by another EA: shows the lot size that matches your risk, locks the account for the day after a set loss, caps open positions, trims positions that risk more than allowed, and adds a stop-loss to any position opened without one.

MACD Signals MACD Signals

Indicator edition for new platform.