BACK TO CLAUDE SKILLS
◈
scan_buy_signals
Market ScannerScannerBuy
INSTALLATION
$python -c "exec(open('scan_buy_signals.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Screens a list of coins for a three-factor buy setup: RSI below 65 (not yet overbought), EMA 20 recently crossed above EMA 50 (golden cross), and MACD histogram positive. Only coins satisfying all three conditions simultaneously are returned, reducing false positives from single-indicator screens.
The RSI threshold of 65 (rather than the traditional 70) leaves room for momentum continuation — stocks and crypto coins often push to RSI 80+ during strong uptrends. If you want earlier entries, lower the threshold; if you prefer waiting for confirmed momentum, raise it to 70 or 75 and accept fewer but higher-quality signals.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMarket Scanner
ComplexityIntermediate
LanguagePython 3.10+
TagsScanner, Buy
[ ASK CLAUDE ]
Ask AI about this skill before installing it.