AlphaSignal — Crypto Futures Screener avatar

AlphaSignal — Crypto Futures Screener

Pricing

from $1.00 / 1,000 results

Go to Apify Store
AlphaSignal — Crypto Futures Screener

AlphaSignal — Crypto Futures Screener

Advanced multi-timeframe screener for crypto perpetual futures. Generates LONG/SHORT signals with 7-signal confluence scoring, ATR-based TP/SL, support/resistance levels and market structure. No API keys needed.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

Francesco Ayrton Davoli

Francesco Ayrton Davoli

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Advanced multi-timeframe technical screener for crypto perpetual futures.

Screens all active USDT-margined pairs, runs a 7-signal confluence engine across two timeframes, and outputs structured datasets with directional signals, ATR-calibrated TP/SL levels, support & resistance zones, and market structure classification. No API keys required.

Currently supports: KuCoin Futures (Binance/Bybit coming soon).


What makes this different

FeatureAlphaSignalTypical screener
Multi-timeframe confluence (1h + 4h)
ATR-based TP/SL (not fixed %)
Risk/reward ratio per signal
Stochastic RSI
7-signal confluence count
Support & resistance levels
Market structure (HH/HL/LH/LL)
VWAP position filter
Volume spike detection
Signal age (candles since formed)
EMA 200 macro filter

Example output

{
"symbol": "XAGUSDTM",
"direction": "SHORT",
"confidence": 0.99,
"confluence_count": 6,
"htf_direction": "SHORT",
"mtf_aligned": true,
"trade_quality_score": 85.5,
"tradeable": true,
"market_regime": "TRENDING_BEAR",
"market_structure": "BEARISH",
"entry_zone": { "low": 71.82, "high": 72.19 },
"take_profit": 69.96,
"stop_loss": 73.24,
"risk_reward_ratio": 1.67,
"support_levels": [70.1, 68.4, 67.2],
"resistance_levels": [73.5, 74.8],
"signal_age_candles": 2,
"volume_spike": false,
"analysis_summary": "XAGUSDTM SHORT | HTF:SHORT | conf 99% | confluence 6/7 | regime TRENDING_BEAR | R:R 1.67 | setup acceptable"
}

How signals work

Each symbol is evaluated against 7 independent signals:

SignalLong conditionShort condition
EMA stack 9/21/509 > 21 > 509 < 21 < 50
MACD histogramhist > 0hist < 0
RSI 14≥ 58≤ 42
Stochastic RSIK > 50, K > DK < 50, K < D
Bollinger positionpos ≥ 0.65pos ≤ 0.35
VWAP positionprice > VWAPprice < VWAP
Volume spikeconfirms directionconfirms direction

confluence_count tells you how many of 7 agree. A signal with 6/7 is far stronger than 3/7.

Multi-timeframe confirmation

With enableMtf: true (default), the full engine also runs on 4h. When both agree: mtf_aligned: true and +5 bonus on quality score. Use includeOnlyMtfAligned: true for high-conviction setups only.

ATR-based TP/SL

take_profit = price + (ATR × tpAtrMult) # default ×2.5
stop_loss = price (ATR × slAtrMult) # default ×1.5

Levels adapt to actual market volatility — no fixed percentages. Multipliers are configurable.


Output fields

FieldDescription
symbolFutures symbol
directionLONG / SHORT / NEUTRAL
confidence0–1, weight on winning direction
confluence_countSignals agreeing (0–7)
htf_directionHigher timeframe direction
mtf_alignedTrue if both timeframes agree
trade_quality_scoreComposite 0–100 quality score
tradeableTrue if all checks pass
tradeable_reasonWhy tradeable or not
risk_levelLOW / MEDIUM / HIGH
market_regimeTRENDING_BULL/BEAR, RANGING, VOLATILE
market_structureBULLISH / BEARISH / RANGING
entry_zone{low, high} near current price
take_profitATR-based target level
stop_lossATR-based stop level
risk_reward_ratioreward / risk
support_levelsUp to 3 swing lows below price
resistance_levelsUp to 3 swing highs above price
signal_age_candlesCandles since current direction formed
volume_spikeTrue if volume ≥ 2× 20-period average
funding_rateCurrent perpetual funding rate

Input parameters

ParameterDefaultDescription
timeframe1hourPrimary candle granularity
enableMtftrueMulti-timeframe confluence
htfTimeframe4hourHigher timeframe
maxSymbols120Max symbols by 24h volume
min24hVolumeUsd1,000,000Minimum liquidity filter
directionFilterLONG / SHORT / blank for all
tpAtrMult2.5Take profit ATR multiplier
slAtrMult1.5Stop loss ATR multiplier
includeOnlyTradeablefalseOnly tradeable setups
includeOnlyMtfAlignedfalseOnly MTF-confirmed setups
symbolFilterWhitelist specific symbols
excludeSymbolsBlacklist symbols

Use cases

  • Signal generation — Feed tradeable: true, mtf_aligned: true into your execution bot
  • Watchlist building — Run daily, filter confluence_count >= 5
  • Market scanning — Monitor market_structure across all futures
  • Backtesting prep — Full dataset with includeRawCandles: true
  • Scheduled alerts — Apify schedules + webhooks for hourly updates

Performance

  • 120 symbols analyzed in ~2.5 minutes
  • No API keys or authentication required
  • ~$0.02 per full run at default settings

Changelog

v2.0 — Multi-timeframe confluence, StochRSI, VWAP, ATR TP/SL, R:R ratio, support/resistance levels, market structure, signal age, volume spike, EMA 200, confluence count, fixed ADX bonus logic, configurable TP/SL multipliers.

v1.0 — Initial release.


AlphaSignal is for market analysis only. It does not execute live trades. Always apply your own risk management before acting on any signal.