以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://www.weistock.com/bbs/index.asp)
--  高级功能研发区  (http://www.weistock.com/bbs/list.asp?boardid=5)
----  [求助]marketdata.gethistorydata不能同时取两个品种  (http://www.weistock.com/bbs/dispbbs.asp?boardid=5&id=145800)

--  作者:michaelyjy
--  发布时间:2017/1/3 15:24:28
--  [求助]marketdata.gethistorydata不能同时取两个品种
sub proc()
dim res1
set res1=marketdata.gethistorydata("AG00","SQ",5,10)
dim res2
set res2=marketdata.gethistorydata("RB00","SQ",5,10)
end sub

以上代码为什么取出来res1和res2是一样的?

--  作者:王锋
--  发布时间:2017/1/3 19:27:24
--  

请参考 HistoryDataMode 属性