summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:08:32 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:08:32 +0900
commit71a01fb5577ae8326072020a8de49361f16bd3de (patch)
tree7515f1e5d67d308cefbaa0d9ee8a13984f20b73f /Makefile
parent6f162e4696e8e90fcbd6ca84d0ad7f0d187dfb01 (diff)
refactor: migrate to US stocks with Alpaca API
- Replace Binance/ccxt with Alpaca REST client (paper + live) - Add MOC (Market on Close) strategy for overnight gap trading - Wire sentiment into strategy engine main loop - Add EMA + bullish candle entry filters to Asian RSI - Remove crypto-specific exchange factory - Update config: Alpaca keys replace Binance keys - 399 tests passing, lint clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0e0743..96d5d7d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e
+.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e optimize
infra:
docker compose up -d redis postgres
@@ -37,3 +37,6 @@ ci:
e2e:
./scripts/e2e-test.sh
+
+optimize:
+ python scripts/optimize_asian_rsi.py