Loading...
Loading...
Analyze Stockbee-style Day 1 Episodic Pivot candidates from earnings, guidance raises, M&A, FDA/regulatory approvals, analyst actions, major contracts, product launches, short-squeeze catalysts, or theme/story events. Scores catalyst quality together with gap/range expansion, volume shock, neglect/revaluation context, liquidity, and risk to the EP-day low. Use when the user asks for EP candidates, episodic pivots, Day 1 catalyst trades, game-changing news reactions, delayed EP watchlists, or handoffs into PEAD monitoring.
npx skill4agent add tradermonty/claude-trading-skills stockbee-episodic-pivot-analyzerACTIONABLE_DAY1DELAYED_EP_WATCHpead-screenerstockbee-momentum-burst-screenerearnings-trade-analyzerstockbee-momentum-burst-screener{
"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."
}
]
}earnings-trade-analyzerstockbee-momentum-burst-screener# Catalyst JSON + offline 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/
# 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/
# Catalyst JSON + Stockbee momentum enrichment
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/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/stateACTIONABLE_DAY1DAY1_WATCHDELAYED_EP_WATCHCATALYST_WATCHREJECTep_typeEARNINGS_EPGUIDANCE_EPFDA_EPM_AND_A_EPSTORY_EPpead_handoffdelayed_ep_watchACTIONABLE_DAY1technical-analystposition-sizerDAY1_WATCHDELAYED_EP_WATCHCATALYST_WATCHREJECTpead_handoff=truepead-screenerstockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.jsonstockbee_episodic_pivot_YYYY-MM-DD_HHMMSS.mdreferences/ep_methodology.mdreferences/catalyst_quality.mdreferences/handoff_rules.md