Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
我是在十笔图上交易的,我在某一分钟里面开仓,平仓要在它第三个一分钟之后平仓,这个怎么写
if islastbar and 开仓条件 then begin
tbuy;
extgbdataset('time',time);
end
if islastbar and 平仓条件 and time=extgbdat('time')+300 then tsell;
extgbdate
少些了一个e