stockbee-exhaustion-hammer-screener

Screen US stocks for selling-exhaustion hammer setups using Python scripts.

2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill stockbee-exhaustion-hammer-screener
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stockbee-exhaustion-hammer-screener
Source: https://github.com/IhsanDanish25/claude-trading-skills/tree/main/external-skills/claude-trading-skills/skills/stockbee-exhaustion-hammer-screener
Command: npx skills add https://github.com/IhsanDanish25/claude-trading-skills --skill stockbee-exhaustion-hammer-screener

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the screening of US stocks for Stockbee-style selling-exhaustion hammer setups, providing a systematic approach to identifying potential reversal candidates based on technical analysis.

Core Features & Use Cases

  • Technical Analysis Screening: Identifies stocks showing selling exhaustion with a long lower wick, strong close location, and volume confirmation.
  • Screening Modes: Supports scanning a universe of stocks, explicit symbols, or using near-close OHLCV JSON for offline operations.
  • Output Reports: Generates structured JSON and Markdown reports with candidate details, scores, and ratings.
  • Use Case: Ideal for traders looking to find potential reversal candidates in high-quality, liquid stocks following a pullback.

Quick Start

Run the screener for a universe of stocks using FMP data: python3 skills/stockbee-exhaustion-hammer-screener/scripts/screen_exhaustion_hammer.py --fmp-universe --output-dir reports/

Frequently Asked Questions about stockbee-exhaustion-hammer-screener

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I screen for selling exhaustion hammer reversal setups in US stocks?

You can screen for selling exhaustion hammer setups by running the Python script against a stock universe using an FMP API key or offline OHLCV JSON to identify high-quality reversal candidates with prior momentum and pullback depth.

What is a Stockbee-style exhaustion hammer and how does this screener identify it?

A Stockbee-style exhaustion hammer is a reversal candle with a long lower wick and strong close location. The screener identifies these by scanning OHLCV data for volume confirmation, pullback depth, and prior momentum characteristics.

Can I use offline OHLCV JSON data for technical analysis stock screening without an API?

Yes, you can use near-close OHLCV JSON data for technical analysis stock screening. The Python script supports explicit symbols and offline JSON inputs, enabling reversal candidate identification without a live FMP API connection.

Do I need an FMP API key to scan for swing trading reversal candidates?

You do not strictly need an FMP API key to scan for swing trading reversal candidates. While an FMP API key enables live universe scanning, you can alternatively process offline OHLCV JSON files to find exhaustion hammer setups.

What output formats does the stock screening script generate for manual review?

The stock screening script generates structured JSON and Markdown reports for manual review. These outputs contain candidate details, scores, and ratings to help you evaluate potential selling exhaustion hammer reversal setups.

What are the limitations of using Python scripts for hammer reversal stock screening?

A limitation of using Python scripts for hammer reversal stock screening is that it requires preconfigured dependencies like pandas and numpy, and outputs are designed for manual review workflows rather than automated trade execution.