PoorRican-using-nautilus-trader
SKILL.md
NautilusTrader Skill
High-performance algorithmic trading platform with event-driven architecture. Identical code for backtesting and live trading. Rust/Cython core with Python bindings.
Always consult official docs for current API - the API evolves frequently with breaking changes before v2.x.
- Docs: https://nautilustrader.io/docs/latest/
- API Reference: https://nautilustrader.io/docs/latest/api_reference/
- Source: https://github.com/nautechsystems/nautilus_trader
File Guide
Core Development
- strategy-development.md - Strategy class, lifecycle, event handlers, order submission
- backtesting.md - BacktestNode/Engine setup, fill models, data catalog
- live-trading.md - TradingNode deployment, Redis, production safety