How the scoring works
This is a plain, rules-based scanner — not an opaque model, and not a prediction of what will happen.
For every coin in the chosen universe it computes three scores from real candle data:
Momentum — how far RSI(14) sits from neutral. Only coins with RSI ≤ 40 (long candidates)
or RSI ≥ 60 (short candidates) are considered at all.
Volume — the latest candle's volume vs. its 20-period average. Confirms the move isn't happening on thin activity.
Structure — how close price sits to its own recent swing high/low, in the direction of the candidate trade.
These three combine into one confidence score (0–100). Entry is the latest price; the stop is 1.5×
ATR(14) away; the target is set by your chosen risk:reward multiple. None of this is a guarantee —
it's the same kind of mean-reversion logic tested earlier, applied across many coins at once instead of one.