From ad0303208266b6a0f8b35a3e065e5f7149718cdc Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 4 May 2026 09:53:30 -0400 Subject: [PATCH] hourly runs --- systemd/crypto-trader.timer | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/systemd/crypto-trader.timer b/systemd/crypto-trader.timer index 315fbae..e7a7f6f 100644 --- a/systemd/crypto-trader.timer +++ b/systemd/crypto-trader.timer @@ -3,12 +3,8 @@ Description=Run Kraken Crypto Trader Bot on schedule Requires=crypto-trader.service [Timer] -# Runs at 09:00, 13:00, and 17:00 UTC every day. -# Adjust times to suit your strategy — the bot is quick (~10s) so running -# 2–4 times a day is a reasonable frequency for a daily momentum strategy. -OnCalendar=*-*-* 09:00:00 UTC -OnCalendar=*-*-* 13:00:00 UTC -OnCalendar=*-*-* 17:00:00 UTC +# Runs once every hour. +OnCalendar=hourly # If the system was off at a scheduled time, run once when it comes back up Persistent=true