Stock Pattern Screener

Stock Pattern Screener: Stock Pattern Screener: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Stock Pattern Screener skill for finance analytics. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 0 anti-pattern constraints. Visit doramagic.ai/r/stock-pattern-screener for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-082

tangweigang-jpg/doramagic-skills6360a631 source file

Constraints

44total
44fatal
44 must-not-violate

Evidence Quality

Confidence90%

Medium confidence — review before critical use

44 non-negotiable constraints

FATALdomain_rulefinance-C-002

WHENWhen writing DataRequirements.merge() implementation

ACTIONUnion each boolean flags and select the longest price_period

CONSEQUENCEIncorrect merge logic causes missing data for some screeners. The union of needs (OR operation for booleans) ensures every screener receives data it requires, while the longest period accommodates all indicator lookbacks.

FATALresource_boundaryfinance-C-006

WHENWhen implementing data fetching with yfinance

ACTIONEnforce yfinance rate limit of 1 request per second

CONSEQUENCEExceeding the yfinance rate limit causes API errors and data fetch failures. The self-imposed 1 req/sec limit (settings.yfinance_rate_limit) prevents triggering provider-side throttling that could affect all users.

FATALdomain_rulefinance-C-021

WHENWhen validating screener result scores

ACTIONenforce score values are in the 0-100 range via post-init validation

CONSEQUENCEScores outside 0-100 would cause incorrect composite calculations and corrupt rating thresholds, producing invalid stock recommendations

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.