Back to Nautilus Trader

How-to Guides

docs/how_to/index.md

1.226.02.0 KB
Original Source

How-to Guides

Goal-oriented recipes for common tasks. Each guide assumes familiarity with Nautilus concepts and focuses on achieving a specific outcome.

New to Nautilus? Start with the getting started path and tutorials first.

Data workflows

GuideDescription
Loading external dataLoad CSV data into the Parquet data catalog.
Data catalog with DatabentoSet up a catalog with Databento market data.

Live trading

GuideDescription
Configure a live trading nodeSet up TradingNodeConfig, execution engine, and venues.

Rust

GuideDescription
Write an Actor (Rust)Build a data actor with subscriptions and handlers.
Write a Strategy (Rust)Build a strategy with order management.
Run a Backtest (Rust)Use BacktestEngine or BacktestNode with a catalog.
Run Live Trading (Rust)Connect to a venue with LiveNode.