← 返回
未分类 中文

Einstein Research — Edge Candidate Generator

Generate and prioritize US equity long-side edge research tickets from EOD observations, then export pipeline-ready candidate specs for trade-strategy-pipeli...
基于收盘观测生成并优先排序美国股票长线优势研究工单,随后导出可直接用于交易策略流水线的候选规格。
clawdiri-ai clawdiri-ai 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 311
下载
💾 0
安装
1
版本
#latest

概述

Edge Research Ticket Generator

This skill formalizes the process of turning a trading hypothesis or anomaly into a structured, reproducible research ticket. It's the first step in the quantitative research pipeline, ensuring that ideas are well-defined and testable before any backtesting code is written.

When to Use This Skill

  • User has a trading idea or hypothesis (e.g., "I think stocks that do X tend to go up").
  • User observes a market anomaly and wants to investigate it systematically.
  • User wants to create a new candidate for the trade-strategy-pipeline.
  • Triggers: "research ticket," "new strategy idea," "test this hypothesis," "is this an edge?".

Workflow: From Idea to Pipeline-Ready Spec

Step 1: Idea Ingestion

The skill prompts the user for the core components of their idea:

  • Hypothesis: A clear, one-sentence statement of the proposed edge.
  • Entry Signal: The specific conditions that trigger a buy.
  • Exit Signal: The conditions that trigger a sell (e.g., target profit, stop-loss, time-based).
  • Universe: The group of stocks to test this on (e.g., S&P 500, Nasdaq 100).
  • Rationale: Why should this edge exist? (Behavioral, structural, etc.).

Step 2: Ticket Generation

The edge-generator CLI tool takes these inputs and creates a structured research ticket in Markdown format.

edge-generator create \
  --hypothesis "Stocks hitting a 52-week high with high volume have momentum." \
  --entry "Price > 52-week high AND Volume > 2x 50-day avg volume" \
  --exit "5-day hold OR 10% profit target OR 5% stop-loss" \
  --universe "sp500" \
  --rationale "Breakout momentum, high volume confirms institutional interest."

This generates a file like tickets/ER-2026-015_52_week_high_momentum.md.

Ticket Structure:

  • ID: ER-YYYY-NNN
  • Title: Short description of the idea.
  • Hypothesis: As provided.
  • Entry/Exit/Universe/Rationale: As provided.
  • Data Requirements: Lists the data needed (e.g., daily OHLCV, 52-week high, 50-day avg volume).
  • Priority Score: An initial score (0-100) based on uniqueness, rationale strength, and testability.

Step 3: Prioritization

The skill can rank all open tickets in the tickets/ directory to help decide what to research next.

edge-generator prioritize

This updates the priority scores based on factors like:

  • Novelty: How similar is this to previously tested (and failed) ideas?
  • Data Availability: Can this be tested with our current data sources?
  • Computational Cost: Is the backtest likely to be fast or slow?

Step 4: Export to Pipeline Spec

Once a ticket is prioritized and approved for research, this skill exports it to the format required by the trade-strategy-pipeline.

edge-generator export ER-2026-015

This creates a directory pipeline-candidates/ER-2026-015/ containing:

  • strategy.yaml: The machine-readable definition of the strategy.

```yaml

version: edge-finder-candidate/v1

name: 52-Week High Momentum

hypothesis: Stocks hitting a 52-week high with high volume have momentum.

entry:

  • "price > high_52w"
  • "volume > 2 * avg_volume_50d"

exit:

  • "hold_days == 5"
  • "pct_change >= 0.10"
  • "pct_change <= -0.05"

universe: "sp500"

```

  • metadata.json: Additional context for the pipeline runner.

```json

{

"ticketId": "ER-2026-015",

"rationale": "Breakout momentum, high volume confirms institutional interest.",

"priority": 85,

"dataRequirements": ["daily_ohlcv", "high_52w", "avg_volume_50d"]

}

```

Step 5: Handoff to Backtest Engine

The generated directory is now ready to be processed by the einstein-research-backtest-engine skill, which will execute the backtest based on the strategy.yaml spec.

Why This Is Important

  • Reproducibility: Every research effort starts with a formal, version-controlled definition.
  • Efficiency: Prevents wasted time on ill-defined ideas.
  • Systematic Process: Ensures a consistent and rigorous approach to alpha research.
  • Automation: The strategy.yaml format allows the backtesting process to be fully automated.

This skill is the gateway to the entire quantitative research pipeline, turning qualitative ideas into testable, machine-readable artifacts.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 12:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 127 📥 42,157
office-efficiency

Email Automation

clawdiri-ai
使用 ConvertKit 或 Mailchimp 发送和自动化邮件。
★ 0 📥 499
professional

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 278 📥 57,717