$npx skillfedfor your agent

pair-trade-screener

Pair Trade Screener detects statistical arbitrage opportunities by identifying cointegrated stock pairs within sectors and analyzing their spread behavior. The skill uses correlation analysis, cointegration testing, and z-score calculations to generate market-neutral trading signals based on mean-reversion patterns. Designed for investors seeking uncorrelated trading strategies that profit regardless of overall market direction.

Pair Trade Screener identifies cointegrated stock pairs for statistical arbitrage and market-neutral trading strategies.

AI-generated summary based on this skill's SKILL.md

2,514 586 MITupdated by tradermonty

Decision gist · record as of 2026-07-26

Pair Trade Screener identifies cointegrated stock pairs for statistical arbitrage and market-neutral trading strategies. Pair Trade Screener detects statistical arbitrage opportunities by identifying cointegrated stock pairs within sectors and analyzing their spread behavior. The skill uses correlation analysis, cointegration testing, and z-score calculations to generate market-neutral trading signals based on mean-reversion patterns. Designed for investors seeking uncorrelated trading strategies that profit regardless of overall market direction.

manual: git clone https://github.com/tradermonty/claude-trading-skills → cp -r claude-trading-skills/skills/pair-trade-screener ~/.claude/skills/pair-trade-screener
skills/pair-trade-screener/SKILL.md · version 8a732a94

Use it when

  • Pair Trade Screener analyzes pair spread behavior using z-score calculations to generate mean-reversion entry and exit signals.
  • Yes, Pair Trade Screener screens sectors for market-neutral pair trading opportunities by identifying cointegrated pairs within sector.

Verify before relying

Read SKILL.md below before installing (8 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

tradermonty/claude-trading-skills/pair-trade-screener · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does pair-trade-screener find cointegrated stock pairs?

Pair Trade Screener identifies cointegrated stock pairs by applying statistical cointegration testing across sector universes. The skill analyzes long-term equilibrium relationships between stocks to isolate pairs that move together systematically, enabling detection of statistical arbitrage opportunities where temporary spread deviations can be exploited for mean-reversion trades.

What are mean reversion pair trades and entry/exit signals?

Pair Trade Screener analyzes pair spread behavior using z-score calculations to generate mean-reversion entry and exit signals. When spreads deviate significantly from their historical mean, the skill identifies overbought or oversold conditions. Traders enter when z-scores exceed thresholds and exit as spreads revert to equilibrium, capturing profits from temporary mispricings.

Can pair-trade-screener screen sectors for market-neutral opportunities?

Yes, Pair Trade Screener screens sectors for market-neutral pair trading opportunities by identifying cointegrated pairs within sector universes. This sector-focused approach isolates pairs with strong fundamental linkages, reducing idiosyncratic risk and improving signal reliability for constructing hedged portfolios that profit independent of overall market direction.

How does pair-trade-screener calculate hedge ratios and position sizing?

Pair Trade Screener calculates hedge ratios and position sizing for pair trades by quantifying the optimal long-short weighting between cointegrated stocks. These calculations ensure balanced exposure management, allowing traders to construct properly hedged positions that neutralize systematic market risk while maintaining exposure to relative value opportunities.

What makes pair-trade-screener useful for statistical arbitrage?

Pair Trade Screener combines correlation analysis, cointegration testing, and z-score calculations to detect statistical arbitrage opportunities systematically. By identifying stocks that move together and analyzing spread deviations, the skill generates market-neutral trading signals uncorrelated with overall market direction—ideal for investors seeking diversified, uncorrelated return streams.

Which stocks move together according to pair-trade-screener?

Pair Trade Screener identifies which stocks move together by testing cointegration relationships across sector universes. The skill detects pairs with strong long-term equilibrium linkages—typically competitors or companies in similar industries—revealing which stocks exhibit synchronized price behavior suitable for relative value trading strategies.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Pair Trade Screener

Overview

This skill identifies and analyzes statistical arbitrage opportunities through pair trading. Pair trading is a market-neutral strategy that profits from the relative price movements of two correlated securities, regardless of overall market direction. The skill uses rigorous statistical methods including correlation analysis and cointegration testing to find robust trading pairs.

Core Methodology: - Identify pairs of stocks with high correlation and similar sector/industry exposure - Test for cointegration (long-term statistical relationship) - Calculate spread z-scores to identify mean-reversion opportunities -

(truncated - see the full file via the links below)

File tree — 8 files
skills/pair-trade-screener/README.md
skills/pair-trade-screener/SKILL.md
skills/pair-trade-screener/references/cointegration_guide.md
skills/pair-trade-screener/references/methodology.md
skills/pair-trade-screener/scripts/analyze_spread.py
skills/pair-trade-screener/scripts/find_pairs.py
skills/pair-trade-screener/scripts/tests/conftest.py
skills/pair-trade-screener/scripts/tests/test_find_pairs_screener.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Find cointegrated stock pairs for statistical arbitrage trading”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

mean-reversion
by agiprolabs · agiprolabs/claude-trading-skills

Mean-reversion identifies when prices, spreads, or other financial metrics deviate from their long-run average and predictably return. This skill provides statistical tests (ADF, Hurst exponent, variance ratio) to confirm mean reversion, half-life estimation to time entries and exits, z-score frameworks for signal generation, and Ornstein-Uhlenbeck process modeling for continuous-time analysis.

MITupdated Jun 2026
★ 248repo stars
cointegration-analysis
by agiprolabs · agiprolabs/claude-trading-skills

Cointegration Analysis identifies when two non-stationary price series move together toward a stable equilibrium, enabling statistical arbitrage and mean-reversion trading. The skill implements Engle-Granger two-step regression, Johansen multivariate testing, and rolling window monitoring to detect relationship breakdowns. Use it to screen correlated assets, estimate hedge ratios, and validate spread mean reversion before deploying pairs strategies.

MITupdated Jun 2026
★ 248repo stars
correlation-analysis
by HKUDS · HKUDS/Vibe-Trading

Correlation-Analysis discovers asset pairs with strong co-movement for pairs trading and hedging through multiple analytical modes: co-movement scanning, deep return correlation studies, sector clustering, and cointegration testing. It computes Pearson, Spearman, and Kendall correlations, rolling dynamics, and spread Z-scores to identify statistically significant relationships.

MITupdated Jul 2026
★ 28,096repo stars
stock-correlation
by himself65 · himself65/finance-skills

Stock Correlation discovers which stocks move in tandem with a target ticker, helping you identify sympathy plays and potential trading pairs. It analyzes historical price relationships across industry peers and related sectors, then ranks matches by correlation strength with explanations of why they're linked.

MITupdated Jul 2026
★ 3,075repo stars
longbridge-quant
by longbridge · longbridge/skills

Longbridge Quant provides frameworks for building and backtesting quantitative strategies, including pairs trading with cointegration, volatility regime detection, multi-factor stock selection, and factor research with IC/IR analysis. Run indicator scripts against K-line data via CLI, optimize strategy parameters with walk-forward validation, and model execution costs and hedging approaches.

MITupdated Jul 2026
★ 44repo stars
earnings-trade-analyzer
by tradermonty · tradermonty/claude-trading-skills

Evaluate recent earnings reactions by scoring stocks across gap magnitude, pre-earnings momentum, volume trends, and moving average positioning. The skill assigns composite scores and letter grades (A–D) to rank candidates for potential swing trades, with detailed breakdowns of each factor's contribution to the overall setup quality.

MITupdated Jul 2026
★ 2,514repo stars

More skills Stock Analysis (unlicensed) · market-screener (MIT) · Polymarket Analyzer (unlicensed) · quant-statistics (MIT) · drawdown-circuit-breaker (MIT) · correlation-analysis (MIT) · Alpaca Trading Mcp (NOASSERTION)

Tags
mean-reversion-tradingstatistical-arbitragemarket-neutral-strategyspread-analysiscointegration-testinghedge-ratio-calculationz-score-signalssector-screening