NON-CUSTODIAL·AES-256-GCM ENCRYPTION·BUILT ON FREQTRADE
Free glossary entry
Glossary

The stop-loss

A stop-loss is the pre-commitment to be wrong at a small size instead of a large one. Here is how stops work, where to place them, and why bots enforce them better than humans.

Account risk
1%
worked example
Stop distance
5%
Position size
20%
account risk ÷ stop distance
What it is

The stop-loss, explained.

A stop-loss is a predefined exit that closes a position once its loss reaches a set threshold — for example, sell if price falls 5% below entry. It is the basic unit of risk management: a decision made calmly in advance about the maximum a single trade is allowed to cost.

The reason stops are decided in advance is that the moment they trigger is precisely when human judgement is worst. Loss aversion makes traders hold losers, average down, and 'wait for it to come back' — the behaviors behind most blown accounts. A stop turns that moment into a non-decision.

Placement is the craft. Too tight, and normal market noise stops you out of trades that would have worked; too wide, and the losses defeat the purpose. Common approaches anchor the stop to the market's structure — below a recent swing low, or a multiple of ATR so the distance scales with volatility — rather than to a round number that feels comfortable.

How it works

From idea to a running bot.

In an automated strategy the stop-loss is configuration, not willpower.

  1. Set the threshold

    Every VolatiCloud bot has a stop-loss in its risk settings — the maximum adverse move before the position is closed. It applies to every trade the strategy opens, without exception.

  2. Size around the stop

    Stop distance and position size together fix the account risk per trade: risking 1% of the account with a 5% stop means the position is 20% of the account. Decide the account risk first, derive the size.

  3. Test it in the backtest

    The stop level changes everything downstream — win rate drops as stops trigger, but average losses shrink. Backtesting different levels shows the real trade-off on your strategy and pair, including how it reshapes maximum drawdown.

Who it's for

Built for the way you trade.

Stops are for everyone; discipline about them is what varies.

Systematic traders

A stop is only as good as its enforcement. Encoding it in a bot removes the mid-drawdown temptation to 'give it a little more room' — the exception that becomes the rule.

Position sizers

The stop is the anchor of the whole risk chain: account risk per trade → stop distance → position size. Get the first two right and sizing is arithmetic.

Volatility-aware traders

Fixed-percentage stops mean different things on different pairs. ATR-scaled placement adapts the stop to how much each market actually moves.

  • Caps the maximum loss of a single trade
  • Decided in advance — when judgement is still calm
  • Placement trade-off: noise tolerance vs loss size
  • Configured per bot in VolatiCloud's risk settings
  • Enforced automatically, without hesitation or exception
FAQ

Frequently asked questions.

Where should I place my stop-loss?

Anchor it to the market, not to your comfort: below a meaningful structure level (like a recent swing low) or at a multiple of ATR so it scales with volatility. Then verify with a backtest — the right stop for one pair and timeframe is wrong for another.

Do stop-losses guarantee my maximum loss?

Not perfectly. In fast markets or thin order books, the exit can fill below the stop level — slippage. Stops still cap losses dramatically better than hoping, but the fill price is an intention, not a contract.

Why do bots handle stops better than humans?

Because the stop's trigger moment is when humans reliably break their own rules — moving the stop, averaging down, freezing. A bot executes the pre-committed exit every time, which preserves the risk math the strategy was tested on.

How do stops work in VolatiCloud?

Stop-loss is part of every bot's risk configuration, and trailing stops are also supported. The same settings apply in backtests, so you can measure how a stop level changes win rate, drawdown, and expectancy before trading it live.

Ship your first live bot this afternoon.

Connect an exchange, build a strategy in the visual builder, backtest it on real data, and deploy. Start a 7-day Pro trial — no credit card required.

No credit card required · Cancel any time