BACK TO CLAUDE SKILLS
◈
scan_golden_cross
Market ScannerScannerEMA
INSTALLATION
$python -c "exec(open('scan_golden_cross.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Searches for coins where EMA 20 crossed above EMA 50 within the last N bars (default 5). The lookback window ensures the function captures recent crossovers rather than historical ones that may have already played out. Returns only the coin identifiers as a list, suitable for passing to a downstream analysis pipeline.
The golden cross is one of the most widely referenced trend-following signals in both crypto and equity markets. Its reliability improves significantly when confirmed by rising volume and an ADX reading above 25. After scanning, pass results to `measure_trend_strength` to filter for only those crosses occurring in strong-trend conditions.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryMarket Scanner
ComplexityIntermediate
LanguagePython 3.10+
TagsScanner, EMA
[ ASK CLAUDE ]
Ask AI about this skill before installing it.