Add Kraken daily OHLC poller with database storage

Polls Kraken API for 1-day BTC/USD candles aligned to 00:01 UTC,
mirroring the existing hourly poller pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 17:53:50 +01:00
co-authored by Claude Opus 4.6
parent 30aa52cdc7
commit c688846a26
6 changed files with 157 additions and 1 deletions
@@ -0,0 +1 @@
DROP TABLE kraken_day;