FxRobotEasy Editorial · 29 terms in this cluster
Risk Management Glossary — Drawdown, Position Sizing, Kelly Criterion
How to size positions, manage drawdown, and protect capital — the survival layer of every trading system.
Risk management is the survival layer of every trading system. Edge without risk management is fragile; risk management without edge is just slower failure. Profitable trading requires both, and the risk side is generally less interesting to study but more important in practice. This cluster collects the core risk-management concepts.
The foundational metric is drawdown — the worst peak-to-trough decline in equity. Maximum drawdown is the single most important risk metric for evaluating any strategy: it represents the worst experience a trader using the strategy has had. Recovery from drawdown follows a known mathematical formula: a 50% drawdown requires 100% gain to recover; a 30% drawdown requires 43% gain. Understanding this asymmetry shapes position-sizing decisions.
Position sizing connects edge and risk. The Kelly criterion provides the mathematical optimum: f* = (bp − q) / b, where b is the win/loss ratio, p is win probability, q is loss probability. Full Kelly maximises geometric growth but produces psychologically unbearable variance; most traders use fractional Kelly (25-50% of full) to balance growth and drawdown.
Stop-loss is the trader's hard floor on per-trade risk. A trade without a stop-loss has unbounded downside — the same loss profile as an unhedged short option. Every position must have a stop, with the stop placed before the trade is taken (not 'set after I see how it develops'). This discipline is non-negotiable.
Risk-reward ratio (per-trade reward target divided by per-trade risk) combined with win rate determines expectancy. A 1:1 risk-reward strategy needs a win rate above 50% to be profitable; a 3:1 strategy can be profitable at 30% win rate. Strategy design involves trading off win rate against reward-to-risk, with both contributing to expectancy.
Leverage and margin amplify both edge and risk proportionally. High leverage (1:500+) is sometimes marketed as opportunity but is primarily a tool for blowing up accounts faster. Professional traders typically use effective leverage of 1:3 to 1:10 in absolute terms; the high leverage offered by retail forex brokers is rarely used at full capacity.
Risk-of-ruin is the probability that a strategy will eventually destroy the account given its edge and position sizing. Even positive-expectancy strategies have non-zero risk of ruin if position sizing is aggressive; this is the mathematical justification for conservative sizing.
For evaluating any EA: insist on transparent drawdown profile across full regime exposure, hard stops on every trade, and conservative default position sizing. EAs that produce 'low drawdown high returns' typically hide risk through grid recovery or martingale logic that has not yet experienced its failure scenario.
All 29 terms in this cluster
Drawdown
beginnerIn forex, drawdown is the peak-to-trough decline in account equity between its highest point and a subsequent low, expressed as a percentage. Maximum drawdown is the largest such d…
Position Sizing
Position sizing determines how much capital to allocate to a single trade, usually based on risk percentage per trade (e.g., risking 1-2% of account balance). Proper position sizin…
Profit Factor
Profit factor is the ratio of gross profit to gross loss. A profit factor above 1.0 means the strategy is profitable. Values above 1.5 are considered good; above 2.0 is excellent. …
Sharpe Ratio
The Sharpe ratio measures risk-adjusted return by dividing the excess return of an investment over the risk-free rate by its standard deviation. A higher Sharpe ratio indicates bet…
Risk-Reward Ratio
The risk-reward ratio compares the potential loss (risk) to the potential profit (reward) of a trade. A 1:2 ratio means risking $1 to potentially gain $2. Professional traders typi…
Win Rate
Win rate is the percentage of trades that are profitable. A 60% win rate means 6 out of 10 trades are winners. However, win rate alone doesn't determine profitability -- it must be…
Equity
Equity is the current value of your trading account, calculated as Balance + Unrealized Profit/Loss. It fluctuates with open positions. Equity determines your available margin and …
Balance
Account balance is the total amount of money in your trading account after all closed trades but not accounting for open positions. It changes only when positions are closed. Equit…
Free Margin
beginnerFree margin in forex is the equity in your trading account that is not locked as required margin on open positions. It is the money available to open new trades or absorb floating …
Risk Parameter
intermediateRisk parameters are the inputs that control how an EA sizes positions and limits losses — risk-per-trade percentage, stop-loss distance, maximum portfolio exposure, daily-loss caps…
EA Retirement Criteria
intermediateEA retirement criteria are the pre-defined conditions under which a live-trading EA is shut down — drawdown thresholds, rolling-window underperformance, regime-shift detection. Def…
Position Size Cap
beginnerA position size cap is a hard upper limit on lot size per trade, regardless of what the risk-sizing formula would otherwise produce. It protects against runaway scaling on high-equ…
Daily Loss Limit
beginnerA daily loss limit is a hard cap on the cumulative loss an EA may accept in a single day before it suspends trading until the next session. It prevents catastrophic single-day draw…
Daily Loss Cap
beginnerDaily loss cap is a synonym for daily loss limit — a hard ceiling on per-day losses after which the EA suspends until the next session. The term is more common in prop-firm challen…
Maximum Drawdown Cutoff
intermediateA maximum drawdown cutoff is the absolute equity threshold at which an EA permanently shuts down — typically 1.5-2x the worst historical backtest drawdown. It prevents 'death-by-th…
Drawdown Trigger
intermediateA drawdown trigger is any drawdown-based threshold that initiates a defined action — reducing position size, disabling certain strategy modes, pausing trading, or full shutdown. La…
Risk of Ruin
advancedRisk of ruin is the calculated probability that a trading strategy will eventually destroy the account given its win rate, risk-reward ratio, and position sizing. Even positive-exp…
Capital Scaling
intermediateCapital scaling is the process of increasing a strategy's trading capital incrementally as live performance validates the backtest thesis. Disciplined scaling prevents over-commitm…
Scaling Discipline
intermediateScaling discipline is the practice of adhering to pre-defined capital-scaling rules even when emotionally tempted to deviate — particularly during winning streaks (overconfidence) …
Pre-Commitment
intermediatePre-commitment is the practice of binding oneself to a course of action in advance, removing later discretion. In trading, it covers stop-loss placement before entry, capital-scali…
Review Cadence
beginnerReview cadence is the scheduled frequency at which a trader inspects strategy performance, journal entries, and operational health — typically weekly for tactical issues and monthl…
Trade Journal
beginnerA trade journal is a written record of trading decisions and their outcomes — entries, exits, reasoning, lessons. For algorithmic operation, the journal records strategy-level deci…
Trading Plan
beginnerA trading plan is a written document specifying the strategies to be traded, the capital allocated, the risk limits, the operational cadence, and the criteria for adding, scaling, …
Kill Switch
beginnerA kill switch is an EA risk-management mechanism that stops new trade entries after a defined intraday loss threshold (e.g. 2% daily account loss). It bounds worst-case tail risk a…
Risk Per Trade
beginnerRisk per trade is the percentage of account equity exposed to loss on any single trade (typically 0.5-2% for retail traders). It is the most important sizing parameter — too low co…
Correlation Cap
intermediateA correlation cap is a multi-pair EA risk control that limits total exposure to correlated trades across instruments. Prevents 5+ pairs from all opening same-direction trades durin…
Demo-First Verification
beginnerDemo-first verification is the practice of running a newly-purchased EA on a demo account for 2-4 weeks before deploying live capital. The demo period catches broker-specific incom…
Capital Floor
beginnerCapital floor is the minimum recommended deposit for an EA to operate within its intended risk envelope — not the broker's minimum account size, but the realistic capital below whi…
Martingale Cap
intermediateA martingale cap is a hard limit on the number of position-doubling steps a martingale-style EA will execute before stopping. Martingale strategies double position size after losse…
Explore other clusters
- → Performance Metrics Glossary — Sharpe, Calmar, Profit Factor, and More
- → Execution & Broker Models Glossary — Slippage, Last-Look, A-Book vs B-Book
- → Order Types Glossary — Market, Limit, Stop, OCO, Trailing, and More
- → AI & Machine Learning Glossary — Pattern Recognition, Overfitting, Walk-Forward
- → MetaTrader Files & Configuration Glossary — .set, .tpl, Magic Number
- → Forex Scam Prevention Glossary — KYC, Chargeback, Ponzi, Regulator Routes
- → Automated Trading Fundamentals Glossary — From EA Design to Live Operation
Back to the full glossary
29 terms in this cluster, 134 terms in the full forex glossary.
Browse all glossary terms →