npx skills add ...
npx skills add tradermonty/claude-trading-skills --skill stockbee-exhaustion-hammer-screener
Screen US stocks for Stockbee-style selling-exhaustion hammer setups using prior momentum, pullback depth, undercut/reclaim, long lower-wick geometry, close-location, volume confirmation, quality/liquidity gates, and risk-distance scoring. Use when the user asks for Stockbee, Pradeep Bonde, exhaustion setup, selling exhaustion, hammer reversal, undercut reclaim, near-close reversal candidates, or pullback entries in high-quality funds-owned stocks.
npx skills add tradermonty/claude-trading-skills --skill stockbee-exhaustion-hammer-screener
Screen US equities for Stockbee-style selling-exhaustion hammer candidates. The skill is a candidate-generation and setup-quality workflow, not a signal service or an auto-execution system.
technical-analyst, position-sizer, trader-memory-core, or stockbee-setup-fluency-trainer--prices-json containing daily OHLCV bars by symbol. For the intended near-close use case, the latest bar should be a provisional current-day bar captured near the close.--profiles-json can add quality metadata such as marketCap, mutualFundHolders, institutionalHolders, or institutionalOwnershipPct.Use one of three modes:
Mode A: FMP universe scan
Mode B: Explicit symbols
Mode C: Offline / near-close OHLCV JSON
For a best-effort FMP near-close run, use quote override. This costs one additional quote call per symbol and depends on provider freshness:
The script detects these setup families:
It then scores setup quality using:
Read the generated JSON and Markdown reports. For each candidate, present:
Use the output conservatively:
position-sizerstockbee_exhaustion_hammer_YYYY-MM-DD_HHMMSS.json - Structured candidate list, metadata, thresholds, score components, and rejectsstockbee_exhaustion_hammer_YYYY-MM-DD_HHMMSS.md - Human-readable report grouped by rating/statereferences/exhaustion_hammer_methodology.md - Stockbee-style method summary and implementation boundariesreferences/scoring_system.md - Component weights, state thresholds, and failure filtersreferences/near_close_operations.md - Near-close operational checklist and scheduling notes