Skip to content

02 · Risk Management

An old saying in trading: "Live long enough and the money comes; die too fast and no strategy saves you." This article covers exactly one thing: how to make sure you always have a next hand to play. Decide how much you can lose first, and only then consider how much you can make — that order is the line between life and death in trading.


1. Why Consider Risk Before Reward

1.1 The Asymmetry of Loss and Recovery

First, a mathematical fact: the difficulty of recovering a loss accelerates.

LossGain needed to break even
10%11.1%
20%25%
30%42.9%
40%66.7%
50%100%
60%150%
70%233%
80%400%
90%900%

The derivation (50% loss as the example): capital 10,000 → down 50%, 5,000 left → to climb from 5,000 back to 10,000 you need (10,000−5,000)/5,000 = 100% — this is not "a matter of style", it is math.

Conclusion: the defensive value of a trade far exceeds its offensive value. Only after deciding the maximum loss does the potential gain mean anything.

1.2 Three Principles of Risk Management

PrincipleMeaningConcrete action
Risk before rewardBefore entering, compute "worst-case loss" first, then "best-case gain"Write the stop-loss first, then the take-profit, on every trade
Risk is a budget, not a feelingRisk is a fixed fraction of total capital, unmoved by moodFixed-fraction method (next section)
Risk must be measurable and reviewable"Be careful" is not risk management; "at most 1% of capital lost per trade" isLog it in the journal; tally it weekly

2. Position Sizing Methods

The core of position sizing is not "how much to buy" but "how much to lose". Every method revolves around one variable: the fraction of total capital at risk per trade.

2.1 Fixed-Fraction Method (1%-2% risk per trade) — the only recommendation for beginners

Rule: each trade may lose at most 1% (conservative) or 2% (aggressive) of total capital; when the stop triggers, loss = total capital × risk fraction.

Position calculation formula:

text
Position (amount invested) = risk amount per trade ÷ (entry price − stop price) × entry price

Example: total capital 10,000, risk fraction 1% (= 100 yuan at risk)
Entry 100, stop 95 (5 yuan risk per share)
Shares = 100 ÷ 5 = 20
Position value = 20 × 100 = 2,000 (i.e. 20% of total capital)

Why 1%-2%? Look at the damage of losing streaks:

Risk per tradeLeft after 10 straight lossesLeft after 20 straight lossesNotes
0.5%95.1%90.5%Very safe, but profits accumulate slowly
1%90.4%81.8%Recommended range
2%81.7%66.8%Aggressive ceiling
5%59.9%35.8%20 straight losses borders on liquidation
10%34.9%12.2%20 straight losses ≈ out of the game

Even with a 30% win rate, 1% risk per trade survives a losing streak of nearly 30 trades. The goal of position sizing is not to avoid losses — it is to still be in the game after losing.

2.2 The Kelly Criterion (understand the concept and its limits)

The Kelly criterion computes the theoretically optimal bet fraction given a known win rate and risk-reward ratio:

text
f* = (bp − q) / b

f* = optimal bet fraction (of total capital)
b  = risk-reward ratio (average win ÷ average loss)
p  = win rate
q  = loss rate (= 1 − p)

Numeric example: win rate 55% (p=0.55), risk-reward 1.5 (b=1.5):

text
f* = (1.5 × 0.55 − 0.45) / 1.5 = (0.825 − 0.45) / 1.5 = 0.375 / 1.5 = 25%

Why does almost no one bet full Kelly in practice?

ProblemExplanation
Parameter estimation errorWin rate and risk-reward are estimates; error turns "optimal" into disaster
Huge drawdownsFull-Kelly drawdowns can reach 30%-50%+; most people mentally break mid-way
Ignores black swansKelly assumes the return distribution is known; tail risk (flash crashes, wicks) is not in the model

Practical usage: half Kelly or even quarter Kelly. Multiply the Kelly output by 0.25-0.5 before using it. For the vast majority, just use the fixed-fraction method (1%-2%); the Kelly criterion mostly helps you understand "why heavy positions are forbidden" — even a player with a 55% win rate can be wiped out in an ordinary drawdown betting more than 25%.

盈亏比2.00
单次期望值+0.20R
期望金额 / 次+200
凯利仓位 f*10.0%
半凯利(更稳)5.0%

⚠ 期望 > 0 才谈得上下单;实盘建议从 1/4 凯利起步——凯利假设你输得起,而人输不起。

2.3 Equal-Risk Sizing

Problem: two instruments have different stop distances (BTC stops at 3%, an altcoin at 8%); investing the same amount in each means completely different risk.

Method: make the risk amount equal per trade, not the invested amount:

text
Risk amount = total capital × 1% (the same every trade)
Quantity = risk amount ÷ (entry price − stop price)

Example: total capital 10,000
BTC: entry 60,000, stop 58,200 (−3%), 1,800 risk per unit → quantity = 100/1,800 ≈ 0.055 BTC
Altcoin: entry 1.00, stop 0.92 (−8%), 0.08 risk per coin → quantity = 100/0.08 = 1,250 coins
  • Sizing by risk amount makes the risk exposure of every trade in the account uniform; a single failure cannot break you.
  • Cautionary counter-example: opening 10 positions at once, each with 10% of capital and a 1% risk budget, is fine; but if each trade puts ~10% of your total capital at risk (heavy size plus a wide stop), five simultaneous losses cost you half the account.

Position sizing quick reference:

MethodSuited forIn one sentence
Fixed fraction 1%-2%Everyone (especially beginners)Lose at most 1%-2% of capital per trade
Half KellyVeterans with a proven statistical edgeKelly output × 0.5, never full
Equal-risk sizingMulti-instrument portfoliosEqual risk amount per trade, not equal invested amount
All-in / heavy betsNo oneMathematical elimination

3. Stop-Loss Methods

Risk-reward R:R: the entry / stop / target triangle

A stop-loss is not "admitting defeat", it is "buying insurance". A position without a stop hands the counterparty a free call option.

3.1 Four Mainstream Stop Methods

MethodHow it's computedProsConsSuits
Fixed-amount stopStop when the loss hits a fixed amount (e.g. 1% of capital)Simple, precisely computable riskIgnores market structure; can be swept out by normal noiseBeginners starting out
ATR stopStop = entry ∓ N × ATRSelf-adjusts with volatility, harder to sweepRequires understanding ATR; larger losses in wild volatilityTrend following
Structure stopStop placed beyond the nearest support / resistanceThe level has market logic; being swept means structure brokeStop distance may be large; needs position adjustmentSwing / trend
Time stopExit if not profitable after N periodsFrees capital and attention; prevents death by a thousand cutsMay miss "slow-start" trendsIntraday / short-term

3.2 ATR Stop Example

text
ATR(14) = average true range of 14 candles (example: current ATR = 500, daily BTC)

Long entry at 60,000:
  2×ATR stop = 60,000 − 2×500 = 59,000 (stop distance 1.67%)
  4×ATR stop = 60,000 − 4×500 = 58,000 (looser; position must shrink accordingly)

When volatility expands (ATR rises to 800):
  2×ATR = 60,000 − 1,600 = 58,400 (stop automatically widens, avoiding a sweep)

Stop adjustment discipline (iron rules):

text
✗ Never move the stop down ("give it one more chance" after the loss grows = slow liquidation)
✓ Moving the stop up is allowed (lock profit after gains, e.g. to breakeven)
✓ Execute immediately on touch — no "let me watch it a moment" pauses

3.3 Stops Are Not Omnipotent: Three Exceptions

  1. Gaps / wicks: extreme moves can jump past your stop price (especially with high-leverage contracts); stop slippage can far exceed expectations.
  2. Liquidity evaporation: small-cap instruments may have no counterparty at the extreme moment; the stop order may not fill.
  3. Stop distance too small: a stop inside the normal noise band (e.g. 0.5% on a daily chart) gets swept by random wiggles — "over-stopping": shaken out every time, you eventually stop using stops at all.

4. Take-Profit and Trailing Take-Profit

4.1 Two Take-Profit Philosophies

PhilosophyApproachTraits
Target take-profitPreset a risk-reward ratio (e.g. 1:2, 1:3), exit at the levelSimple, certain cash-out; may sell the big trend
Trailing take-profitLet profits run; exit after a set retrace (fraction or amount) from the peakCan catch the big trend; gives back more profit

A common compromise: scale out. At risk-reward 1:1, exit 50% (locking half the profit and lowering the cost basis); trail the remaining 50%.

4.2 Three Ways to Write a Trailing Take-Profit

text
① Fixed-percentage retrace: exit everything after a 20% retrace from peak profit
   Example: cost 100, rises to 130 (peak profit 30%) → retrace 20%×30% = 6 → exit at 124

② Fixed-price retrace: exit after an X% drop (e.g. 5%) from the highest price
   Example: high 130 → falls back to 123.5 (−5%) → exit

③ ATR trail: exit after a 2×ATR drop from the highest price (volatility-adaptive)
   Example: ATR=3, high 130 → falls back to 124 → exit

4.3 The Symmetry Principle of Take-Profit and Stop-Loss

  • The stop decides "at most 1% lost on this trade"; the take-profit decides "whether the trade is worth taking" — the ratio of stop distance to target distance is the risk-reward ratio, and it must be computed before entry: trades with risk-reward < 1:1.5 are usually not worth taking.
  • Trailing take-profits follow the same "only move in your favor" principle: a trailing level that has moved up never moves back down, or it degrades into "not taking profits again".

5. Maximum Drawdown Control

5.1 The Math of Drawdown and Recovery

Maximum drawdownGain neededEquivalent consecutive 1%-risk wins
5%5.3%5 trades
10%11.1%10 trades
20%25%20 trades
30%42.9%30 trades
50%100%50 trades
80%400%80 trades

Worked example (capital 10,000, drawdown 50%):

📖 Click to expand: the math of why a 50% drawdown needs a 100% gain to break even
text
Stage 1: 10,000 → drawdown 50% → 5,000 (lost 5,000)
Stage 2: 5,000 → needs +100% → 10,000 (made 5,000)
Conclusion: the same absolute amount is "−50%" on the way down but needs "+100%" on the way back.
The harsher version: earning it back from 5,000 at 2% risk per trade takes ~35 straight wins.

Two practical drawdown-control numbers:

  • Daily loss hits 3%-5% → stop trading for the day.
  • Account drawdown hits 10%-15% → cut position size (e.g. risk from 1% down to 0.5%) until the drawdown recovers.
  • Account drawdown hits 20% → full stop; review strategy and execution — look for the problem, not the market.

5.2 Common Sources of Drawdown (find yours)

SourceTypical symptomCountermeasure
Oversized positions"This move feels safe" → risk quietly raised to 5%+Hard-code the risk fraction; any breach means stop
Revenge after losing streaksA "get-it-back" trade after 3 straight lossesLosing-streak cap + cooling-off period
Strategy decayRunning a trend strategy in a range marketMonthly review; pause the strategy once confirmed
Black swansWicks in extreme markets, liquidity vanishingAlways keep position reserves; avoid high leverage

6. The Math of Forced Liquidation: Leverage vs Loss Table Most important in this library

🛑 Remember This One: Leverage Does Not Raise Your Win Rate, It Only Accelerates the Road to Zero

This is the single most important table in the entire knowledge base; screenshot it and keep it.

6.1 Leverage vs Adverse-Move Liquidation Table

名义仓位100,000
盈亏金额-10,000
本金盈亏-100.0%
💀 已爆仓!本金归零(甚至倒欠)

⚠ 杠杆放大的是伤害不是收益——10x 杠杆下价格反向 10.0% 即爆仓。

Assuming the margin model, no maintenance-margin buffer, wrong direction and refusing to cut:

LeverageAdverse move to liquidationMath
1x (no leverage)Price falls 100% (goes to zero)Buy with the full account; ride it to zero
5x~20%1 ÷ 5 = 20%
10x~10%1 ÷ 10 = 10%
20x~5%1 ÷ 20 = 5%
50x~2%1 ÷ 50 = 2%
100x~1%1 ÷ 100 = 1%

One-line recap: with 10x leverage long, a 10% adverse move zeroes the principal; for leverage basics see Core Trading Concepts. BTC has moved 10%+ in a single day many times in history — holding a 10x position through it = handing life and death to a day's random noise.

6.2 The Three-Layer Multiplication of Losses

text
Real loss = adverse move × leverage × position share

Example: total capital 10,000, 50x leverage, fully invested long, price moves 4% against you:
Loss = 4% × 50 = 200% of principal → liquidation, principal wiped out

Same market, only 20% of capital deployed:
Loss = 4% × 50 × 20% = 40% of principal → badly hurt but alive

Note: live contracts also layer on the maintenance margin rate and the liquidation price (see the Futures chapter), and wicks (extreme prices sweeping through in an instant) can fill far beyond the theoretical liquidation price.

6.3 Four Rules for Using Leverage

  1. Beginners should keep leverage ≤ 3x, used only for hedging or small probe positions; the vast majority of those chasing "get rich on high leverage" end up liquidated.
  2. Leverage and stop-losses must coexist: leveraged positions without stops are streaking naked.
  3. Manage position size and leverage separately: high leverage is fine — provided the position is small enough that "fully wrong still loses affordably".
  4. Nevertop up marginto bag-hold (a margin call is the exchange inviting you to "keep losing").

💀 Never Top Up Margin to Bag-Hold a Losing Position

Never top up margin to bag-hold (a margin call is the exchange inviting you to "keep losing"). Leverage + bag-holding = volunteering for elimination: live contracts also layer on the maintenance margin rate and the liquidation price, and under wick conditions the actual loss can far exceed the theoretical value — liquidation can happen before the percentages in the table.


7. Risk Management Checklist (tick item by item before every order)

text
□ 1. Have I written the stop price for this trade, with the stop-loss ≤ 1%-2% of capital?
□ 2. Is the position sized from the "risk amount", not a number off the top of my head?
□ 3. Is the risk-reward ≥ 1:1.5? (risk-reward ratio)
□ 4. Does this trade match the entry rules in my trading plan (not a spur-of-the-moment idea)?
□ 5. Is today's / this week's loss budget still intact (the daily / weekly caps from the drawdown rules above)?
□ 6. Am I free of revenge trading, overconfidence, or emotional turbulence?
□ 7. Is the leverage within the cap I set for myself?
□ 8. Do I understand and accept this trade's worst case (slippage included)?
□ 9. Is the journal template ready to fill in right after exit?
□ 10. If this trade loses, will I stop out exactly per plan, no negotiation?

If any answer is no → don't take the trade. There is always another setup; the principal exists only once.

Monthly risk audit:

Check itemPassing line
Largest single-trade loss≤ 2% risk budget
Maximum drawdown in the month≤ 15%
Rule violations0 (target)
Liquidations / blow-throughs0
Risk-reward ratioactual average win ÷ actual average loss ≥ 1.5

⚠️ Risk Warning

Leveraged trading can wipe out your entire principal and even leave you in debt from a blow-through (some platforms require making up the negative balance). The liquidation percentages in the table are theoretical; actual forced liquidation also depends on maintenance margins, fees, funding rates, and slippage — under wick conditions actual losses can far exceed theoretical values. Everything in this article is for study and research only and does not constitute investment advice; trade derivatives only with money you can afford to lose.

Further Reading

For study and research only — not investment advice. Markets are risky.