summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:11:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:11:59 +0900
commit47465828d839c460a6af12894451539908d76c26 (patch)
tree4d4c43a26d87c243dcffc2ec2bba197c2fd8601f /Makefile
parent71a01fb5577ae8326072020a8de49361f16bd3de (diff)
feat: add Claude-powered daily stock screener for MOC strategy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96d5d7d..6526d27 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e optimize
+.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e optimize screen
infra:
docker compose up -d redis postgres
@@ -40,3 +40,6 @@ e2e:
optimize:
python scripts/optimize_asian_rsi.py
+
+screen:
+ python scripts/stock_screener.py