Nautilus Algo Trading
Nautilus Algo Trading: Nautilus Algo Trading: specialized toolkit for 3+ finance workflows covered in the triggers section.
Overview
Constraints
Evidence Quality
Medium confidence — review before critical use
68 non-negotiable constraints
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
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
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.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on zvtvz/zvt.