Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
ma5:=ma(c,5);
if c<ma5 then n:=n+1;
if c>ma5 then n:=0;
n为所求值