Pauses trading after consecutive losing trades. Forces you to step away.
PipsGuard counts consecutive losing trades. When the streak hits your configured maximum, trading is paused for a cooldown period. This is different from Emotional Trading Block (which fires after every loss) — Loss Streak only fires after multiple consecutive losses, indicating a potentially destructive pattern.
When the pause activates, all new trade requests are blocked until the cooldown expires. This forces you to step away from the screen and reset your mental state before continuing.
| Parameter | Default | Description |
|---|---|---|
| max_consecutive_losses | 3 | Number of consecutive losses before the pause triggers |
| include_breakeven | false | Count breakeven trades as losses |
| cooldown_minutes | 15 | How long trading is paused after streak is hit |