Crypto Multi-Timeframe Momentum Scanner
Pricing
Pay per usage
Crypto Multi-Timeframe Momentum Scanner
Scan 1000 cryptocurrencies across 9 timeframes (1m to 1y) with composite momentum scoring and trend confluence. Find coins gaining consistently across 1h+4h+24h or detect early reversals. No API key. $0.001/coin.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Scan 1000 cryptocurrencies across 9 timeframes (1m to 1 year) with composite momentum scoring and trend confluence detection. Find coins gaining consistently across multiple timeframes, or catch early reversals. No API key. $0.001/coin (50 coins = $0.05/run).
The Problem It Solves
A coin up 50% in 24h sounds exciting — but is it already topping, or just starting? A coin down 5% today but up 30% in the past week might be pulling back for the next leg. Single-timeframe analysis misses this.
This actor gives you all 9 timeframes at once with a composite momentum score that weights recent price action while keeping longer-term context.
How the Momentum Score Works
Each coin gets a weighted composite score:
| Timeframe | Default Weight |
|---|---|
| 1h | 10% |
| 4h | 20% |
| 24h | 35% |
| 7d | 25% |
| 30d | 10% |
Customize weights in the input to match your trading style (e.g., increase 4h weight for swing trading, increase 7d for trend following).
Trend Labels
| Label | Score Range |
|---|---|
strong_uptrend | +15 and above |
uptrend | +5 to +15 |
neutral | -5 to +5 |
downtrend | -5 to -15 |
strong_downtrend | -15 and below |
Example Output
{"rank": 42,"symbol": "SUI","name": "Sui","price_usd": 3.42,"market_cap_b": 10.2,"volume_24h_usd": 842000000,"momentum_score": 18.4,"trend": "strong_uptrend","timeframe_confluence": 5,"change_1h": 2.1,"change_4h": 5.8,"change_24h": 14.2,"change_7d": 22.4,"change_30d": -8.3,"change_90d": -22.1,"change_1y": 45.2,"exchanges": ["binance", "bybit", "okx"],"coingecko_id": "sui"}
Common Screening Presets
Multi-timeframe bulls (1h+4h+24h all positive):
{"sortBy": "momentum_score","sortDirection": "desc","trendFilter": "strong_uptrend","minConfluence": 3,"minMarketCapMillion": 100,"limit": 20}
Top 24h gainers (small cap only):
{"sortBy": "change_24h","sortDirection": "desc","maxMarketCapMillion": 500,"minMarketCapMillion": 10,"limit": 25}
Top 24h losers (oversold bounce candidates):
{"sortBy": "change_24h","sortDirection": "asc","minMarketCapMillion": 100,"limit": 20}
7-day momentum screen:
{"sortBy": "change_7d","sortDirection": "desc","weight7d": 0.50,"weight1d": 0.25,"weight4h": 0.15,"weight1h": 0.10,"minMarketCapMillion": 50,"limit": 30}
Swing trading setup (4h momentum weighted):
{"sortBy": "momentum_score","weight4h": 0.40,"weight1d": 0.30,"weight1h": 0.20,"weight7d": 0.10,"trendFilter": "uptrend","minMarketCapMillion": 50,"limit": 25}
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
sortBy | string | change_24h | Sort by any timeframe, momentum score, or market cap |
sortDirection | string | desc | desc for gainers, asc for losers |
trendFilter | string | `` (all) | Filter by trend label |
minMarketCapMillion | number | 0 | Min market cap in USD millions |
maxMarketCapMillion | number | 0 (all) | Max market cap in USD millions |
minMomentumScore | number | 0 | Min composite momentum score |
minConfluence | integer | 0 | Min timeframes agreeing (0-9) |
weight1h–weight30d | number | see above | Customize momentum score weights |
limit | integer | 50 | Max results (up to 200) |
Pricing
- $0.001 per coin (up to $0.20 for 200 results)
- Typical run: 50 coins = $0.05
- Typical runtime: ~3 seconds (pre-computed data, no per-coin API calls)
Data Source
CryptoBubbles — aggregated from multiple exchanges. Covers top 1000 coins by market cap with 9 timeframe performance data.