position sizing for crypto traders
the one skill that separates survivors from statistics
here's a number that should bother you: over 70% of retail traders lose money. not because they pick bad entries. not because the market is rigged against them. because they bet too much on trades they felt good about, and too little thought went into how much they were risking.
position sizing is the most important skill in trading. more important than technical analysis. more important than finding the perfect entry. more important than knowing which token is about to move.
it's also the most boring skill in trading. which is exactly why most people skip it.
this guide covers everything you need to know — from the basic formula to the kelly criterion to how parasol automates the entire process using live market data. if you trade crypto and you don't have a position sizing system, this is the article that fixes that.
---
why position sizing matters more than your entry
imagine two traders. both find the same setup on sol at $140. both set a stop loss at $133 — a 5% move against them.
trader a has a $10,000 account and puts $5,000 into the trade. if the stop hits, they lose $250 on that trade alone. that's 2.5% of their account. manageable, but one or two more losses like that and they're down 7-8%. the psychology starts to shift. they start revenge trading, chasing, widening stops. the spiral begins.
trader b also has a $10,000 account. but they calculate their position size before entering. they decide to risk 1% of their account — $100. they work backwards from their stop loss to figure out how many units to buy. they end up with a smaller position, but if the stop hits, they lose exactly $100. they can take that loss 20 times in a row and still have $8,000 to work with.
same trade. same entry. same stop loss. completely different outcomes over time.
the difference is position sizing.
---
the 1-2% rule
the foundation of position sizing is simple: never risk more than 1-2% of your account on a single trade.
this isn't a suggestion. it's math. if you risk 10% per trade and lose 5 trades in a row (which happens more often than you think), you've lost 41% of your account. recovering from a 41% drawdown requires a 69% gain. the math gets worse from there.
| risk per trade | 5 consecutive losses | drawdown | gain needed to recover |
|---|---|---|---|
| 1% | 5 losses | -4.9% | +5.2% |
| 2% | 5 losses | -9.6% | +10.6% |
| 5% | 5 losses | -22.6% | +29.3% |
| 10% | 5 losses | -41.0% | +69.4% |
the 1-2% rule exists because it keeps you in the game long enough to get good at it.
---
the position sizing formula
here's the formula every trader should have memorized:
``
position size = (account balance × risk %) / stop loss distance
`
let's break each piece down.
account balance — the total capital in your trading account. not your net worth. not money you need for rent. the amount you have allocated specifically for trading.
risk % — the percentage of your account you're willing to lose on this single trade. usually 1% or 2%.
stop loss distance — the difference between your entry price and your stop loss price, expressed as a percentage or absolute value.
that's it. three inputs, one output. the formula tells you exactly how large your position should be so that if your stop loss triggers, you lose precisely the amount you decided to risk.
---
worked examples
example 1: btc trade with 1% risk
`
position size = $100 / $1,900 = 0.0526 btc
position value = 0.0526 × $95,000 = $5,000
`
you'd buy about $5,000 worth of btc. if it drops 2% to your stop, you lose $100 — exactly 1% of your account.
example 2: eth trade with 2% risk
`
position size = $100 / $160 = 0.625 eth
position value = 0.625 × $3,200 = $2,000
`
wider stop loss means a smaller position. the formula adjusts automatically. you're still risking exactly $100.
example 3: sol trade with 1% risk, tight stop
`
position size = $250 / $4.35 = 57.47 sol
position value = 57.47 × $145 = $8,333
`
tighter stop means you can take a larger position while keeping risk constant. the math works in both directions.
example 4: memecoin trade with 1% risk, wide stop
memecoins are volatile. stops need to be wider to avoid getting stopped out by noise.
`
position size = $100 / $0.0009 = 111,111 tokens
position value = 111,111 × $0.0045 = $500
`
only $500 in a $10,000 account. that might feel small. but a 20% stop loss on a memecoin is completely normal, and this position size means you survive the loss without blinking.
---
adjusting for volatility
the examples above use fixed stop loss percentages. but markets aren't static. a 3% stop on btc during a quiet week is very different from a 3% stop during a liquidation cascade.
smart position sizing accounts for current volatility. one common method:
atr-based stops
the average true range (atr) measures how much an asset typically moves in a given period. instead of setting a stop at a fixed percentage, you set it at a multiple of the atr.
`
stop loss distance = entry price - (atr × multiplier)
`
a common multiplier is 1.5 to 2.0. if sol's daily atr is $6.50 and you use a 2× multiplier:
`
stop loss distance = $13.00
`
then plug that into the position sizing formula:
`
position size = (account balance × risk %) / $13.00
`
this automatically gives you smaller positions in volatile markets and larger positions in calm markets. the risk stays constant.
parasol uses atr-based trailing stops in its trading engine. every position's stop loss adapts to current market conditions — not a fixed percentage someone picked months ago.
---
the kelly criterion
the 1-2% rule is a safety-first approach. the kelly criterion is the mathematically optimal approach.
developed by john kelly at bell labs in 1956 (originally for long-distance telephone signal noise), the kelly criterion tells you the optimal fraction of your bankroll to bet, given your win rate and your reward-to-risk ratio.
`
kelly % = W - (1 - W) / R
`
where:
kelly criterion example
say your trading strategy has:
`
kelly % = 0.55 - (1 - 0.55) / 2.0
kelly % = 0.55 - 0.225
kelly % = 0.325
`
kelly says you should risk 32.5% of your account per trade.
in theory, this maximizes long-term growth. in practice, it's dangerously aggressive. a few losing trades and you're in deep drawdown. the math assumes you know your exact win rate and exact reward-to-risk ratio — you don't. estimates are always noisy.
half-kelly and quarter-kelly
most practitioners use half-kelly (risk half of what kelly suggests) or quarter-kelly (risk a quarter). this sacrifices some theoretical growth for much better drawdown control.
in our example:
even quarter-kelly is aggressive by most standards. many traders find that the 1-2% rule and the kelly criterion converge in practice — conservative position sizing tends to be the right answer regardless of which framework you use.
the takeaway: kelly is useful for understanding that position size should scale with edge quality. bigger edge, bigger size. small edge, tiny size. no edge, no trade.
---
position sizing for leveraged trades
leverage changes the position sizing equation. with leverage, the position value is larger than your margin, which means the stop loss distance (in dollar terms relative to your margin) is amplified.
the formula adapts:
`
margin required = (account balance × risk %) / (stop loss % × leverage)
`
leveraged example
`
margin required = $100 / (0.02 × 5) = $1,000
position value = $1,000 × 5 = $5,000
``
your margin is $1,000 and your position value is $5,000. if btc drops 2%, your $5,000 position loses $100 — exactly 1% of your account.
the key insight: leverage doesn't change how much you risk. it changes how much capital you need to post as margin. if you size correctly, 5× leverage and 1× leverage can produce the same dollar risk.
the danger of leverage isn't the leverage itself. it's that people use it to take positions they couldn't afford otherwise, without adjusting their stop loss. that's how accounts get liquidated.
parasol's liquidation price calculator at parasol.so/tools/liquidation-price shows exactly where a leveraged position gets liquidated. use it before entering any leveraged trade.
---
common position sizing mistakes
mistake 1: sizing by conviction
"i really like this setup, so i'll go 5× my normal size."
conviction is a feeling. the market doesn't care about your feelings. the trade that felt best is often the one that hurts worst.
size every trade the same way. the formula doesn't have a "vibes" input.
mistake 2: ignoring correlation
if you have three sol positions and two meme token positions, and sol drops 15%, all five positions are probably losing. your real risk isn't 1% per trade — it's 5% concentrated in one ecosystem.
account for correlation. if your positions are correlated, treat them as one position for risk purposes.
mistake 3: not accounting for slippage
in crypto, especially in low-liquidity tokens, your stop loss might not fill at your stop price. a stop at $0.0036 might fill at $0.0032 if liquidity is thin. your actual loss is larger than planned.
add a slippage buffer to your stop loss distance. for large-cap tokens (btc, eth, sol), 0.1-0.5% is usually enough. for memecoins, 2-5% is realistic.
parasol's paper trading engine models realistic slippage based on order book depth. when you see performance results, they account for the fills you'd actually get.
mistake 4: moving the stop loss
you set a stop at $140. price drops to $141. you move the stop to $138 "to give it more room." then to $135. then you turn off the stop entirely.
the stop loss exists before you enter the trade. it determines your position size. if you move it, your position is now too large for the new risk. recalculate or accept that you've abandoned your risk management.
mistake 5: not sizing down after losses
after three consecutive losses, your account is smaller. 1% of a smaller account is a smaller dollar amount. your position sizes should shrink automatically.
if your account drops from $10,000 to $9,400 after a losing streak, your 1% risk is now $94, not $100. recalculate. some traders recalculate after every trade. others recalculate weekly or when the account changes by more than 5%.
---
how parasol handles position sizing
parasol's trading engine calculates position sizes for every trade using:
the formula runs before every trade. no gut feelings. no "this one looks really good so let's go bigger." the math doesn't negotiate.
| profile | risk per trade | max single position | max concurrent | daily loss limit |
|---|---|---|---|---|
| careful | 1% | 1.5% of account | 2 | -5% |
| aggressive | 2% | 3% of account | 3 | -10% |
| degen | 5% | 5% of account | 5 | -20% |
the engine also factors in the adaptive learning system — if recent trades in the current market regime have been losing, position sizes scale down automatically. if the strategy is performing well, sizes stay at their calculated levels. it never sizes up beyond the risk profile limits.
---
the position sizing calculator
if you want to run these calculations yourself, parasol offers a free position sizing calculator at parasol.so/tools/position-sizing.
it includes:
no signup. no wallet connection. just the math.
the calculator uses the same formula described in this article. enter your account balance, your risk percentage, your entry price, and your stop loss — it does the rest.
---
putting it all together
position sizing isn't exciting. it doesn't promise 100× gains. it won't make you feel like a genius on your winning trades.
what it does is keep you alive.
the traders who survive long enough to compound their edge all share one trait: they control how much they lose on any single trade. the formula is simple. the discipline to follow it every time is what separates them.
if you're looking for an edge in crypto trading, start with the most boring one. size your positions correctly. everything else becomes easier when you know your worst-case loss before you click buy.
---
parasol calculates position sizes using live volatility data on every trade — no gut feeling, no guessing. if you want to see how it works, request early access at parasol.so/access.