以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  金字塔软件问题提交  (http://weistock.com/bbs/list.asp?boardid=2)
----  委托价格无效  (http://weistock.com/bbs/dispbbs.asp?boardid=2&id=85461)

--  作者:小布丁
--  发布时间:2015/9/21 14:53:35
--  委托价格无效
price1:=callstock(\'if10\',vtclose,6,0);
ztj:=stkindi(\'if10\',\'zdt.ztj\',0,6,0);
dtj:=stkindi(\'if10\',\'zdt.dtj\',0,6,0);
price2:max(price1-3*mindiff,dtj);
price3:min(price1+3*mindiff,ztj);
tbuyshort(1,1,lmt,price2,0,\'602478\',\'if10\');
委托价格无效是什么原因?

--  作者:小布丁
--  发布时间:2015/9/21 14:56:02
--  
明白了,可能是指标zdt的问题