BACK TO CLAUDE SKILLS
◈
scan_top_setups
Market ScannerScannerRanking
INSTALLATION
$python -c "exec(open('scan_top_setups.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Scores all input coins using `compute_signal_score`, sorts descending by score, and returns the top N results as (coin, score) tuples. This is a ranking function — it doesn't apply a hard cutoff beyond the top-N limit, allowing the caller to set the quality bar dynamically based on how many candidates the portfolio can absorb.
The quality of output is entirely dependent on the implementation of `compute_signal_score`. A robust scorer weights multiple factors: RSI position, EMA cross recency, MACD histogram sign, ADX strength, and volume confirmation. Wire all preceding indicator functions into the scorer for the most nuanced ranking results.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMarket Scanner
ComplexityIntermediate
LanguagePython 3.10+
TagsScanner, Ranking
[ ASK CLAUDE ]
Ask AI about this skill before installing it.