Nautilus Algo Trading

Nautilus Algo Trading: Nautilus Algo Trading: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Nautilus Algo Trading 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/nautilus-algo-trading for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-098

zvtvz/zvt6360a632 source files

Constraints

93total
68fatal
68 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

68 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing bar aggregation and caching

ACTIONMaintain strictly increasing ts_event timestamps per bar type to verify correct time ordering

CONSEQUENCEStrategies would receive bars out of chronological order, causing incorrect indicator calculations, false signal generation, and corrupted backtest/live results

FATALdomain_rulefinance-C-014

WHENWhen handling data requests with time ranges

ACTIONVerify request start timestamp does not exceed end timestamp before processing

CONSEQUENCEInvalid time ranges would cause assertion errors or undefined behavior in data queries, crashing backtest runs

FATALdomain_rulefinance-C-016

WHENWhen implementing strategy order submission logic

ACTIONverify orders are in INITIALIZED status before calling submit_order

CONSEQUENCESubmitting orders not in INITIALIZED status causes InvalidStateTrigger exceptions, preventing order submission and potentially missing trading signals

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.