RQAlpha CN Backtest

RQAlpha CN Backtest: RQAlpha CN Backtest: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

RQAlpha CN Backtest 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/rqalpha-cn-backtest for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-089

zvtvz/zvt6360a632 source files

Constraints

91total
66fatal
66 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

66 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen looking up an instrument by order_book_id or symbol

ACTIONreturn the same Instrument object with matching metadata

CONSEQUENCEInconsistent instrument lookup causes incorrect trading decisions, as strategies may retrieve different instrument objects for the same security code

FATALdomain_rulefinance-C-002

WHENWhen getting trading dates between start_date and end_date

ACTIONreturn only dates that fall on exchange trading days excluding weekends and holidays

CONSEQUENCEStrategy executes on non-trading days causing order failures and incorrect backtest results that don't match real market conditions

FATALdomain_rulefinance-C-003

WHENWhen retrieving history_bars with adjust_type parameter

ACTIONapply correct price and volume adjustments for splits and dividends based on the specified adjustment type

CONSEQUENCEIncorrect adjustment causes historical returns to be miscalculated, leading to flawed strategy performance evaluation and wrong position sizing

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.