Use when a Polymarket outcome appears to overreact and then stall away from recent filled-price range.
Coding
Mean Reversion Scan
Try itMean-reversion opportunity scan across RANGING and CHOPPY regimes
What it does
Mean-reversion opportunity scan across RANGING and CHOPPY regimes
The skill document
mean-reversion-scan
What It Does
Mean-reversion opportunity scan across RANGING and CHOPPY regimes. This signal is computed in real time from APEX Runner's live autonomous trading system operating across Kraken, Coinbase Advanced Trade, and Hyperliquid — not from backtests or third-party aggregators.
When to Use
- To find oversold/overbought setups
- In RANGING or CHOPPY regimes only
- Before mean-reversion entries
How to Use
The agent makes an x402-authenticated GET request to:
https://apexrunner.ai/signals/mean-reversion-scan
The x402 client handles payment authorisation automatically. No API key, no account, no subscription required — just an EVM wallet with USDC on Base mainnet.
# Example using the x402-python client
from x402.client import x402_get
response = x402_get(
url="https://apexrunner.ai/signals/mean-reversion-scan",
private_key=os.environ["EVM_PRIVATE_KEY"]
)
print(response.json())
Example Response
{
"opportunity": true,
"coin": "SOL",
"rsi": 28,
"signal": "oversold"
}
Pricing
$0.75/call — standard price
Early adopters automatically receive 30% off ($0.52/call) until 2026-09-21. Discount tiers apply automatically based on wallet call history:
- Early Adopter (0–9 calls): 30% off
- Engaged (10–49 calls): 15% off
- Loyal (50–199 calls): 15% permanent
- VIP (200+ calls): 20% permanent
Check your tier: https://apexrunner.ai/signals/my-pricing
Related Signals
APEX Runner — autonomous AI crypto trading signals. apexrunner.ai
Related skills
Scans live public spot tickers across Coinbase, Kraken, Bitstamp, Gemini, and OKX (no API key required) to detect cross-exchange crypto arbitrage opportunities, price discrepancies, and crossed markets for BTC, ETH, SOL, and other listed tokens. Use this when the user asks about crypto arbitrage, cross exchange arbitrage, cex arbitrage scanner, price spread between exchanges, buy low sell high across crypto exchanges, spot arbitrage bot, exchange price discrepancy, best bid ask across venues, or wants to check if an arbitrage opportunity currently exists between major spot exchanges. Reports spread in basis points and which venue to buy/sell on, but does not account for withdrawal time, network fees, or trading fees, so results are gross spreads only.
Scans the spot-vs-perpetual futures basis (contango/backwardation) across Binance, Bybit, OKX, and Deribit for any symbol they list, using free public REST market-data endpoints with no API key required. Useful for crypto trading, basis trade, cash-and-carry arbitrage, funding rate arbitrage, perpetual futures, options and derivatives research, whale-style institutional strategies, and passive income via delta-neutral spot-perp spreads. Reports live spot price, perp mark price, basis percentage, a rough annualized basis estimate, and the current 8-hour funding rate side by side across exchanges so you can spot the widest, most tradeable dislocations. Supports one-shot scans and a repeating watch mode for monitoring basis drift over time. Built for python developers, ai agent operators, and defi/crypto researchers who want a quick cross-exchange basis check before sizing a cash-and-carry or funding-rate-arbitrage position.
技术信号扫描器 v1.1.0。从价格数据计算RSI(14)、均线(5/10/20)、 成交量异动、ATR波动率、MACD、布林带(±2σ)、VWAP。 综合评分(0-100)给出买入/关注/观望/回避建议。 支持多股票一键扫描(scan)、信号历史追踪(history)、支撑/阻力位识别。 Use when: 需要快速扫描多只股票的技术面、 获取买入/卖出信号、信号历史分析、支撑阻力位参考。 🎉 v1.1.0 新增: - 布林带(±2σ, %b, 带宽) - VWAP 成交量加权均价 - 支撑/阻力位识别(基于20日局部极值) - 信号组合综合评分(含明细) - --scan: 多股票一
Open interest divergence from price — detects smart-money positioning
Backtest stock trading strategies on historical OHLCV data and report win rate, return, CAGR, drawdown, Sharpe ratio, and trade logs. Use when evaluating or...