Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
input:m(5),n(20);ma5:ma(c,m);ma10:ma(c,n);
if cross(ma5,ma10) then begin sellshort(holding<0,0,thisclose); buy(holding=0,0,thisclose);end
if cross(ma10,ma5) then begin sell(holding>0,0,thisclose); buyshort(holding=0,0,thisclose);end
您之前帖子提到的日线均线开平仓的问题,没办法帮您解决,抱歉