promote residual momentum ranking
Deploy / lint (push) Successful in 7s
Deploy / test (push) Successful in 1m8s
Deploy / deploy (push) Successful in 35s

This commit is contained in:
2026-07-02 21:00:39 +02:00
parent 849489a4b5
commit aadec7d403
21 changed files with 310 additions and 185 deletions
+2 -2
View File
@@ -216,7 +216,7 @@ export default function TickerDetailPage() {
[setupsForSymbol],
);
// Standing matrix: this ticker's momentum percentile + long confidence (from its
// Standing matrix: this ticker's residual momentum percentile + long confidence (from its
// setup), the field (every ticker's composite × momentum) for the cloud, and
// whether it qualifies / is the top pick.
const myMomentum = longSetup?.momentum_percentile ?? shortSetup?.momentum_percentile ?? null;
@@ -296,7 +296,7 @@ export default function TickerDetailPage() {
<StatusPill
tone="blue"
label="★ Top Pick"
title="Current top pick — highest-momentum qualified setup right now"
title="Current top pick — highest residual-momentum qualified setup right now"
/>
)}
{hasOpenTrade && (