Trading Agents CN

Trading Agents CN: Trading Agents CN: specialized toolkit for 2+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Trading Agents CN skill for finance analytics + 回测. Covers 2+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project zvtvz/zvt and embeds 25 anti-pattern constraints. Visit doramagic.ai/r/trading-agents-cn for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-099

zvtvz/zvt6360a632 source files

Constraints

82total
57fatal
57 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

57 non-negotiable constraints

FATALarchitecture_guardrailfinance-C-001

WHENWhen implementing data source fallback logic

ACTIONUse the defined fallback chain: MongoDB → Tushare → AKShare → BaoStock for CN stocks; MongoDB → yfinance → Alpha Vantage → Finnhub for US stocks

CONSEQUENCEWithout the fallback chain, data collection fails entirely when the primary source is unavailable, causing the entire analysis pipeline to stall and users to receive no market data

FATALdomain_rulefinance-C-005

WHENWhen validating received market data

ACTIONCheck data is not empty and does not contain error markers ('❌', '错误', '获取失败') before processing

CONSEQUENCEProcessing empty or error data causes downstream analysts to receive invalid inputs, producing garbage output and corrupting analysis results

FATALdomain_rulefinance-C-006

WHENWhen standardizing DataFrame column names from different providers

ACTIONMap each provider outputs to standard columns: open, high, low, close, vol, amount, date

CONSEQUENCEDifferent provider column naming (Open vs open, Volume vs vol, trade_date vs date) causes technical indicator calculations to fail silently or produce wrong results

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 zvtvz/zvt.