File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
## 注册
13
13
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 )
16
15
+ 每个用户初始提供三个交易策略,分别交易沪深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 )
17
17
18
18
## API程序化交易
19
19
20
- + 下载TradeApi。下载地址是:[ https://github.com/quantOS-org/TradeApi ] ( https://github.com/quantOS-org/TradeApi )
21
-
22
20
+ 使用TradeApi进行程序化交易。样例代码如下:
23
21
24
22
``` py
Original file line number Diff line number Diff line change 6
6
7
7
使用非常简单,步骤如下:
8
8
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 )
10
10
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 )
12
12
13
13
3 . 使用DataApi,从TusharePro获取您需要的研究数据。
14
14
15
15
以下是简单的使用示例
16
16
17
17
``` python
18
18
19
- from DataApi import DataApi
19
+ from jaqs.data import DataApi
20
20
21
21
api = DataApi(addr = " tcp://data.tushare.org:8910" )
22
22
You can’t perform that action at this time.
0 commit comments