Fix manual refresh dropping qualified ranks and clarify trade UI.
Single-ticker fetch now attaches residual-momentum ranks so setups do not silently fail the activation gate. Exit plan is a timeline, chart labels move left of the price scale, and missing ranks surface explicitly.
This commit is contained in:
@@ -192,7 +192,9 @@ export default function StandingMatrix({
|
||||
</>
|
||||
) : (
|
||||
<p className="text-sm leading-relaxed text-gray-500">
|
||||
No active setup, so this ticker isn’t ranked on the momentum axis yet. Run the scanner to place it.
|
||||
{composite != null && momentum == null
|
||||
? 'Setup is present, but residual momentum rank is missing — the activation gate treats unranked setups as not qualified. Refresh this ticker (or wait for the daily scan) so universe ranks are attached.'
|
||||
: 'No active setup, so this ticker isn’t ranked on the momentum axis yet. Run the scanner to place it.'}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user