Risk Engine & Position Sizing

A complete methodology for managing exposure, risk limits and position sizing inside Quantisca EA Labs.

Overview

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.

Core Components

A complete Risk Engine consists of several independent layers that work together to control exposure and ensure long‑term stability.

Position Sizing Models

Position sizing determines how much the EA risks on each trade. Quantisca EA Labs supports multiple models, each suited for different strategy profiles.

Fixed Lot

A constant lot size regardless of volatility or stop‑loss distance. Simple but not adaptive.

Fixed Percentage Risk

The EA risks a fixed percentage of account equity per trade. Lot size is calculated based on stop‑loss distance.

Volatility‑Adjusted Position Size

Position size decreases during high volatility and increases during stable conditions. ATR is commonly used.

Kelly Fractional

A mathematically optimal but aggressive model. Quantisca uses fractional Kelly for safety.

Dynamic Exposure Control

Position size adapts based on recent performance, drawdown or market regime.

Risk Limits

Risk limits prevent the EA from taking excessive losses or overexposing the account.

Exposure Control

Exposure control ensures that the EA does not take correlated or excessive positions that amplify risk.

Volatility‑Based Adjustments

Volatility filters dynamically adjust risk during unstable market conditions.

Checklist

Before deploying an EA, confirm that the Risk Engine meets all requirements:

Summary

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.

Continue Exploring EA Labs

Learn how execution quality affects EA performance and how to control slippage and spread.