1- ; ShiPanE-Python-SDK 支持的计划任务类型如下:
1+ ; *********************************************************
2+ ; 计划任务类型
3+ ; *********************************************************
24;
35; NewStocks: 新股申购
46; Repo: 逆回购
911; Uquer: 优矿策略跟单
1012; Guorn: 果仁策略同步
1113;
12- ; schedule 参数设置,类似于 cron 表达式
14+ ; *********************************************************
15+ ; schedule 参数
16+ ; *********************************************************
1317;
18+ ; 类似于 cron 表达式
1419; 格式为:[秒(0-59)] [分(0-59)] [时(0-23)] [星期几(0-6 或英文缩写)] [星期(1-53)] [日(1-31)] [月(1-12)] [年(四位数字)]
1520; (星期几英文缩写:mon,tue,wed,thu,fri,sat,sun)
1621;
2429;
2530
2631
27- ;
32+ ; *********************************************************
2833; 实盘易配置
29- ;
34+ ; *********************************************************
3035[ShiPanE]
3136host =localhost
3237port =8888
3338key =
3439
3540
36- ;
41+ ; *********************************************************
3742; 交易客户端 client 参数别名列表
38- ;
43+ ; *********************************************************
3944[ClientAliases]
4045; client 参数别名定义
4146; 下面的各个任务可能会用到相同的客户端,使用 client 参数别名可以简化配置
@@ -44,9 +49,13 @@ client1=account:45678
4449client2 =account:12345
4550
4651
47- ;
52+ ; *********************************************************
53+ ; 以下为计划任务设置
54+ ; *********************************************************
55+
56+ ; *********************************************************
4857; 新股申购
49- ;
58+ ; *********************************************************
5059[NewStocks]
5160type =NewStocks
5261
@@ -61,9 +70,9 @@ schedule=0 35 11 mon-fri * * * *
6170clients =client1
6271
6372
64- ;
73+ ; *********************************************************
6574; 逆回购
66- ;
75+ ; *********************************************************
6776[Repo]
6877type =Repo
6978
@@ -80,9 +89,9 @@ clients=client1
8089security =131810
8190
8291
83- ;
92+ ; *********************************************************
8493; 批量下单
85- ;
94+ ; *********************************************************
8695[Batch]
8796type =Batch
8897
@@ -99,9 +108,9 @@ clients=client1
99108folder =C:\\batch-orders
100109
101110
102- ;
111+ ; *********************************************************
103112; 聚宽策略跟单
104- ;
113+ ; *********************************************************
105114[JoinQuant-1]
106115type =JoinQuant
107116
@@ -126,9 +135,9 @@ schedule=30 */1 9-15 mon-fri * * * *
126135clients =client1
127136
128137
129- ;
138+ ; *********************************************************
130139; 聚宽擂台(商城)同步
131- ;
140+ ; *********************************************************
132141[JoinQuantArena-1]
133142type =JoinQuantArena
134143
@@ -197,9 +206,9 @@ order_interval=1
197206extra_rounds =0
198207
199208
200- ;
209+ ; *********************************************************
201210; 米筐策略跟单
202- ;
211+ ; *********************************************************
203212[RiceQuant-1]
204213type =RiceQuant
205214
@@ -223,9 +232,9 @@ schedule=30 */1 9-15 mon-fri * * * *
223232clients =client1
224233
225234
226- ;
235+ ; *********************************************************
227236; 优矿策略跟单
228- ;
237+ ; *********************************************************
229238[Uqer-1]
230239type =Uqer
231240
@@ -249,9 +258,9 @@ schedule=30 */1 9-15 mon-fri * * * *
249258clients =client1
250259
251260
252- ;
261+ ; *********************************************************
253262; 果仁策略同步
254- ;
263+ ; *********************************************************
255264; 自动同步采用多个轮次,典型的轮次如下:
256265; 1. 卖单及可用资金可以满足的买单
257266; 2. 前一次未成交的部分卖单及可用资金可以满足的买单
0 commit comments