Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
一秒固定时间间隔模式
aa:=(time0-timetot0(dynainfo(207))<=3) or not(islastbar);
ma60:=ma(c,60);
if aa and c>ma60 then buy(holding=0,1,market);
if aa and c<ma60 then buyshort(holding=0,1,market);