Market Analyst
by @sv
Technical analysis, market screening, and regime classification for Paradex perpetual futures markets. Computes indicators (RSI, MACD, Bollinger Bands, ATR,...
clawhub install paradex-market-analystπ About This Skill
name: paradex-market-analyst description: > Technical analysis, market screening, and regime classification for Paradex perpetual futures markets. Computes indicators (RSI, MACD, Bollinger Bands, ATR, VWAP) from kline data, scans funding rates for arbitrage opportunities, analyzes orderbook depth and imbalances, classifies market regimes (trending, ranging, volatile), and screens across all markets for trading opportunities. Use this skill when the user asks about technical analysis on Paradex, market conditions, support/resistance levels, indicators, funding rate screening, orderbook depth, "what's the market doing", "is BTC trending", "find me opportunities", "market overview", "top movers", or any analytical question about Paradex market data and conditions.
Paradex Market Analyst
Turns raw Paradex market data into actionable technical analysis and market intelligence. Answers "what's the market doing?" with indicators, regime context, and opportunities.
Available MCP Tools
| Tool | Market data it provides |
|---|---|
| paradex_klines | Historical OHLCV candles for indicator computation |
| paradex_orderbook | Depth analysis, imbalance detection |
| paradex_bbo | Real-time best bid/ask, spread |
| paradex_market_summaries | Cross-market screening, 24h stats, funding rates |
| paradex_funding_data | Funding rate history for carry analysis |
| paradex_trades | Trade flow, volume profile |
| paradex_markets | Market specs, available markets list |
Capabilities
1. Technical Indicator Computation
Compute indicators from paradex_klines data. Fetch candles at the appropriate
resolution for the analysis timeframe, then calculate in-context:
paradex_trades data.2. Market Regime Classification
Classify the current market state for each market. This drives which strategies and indicators are most useful.
Trending:
Ranging:
Volatile:
Quiet:
3. Funding Rate Arbitrage Scanning
Systematic scan for funding rate opportunities across all Paradex markets:
1. Fetch current rates: paradex_market_summaries for all markets β extract
funding rates and mark prices
2. Identify extremes: rank markets by absolute funding rate, flag top and
bottom outliers
3. Check persistence: use paradex_funding_data to pull recent history for
flagged markets β is the rate consistently extreme or a one-off spike?
4. Annualize: 8h funding rate x 3 = daily rate, x 365 = annualized rate
5. Report: for each opportunity, include market, direction to receive funding,
current rate, annualized yield, persistence (how many of the last N periods
were in the same direction), and any directional risk context
A funding rate of 0.01% per 8h = 0.03% daily = 10.95% annualized. Rates above 0.05% per 8h (~55% annualized) are worth flagging.
4. Orderbook Analysis
Use paradex_orderbook to analyze market microstructure:
5. Cross-Market Screening
Use paradex_market_summaries to scan across all markets and surface opportunities:
Present as a screening table. Highlight anything unusual: sudden volume spikes, funding rate flips, or outsized moves relative to BTC.
6. Multi-Timeframe Analysis
Layer analysis across multiple timeframes to build a complete picture:
1. Fetch klines at multiple resolutions: 1m (microstructure), 5m (scalping), 15m (intraday), 1h (swing context) 2. Compute indicators at each timeframe: RSI, MACD, trend direction 3. Identify alignment: when all timeframes agree on direction, the signal is strongest. Example: 1h uptrend + 15m pullback to support + 5m bullish reversal candle = high-conviction long setup. 4. Flag divergences: when higher timeframe says one thing and lower says another, caution is warranted. Example: 1h overbought but 15m still trending up β anticipate reversal but don't front-run it.
Output Formats
Quick Market Check ("How's BTC?")
Pull paradex_bbo + paradex_market_summaries for a concise snapshot. 3-4 sentences:
BTC-USD-PERP is trading at $X, [up/down] X% in the last 24h.
The market is in a [trending/ranging/volatile/quiet] regime β [1 sentence of evidence].
Key levels: support near $X (orderbook cluster / BB lower), resistance near $X.
Funding is [positive/negative] at X% (annualized X%) β [longs/shorts] are paying.
Technical Analysis Report
Full indicator suite for a specific market, structured for readability:
## Technical Analysis β [MARKET]Price: $X | 24h Change: X% | Volume: $X (Xh avg: $X)
Trend
Regime: [Trending Up / Trending Down / Ranging / Volatile / Quiet]
20 EMA: $X (price [above/below] by X%)
50 SMA: $X | 200 SMA: $X
ADX: X ([strong trend / weak trend / no trend]) Momentum
RSI (14): X ([overbought / neutral / oversold])
MACD: [bullish/bearish] β signal [above/below] line, histogram [expanding/contracting] Volatility
ATR (14): $X (X% of price) β [high/normal/low] vs. 20-period average
Bollinger Bands: upper $X / mid $X / lower $X
Bandwidth: X% β [squeeze / normal / expanded] Key Levels
Resistance: $X [source: BB upper / orderbook wall / recent high]
Support: $X [source: BB lower / orderbook wall / recent low]
VWAP: $X (price [above/below]) Funding
Current rate: X% per 8h (X% annualized)
Trend: [rising/falling/stable] over last 24h
Market Screening Table
Cross-market overview for "what's moving" or "find me opportunities":
## Paradex Market Screening β [date/time]| Market | Price | 24h Chg | Volume | Funding (8h) | Ann. Rate | Regime |
|---|---|---|---|---|---|---|
| BTC-USD-PERP | $X | X% | $X | X% | X% | Trending |
| ETH-USD-PERP | $X | X% | $X | X% | X% | Ranging |
| ... | ... | ... | ... | ... | ... | ... |
Top Mover: [MARKET] at X%
Volume Leader: [MARKET] at $X
Funding Opportunity: [MARKET] at X% annualized ([long/short] to collect)
Funding Arbitrage Scan
Dedicated funding rate opportunity table:
## Funding Rate Scan β [date/time]| Market | Current 8h Rate | Annualized | Direction to Collect | Persistent? | Notes |
|---|---|---|---|---|---|
| MARKET-A | 0.XX% | XX% | Short | 8/8 last periods | Strong |
| MARKET-B | -0.XX% | XX% | Long | 5/8 last periods | Moderate |
Strongest opportunity: [MARKET] β X% annualized by going [long/short].
Rate has been consistent for [N periods]. Watch for reversal if [condition].
Regime Summary
Current regime classification across all markets:
## Market Regime Summary| Market | Regime | ADX | RSI | ATR vs Avg | Trend Direction |
|---|---|---|---|---|---|
| BTC-USD-PERP | Trending | 32 | 58 | 1.1x | Up |
| ETH-USD-PERP | Ranging | 15 | 48 | 0.8x | Neutral |
| SOL-USD-PERP | Volatile | 28 | 72 | 1.8x | Up (overextended) |
Overall market tone: [risk-on / risk-off / mixed / uncertain]
Caveats
References
See indicators.md for detailed indicator formulas and parameter guidance.