stockbee-episodic-pivot-analyzer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStockbee Episodic Pivot Analyzer
Stockbee 事件性枢轴分析器
Classify Day 1 Episodic Pivot (EP) candidates using both catalyst quality and price/volume confirmation. The skill is a candidate-quality analyzer, not an execution engine.
基于催化剂质量和价格/成交量确认对首日事件性枢轴(Day 1 Episodic Pivot,EP)候选标的进行分类。本工具是候选标的质量分析器,而非执行引擎。
When to Use
使用场景
- The user asks for Pradeep Bonde / Stockbee style EP candidates
- The user provides earnings, guidance, M&A, FDA, analyst, contract, product, short-squeeze, or theme/news events
- The user wants to separate candidates from
ACTIONABLE_DAY1namesDELAYED_EP_WATCH - The user wants to hand strong earnings/guidance EPs into
pead-screener - The user wants to combine catalyst analysis with price/volume output
stockbee-momentum-burst-screener
- 用户询问Pradeep Bonde / Stockbee风格的EP候选标的
- 用户提供财报、业绩指引上调、并购、FDA、分析师、合同、产品、轧空或主题/新闻事件相关信息
- 用户希望将候选标的与
ACTIONABLE_DAY1标的区分开DELAYED_EP_WATCH - 用户希望将强劲财报/业绩指引的EP标的移交至
pead-screener - 用户希望将催化剂分析与的价格/成交量输出相结合
stockbee-momentum-burst-screener
Prerequisites
前置条件
- Python 3.10+
- Optional: FMP API key for OHLCV/profile enrichment
- One of:
- Catalyst/events JSON
- JSON output
earnings-trade-analyzer - Catalyst JSON plus JSON enrichment
stockbee-momentum-burst-screener
- This skill does not fetch or discover news by itself. If the catalyst is not supplied, first gather the event/news context using the user's preferred news or research process.
- Python 3.10+
- 可选:用于OHLCV/资料丰富的FMP API密钥
- 以下输入之一:
- 催化剂/事件JSON
- 的JSON输出
earnings-trade-analyzer - 催化剂JSON加上的JSON增强数据
stockbee-momentum-burst-screener
- 本工具不会自行获取或发现新闻。如果未提供催化剂,需先通过用户偏好的新闻或研究流程收集事件/新闻背景信息。
Workflow
工作流程
Step 1: Prepare Candidate Inputs
步骤1:准备候选标的输入
Use one or more of these input modes.
Mode A — Catalyst/event JSON:
json
{
"events": [
{
"symbol": "ABC",
"event_date": "2026-04-25",
"catalyst_type": "guidance_raise",
"headline": "ABC raises FY guidance after record demand",
"summary": "Management raised revenue and EPS guidance."
}
]
}Mode B — Earnings pipeline:
Use the JSON produced by .
earnings-trade-analyzerMode C — Price/volume enrichment:
Pass a JSON report to reuse day-gain, volume, close-location, and risk-distance fields.
stockbee-momentum-burst-screener使用以下一种或多种输入模式。
模式A — 催化剂/事件JSON:
json
{
"events": [
{
"symbol": "ABC",
"event_date": "2026-04-25",
"catalyst_type": "guidance_raise",
"headline": "ABC raises FY guidance after record demand",
"summary": "Management raised revenue and EPS guidance."
}
]
}模式B — 财报流程:
使用生成的JSON。
earnings-trade-analyzer模式C — 价格/成交量增强:
传入的JSON报告,复用当日涨幅、成交量、收盘位置和风险距离字段。
stockbee-momentum-burst-screenerStep 2: Run the Analyzer
步骤2:运行分析器
bash
undefinedbash
undefinedCatalyst JSON + offline OHLCV
催化剂JSON + 离线OHLCV
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--events-json data/catalysts.json
--prices-json data/daily_ohlcv.json
--output-dir reports/
--events-json data/catalysts.json
--prices-json data/daily_ohlcv.json
--output-dir reports/
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--events-json data/catalysts.json
--prices-json data/daily_ohlcv.json
--output-dir reports/
--events-json data/catalysts.json
--prices-json data/daily_ohlcv.json
--output-dir reports/
Earnings pipeline input
财报流程输入
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--earnings-json reports/earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
--earnings-json reports/earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--earnings-json reports/earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
--earnings-json reports/earnings_trade_analyzer_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
Catalyst JSON + Stockbee momentum enrichment
催化剂JSON + Stockbee动量增强
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--events-json data/catalysts.json
--momentum-json reports/stockbee_momentum_burst_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
--events-json data/catalysts.json
--momentum-json reports/stockbee_momentum_burst_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
Optional FMP enrichment:
```bash
export FMP_API_KEY=your_key
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py \
--events-json data/catalysts.json \
--max-api-calls 200 \
--output-dir reports/python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py
--events-json data/catalysts.json
--momentum-json reports/stockbee_momentum_burst_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
--events-json data/catalysts.json
--momentum-json reports/stockbee_momentum_burst_YYYY-MM-DD_HHMMSS.json
--output-dir reports/
可选的FMP增强:
```bash
export FMP_API_KEY=your_key
python3 skills/stockbee-episodic-pivot-analyzer/scripts/analyze_ep.py \
--events-json data/catalysts.json \
--max-api-calls 200 \
--output-dir reports/Step 3: Review the Output
步骤3:查看输出
For each candidate, present:
- :
state,ACTIONABLE_DAY1,DAY1_WATCH,DELAYED_EP_WATCH, orCATALYST_WATCHREJECT - :
ep_type,EARNINGS_EP,GUIDANCE_EP,FDA_EP,M_AND_A_EP, etc.STORY_EP - Catalyst quality score and reasons
- Price/range expansion, volume shock, and close-location quality
- Risk to EP-day low
- and
pead_handoffflagsdelayed_ep_watch
针对每个候选标的,展示:
- :
state,ACTIONABLE_DAY1,DAY1_WATCH,DELAYED_EP_WATCH, 或CATALYST_WATCHREJECT - :
ep_type,EARNINGS_EP,GUIDANCE_EP,FDA_EP,M_AND_A_EP等STORY_EP - 催化剂质量评分及理由
- 价格/区间扩张、成交量异动和收盘位置质量
- 相对于EP日低点的风险
- 和
pead_handoff标记delayed_ep_watch
Step 4: Handoff Rules
步骤4:移交规则
- : Send to
ACTIONABLE_DAY1andtechnical-analystbefore any trade decision.position-sizer - : Keep on the intraday/next-day watchlist; require chart confirmation.
DAY1_WATCH - : Do not chase Day 1; monitor for a controlled pullback or new range.
DELAYED_EP_WATCH - : Catalyst may be important, but price/volume confirmation is not yet sufficient.
CATALYST_WATCH - : Do not trade from this candidate source.
REJECT - Earnings/guidance EPs with can be sent to
pead_handoff=truefor weekly red-candle / delayed reaction monitoring.pead-screener
- : 在做出任何交易决策前,发送至
ACTIONABLE_DAY1和technical-analystposition-sizer - : 保留在日内/次日观察名单中;需要图表确认
DAY1_WATCH - : 不要追涨首日;监控是否出现可控回调或新区间
DELAYED_EP_WATCH - : 催化剂可能重要,但价格/成交量确认尚不充分
CATALYST_WATCH - : 不要从此候选标的来源进行交易
REJECT - 带有的财报/业绩指引EP标的可发送至
pead_handoff=true,进行每周红K线/延迟反应监控pead-screener
Output
输出
- — structured EP scoring report
stockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.json - — human-readable candidate report
stockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.md
- — 结构化EP评分报告
stockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.json - — 人类可读的候选标的报告
stockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.md
Resources
资源
- — Stockbee EP interpretation and setup taxonomy
references/ep_methodology.md - — catalyst classification and quality scoring
references/catalyst_quality.md - — downstream workflow handoffs and review rules
references/handoff_rules.md
- — Stockbee EP解读和设置分类体系
references/ep_methodology.md - — 催化剂分类和质量评分
references/catalyst_quality.md - — 下游工作流移交和审核规则
references/handoff_rules.md