Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
tt:=0;
ma1:=ma(c,5);
ma2:ma(c,6);
if ma1<low then tt:=1;
if ma2<low then tt:=2;
只能通过for循环变量处理。不过这种在pel上运行效率也跟不上。无法满足使用的需求