summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:05:25 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:05:25 +0900
commit2446214389fb8f4644d1a24a19e5e3d7b55e8651 (patch)
treef740f479bf5222b1b093617520e32ac220108253 /services
parent87bf67bac771181aeb4f4c5bb11fae8f343c12bb (diff)
refactor: replace Binance/ccxt with Alpaca API client for US stocks
Diffstat (limited to 'services')
-rw-r--r--services/strategy-engine/src/strategy_engine/main.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/services/strategy-engine/src/strategy_engine/main.py b/services/strategy-engine/src/strategy_engine/main.py
index ac28d6b..8c77ada 100644
--- a/services/strategy-engine/src/strategy_engine/main.py
+++ b/services/strategy-engine/src/strategy_engine/main.py
@@ -74,10 +74,7 @@ async def run() -> None:
engine = StrategyEngine(broker=broker, strategies=strategies)
- provider = SentimentProvider(
- cryptopanic_api_key=config.cryptopanic_api_key,
- cryptoquant_api_key=config.cryptoquant_api_key,
- )
+ provider = SentimentProvider()
health = HealthCheckServer(
"strategy-engine",