Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Bibliothèque

ASQ PropFirm Shield - bibliothèque pour MetaTrader 5

Emmanuel Nana Nana
Publié par:
Muharrem Rogova
Vues:
182
Note:
(1)
Publié:
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.