·scanner-bullish
</>

scanner-bullish

Scan stocks for bullish trends using technical indicators (SMA, RSI, MACD, ADX). Use when user asks to scan for bullish stocks, find trending stocks, or rank symbols by momentum.

11Installs·1Trend·@staskh

Installation

$npx skills add https://github.com/staskh/trading_skills --skill scanner-bullish

How to Install scanner-bullish

Quickly install scanner-bullish AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/staskh/trading_skills --skill scanner-bullish
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: staskh/trading_skills.

SKILL.md

View raw

Scans symbols for bullish trends and ranks them by composite score.

Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.

| SMA20 | Price > SMA20 | +1.0 | | SMA50 | Price > SMA50 | +1.0 | | RSI | 50-70 (bullish) | +1.0 | | | 30-50 (neutral) | +0.5 | | | <30 (oversold) | +0.25 | | MACD | MACD > Signal | +1.0 | | | Histogram rising | +0.5 | | ADX | >25 with +DI > -DI | +1.5 | | | +DI > -DI only | +0.5 | | Momentum | 3mo return / 20 | -1 to +2 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/staskh/trading_skills --skill scanner-bullish
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from staskh/trading_skills

Quick answers

What is scanner-bullish?

Scan stocks for bullish trends using technical indicators (SMA, RSI, MACD, ADX). Use when user asks to scan for bullish stocks, find trending stocks, or rank symbols by momentum. Source: staskh/trading_skills.

How do I install scanner-bullish?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/staskh/trading_skills --skill scanner-bullish Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/staskh/trading_skills