📄️ 参与者
We are currently working on this concept 指南.
📄️ 适配器
The NautilusTrader design integrates 数据 providers and/or trading venues
📄️ 架构
欢迎来到 NautilusTrader 的架构概览。
📄️ 回测
回测 with NautilusTrader is a methodical simulation process that replicates trading
📄️ 缓存
The 缓存 is a central in-内存 数据库 that automatically stores and manages all trading-related 数据.
📄️ 数据
NautilusTrader provides a set of built-in 数据 types specifically designed to represent a trading domain.
📄️ 执行
NautilusTrader can handle trade 执行 and 订单管理 for multiple 策略 and venues
📄️ 核心概念
概念指南介绍并解释了支撑 NautilusTrader 平台的基础思想、组件和最佳实践。
📄️ 金融工具
The Instrument base class represents the core specification for any tradable asset/contract. There are
📄️ 实时交易
实时交易 in NautilusTrader enables traders to deploy their backtested 策略 in a 实时
📄️ 日志记录
The platform provides 日志记录 for both 回测 and 实时交易 using a 高性能 日志记录 subsystem implemented in Rust
📄️ 消息总线
The MessageBus is a fundamental part of the platform, enabling communication between system components
📄️ 订单
This 指南 provides further details about the available order types for the platform, along with
📄️ 概览
Introduction
📄️ 投资组合
We are currently working on this concept 指南.
📄️ 头寸
This 指南 explains how 头寸 work in NautilusTrader, including their lifecycle, aggregation
📄️ 报告
This 指南 explains the 投资组合 analysis and reporting capabilities provided by the ReportProvider
📄️ 策略
NautilusTrader 用户体验的核心在于编写和使用交易策略。定义策略涉及继承 Strategy 类并实现策略逻辑所需的方法。