Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if todaybr=1 then buy();
if time>145900 then sell();
类似这样就可以了
abb:=(time0-timetot0(dynainfo(207))<=tq) or not(islastbar); //收盘提前tq秒
buy(1,1,marketr); //开盘开仓直接条件1就是了,程序化轮询模式。
if abb then sell(1,1,marketr);