Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
c1:c;ma10:ma(c,10)+5*mindiff;
if cross(c,ma10) then begin sellshort(holding<0,0,thisclose); buy(holding=0,1,thisclose);end
上穿10日均线5个点,不知道我的这样的理解对不对。