Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:m=0;
ma60:ma(c,60);
if count(cross(c,ma60),60)+coun(cross(ma60,c),60)>=n then m:=1;
if time=closetime(0) then m:=0;
if m=1 then exit;
ref(asset,todaybar+1)这样的表述合法吗?
这个也要问?编译一下不就知道合法不合法了?