Direct answer
Using ATR for a forex stop loss means you choose a stop level by first calculating Average True Range (ATR), then converting that volatility measure into a distance (for example, a multiple of ATR) from your entry price. The core idea is to scale the stop-loss width to how much the market has been moving recently, rather than using a fixed number of pips.
Explanation and mechanics
Average True Range (ATR) is a volatility indicator that summarizes the “true range” of price over a lookback window, and then averages it. “True range” generally reflects the larger of: the current high–low range, the distance from the prior close to the current high, or the distance from the prior close to the current low. The ATR value is usually expressed in price units (or pip-equivalent units, depending on how it is displayed in your platform).
A practical way to apply ATR to a stop loss (conceptually) is:
- Pick an ATR lookback (for example, a commonly used short-to-medium window) appropriate for your trading horizon.
- Read the current ATR value from your chart.
- Choose a multiplier (factor) that converts ATR into a stop distance.
- Set the stop level relative to your entry:
- For a long position, the stop is typically placed below entry by the ATR-based distance.
- For a short position, the stop is typically placed above entry by the ATR-based distance.
This approach is tied to the “Move Stop Loss” idea: you define where the stop loss goes, and you may adjust it later using updated ATR readings as volatility changes.
Simple comparison: ATR vs fixed-distance stops
- Fixed-distance stop: constant pip distance regardless of market movement.
- ATR-based stop: distance expands when volatility rises and contracts when volatility falls.
Both approaches can be used for risk management, but they behave differently when conditions change. ATR-based stops are not automatically “better”; they are a method for adapting the stop width to measured volatility.
Example checks (non-guaranteed)
Consider a scenario where ATR has increased compared with earlier in the week. If you previously placed a stop using (multiplier × ATR at that time), the market is moving more now, so ATR-derived distances would typically be larger if recalculated.
Independent checks you can run:
- Consistency check: verify that the stop distance produced by your chosen multiplier stays within a reasonable band for your instrument.
- Sensitivity check: test at least a few multipliers to see how often stops would have been hit, without assuming the future will match the past.
- Regime check: compare behavior during quieter vs more volatile periods. ATR-based logic may respond strongly to regime shifts.
Limitations and risks
- No certainty of outcome: ATR is based on historical price movement and does not predict future direction.
- Volatility can change abruptly: a stop computed from recent ATR may become too tight or too wide if market behavior shifts faster than the ATR lookback can reflect.
- Indicator settings matter: different ATR periods and multipliers can produce materially different stop placements.
- Not all “true range” implementations match: charting platforms may compute display values and pip conversions differently, so confirm how your platform expresses ATR.
Because you are using a derived volatility measure, you should treat ATR-based stop placement as an adjustable framework that requires verification (for example, by reviewing past instances for your instrument and time frame) rather than a rule that guarantees protection.