Stock Scanner Skill
Scan and filter USA stocks based on various criteria including price action, volume, market cap, and technical indicators.
Capabilities
Screening Criteria
- •Price Range: Filter by min/max stock price
- •Market Cap: Small-cap, mid-cap, large-cap filters
- •Volume: Average daily volume, relative volume
- •Float: Low-float stocks (under 10M, 20M shares)
- •Sector/Industry: Filter by specific sectors
- •Exchange: NYSE, NASDAQ, AMEX
Technical Filters
- •RSI overbought/oversold levels
- •Moving average crossovers (SMA/EMA)
- •MACD signals
- •Bollinger Band breakouts
- •Volume surge detection
- •Gap up/down stocks
Pre-built Scanners
- •Low Float Momentum: Float < 10M, volume > 2x avg, price > $2
- •Breakout Scanner: 52-week high breakouts with volume confirmation
- •Oversold Bounce: RSI < 30, near support levels
- •High Short Interest: Short interest > 20%, potential squeeze setups
- •Earnings Movers: Stocks with upcoming earnings + high IV
Usage
code
/scan low-float # Run low-float momentum scanner /scan breakout # Find breakout candidates /scan oversold # Find oversold bounce plays /scan custom price:5-50 volume:>1M float:<20M
API Integration
This skill can integrate with:
- •Finviz (free tier available)
- •TradingView screener
- •Alpha Vantage
- •Polygon.io
- •Finnhub
Output Format
Scan results include:
- •Ticker symbol and company name
- •Current price and % change
- •Volume and relative volume
- •Key technical levels (support/resistance)
- •Relevance score based on scan criteria