File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1111
1212## 注册
1313
14- + 注册成为quantOS的用户,即成为TradeSim系统的用户。
15- + 注册地址是:[ http://www.quantos.org/cas/register.html ] ( http://www.quantos.org/cas/register.html )
14+ + 注册成为quantOS的用户,即成为TradeSim系统的用户。注册地址是:[ http://www.quantos.org/cas/register.html ] ( http://www.quantos.org/cas/register.html )
1615+ 每个用户初始提供三个交易策略,分别交易沪深300,中证500和股指期货。
16+ + 安装JAQS,请参考[ https://github.com/quantOS-org/JAQS/blob/master/doc/install.md ] ( https://github.com/quantOS-org/JAQS/blob/master/doc/install.md )
1717
1818## API程序化交易
1919
20- + 下载TradeApi。下载地址是:[ https://github.com/quantOS-org/TradeApi ] ( https://github.com/quantOS-org/TradeApi )
21-
2220+ 使用TradeApi进行程序化交易。样例代码如下:
2321
2422``` py
Original file line number Diff line number Diff line change 66
77使用非常简单,步骤如下:
88
9- 1 . 成为www .quantos.org的注册用户,注册地址是:[ https://www.quantos.org/cas/register.html ] ( https://www.quantos.org/cas/register.html )
9+ 1 . 注册成为www .quantos.org的注册用户,注册地址是:[ https://www.quantos.org/cas/register.html ] ( https://www.quantos.org/cas/register.html )
1010
11- 2 . 下载完整的DataApi。 [ https://github.com/quantOS-org/DataAPI ] ( https://github.com/quantOS-org/DataAPI )
11+ 2 . 安装JAQS,请参考 [ https://github.com/quantOS-org/JAQS/blob/master/doc/install.md ] ( https://github.com/quantOS-org/JAQS/blob/master/doc/install.md )
1212
13133 . 使用DataApi,从TusharePro获取您需要的研究数据。
1414
1515以下是简单的使用示例
1616
1717``` python
1818
19- from DataApi import DataApi
19+ from jaqs.data import DataApi
2020
2121api = DataApi(addr = " tcp://data.tushare.org:8910" )
2222
You can’t perform that action at this time.
0 commit comments