Advanced Financial ML

Advanced Financial ML: Advanced Financial ML: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Advanced Financial ML skill for finance analytics + 回测. Covers 3+ 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/advanced-financial-ml for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-115

zvtvz/zvt6360a632 source files

Constraints

101total
76fatal
76 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

76 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing data ingestion for financial bars

ACTIONvalidate CSV input contains exactly 3 columns in order: date_time, price, and volume

CONSEQUENCEThe bar construction pipeline will fail with incorrect column indices, producing bars with swapped price/volume data and corrupting downstream analysis

FATALdomain_rulefinance-C-002

WHENWhen validating CSV price column format

ACTIONverify price column values are float type

CONSEQUENCENon-float price values will cause numerical computation errors in OHLC aggregation and bar threshold calculations, leading to NaN values in output bars

FATALdomain_rulefinance-C-003

WHENWhen validating CSV volume column format

ACTIONverify volume column values are numeric (int or float), not string type

CONSEQUENCEString volume values will cause aggregation failures, producing bars with string volume instead of numeric cum_buy_volume and volume totals

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.