Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
交易周期是1分钟周期?
cc:=CALLSTOCK(STKLABEL,vtclose,1);oo:=CALLSTOCK(STKLABEL,vtopen,1);ly1:=cc>oo;if ly1 and all(c>o,2) and holding=0 then begin buy(1,1,marketr);endif all(c<o,2) and holding>0 then begin sell(1,1,marketr);end