summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:26:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-02 10:26:52 +0900
commit53cadcf7e34f05f77082e84f0696b56bcbcbae36 (patch)
treee02650e10c4d5727bc1e32e27788c17327fa46f7 /Makefile
parentf5521da2876a2c19afc24f370b3258f2be95f81a (diff)
refactor: remove all crypto/Binance code, update to US stock symbols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6526d27..74a5676 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 screen
+.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci e2e optimize screen backtest-moc
infra:
docker compose up -d redis postgres
@@ -38,8 +38,8 @@ ci:
e2e:
./scripts/e2e-test.sh
-optimize:
- python scripts/optimize_asian_rsi.py
-
screen:
python scripts/stock_screener.py
+
+backtest-moc:
+ python scripts/backtest_moc.py