Crypto Multi-Timeframe Momentum Scanner avatar

Crypto Multi-Timeframe Momentum Scanner

Pricing

Pay per usage

Go to Apify Store
Crypto Multi-Timeframe Momentum Scanner

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

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:

TimeframeDefault Weight
1h10%
4h20%
24h35%
7d25%
30d10%

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

LabelScore 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

ParameterTypeDefaultDescription
sortBystringchange_24hSort by any timeframe, momentum score, or market cap
sortDirectionstringdescdesc for gainers, asc for losers
trendFilterstring`` (all)Filter by trend label
minMarketCapMillionnumber0Min market cap in USD millions
maxMarketCapMillionnumber0 (all)Max market cap in USD millions
minMomentumScorenumber0Min composite momentum score
minConfluenceinteger0Min timeframes agreeing (0-9)
weight1h–weight30dnumbersee aboveCustomize momentum score weights
limitinteger50Max 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.