Update index.md

This commit is contained in:
1122455801 2019-04-30 16:38:15 +08:00
parent 44f4c79aa7
commit 0194fbef2d

View File

@ -1,35 +1,84 @@
# vn.py文档
* 快速入门
* [项目简介](introduction.md)
* [安装指南](install.md)
* [Windows安装](install.md#Windows)
* [Ubuntu安装](install.md#Ubuntu)
* [基本使用](quickstart.md)
* [启动VN Trader](quickstart.md#启动VNTrader)
* [连接接口](quickstart.md#连接接口)
* [订阅行情](quickstart.md#订阅行情)
* [委托交易](quickstart.md#委托交易)
* [数据监控](quickstart.md#数据监控)
* [应用模块](quickstart.md#应用模块)
* [项目简介](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载入](csv_loader.md)
* [初始化配置](csv_loader.md#初始化配置)
* [数据载入](csv_loader.md#数据载入)
* [CTA策略](cta_strategy.md)
* [模块构成](cta_strategy.md#模块构成)
* [历史数据](cta_strategy.md#历史数据)
* [策略开发](cta_strategy.md#策略开发)
* [回测研究](cta_strategy.md#回测研究)
* [参数优化](cta_strategy.md#参数优化)
* [实盘运行](cta_strategy.md#实盘运行)
* [CTA回测](cta_backtester.md)
* [加载启动](cta_backtester.md#加载启动)
* [下载数据](cta_backtester.md#下载数据)
* [策略回测](cta_backtester.md#策略回测)
* [参数优化](cta_backtester.md#参数优化)
* [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)