VnPy 期货交易

VnPy 期货交易:VeighNa(原vnpy)支持中国期货自动交易执行,集成日盘/夜盘交易时段管理,并提供CSI300成分股数据下载及Alpha101/LightGBM等因子研究工作流。

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

晶体简介

VeighNa(原vnpy)支持中国期货自动交易执行,集成日盘/夜盘交易时段管理,并提供CSI300成分股数据下载及Alpha101/LightGBM等因子研究工作流。。 本 skill 基于开源项目构建并集成 25 条 anti-pattern 约束。访问 doramagic.ai/r/vnpy-futures-trading 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-081

zvtvz/zvt6360a632 source files

Constraints

63total
38fatal
38 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

38 条不可违反的约束

FATALdomain_rulefinance-C-003

WHENWhen registering event handlers

ACTIONuse a handler function signature compatible with Callable[[Event], None]

CONSEQUENCEIncompatible handler signature causes TypeError at runtime when event engine attempts to invoke the handler

FATALarchitecture_guardrailfinance-C-004

WHENWhen instantiating EventEngine

ACTIONcall start() method before putting any events into the queue

CONSEQUENCEEvents put before start() are either lost or processed after unexpected delay, causing missed trading signals or delayed order execution

FATALarchitecture_guardrailfinance-C-006

WHENWhen creating an app that integrates with the platform

ACTIONdefine engine_class attribute pointing to the corresponding BaseEngine subclass

CONSEQUENCEMissing engine_class causes AttributeError when MainEngine.add_app() attempts to instantiate the engine, breaking app integration

常见问题

讨论 (0)

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

更新历史

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

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