Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
ma20:=stkindi('000001','ma.ma3',0,datatype);
if cross(c,ma20) then begin
sellshort(holding<0,0,thisclose);
buy(holding=0,1,thisclose);
end
if cross(ma20,c) then begin
sell(holding>0,0,thisclose);
buyshort(holding=0,1,thisclose);