LEAN Cloud Backtest

LEAN Cloud Backtest: LEAN Cloud Backtest: specialized toolkit for 2+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

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

Blueprint Source

finance-bp-100

zvtvz/zvt6360a632 source files

Constraints

69total
44fatal
44 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

44 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing a FundamentalUniverseSelectionModel subclass in C#

ACTIONOverride the Select() method with a fundamental filtering selector or provide it as a constructor parameter

CONSEQUENCENotImplementedException will be thrown at runtime when universe selection is attempted, causing the algorithm to fail during backtesting or live trading

FATALdomain_rulefinance-C-002

WHENWhen implementing a universe selection model in C#

ACTIONImplement CreateUniverses() method to return IEnumerable<Universe>

CONSEQUENCENotImplementedException will be thrown, preventing the algorithm from initializing and starting the backtest or live trading session

FATALresource_boundaryfinance-C-006

WHENWhen using Python selector functions with FundamentalUniverseSelectionModel

ACTIONConvert Python functions via TrySafeAs() and ConvertToUniverseSelectionSymbolDelegate()

CONSEQUENCEPythonNet cannot natively convert python methods to Func delegates, causing the selector to be null and triggering NotImplementedException at runtime

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.