AAIYUGBeta
LeaderboardRaceWall of FameLitepaperBlogNews
AAIYUG

A skill-based trading competition platform.

✉ hello@aiyug.com

Dubai, United Arab Emirates

PRE-LAUNCH · REGISTRATION IN PROGRESS
Platform
LeaderboardLive raceWall of FameHow it worksLitepaperBlogMarkets newsJoin free
Legal
Terms & ConditionsPrivacy PolicyCompetition RulesRisk Disclaimer

Simulated trading only. No real money is traded. AIYUG is not financial advice and is not a regulated financial service. Read the full risk disclaimer →

© 2026 AIYUG. All rights reserved.

LeadersRaceFameBlogNews
Blog
Strategy· 24 August 2026 · 6 min read

Stop-Loss Strategies Explained for Practical Traders

Clear, practical stop-loss strategies explained: hard vs mental stops, trailing stop loss mechanics, formulas, and a worked example to manage risk.

A
AIYUG Desk
Content & education team

Why stop-loss rules matter

Stop-loss strategies explained: a stop-loss order is a risk-management tool that limits potential loss on a trade by exiting when price reaches a predefined level. For retail traders, using deliberate stop rules reduces emotional decisions, preserves capital, and enables scalable position sizing.

This article covers the mechanics and math behind common stop types, trade-offs between hard stop vs mental stop, how trailing stop loss works, and a concrete worked example with formulas you can apply.

Types of stops — definitions and use-cases

  • Hard stop (order-based): a placed stop-loss order with your broker (e.g., stop market or stop-limit). It automatically triggers execution when price hits your level. Pros: discipline, automatic execution. Cons: slippage in fast markets; can be triggered by spikes.
  • Mental stop (manually executed): you decide to exit when price reaches a level, but no order is placed. Pros: flexibility to avoid noise or false breakouts. Cons: subject to emotion and execution delay.
  • Trailing stop loss: a stop that moves in your favor as price moves positively, preserving gains while giving room for continuation. Typically implemented as a fixed amount, percentage, or using technical indicators (e.g., ATR-based).

Hard stop vs mental stop — practical comparison

  • Discipline: hard stops enforce rules; mental stops rely on discipline.
  • Execution certainty: hard stops guarantee an attempt to exit; mental stops may fail if you hesitate.
  • Market noise: mental stops can avoid being run by intraday volatility if you wait for confirmation; hard stops protect you from sudden gaps.

Choose based on your time horizon and emotional control. Day traders often prefer hard stops for automatic exits; swing traders sometimes use wider hard stops or mental stops with check-in rules.

Trailing stop loss mechanics

Three common trailing stop methods:

  1. Fixed-distance trailing stop: move stop a fixed amount (points or percent) behind current price.
  2. Percentage trailing stop: stop = current price × (1 - trail_pct) for long positions.
  3. ATR-based trailing stop: stop = current price - (k × ATR), where ATR is Average True Range and k is a multiplier (commonly 1.5–3).

Advantages: locks in profits while allowing trends room to breathe. Disadvantages: choosing trail distance is critical — too tight and you get whipsawed; too wide and you give back profits.

Position sizing formula using stop distance

A simple position-sizing rule links allowed risk per trade to stop distance.

  • Risk per trade (R$) = portfolio_value × risk_fraction
  • Stop distance (D) = entry_price - stop_price (for long)
  • Position size in shares (Q) = floor(R$ / D)

Worked formulas:

Position size (units) = Risk per trade / (Entry price - Stop price) If using percent stop: D% = (Entry price - Stop price)/Entry price, then Position size = (Portfolio value × risk_fraction) / (Entry price × D%)

Remember to include transaction costs and slippage in D (or add a buffer).

Concrete worked example

Assumptions (all numbers are illustrative):

  • Portfolio value: $50,000
  • Risk per trade: 1% of portfolio = $500
  • Chosen stock entry price: $40.00
  • Hard stop set at $36.00 (stop distance D = $4.00)
  • Commission and slippage estimate: $0.50/share (we will add to D as needed)

Step-by-step:

  1. Calculate risk per trade: R$ = 0.01 × $50,000 = $500.
  2. Calculate stop distance including execution friction: D_total = $4.00 + $0.50 = $4.50.
  3. Position size in shares Q = floor(R$ / D_total) = floor(500 / 4.5) = 111 shares.
  4. Cash required = 111 × $40 = $4,440 (ensure margin/available funds rules with your broker).
  5. If stock hits stop at $36, loss ≈ 111 × $4.5 = $499.5 (close to your $500 cap).

If you prefer percent form: D% = 4/40 = 0.10 (10%). Position size = (50,000 × 0.01) / (40 × 0.10) = 500 / 4 = 125 shares (without slippage). Adjust for friction as above.

This demonstrates the concrete link: smaller stop distances allow larger positions for the same risk, but tighter stops are more likely to be hit.

Example of a trailing stop loss in practice

Suppose you buy at $40 and use a 10% trailing stop. Initial trailing stop = $40 × (1 - 0.10) = $36. If price rises to $48, trailing stop moves to $48 × 0.90 = $43.20. If price then falls to $43.20, the stop triggers. If price gaps below the stop, a market trigger may execute at a worse price — know your broker's order type (stop-market vs stop-limit).

ATR-based trail example: ATR(14) = $1.20, choose k = 2. Trail distance = 2 × 1.2 = $2.40. If price rises, stop = current_price - 2.4.

Practical rules and checklist

  • Always calculate position size before entering a trade.
  • Include expected slippage and commissions in stop distance.
  • Use hard stops if you cannot monitor trades; consider mental stops only if you have a disciplined plan and can trade manually.
  • For long-term trades, use wider stops (based on volatility) or consider portfolio-level hedging instead of tight stops.
  • Backtest stop rules on historical data or paper-trade them to see real behavior.

No guarantees: these methods are educational and not investment advice.

Try techniques in a risk-free environment like AIYUG's free paper-trading race (https://aiyug.trading/race) to practice execution, position sizing, and trailing stop tactics without real capital.

Quick summary

  • "Stop-loss strategies explained" centers on picking the right stop type, trail method, and position size for your trading style.
  • Use hard stops for automation and mental stops only if you have strict discipline.
  • Trailing stops lock in gains; choose trail distance using percent or volatility (ATR).
  • Always size positions so your loss stays within your pre-defined risk per trade.

Following clear rules converts subjective fear and greed into a repeatable, measurable approach to risk management.

FAQ

Should I always use a hard stop or a mental stop?

Use a hard stop if you cannot monitor the trade or want automated discipline. Mental stops can reduce whipsaws for experienced traders who are available to execute manually, but they require strict self-discipline to avoid emotional mistakes.

How do I choose the distance for a trailing stop?

Choose a trailing distance based on your time horizon and the asset's volatility. Common approaches: fixed percent (e.g., 5–15%), fixed points, or ATR-based (e.g., 1.5–3× ATR). Backtest or paper-trade the setting to find a balance between avoiding whipsaws and protecting gains.

How much of my portfolio should I risk per trade?

A common retail guideline is 0.5–2% of portfolio value per trade. The exact percentage depends on your risk tolerance, strategy frequency, and edge. Always calculate position size so that a stop hit equals your predetermined dollar risk.

StrategyPosition SizingRisk Management

Put it into practice — free

Join this week’s AIYUG race: virtual capital, real market data, real recognition from investors. No deposit, no KYC.

Keep reading
Strategy · 25 Aug 2026 · 6 min

How to Backtest a Trading Strategy Step by Step

A practical, step-by-step guide to backtesting: data, rules, metrics, common mistakes, and a worked example you can run in a spreadsheet.

Strategy · 19 Aug 2026 · 7 min

How to Calculate Risk-Reward Ratio for Trading

Learn the formula and step-by-step method to calculate risk-reward ratio, set stop loss and take profit levels, and see a worked example for position sizing.

Strategy · 18 Aug 2026 · 6 min

Practical Position Sizing and Risk Management for Traders

Clear, mechanical rules for position sizing and risk management in trading, including formulas, a worked example, and how much to risk per trade.