**QUICK ANSWER:** Position sizing and stop-loss are taught as formulas but lived as psychology. The math says "risk 1%"; the brain says "this one is different." The discipline that survives is deciding size and invalidation on paper, before price moves — because once in the trade, the same loss-aversion that causes panic selling also causes stop-moving. The mental preparation is: the stop is a pre-committed promise to a past self, not a live negotiation with a frightened one.
Every blown account contains the same sentence: "I moved my stop." Not "I had no stop" — "I moved it." The failure is rarely knowledge; it is the inability to honour a pre-set rule under pressure. Risk management is therefore a psychology protocol dressed as a spreadsheet.
Hypothesis: Traders who commit size + stop in writing pre-trade show smaller worst-case drawdowns than traders who decide stops intra-trade, because pre-commitment bypasses live loss-aversion negotiation.
| Behaviour | Drawdown impact (DERIVED mechanic) | Psychology root |
|---|---|---|
| Pre-set 1% risk | Bounded, survivable | Pre-commitment |
| Move stop wider | Unbounded | Live loss aversion |
| No size rule | Account-ending on 1 bad trade | Omnipotence bias |
| Scale-in unplanned | Margin death spiral | Revenge/averaging |
**Findings:**
1. Stop-moving converts a planned 1% loss into an unplanned 10%+ one (DERIVED).
2. Pre-committed size survives 20–30% crashes; reactive size does not.
3. The promise is to a past self — honouring it is the only defence under fear.
4. Worst drawdowns trace to unplanned adds, not the first trade.
5. A written rule followed badly beats a perfect rule negotiated live.
# Pre-commit check (every trade)
plan = {
'entry': None, 'stop': None,
'risk_pct': 1.0, # max, never raised live
'size': calc_size(entry, stop, risk_pct)
}
assert plan['stop'] is not None, "NO STOP = NO TRADE"
# If you feel like widening stop, the rule already failed — exit.
Tight stops get wicked out in noise — so stop placement matters, not just having one. The failure is moving it, not placing it imperfectly.
1. Size before chart: risk% → stop distance → position. No exceptions.
2. Stop is final. If hit, you are flat — not "wider".
3. Ban adding to a losing position. Average-up only winners, never losers.
4. Write the rule when calm; the frightened you cannot renegotiate it.
5. Review blown rules, not just blown trades.
**Q: Tight stop or wide stop?**
Wide enough to survive noise, tight enough to bound loss. Placed pre-trade, never moved.
**Q: Why do I always move my stop?**
Live loss aversion. The fix is treating the stop as a promise to past-you, not a choice for now-you.
**Q: How much risk per trade?**
1% is a floor for discipline, not a target. Smaller if unsure.
**Q: Does this work in options?**
Options decay adds urgency — pre-committed invalidation matters more, not less.
Risk management is psychology wearing a spreadsheet. Pre-commit size and stop on paper; once in the trade, the frightened mind will try to renegotiate. The stop is a promise to your past self — honour it, or the account honours it for you.
Shakti Tiwari — Nifty Option Trader, XGBoost Expert. Trading psychology research for optiontradingwithai.in. Educational only, not financial advice.
---
**Related Articles (optiontradingwithai.in):**
**Connect:**
Also on Dev.to (primary): https://dev.to/shaktitiwari