A complete methodology for managing exposure, risk limits and position sizing inside Quantisca EA Labs.
The Risk Engine is the core safety layer of any Expert Advisor. It defines how much to risk, how to size positions, how to limit exposure and how to prevent catastrophic losses. Even the best strategy can fail without proper risk management — which is why the Risk Engine is treated as a standalone module inside Quantisca EA Labs.
A complete Risk Engine consists of several independent layers that work together to control exposure and ensure long‑term stability.
Position sizing determines how much the EA risks on each trade. Quantisca EA Labs supports multiple models, each suited for different strategy profiles.
A constant lot size regardless of volatility or stop‑loss distance. Simple but not adaptive.
The EA risks a fixed percentage of account equity per trade. Lot size is calculated based on stop‑loss distance.
Position size decreases during high volatility and increases during stable conditions. ATR is commonly used.
A mathematically optimal but aggressive model. Quantisca uses fractional Kelly for safety.
Position size adapts based on recent performance, drawdown or market regime.
Risk limits prevent the EA from taking excessive losses or overexposing the account.
Exposure control ensures that the EA does not take correlated or excessive positions that amplify risk.
Volatility filters dynamically adjust risk during unstable market conditions.
Before deploying an EA, confirm that the Risk Engine meets all requirements:
The Risk Engine is the backbone of long‑term EA stability. It ensures that strategies remain safe, controlled and resilient across market regimes. A strong Risk Engine protects the account even when market conditions become unpredictable — making it one of the most important components of any Expert Advisor.
Learn how execution quality affects EA performance and how to control slippage and spread.