Reversal Stop¶
OVERVIEW¶
A reversal stop is an order type and risk management strategy where a trader exits an existing position and immediately enters a new position in the opposite direction when a specific price trigger is hit. Unlike a standard stop-loss order, which moves the trader to cash, a reversal stop flips the position bias from long to short, or short to long, in a single execution.
Note
Reversal stops are used by trend-following traders and systematic algorithms to stay positioned in the direction of prevailing momentum without execution lag.
HOW IT IS CALCULATED AND IDENTIFIED¶
A reversal stop is identified by locating a trend invalidation level derived from technical indicators. Common sources for the trigger level include:
- Parabolic SAR — dynamic trailing price levels that flip with trend direction
- Moving average crossover — price crossing above or below a key moving average
- Donchian channel breakout — price breaching the high or low of a defined period range
The order is placed as a stop-market or stop-limit order at the trigger price. The execution size is calculated as follows:
New Position Size = Original Position Size + Reversed Position Size
Tip
If you are long 100 shares and want to reverse to a 100-share short, your broker must execute a 200-share sell order at the trigger price. Verify you have sufficient buying power to handle the gross exposure of the flip before placing the order.
WORKED EXAMPLE¶
| Step | Detail |
|---|---|
| Initial position | Long 100 shares of AAPL at $190 |
| Trigger level | $185, based on 50-day moving average breakdown |
| Trigger event | AAPL trades down to $185 |
| Execution | Broker sells 100 shares to close long, sells 100 additional shares short at $185 |
| New position | Short 100 shares at an average entry of $185 |
| Outcome | If AAPL drops to $175, the trader profits $10 per share on the short position |
WHEN TO USE¶
Reversal stops are best applied in trending markets where price action exhibits clean, directional momentum.
| Use Case | Description |
|---|---|
| Trend-following systems | Supertrend and Donchian channel strategies automate entries and exits using reversal stops |
| Failed breakout reversals | Day traders deploy reversal stops during momentum shifts where a breakout immediately becomes a breakdown |
| Systematic algorithms | Removes psychological friction of manually closing a losing position and waiting for re-entry confirmation |
LIMITATIONS AND COMMON MISCONCEPTIONS¶
Note
Reversal stops do not protect capital. They cap the loss on the initial position but immediately expose the trader to risk in the opposite direction.
| Risk | Description |
|---|---|
| Whipsaw losses | In ranging markets, reversal stops trigger repeatedly, generating cascading losses and slippage costs |
| Double-sided loss | If price triggers the stop and reverses immediately, the trader loses on both the original and the new reversed position |
| Short-sell requirements | Reversing into a short position requires locate availability and margin privileges, which can fail in high short-interest environments |
| False breakouts | Ranging price action produces frequent false signals that are especially damaging to reversal stop strategies |