Skip to content

Commit 9087a41

Browse files
committed
Tidy up scheduler-template.ini by adding thematic-breaks
1 parent a0822d3 commit 9087a41

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

config/scheduler-template.ini

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
; ShiPanE-Python-SDK 支持的计划任务类型如下:
1+
; *********************************************************
2+
; 计划任务类型
3+
; *********************************************************
24
;
35
; NewStocks: 新股申购
46
; Repo: 逆回购
@@ -9,8 +11,11 @@
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
;
@@ -24,18 +29,18 @@
2429
;
2530

2631

27-
;
32+
; *********************************************************
2833
; 实盘易配置
29-
;
34+
; *********************************************************
3035
[ShiPanE]
3136
host=localhost
3237
port=8888
3338
key=
3439

3540

36-
;
41+
; *********************************************************
3742
; 交易客户端 client 参数别名列表
38-
;
43+
; *********************************************************
3944
[ClientAliases]
4045
; client 参数别名定义
4146
; 下面的各个任务可能会用到相同的客户端,使用 client 参数别名可以简化配置
@@ -44,9 +49,13 @@ client1=account:45678
4449
client2=account:12345
4550

4651

47-
;
52+
; *********************************************************
53+
; 以下为计划任务设置
54+
; *********************************************************
55+
56+
; *********************************************************
4857
; 新股申购
49-
;
58+
; *********************************************************
5059
[NewStocks]
5160
type=NewStocks
5261

@@ -61,9 +70,9 @@ schedule=0 35 11 mon-fri * * * *
6170
clients=client1
6271

6372

64-
;
73+
; *********************************************************
6574
; 逆回购
66-
;
75+
; *********************************************************
6776
[Repo]
6877
type=Repo
6978

@@ -80,9 +89,9 @@ clients=client1
8089
security=131810
8190

8291

83-
;
92+
; *********************************************************
8493
; 批量下单
85-
;
94+
; *********************************************************
8695
[Batch]
8796
type=Batch
8897

@@ -99,9 +108,9 @@ clients=client1
99108
folder=C:\\batch-orders
100109

101110

102-
;
111+
; *********************************************************
103112
; 聚宽策略跟单
104-
;
113+
; *********************************************************
105114
[JoinQuant-1]
106115
type=JoinQuant
107116

@@ -126,9 +135,9 @@ schedule=30 */1 9-15 mon-fri * * * *
126135
clients=client1
127136

128137

129-
;
138+
; *********************************************************
130139
; 聚宽擂台(商城)同步
131-
;
140+
; *********************************************************
132141
[JoinQuantArena-1]
133142
type=JoinQuantArena
134143

@@ -197,9 +206,9 @@ order_interval=1
197206
extra_rounds=0
198207

199208

200-
;
209+
; *********************************************************
201210
; 米筐策略跟单
202-
;
211+
; *********************************************************
203212
[RiceQuant-1]
204213
type=RiceQuant
205214

@@ -223,9 +232,9 @@ schedule=30 */1 9-15 mon-fri * * * *
223232
clients=client1
224233

225234

226-
;
235+
; *********************************************************
227236
; 优矿策略跟单
228-
;
237+
; *********************************************************
229238
[Uqer-1]
230239
type=Uqer
231240

@@ -249,9 +258,9 @@ schedule=30 */1 9-15 mon-fri * * * *
249258
clients=client1
250259

251260

252-
;
261+
; *********************************************************
253262
; 果仁策略同步
254-
;
263+
; *********************************************************
255264
; 自动同步采用多个轮次,典型的轮次如下:
256265
; 1. 卖单及可用资金可以满足的买单
257266
; 2. 前一次未成交的部分卖单及可用资金可以满足的买单

0 commit comments

Comments
 (0)