BACK TO CLAUDE SKILLS
◈
scan_overbought
Market ScannerScannerRSI
INSTALLATION
$python -c "exec(open('scan_overbought.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Returns coins where RSI exceeds the configurable threshold (default 70), along with the RSI value and an `action` label set to `watch_short`. The `action` field makes the output directly parseable by prompt templates that need structured context without additional processing.
Overbought conditions in a strong bull market can persist for weeks — RSI > 70 in an uptrending market often signals continuation rather than reversal. The scanner is most effective in ranging markets or when combined with bearish divergence detection, where overbought + divergence creates a high-probability reversal setup.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMarket Scanner
ComplexityIntermediate
LanguagePython 3.10+
TagsScanner, RSI
[ ASK CLAUDE ]
Ask AI about this skill before installing it.