hourly runs

This commit is contained in:
2026-05-04 09:53:30 -04:00
parent e37072953b
commit ad03032082

View File

@@ -3,12 +3,8 @@ Description=Run Kraken Crypto Trader Bot on schedule
Requires=crypto-trader.service Requires=crypto-trader.service
[Timer] [Timer]
# Runs at 09:00, 13:00, and 17:00 UTC every day. # Runs once every hour.
# Adjust times to suit your strategy — the bot is quick (~10s) so running OnCalendar=hourly
# 24 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
# If the system was off at a scheduled time, run once when it comes back up # If the system was off at a scheduled time, run once when it comes back up
Persistent=true Persistent=true