From be4d6a05cadafd3e5d02d18db65f754a9246c260 Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Thu, 2 Jul 2026 21:23:05 +0200 Subject: [PATCH] clarify documented production strategy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bf3204..43456de 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Corollaries: never let an unvalidated score gate setups; the outcome evaluator m - Fundamental data tracking (P/E, revenue growth, earnings surprise, market cap) - 5-dimension scoring engine (technical, S/R quality, sentiment, fundamental, momentum) with configurable weights - Risk:Reward scanner — long and short setups, ATR-based stops, S/R-based targets, configurable R:R threshold (default 1.5:1) -- Activation gate — qualifies setups on a momentum-percentile floor plus an R:R floor (validated long-only edge) +- Activation gate — qualifies setups on a residual-momentum percentile floor plus an R:R floor (validated long-only edge) - Recommendation layer — directional confidence, conflict detection, per-target reach-probability - Paper trading — take a setup, mark-to-market vs. latest close, auto-close per the exit policy (default: hold 30 trading days with the initial stop; trailing / target-stop selectable), realized track record + outcome evaluation - Market-regime index + FRED early-warning monitor (VIX, credit spreads); weekly backtest + manual event study @@ -394,7 +394,7 @@ tests/ ## Maintainer Guide -Context for whoever — human or AI — continues this work. The owner pushes straight to `main` on a self-hosted Gitea remote (no PRs) and deploys manually. +Context for whoever — human or AI — continues this work. The owner pushes straight to `main` on a self-hosted Gitea remote (no PRs); deployment is automated by the Gitea Actions workflow at `.gitea/workflows/deploy.yml`. ### Invariants — do not break these @@ -422,7 +422,7 @@ Context for whoever — human or AI — continues this work. The owner pushes st | Paper trades + time/trailing/target auto-exit | `app/services/paper_trade_service.py` | | Point-in-time setup context snapshots | `app/models/signal_context_snapshot.py` + `app/services/rr_scanner_service.py` | | S/R detection & zone clustering | `app/services/sr_service.py` | -| SPY benchmark for paper-trade alpha | `app/services/benchmark_service.py` | +| SPY benchmark for residual momentum + paper-trade alpha | `app/services/benchmark_service.py` | | Pipelines & job registration | `app/scheduler.py` | ### Verifying changes