Cooldown Period
Also known as: cool-down period, trade cooldown, trade timeout, re-entry delay
What is it?
A cooldown period is a forced wait your bot enforces between trades, blocking it from opening a new position until a set time has passed. It is usually triggered after a loss or a win so the bot pauses instead of firing the next signal the instant the previous trade closes.
- 1Trade closes The bot logs a GBP/USD stop-out and starts its cooldown timer.
- 2Cooldown active A fresh signal fires, but the bot blocks any new entry while the timer runs.
- 3Timer clears After 20 minutes the cooldown ends and the bot is allowed to trade again.
- 4Next entry A qualified signal after the pause opens a position normally.
The point is to stop overtrading and revenge trading, where a string of rapid entries piles up risk faster than your edge can absorb it. Say your bot takes a loss on EUR/USD at 09:15 and runs a 30-minute cooldown: it ignores every fresh signal until 09:45, even a strong one, then resumes as normal.
That short gap keeps one bad streak from cascading into many trades inside a single volatile window.
Why it matters: It caps how fast a bot can stack trades after a loss or win, which keeps one bad streak from snowballing into many.
Next allowed entry time = last trade close time + cooldown duration
A well-tuned cooldown is one of the few controls that directly limits trade frequency and the loss-clustering it causes.
Real-world example
After a losing GBP/USD trade closes at 14:00, a 20-minute cooldown blocks all new entries until 14:20, so a single stop-out cannot spawn three more trades inside the same choppy hour.
How SignalBots handles it
On the SignalBots Connector you can attach a cooldown to any automated strategy so it waits out the post-trade noise instead of chasing every signal back-to-back. See /risk-warning.
Pro tip
Set your cooldown a touch longer than the volatility burst that usually follows a stop-out, not as a fixed round number copied from a template.
Common pitfalls
Setting the cooldown so long that the bot sits out the very recovery move it was built to catch.
Frequently asked questions
How long should a cooldown period be?
It depends on your timeframe and the asset's volatility, not a fixed number. Scalpers may use a few minutes while swing setups use hours; tune it to the typical noise window after a trade. Your capital is at risk regardless of the setting.
Does a cooldown only trigger after a loss?
No. Many bots run a cooldown after wins too, since a win can tempt the same overtrading and oversizing that a loss does. You choose whether it fires after losses, wins, or both.
Is a cooldown the same as a kill switch?
No. A cooldown is a temporary pause that lifts automatically after the timer ends, while a kill switch halts the bot entirely until you intervene. They solve related but different risk problems.
Can a cooldown make me miss good trades?
Yes, a cooldown will sometimes skip a valid signal that fires during the pause. That trade-off is intentional, but an overly long cooldown can cost more than the overtrading it prevents.
Does a cooldown improve my win rate?
Not directly. It controls trade frequency and loss clustering rather than the quality of any single signal, so judge its effect on backtested results over many trades. Your capital is at risk.
Trading involves substantial risk of loss. Historical and backtested results do not guarantee future performance. Read the full risk warning.