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

ASQ PropFirm Shield - MetaTrader 5용 라이브러리

Emmanuel Nana Nana
게시자:
Muharrem Rogova
조회수:
182
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

ASQ PropFirm Shield v1.2 — Free, Open-Source


One blown drawdown limit and your $100K challenge is gone. ASQ PropFirm Shield monitors every tick against your firm's exact rules — daily loss limits, maximum drawdown (standard or trailing), profit targets, consistency scores, and minimum trading days. It calculates exactly how much you can risk on the next trade without breaching anything. Built-in presets for 7 prop firms mean you drop it in and it just works.
FEATURES:
- 7 built-in prop firm presets — FTMO, MyForexFunds, Funded Next, The Funded Trader, E8 Funding, Bulenox, TopStep
- Daily loss limit enforcement — auto-blocks trading when daily limit is hit
- Maximum drawdown protection — standard or trailing, with floor lock for funded accounts
- 5-level shield state — Safe, Caution (>50% used), Danger (>80%), Breached (daily hit), Failed (max DD)
- Emergency close-all flag — triggers at 90% of any limit, recommends immediate position closure
- Risk-per-trade guardrail — WouldExceedRiskPerTrade() prevents oversized entries
- Safe risk amount calculator — returns the max $ you can risk on the next trade without breaching anything
- Profit target tracking with progress percentage
- Win rate & profit factor — live tracking from OnTradeClose() calls
- Consistency score calculation for firms that require it (MFF, FundedNext, Bulenox)
- Minimum trading day requirements with completion tracking
- Weekend holding prevention with Friday evening cutoff
- Challenge phase detection — Challenge, Verification, Funded with auto-target adjustment
- Daily PnL history (last 10 days)

DEMO EA INCLUDED:
Attach to any chart to see the full dashboard:
— Firm name, phase, and shield state with color coding
— Profit target progress bar (green)
— Daily loss limit progress bar (green→yellow→red as limit approaches)
— Max drawdown progress bar with trailing DD indicator
— Win rate, profit factor, trading days, and safe risk amount
— Emergency warning panel with close-all alert
— Status message and remaining limits in $ and %
USAGE:
#include "ASQ_PropFirmShield.mqh"
CASQPropFirmShield prop;
prop.Initialize(AccountBalance(), ASQ_PROP_FTMO);
prop.Update(equity, balance);                      // Call every tick
if(prop.IsTradingAllowed()) { /* trade */ }
if(prop.WouldBreachDailyLimit(riskAmount)) { /* skip */ }
double safe = prop.GetSafeRiskAmount();            // Max safe $ to risk

Place both files in the same folder — compiles instantly, no subfolder setup needed.

This is the open-source risk engine behind Quant Cristina on the MQL5 Market. Same logic, same accuracy — the Market version adds the premium multi-strategy trading framework.

FILES:
- ASQ_PropFirmShield.mqh — Library (756 lines)
- ASQ_PropFirmShield_Demo.mq5 — Demo EA (317 lines)

MetaTrader 5, all brokers, all instruments, all timeframes.
Free and open-source. 1,073 lines of production MQL5.

AlgoSphere Quant — Precision before profit.
https://www.mql5.com/en/users/robin2.0
ASQ Recovery Engine ASQ Recovery Engine

Intelligent anti-tilt risk management library for MetaTrader 5.

Smart Money Concepts Smart Money Concepts

An indicator which features full Smart Money Concept (SMC) + Break Of Structure (BOS) + Change Of Character (COC) + Fair Value Gap (FVG) Detection and Buy/Sell signals.

Imbalance Finder (FVG) Imbalance Finder (FVG)

Imbalance Finder is an MT5 indicator that automatically detects bullish and bearish Fair Value Gaps (FVGs) and tracks whether each imbalance remains active, gets tapped, or becomes fully filled. It draws clear chart zones in real time, helps traders identify potential support and resistance areas, and also provides data buffers for Expert Advisors and automated strategies.

Institutional Fractal Dimension Index (Regime Detector) Institutional Fractal Dimension Index (Regime Detector)

An advanced quantitative filter based on Chaos Theory and fractal geometry, it calculates the intrinsic dimensionality of the price curve to instantly classify market regimes into trending or mean-reverting states.