以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  每天前15分钟n归零,这么写行不行?  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=53474)

--  作者:双保险
--  发布时间:2013/6/29 9:25:16
--  每天前15分钟n归零,这么写行不行?
n:=if(todaybar<=15,0,0);
--  作者:qwer123
--  发布时间:2013/6/29 14:52:16
--  
可以;
这样好  if todaybar<=15 then n:=0;