Learn / Research process

Back to learn

How do hysteresis bands differ from simple thresholds?

A simple threshold flips the strategy at one line. A hysteresis band uses different entry and exit conditions or a state-dependent deadband, so the signal has to move meaningfully before the position changes again.

What to remember

  • Small score reversals create whipsaw trades.
  • Turnover rises without a matching increase in expected edge.
  • The backtest can become highly sensitive to one threshold value.
  • Enter only after a stronger score improvement.

Short answer

A simple threshold says trade when the score crosses one cutoff. A hysteresis rule says the next action depends partly on the current state, so the strategy might need a higher bar to enter than to stay in, or a lower bar to exit than to re-enter.

That extra structure is useful when the score tends to oscillate near the decision boundary. Instead of flipping in and out every time noise nudges the signal, the system waits for a more meaningful move.

Why a single threshold chatters

Near-threshold scores are often the least trustworthy place to trade aggressively. If the model or market is noisy, one cutoff can turn a barely meaningful difference into repeated entry and exit events that mostly recycle spread and fees.

  • Small score reversals create whipsaw trades.
  • Turnover rises without a matching increase in expected edge.
  • The backtest can become highly sensitive to one threshold value.

What hysteresis adds

Hysteresis adds memory to the policy. The strategy behaves differently depending on whether it is currently flat, long, short, or partially invested. That is why entry and exit bands are often a better description than one threshold number.

  • Enter only after a stronger score improvement.
  • Hold through minor pullbacks instead of resetting immediately.
  • Reduce overtrading without fully blinding the system to real state changes.

What to validate

A good hysteresis rule lowers churn while preserving the moves that matter. Test whether the benefit survives worse fills, whether nearby band widths behave similarly, and whether the rule still reacts quickly enough when the edge genuinely turns.