Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75faa90

Browse files
author
wangkang
committed
update
1 parentf993a0d commit75faa90

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎autoxd/live/live_hq.py‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
defget_custom_codes():
1919
"""获取通达信自选股导出"""
2020
fname=r'I:\MyApp\new_zxjt_ctp\T0002\export\自选股%s.txt'
21+
ifnotos.path.exists(fname):
22+
# 手工输入自定义
23+
codes= [
24+
jx.XSKJ兴森科技,
25+
jx.YGDY阳光电源,
26+
]
27+
returncodes
28+
2129
#获取最新文件
2230
dir_path=os.path.dirname(fname)
2331
#获取目录的文件名列表, 降序

‎autoxd/stock.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def getFiveFromRedis(code):
141141

142142
defis_livetime():
143143
c=agl.getCurTime()
144-
start=agl.CurDay()+' 9:20:00'
144+
start=agl.CurDay()+' 9:15:00'
145145
end=agl.CurDay()+' 15:00:00'
146146
c=time.strptime(c,'%Y-%m-%d %H:%M:%S')
147147
end=time.strptime(end,'%Y-%m-%d %H:%M:%S')

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp