Best used for
Use Trend when market leadership, persistence, and technical confirmation matter more than backward-looking return alone.
Score detail
Score explanation and ranking
See which assets currently lead on this score.
Jump directly into the next ranking hubs connected to this score.
Open related score rankings.
Open the metrics behind this score.
Why use this score?
Each score gives you a different view. Start here, then open the ranking, then continue into related scores or metrics.
Use Trend when market leadership, persistence, and technical confirmation matter more than backward-looking return alone.
This score captures whether an asset is participating in a durable move instead of merely reflecting past performance.
Compared with Performance, Trend cares more about persistent leadership than about the efficiency of the past return path. Compared with Overall, it is the cleaner lens when technical confirmation is the real question.
Check the methodology first, use the live ranking to see where leadership is currently concentrated, and then validate the move with adjacent trend metrics and related views.
Understand the score logic, FAQ context, and exact formula details.
The trend score estimates whether an asset is currently trending up or down versus other assets in our universe. Instead of checking signals one by one, you get a clear read: is momentum more bullish, neutral, or bearish?
We combine multiple trend signals (price vs moving averages like SMA 50/100/200, trend strength, 12‑month momentum, and relative strength vs the benchmark) and rank each signal relative to all assets with data. High values (near 100) mean many signals are in the upper part of the universe; low values (near 0) point to a weaker/negative trend.
Important: The trend score is not a guarantee and can change quickly - especially in sideways regimes. It’s mainly a way to spot the current market regime faster and make decisions (watchlist, timing, risk check) more structured.
The trend score describes the current technical state: is the asset in an uptrend or downtrend right now? Performance focuses more on returns over time horizons. An asset can have strong long‑term performance but lose short‑term trend - and vice versa.
Because trends don’t have to break in a single day. In a healthy uptrend, pullbacks are normal. The score often stays high as long as the correction remains relatively orderly and the broader structure holds.
False signals are common in sideways regimes. Look for consistency: does the move hold for weeks, or does it get reversed quickly? Pair the trend score with the stability score (calm vs. frantic trend) and, if needed, inspect the underlying signals.
SPVS50 = S_high(price_vs_sma50)
SPVS100 = S_high(price_vs_sma100)
SPVS200 = S_high(price_vs_sma200)
STrend = S_high(trend_strength)
SMom12 = S_high(momentum_12m)
SRS12 = S_high(relative_strength_12m)
base = WM(0.20*SPVS50 + 0.20*SPVS100 + 0.20*SPVS200 + 0.20*STrend + 0.10*SMom12 + 0.10*SRS12, default=50)
bonus = (is_golden_cross ? +6 : 0) + (is_death_cross ? -6 : 0)
Trend = clamp(round(base + bonus), 0, 100)