mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 10:59:43 +08:00
interactive 增加 blockbj
This commit is contained in:
parent
0cb266e788
commit
e8573c5de7
@ -151,6 +151,12 @@ for s in blocka:
|
||||
blocksz.add(s)
|
||||
zsbk_sz = blocksz
|
||||
|
||||
blockbj = Block("A", "BJ")
|
||||
for s in blocka:
|
||||
if s.market == "BJ":
|
||||
blockbj.add(s)
|
||||
zsbk_sz = blockbj
|
||||
|
||||
blockg = Block("G", "创业板")
|
||||
for s in sm:
|
||||
if s.type == constant.STOCKTYPE_GEM:
|
||||
|
Loading…
Reference in New Issue
Block a user