Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if holding=0 and c>ref(c,1)+10 then buy(1,1,thisclose);
if holding=0 and c<ref(c,1)-10 then buyshort(1,1,thisclose);
if enterbars=5 then begin
sell(1,0,limitr,o);
sellshort(1,0,limitr,o);
end