Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if cross(close,ma1) then sellshort(1,0,marketr);
if cross(close,ma2) then buy(holding=0,1,marketr);
if cross(ma1,close) then sell(1,0,marketr);
if cross(ma2,close) then buyshort(holding=0,1,market);