TA-Lib Technical Analysis

TA-Lib Technical Analysis: TA-Lib Technical Analysis: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

TA-Lib Technical Analysis 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 15 anti-pattern constraints. Visit doramagic.ai/r/talib-technical-analysis for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-109

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

42total
27fatal
27 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

27 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen calling check_array on input numpy arrays before C function invocation

ACTIONvalidate array dtype is NPY_DOUBLE (float64) and raise Exception for non-double arrays

CONSEQUENCEPassing non-float64 arrays to TA-Lib C functions causes memory corruption or incorrect calculations due to type mismatch in the C FFI layer

FATALdomain_rulefinance-C-002

WHENWhen validating input array dimensions before C function calls

ACTIONenforce input arrays have exactly 1 dimension (ndim == 1)

CONSEQUENCEMultidimensional arrays passed to TA-Lib C functions cause memory access violations and segmentation faults due to incorrect stride calculations

FATALdomain_rulefinance-C-003

WHENWhen checking TA_RetCode return values from C function calls

ACTIONcall _ta_check_success and raise Exception on non-zero (failure) return codes

CONSEQUENCEIgnoring TA_RetCode errors silently propagates invalid computation results, leading to incorrect technical indicator values in trading strategies

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.