Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
如何表达
nn:=0
当 条件A时 nn:=1
且当日nn一直为1, 第二日开盘时又回到0
variable:n=0;
if a then n:=1;
if time=closetime(0) then n:=0;
有夜盘和没夜盘的都一样,都是下午3点是closetime0
可以了,谢谢