Expand description
Command-line interface and tools for NautilusTrader.
The cli crate provides a comprehensive command-line interface for managing and operating NautilusTrader installations. It includes tools for database management, system configuration, and operational utilities:
- Database initialization and management commands.
- PostgreSQL schema setup and maintenance.
- Configuration validation and setup utilities.
- System administration and operational tools.
§Platform
NautilusTrader is an open-source, high-performance, production-grade algorithmic trading platform, providing quantitative traders with the ability to backtest portfolios of automated trading strategies on historical data with an event-driven engine, and also deploy those same strategies live, with no code changes.
NautilusTrader’s design, architecture, and implementation philosophy prioritizes software correctness and safety at the highest level, with the aim of supporting mission-critical, trading system backtesting and live deployment workloads.
Modules§
Functions§
- run
- Runs the Nautilus CLI based on the provided options.