金融机器学习

金融机器学习:MlFinLab 提供金融机器学习高级实现,包括信息驱动 bars(tick/volume/dollar/imbalance bars)、分数阶差分和回测工具,支持多市场因子研究与策略验证。 含 25 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

MlFinLab 提供金融机器学习高级实现,包括信息驱动 bars(tick/volume/dollar/imbalance bars)、分数阶差分和回测工具,支持多市场因子研究与策略验证。 本 skill 基于开源项目构建并集成 25 条 anti-pattern 约束。访问 doramagic.ai/r/advanced-financial-ml 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

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 条不可违反的约束

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

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 zvtvz/zvt 的自动化 batch-v1 元数据 + 自动生成 FAQ。