diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 10:11:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-02 10:11:59 +0900 |
| commit | 47465828d839c460a6af12894451539908d76c26 (patch) | |
| tree | 4d4c43a26d87c243dcffc2ec2bba197c2fd8601f /Makefile | |
| parent | 71a01fb5577ae8326072020a8de49361f16bd3de (diff) | |
feat: add Claude-powered daily stock screener for MOC strategy
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
