# vn.py文档 * 快速入门 * [项目简介](https://www.vnpy.com/docs/cn/introduction.html#introduction) * [安装指南](https://www.vnpy.com/docs/cn/install.html#id1) * [Windows安装](https://www.vnpy.com/docs/cn/install.html#windows) * [使用VNConda](https://www.vnpy.com/docs/cn/install.html#vnconda) * [手动安装](https://www.vnpy.com/docs/cn/install.html#id5) * [Ubuntu安装](https://www.vnpy.com/docs/cn/install.html#ubuntu) * [基本使用](https://www.vnpy.com/docs/cn/quickstart.html#id1) * [启动VN Trader](https://www.vnpy.com/docs/cn/quickstart.html#vntrader) * [VN Station模式](https://www.vnpy.com/docs/cn/quickstart.html#vn-station) * [脚本模式](https://www.vnpy.com/docs/cn/quickstart.html#id2) * [连接接口](https://www.vnpy.com/docs/cn/quickstart.html#id3) * [订阅行情](https://www.vnpy.com/docs/cn/quickstart.html#id4) * [委托交易](https://www.vnpy.com/docs/cn/quickstart.html#id5) * [数据监控](https://www.vnpy.com/docs/cn/quickstart.html#id6) * [行情组件](https://www.vnpy.com/docs/cn/quickstart.html#id7) * [活动组件](https://www.vnpy.com/docs/cn/quickstart.html#id8) * [成交组件](https://www.vnpy.com/docs/cn/quickstart.html#id9) * [委托组件](https://www.vnpy.com/docs/cn/quickstart.html#id10) * [持仓组件](https://www.vnpy.com/docs/cn/quickstart.html#id11) * [资金组件](https://www.vnpy.com/docs/cn/quickstart.html#id12) * [日志组件](https://www.vnpy.com/docs/cn/quickstart.html#id13) * [应用模块](https://www.vnpy.com/docs/cn/quickstart.html#id14) * [CTA策略](https://www.vnpy.com/docs/cn/quickstart.html#cta) * [CSV载入](https://www.vnpy.com/docs/cn/quickstart.html#csv) * 应用模块 * [CSV载入](https://www.vnpy.com/docs/cn/csv_loader.html#csv) * [初始化配置](https://www.vnpy.com/docs/cn/csv_loader.html#id1) * [数据载入](https://www.vnpy.com/docs/cn/csv_loader.html#id2) * [CTA策略](https://www.vnpy.com/docs/cn/cta_strategy.html#cta) * [模块构成](https://www.vnpy.com/docs/cn/cta_strategy.html#id1) * [历史数据](https://www.vnpy.com/docs/cn/cta_strategy.html#id2) * [回测历史数据](https://www.vnpy.com/docs/cn/cta_strategy.html#id3) * [实盘历史数据](https://www.vnpy.com/docs/cn/cta_strategy.html#id4) * [策略开发](https://www.vnpy.com/docs/cn/cta_strategy.html#id5) * [参数设置](https://www.vnpy.com/docs/cn/cta_strategy.html#id6) * [类的初始化](https://www.vnpy.com/docs/cn/cta_strategy.html#id7) * [策略的初始化、启动、停止](https://www.vnpy.com/docs/cn/cta_strategy.html#id8) * [Tick数据回报](https://www.vnpy.com/docs/cn/cta_strategy.html#tick) * [K线数据回报](https://www.vnpy.com/docs/cn/cta_strategy.html#k) * [15分钟K线数据回报](https://www.vnpy.com/docs/cn/cta_strategy.html#id9) * [委托回报、成交回报、停止单回报](https://www.vnpy.com/docs/cn/cta_strategy.html#id10) * [回测研究](https://www.vnpy.com/docs/cn/cta_strategy.html#id11) * [加载策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id12) * [载入历史数据](https://www.vnpy.com/docs/cn/cta_strategy.html#id13) * [撮合成交](https://www.vnpy.com/docs/cn/cta_strategy.html#id14) * [计算策略盈亏情况](https://www.vnpy.com/docs/cn/cta_strategy.html#id15) * [计算策略统计指标](https://www.vnpy.com/docs/cn/cta_strategy.html#id16) * [统计指标绘图](https://www.vnpy.com/docs/cn/cta_strategy.html#id17) * [回测引擎使用示例](https://www.vnpy.com/docs/cn/cta_strategy.html#id18) * [参数优化](https://www.vnpy.com/docs/cn/cta_strategy.html#id19) * [参数设置](https://www.vnpy.com/docs/cn/cta_strategy.html#id20) * [参数对组合回测](https://www.vnpy.com/docs/cn/cta_strategy.html#id21) * [多进程优化](https://www.vnpy.com/docs/cn/cta_strategy.html#id22) * [实盘运行](https://www.vnpy.com/docs/cn/cta_strategy.html#id23) * [创建策略实例](https://www.vnpy.com/docs/cn/cta_strategy.html#id24) * [初始化策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id25) * [启动策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id26) * [停止策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id27) * [编辑策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id28) * [移除策略](https://www.vnpy.com/docs/cn/cta_strategy.html#id29) * [CTA回测](https://www.vnpy.com/docs/cn/cta_backtester.html#cta) * [加载启动](https://www.vnpy.com/docs/cn/cta_backtester.html#id1) * [下载数据](https://www.vnpy.com/docs/cn/cta_backtester.html#id2) * [策略回测](https://www.vnpy.com/docs/cn/cta_backtester.html#id3) * [统计数据](https://www.vnpy.com/docs/cn/cta_backtester.html#id4) * [图表分析](https://www.vnpy.com/docs/cn/cta_backtester.html#id5) * [参数优化](https://www.vnpy.com/docs/cn/cta_backtester.html#id6) * [交易接口](gateway.md) * [RPC应用](rpc.md) * [贡献代码](contribution.md) * [配置数据库](database.md)