crypto-scannerlisted
Install: claude install-skill wahyujhoo17/crypto-scanner
Perform crypto market scanning and multi-timeframe technical analysis using Binance public API.
## Workflow
1. **Execute Market Scanner Script**:
Run the Python script at `scripts/scanner.py` (or full path `~/.config/opencode/skills/crypto-scanner/scripts/scanner.py`):
- Full market scan: `python3 scripts/scanner.py`
- Single pair scan: `python3 scripts/scanner.py <SYMBOL>` (e.g. `python3 scripts/scanner.py ZECUSDT`)
2. **Technical Evaluation Criteria**:
- **Crossover Trigger**: MA7 crosses above MA25 (Golden Cross) or below MA25 (Death Cross) on 1H timeframe.
- **Trend Confirmation**: Check 4H MA7 vs MA25 trend alignment and structure.
- **RSI Momentum Guidelines**:
- Optimal Long: 1H RSI between 50 - 68 (active momentum, not overbought).
- Overbought Risk: 1H RSI > 70 (do not FOMO at local peaks).
- Oversold Bounce: 4H RSI < 25 with 1H bullish reversal confirmation.
- **Volume Verification**: 24h volume must be > $2,000,000 USDT to avoid low liquidity slippage.
3. **Output Response Structure (Match User's Language)**:
Always respond in the user's language (Indonesian, English, etc.) and structure the response as follows:
- **Best Scanned Pairs List**: Present top 2-3 scanned pairs matching technical criteria.
- **Best Momentum Coin Recommendation**:
- *If valid trade setup exists (LONG or SHORT)*:
**Best Momentum Coin**: `PAIR` (Brief rationale: MA cross, RSI 1H/4H status, volume spike).
**Position Suggest